What’s a relation?
A set of ordered pairs that maps x values to y values
What’s a function?
A relation where each x value has one y value. This means one x value cannot have multiple y values. However, a y-value can have multiple x values.
What is the notation for a function?
f(x), where f is the function name, x is the input, and f(x) is the output
What is domain and range?
Domain is all possible inputs. Range is all possible outputs.
For domain and range, you can use set notation or interval notation. State examples for each type of notation.
Set notation: D: {x | x > 0}
Set notation: D: R
Set notation: D: {1, 2, 3}
Interval notation: [0, 5]
Interval notation: (0, 5)
Interval notation (-5, 0) U (0, 5)
[ ] for closed interval
( ) for open interval
U means union
What is a base/parent function?
The simplest form of a function, the core equation from which a whole family of functions is derived by applying transformations
What is the base function for a linear, quadratic, and cubic function?
Linear: f(x) = x
Quadratic: f(x) = x^2
Cubic: f(x) = x^3
What is the base function for an absolute value function? State its general formula w/ transformations, domain, and range.
Base function: f(x) = |x|
General formula: f(x) = a|b(x - h)| + k
Domain: All real numbers
Range:
y >= k if a > 0
y <= k if a < 0
What is the base function for a square root function? State its general formula w/ transformations, domain, and range.
Base function: f(x) = √x
General formula: f(x) = a√(b(x - h)) + k
Domain:
x >= h if b > 0
x <= h if b < 0
Range:
y >= k if a > 0
y <= k if a < 0
What is the base function for a reciprocal function? State its general formula w/ transformations, domain, range, vertical asymptote, and horizontal asymptote.
Base function: f(x) = 1/x
General formula: f(x) = a/(b(x - h)) + k
Domain: x is not equal to h
Range: y is not equal to k
V.A: x = h
H.A: y = k
What is a vertical and horizontal asymptote?
Vertical asymptotes are vertical lines a function approaches but never touches as the function approaches positive/negative infinity.
Horizontal asymptotes are horizontal lines a function a function approaches but never touches as x goes to positive/negative infinity.
What do vertical transformations affect? State them
They affect the y-values.
f(x) + k is a shift up/down by k units
a(fx), where |a| > 1, is a vertical stretch by |a| units
a(fx), where 0 <|a|< 1, is a vertical compression by |a|units.
What do horizontal transformations affect? State them
They affect the x-values
f(x-h) is a shift to the right/left by |h| units
f(bx), where |b| > 1, is a horizontal compression by 1/|b| units
f(bx), where 0 < |b| < 1, is a horizontal compression by 1/|b| units
State the reflection transformations
af(x), where a < 0 is a reflection across the x-axis
f(-x) is a reflection across the y-axis
State the steps for combining transformations
What’s the shortcut for finding a new point after all transformations are applied? (It’s a formula)
To map points:
(x,y) becomes ((1/b) x + h, ay + k)
What are invariant points?
Points that stay the same after transformations are applied.
What does the transformation notation (p over q) mean?
p is a horizontal shift and q is a vertical shift
What does “Mapped to the graph of…” mean?
It means you apply some transformation to one graph to obtain another
What is an even function and its properties? State an example.
An even function satisfies f(-x) = f(x) for all x in its domain. It is symmetric about the y-axis, like a mirror reflection. If you plug the negative of x, you get the same output. Polynomial terms are only even degree.
Example: f(x) = x^2
What is an odd function and its properties? State an example
An odd function satisfies (f-x) = -f(x) for all x in its domain. It is symmetric about the origin. If you rotate 180 degrees around the origin, it looks the same. If you plug the negative of x, you get the opposite output. If (a, b) is on the graph, (-a,-b) is also on the graph. Polynomial terms are only odd degree.
Example: f(x) = x^3
Can a function be both even & odd?
No. The only exception is f(x) = 0
What is a composite function?
A new function created by plugging one function into another, where the output of the “inner” function becomes the input for the “outer” function, forming a chain of operations
Notation: f(g(x))
What are the domain considerations for composite functions?