BackMathematical Functions and Notation for Scientists: Foundations and Applications
Study Guide - Smart Notes
Tailored notes based on your materials, expanded with key definitions, examples, and context.
Mathematical Notation
Sets of Numbers
Mathematics for scientists often begins with a review of the fundamental sets of numbers used in analysis and modeling.
Natural Numbers (ℕ): The set of positive integers used for counting. ℕ = {1, 2, 3, 4, ...}
Integers (ℤ): The set of whole numbers, including negatives, zero, and positives. ℤ = {..., -3, -2, -1, 0, 1, 2, 3, ...}
Real Numbers (ℝ): The set of all numbers on the number line, including rationals and irrationals.
Intervals
Intervals are used to describe subsets of real numbers:
Closed Interval [a, b]: All x such that
Open Interval (a, b): All x such that
Half-Open Intervals: [a, b): (a, b]:
Intervals may extend to infinity, e.g., (0, ∞) for non-negative real numbers.
Functions
Definition and Properties
A function is a rule that assigns each input exactly one output. Formally, a function f from set A to set B is a mapping such that every element of A is assigned to a unique element of B.
Input: Independent variable
Output: Dependent variable
Each input has exactly one output (no input maps to multiple outputs)
Example: The kinetic energy of a mass m moving at velocity v is a function:
Representations of Functions
Functions can be represented in several ways:
Table: Lists input-output pairs.
x
1
1.5
2
2.5
3
3.5
4
y
0
1.25
3
5.25
8
11.25
15
Algebraic Formula: Expresses the rule using symbols. e.g.,
Graph: Plots the function on a coordinate system.
Verbal Description: Describes the rule in words.
Changing Symbols
The symbols used for input and output can be changed without altering the function's rule.
Both define the same function.
Evaluating Functions
To find the output for a specific input, substitute the value into the function's formula.
Example: Calculate , , by substituting each value for x.
Functions in Science
Functions are used to model relationships between physical quantities.
Kinetic Energy:
Spring Force:
Vertical Line Test
A curve in the xy-plane is the graph of a function if and only if no vertical line crosses it more than once.
Example: The circle fails the vertical line test, so it is not a function.
Algebraically, gives , which is not unique for each x.
Special Functions
Square Root Function
The square root of x is a number y such that .
For , there are two square roots: and .
For , .
For , there is no real square root.
The square root function is defined as for .
Only returns non-negative values.
Absolute Value Function
The absolute value of x, denoted , is defined as:
if
if
This is a piecewise-defined function.
Piecewise-Defined Functions
Definition and Example
Piecewise functions are defined by different expressions over different intervals.
Example: The function is continuous at but makes a jump, so it is discontinuous at .
Domain and Range of Functions
Definitions
Domain: The set of all input values (x) for which the function is defined.
Range: The set of all possible output values for x in the domain.
Domains may be specified explicitly or determined by the formula's restrictions.
Example: on Domain: $[1,2]$ Range:
Example: on Domain: $[-1,1]$ Range:
Example: Domain: Range: $[0, \infty)$
Algorithm for Finding Domain
For , require .
For , require .
For trigonometric functions like and , exclude points where the denominator is zero.
Domain is the intersection of all restrictions.
Examples of Domain and Range
Example: Domain: Range:
Example: Domain: Range:
Combining Functions: Arithmetic Operations
Sum, Difference, Product, and Quotient
Functions can be combined using arithmetic operations:
(where )
The domain of the combined function is the intersection of the domains of and (and any additional restrictions).
Examples of Combining Functions
Example: ,
Example: , Domain: and
Example: , Domain:
Example: , Domain:
Function Composition
Definition
The composition of two functions and is denoted and defined by .
The domain of is the set of all x in the domain of such that is in the domain of .
Examples of Composition
Example: ,
Example: , Domain:
Example: Domain: Range:
Set Operations
Intersection and Union
Domains and ranges can be described using set operations:
Intersection (): Points in both sets.
Union (): Points in either set.
Summary Table: Function Types and Properties
Function Type | Definition | Domain | Range |
|---|---|---|---|
Square Root | |||
Absolute Value | |||
Quadratic | |||
Reciprocal | |||
Piecewise | Defined by cases | Depends on definition | Depends on definition |
Additional info: These foundational concepts in functions and their properties are essential for modeling and analyzing physical systems in physics and other sciences. Understanding domains, ranges, and function operations is critical for interpreting scientific formulas and graphs.