Intro to Functions
Types of Functions
Transformations
Composition of Functions
Inverse Functions
Special Transformations
By definition, a function is a set of ordered pairs for which each value of the independent variable in the domain has only one corresponding value of the dependent variable in the range.
Rather than using y, mathematicians use the notation f(x) to denote the relationship between the inputs and outputs.
x represents the inputs, or independent variables
f(x) represents the outputs, or dependent variables
The domain of the function refers to the set of values the independent variable of a function can have. If you think of a function as a machine that spits out numbers, the domain specifies the numbers that can be entered into the machine. In the illustration on the left, the domain is made up of spheres.
The range consists of the set of values of the dependent variable corresponding to the domain. If you think of a function as a machine that spits out numbers, the range is all the numbers that the machine can produce. In the illustration on the left, the machine took the inputs, or spheres, and produced the outputs as squares.
These are some key definitions to remember from Algebra II. These continue to play a large role in all types of functions.
You learned all of these functions over the course of Algebra II last year. You can use these examples to remember what every function looks like, and you can see the corresponding equation for each function here. It is important that you have a strong understanding of these functions and equations so you can comprehend them on a more conceptual level during your time in Pre-Calculus*.
Polynomial Function
f(x) = anx^n + an-1xn-1 +... + a1x + a0, where n is a nonnegative number
Quadratic Function
f(x) = ax^2+bx+c, a ≠0
Linear Function
f(x) = ax+b
Direct Variation Function
f(x) = ax
Power Function
f(x) = axb
Exponential Function
f(x) = a * bx
Inverse Variation Function
f(x) = a/x
Rational Algebraic Function
f(x) = n(x) / d(x)
The graph of a function can be dilated (magnified) by a certain factor in either the vertical or horizontal direction.
To vertically dilate a function, multiply the outputs, also known as the y-coordinates, by the factor. This is known as an outside transformation because it is done to the outside of the parentheses, or the value of the function. Vertical dilations have a narrowing effect on the shape of the graph. (see left)
For example, to magnify a function vertically by 3...
if f(x) = x2, then... y = 3 f(x)
To horizontally dilate a function, multiply the x-coordinates, or inputs, by the reciprocal of the factor. This is known as an inside transformation because it is done to the inside of the parentheses, or the argument. Horizontal dilations stretch the graph side-to-side, widening the overall shape.
For example, to magnify the same function above horizontally by 3...
if f(x) = x^2, then... y = f(1/3 x)
The graph of a function can also be translated, or shifted, horizontally and vertically.
To vertically translate a function, simply add the intended shift in units to the value of the function:
y = f(x) + 3
To horizontally translate a function, subtract the intended shift in units to the argument, inside the parentheses, of the function:
y = f(x - 3)
You may have noticed that transformations affecting the x values seem to be counterintuitive. If you wanted to dilate the graph by a factor of 3, why would you multiply x by 1/3? To answer this question, you must think algebraically.
If you dilated a function horizontally by a factor of 3, each value of the argument would need to be three times what it was before the graph was magnified in order to generate the same y-values. Therefore:
y = f(g)
x = 3g
1/3x = g
Since g is equal to the argument of the function, you can substitute in 1/3x...
y = f(1/3x)
You may remember composite functions from Algebra II, but this section will reinforce the information you learned last year so you can understand it on a deeper level during your time in Pre-Calculus*.
A composite function is a function that depends on another function. One function is substituted into another one.
If the input and output of a function can be switched and the resulting relation is also a function, they are referred to as inverse functions. In other words, the domain and range are switched.
The inverse of the function f(x) is denoted as f -1(x)
If both inverses are functions, they are referred to as invertible.
If you were to take the composition of a function and its inverse, you should get the original input as your answer. This is because the inverse of a function essentially undoes the function.
A function that is strictly increasing or decreasing is a one-to-one function.
Question: Why would a function need to be one-to-one in order to have an inverse that is also a function?
In a table, the inputs of f(x) should be the ouptuts of f -1(x) and vice-versa. Inverse functions essentially undo each other.
To solve for the inverse of a function algebraically, first replace f(x) with y. Switch x and y, then isolate y.
Tip: To check your work, plug in numbers from the range of the original function and see if you get the corresponding value from the domain of the original function.
The original function and its inverse are always reflections of each other across the line y = x (green above).
Earlier, you learned about horizontal and vertical dilations. Did you ever wonder how the graph would change if the factor was -1? The result of multiplying the domain or range by -1 is a reflection over the y-axis and x-axis, respectively.
To vertically reflect the graph over the x-axis, multiply the value of the entire function by -1:
y = -f(x)
To horizontally reflect a graph over the y-axis, multiply the argument of the function by -1:
y = f(-x)
When reflecting a graph over the y-axis, keep in mind that you need to multiply the limits of the domain by -1 as well.
The function f is an even function if and only if f(-x) = f(x) for all x in the domain
The function f is an odd function if and only if f(-x) = -f(x) for all x in the domain
You can also take the absolute value of a function through its argument or value. The graph of the absolute value parent function is a symmetrical v-shape.
{f(x)} takes the absolute value of f(x)
f({x}) takes the absolute value of the argument