All Study Guides College Algebra Unit 3
📈 College Algebra Unit 3 – FunctionsFunctions are mathematical rules that assign unique outputs to inputs. They're essential in algebra, representing relationships between variables through equations, graphs, or tables. Functions have domains (input values) and ranges (output values), and can model real-world scenarios like temperature conversion.
Various function types exist, including linear, quadratic, exponential, and logarithmic. Each has distinct characteristics and graphs. Function notation, graphing techniques, and operations like composition are crucial skills. Inverse functions, which "undo" original functions, play a significant role in advanced mathematical concepts.
What Are Functions?
Functions are mathematical rules that assign a unique output value to each input value
Denoted as f ( x ) f(x) f ( x ) , where x x x is the input and f ( x ) f(x) f ( x ) is the corresponding output
Can be represented using equations, graphs, or tables
The set of all possible input values is called the domain, while the set of all possible output values is called the range
Functions can be one-to-one, meaning each output value corresponds to exactly one input value
Many real-world relationships can be modeled using functions (temperature conversion)
Functions can be continuous, meaning there are no breaks or gaps in the graph, or discontinuous
Types of Functions
Linear functions have the form f ( x ) = m x + b f(x) = mx + b f ( x ) = m x + b , where m m m is the slope and b b b is the y-intercept
Graphs of linear functions are straight lines (f ( x ) = 2 x + 1 f(x) = 2x + 1 f ( x ) = 2 x + 1 )
Quadratic functions have the form f ( x ) = a x 2 + b x + c f(x) = ax^2 + bx + c f ( x ) = a x 2 + b x + c , where a a a , b b b , and c c c are constants and a ≠ 0 a \neq 0 a = 0
Graphs of quadratic functions are parabolas (f ( x ) = x 2 − 4 x + 3 f(x) = x^2 - 4x + 3 f ( x ) = x 2 − 4 x + 3 )
Exponential functions have the form f ( x ) = a ⋅ b x f(x) = a \cdot b^x f ( x ) = a ⋅ b x , where a a a and b b b are constants, a ≠ 0 a \neq 0 a = 0 , and b > 0 b > 0 b > 0
Logarithmic functions have the form f ( x ) = log b ( x ) f(x) = \log_b(x) f ( x ) = log b ( x ) , where b b b is the base and x > 0 x > 0 x > 0
Logarithmic functions are the inverses of exponential functions
Trigonometric functions include sine, cosine, and tangent, which relate angles to ratios of side lengths in right triangles
Piecewise functions are defined by different equations over different intervals of the domain (absolute value function)
Function Notation and Terminology
f ( x ) f(x) f ( x ) is read as "f of x" and represents the output value when the input is x x x
f ( a ) f(a) f ( a ) represents the output value when the input is a a a
The variable x x x is often used to represent the input, but other variables can be used (t for time)
The term "evaluate" means to find the output value for a given input
To evaluate f ( 3 ) f(3) f ( 3 ) for f ( x ) = 2 x + 1 f(x) = 2x + 1 f ( x ) = 2 x + 1 , substitute 3 3 3 for x x x : f ( 3 ) = 2 ( 3 ) + 1 = 7 f(3) = 2(3) + 1 = 7 f ( 3 ) = 2 ( 3 ) + 1 = 7
The vertical line test determines if a graph represents a function: if any vertical line intersects the graph more than once, it is not a function
A function's domain can be restricted due to real-world constraints or to avoid undefined values (square root function)
Graphing Functions
To graph a function, create a table of input and output values, plot the points, and connect them with a smooth curve
The x-intercepts of a function are the points where the graph crosses the x-axis (y = 0 y = 0 y = 0 )
The y-intercept is the point where the graph crosses the y-axis (x = 0 x = 0 x = 0 )
Symmetry can be used to graph functions more efficiently
Even functions are symmetric about the y-axis: f ( − x ) = f ( x ) f(-x) = f(x) f ( − x ) = f ( x ) (absolute value function)
Odd functions are symmetric about the origin: f ( − x ) = − f ( x ) f(-x) = -f(x) f ( − x ) = − f ( x ) (cubic function)
Transformations can be applied to function graphs:
Vertical shifts: f ( x ) + k f(x) + k f ( x ) + k shifts the graph up by k k k units, f ( x ) − k f(x) - k f ( x ) − k shifts it down
Horizontal shifts: f ( x − h ) f(x - h) f ( x − h ) shifts the graph right by h h h units, f ( x + h ) f(x + h) f ( x + h ) shifts it left
Reflections: − f ( x ) -f(x) − f ( x ) reflects the graph over the x-axis, f ( − x ) f(-x) f ( − x ) reflects it over the y-axis
Function Operations and Composition
Functions can be added, subtracted, multiplied, and divided pointwise
( f + g ) ( x ) = f ( x ) + g ( x ) (f + g)(x) = f(x) + g(x) ( f + g ) ( x ) = f ( x ) + g ( x ) , ( f − g ) ( x ) = f ( x ) − g ( x ) (f - g)(x) = f(x) - g(x) ( f − g ) ( x ) = f ( x ) − g ( x ) , ( f ⋅ g ) ( x ) = f ( x ) ⋅ g ( x ) (f \cdot g)(x) = f(x) \cdot g(x) ( f ⋅ g ) ( x ) = f ( x ) ⋅ g ( x ) , ( f g ) ( x ) = f ( x ) g ( x ) (\frac{f}{g})(x) = \frac{f(x)}{g(x)} ( g f ) ( x ) = g ( x ) f ( x ) for g ( x ) ≠ 0 g(x) \neq 0 g ( x ) = 0
Function composition involves substituting one function into another
( f ∘ g ) ( x ) = f ( g ( x ) ) (f \circ g)(x) = f(g(x)) ( f ∘ g ) ( x ) = f ( g ( x )) , read as "f composed with g of x"
To evaluate ( f ∘ g ) ( a ) (f \circ g)(a) ( f ∘ g ) ( a ) , first evaluate g ( a ) g(a) g ( a ) , then use that result as the input for f f f
Function composition is not always commutative: ( f ∘ g ) ( x ) (f \circ g)(x) ( f ∘ g ) ( x ) may not equal ( g ∘ f ) ( x ) (g \circ f)(x) ( g ∘ f ) ( x )
Decomposing a composite function into its constituent functions can help simplify complex expressions
Inverse Functions
The inverse of a function "undoes" the original function
If f ( a ) = b f(a) = b f ( a ) = b , then f − 1 ( b ) = a f^{-1}(b) = a f − 1 ( b ) = a , where f − 1 f^{-1} f − 1 is the inverse of f f f
A function and its inverse are reflections of each other over the line y = x y = x y = x
To find the inverse of a function algebraically:
Replace f ( x ) f(x) f ( x ) with y y y
Swap x x x and y y y
Solve for y y y
Replace y y y with f − 1 ( x ) f^{-1}(x) f − 1 ( x )
Not all functions have inverses; a function must be one-to-one (pass the horizontal line test) to have an inverse
The domain of a function becomes the range of its inverse, and vice versa
Real-World Applications
Functions can model relationships between variables in various fields (physics, economics, biology)
Linear functions can represent constant rates of change (distance traveled over time at a constant speed)
Quadratic functions can model projectile motion, with height as a function of time
Exponential functions can describe population growth or radioactive decay
Logarithmic functions can model sound intensity (decibels) or earthquake magnitude (Richter scale)
Trigonometric functions are used in wave modeling (sound waves, ocean tides) and periodic phenomena (hours of daylight throughout the year)
Common Mistakes and How to Avoid Them
Forgetting to use parentheses when substituting values into functions
Remember PEMDAS: evaluate what's inside the parentheses first
Confusing function notation with multiplication
f ( x ) f(x) f ( x ) does not mean f f f times x x x ; it represents the output of the function f f f when the input is x x x
Misinterpreting the order of operations in function composition
Work from the inside out: first evaluate the inner function, then use that result as the input for the outer function
Attempting to find the inverse of a non-one-to-one function
Check that the function passes the horizontal line test before finding its inverse
Incorrectly graphing transformations of functions
Pay attention to the sign of the constants: negative signs result in reflections or shifts in the opposite direction
Misidentifying the domain and range of a function
Consider any restrictions on the input values and the resulting limitations on the output values