Warning: these notes are a work in progress and are not finished yet. You can help to finish this page by signing up and clicking edit at the top of the page.
What is a Function?
A function is a special relationship where each input has a single output. It is often written as \(f(x)\) where is the input value. Example: \(f(x) = \frac{x}{2}\) ("f of x equals x divided by 2"). It is a function because each input \(x\) has a single output.
Vertical Line test
A test that can be used to determine if a relation is a function. A relation is a function if there are no vertical lines that intersect the graph at more than one point. Note that all functions are relationships, but not all relationships are functions.
Domain and Range
If you are comfortable with domain and Range already in forms like Domain X ∈ [1,5] or 1 ≤ X ≤ 5, Range Y ∈ ]2,10[ or 2 < X < 5 Then you can move on.
If you have any issues this might help:
\iframe{https://www.youtube.com/embed/96uHMcHWD2E}
\iframe{https://www.youtube.com/embed/-DTMakGDZAw}
Composite Functions
The composition of two functions \(f(x)\) and \(g(x)\) such that function g(x) is applied first and function is applied second is the function . It maps x to and we write:
Be careful to read composite functions in the correct order, read from right to left. The function closest to the x is the first function to be executed, the result of which is given to the next.
The domain of composite functions
The domain of the function f∘g is the set of all possible x values of g such that the respective g(x) belongs to the domain of f.
Inverse functions
Now let us consider the function .
undoes the action of f(x) and therefore
It is enormously important that you do not think of it as "one over f". Note that is written as
On a graph, and are symmetric in the line y = x, meaning that if you reflect in y=x then you obtain , and vice versa.
Finding the inverse of functions ( )
- Write .
- Then replace all the x's with y's, and the y's by x's.
- Solve until you obtain an expression , where includes all components except y.
The Reciprocal function
The reciprocal function of f(x) is the function that maps any x value (except x≠0) to and thus,
Remember the reciprocal function and any multiple is self-inverse (the inverse is the same as the original).
Transformations of Functions and Graphs
There are 3 types of transformations:
Translations
Variable | function | result | notes |
| | Translating the graph towards the right/left | Right when is positive |
| | Translating the graph upwards/downwards | Upwards when is positive |
\graph{{x^2+1},{(x-1)^2}}
Scalings
Variable | function | result | notes |
| | Stretching/compressing the graph along the y-axis | Stretching when s > 1 |
| | Compressing/stretching the graph along the x-axis | Compressing when c > 1 |
\graph{{1.5x^2},{0.2x^2}}
Reflections
function | result |
| Reflection across y-axis |
| Reflection across x-axis |
\graph{{y=x}}
Review
Type of Transformation | Equation |
Vertical Translation | |
Horizontal Translation | |
Vertical Stretch | |
Horizontal Stretch | |
Vertical Reflection | |
Horizontal Reflection | |
It is also worth noting that more than one transformation can occur. For example, the function can be viewed as the basic quadratic function stretched vertically by a factor of 2 and shifted vertically by a factor of 3.
\graph{{4x^2+2}}
Editors- CD_FER - 805 words.
- joeClinton - 71 words.
View count: 3865