Function Notation, Domain & Range, Evaluating
A function assigns to each input (from the domain) exactly one output . The set of all outputs is the range.
- [leftmargin=5mm]
- Evaluating: substitute the input for every . In , we get .
- Domain of a polynomial: all reals, .
- Radical : require .
- Rational : require .
Find the domain of .
Need , and .
Domain: .
For , compute and .
.
.
Tip: A domain restriction from a radical uses ; a restriction from a denominator uses . Always combine both kinds of restriction when they appear together.
The Difference Quotient
The difference quotient of is
It measures the average rate of change of over and is the foundation of the derivative. Simplify until the in the denominator cancels.
Let . Then
Tip: The numerator should always lose its constant term and its lone term, leaving only factors of . If no cancels, recheck the algebra.
Analyzing Graphs
- [leftmargin=5mm]
- -intercepts (zeros): where ; -intercept: the value .
- Even (symmetric about -axis): . Odd (symmetric about origin): .
- Increasing / decreasing / constant over an interval as moves left to right.
- Relative maximum / minimum: a peak or valley of the graph.
Slope is rise over run.
- [leftmargin=5mm]
- Zeros: .
- Symmetry: , so is odd.
- Relative max ; relative min .
- Increasing on and ; decreasing on .
Tip: To test symmetry algebraically, substitute . If you get the same expression it is even; if you get the opposite of the original it is odd; otherwise neither.
The Library of Parent Functions
Constant ; Identity ; Absolute value ; Square root ; Quadratic ; Cubic ; Reciprocal ; Greatest integer (step) .
% Identity and absolute value
% Square root
% Quadratic
% Cubic
% Reciprocal
% Constant
% Greatest integer / step
Tip: has domain and excludes (a vertical asymptote). All other parents above have domain .
Transformations of Functions
Starting from :
- [leftmargin=5mm]
- : shift up ; : shift down.
- : shift right ; : shift left. (Horizontal moves are opposite the sign.)
- : reflect over the -axis; : vertical stretch; : vertical shrink.
- : reflect over the -axis; : horizontal shrink; : horizontal stretch.
Graph from the parent : shift right , reflect over the -axis, then shift up . The vertex moves from to and the graph opens downward. Below, is dashed (pre-image) and is solid (image).
Tip: Apply transformations in order: horizontal shift/stretch (inside the function) first, then vertical stretch/reflection, then vertical shift. When , factor first: so the horizontal shift is , not .
Combinations and Composition of Functions
For functions and :
The composition feeds the output of into .
Let and . Then
The domain needs , so . Also , with domain .
Tip: The domain of is the set of in the domain of whose outputs lie in the domain of . Composition is not commutative: usually .
Inverse Functions
is one-to-one if each output comes from exactly one input; equivalently it passes the horizontal line test. Only one-to-one functions have an inverse , which satisfies
The graph of is the reflection of the graph of over the line .
Find the inverse of . Write , swap: , solve: .
So . Verify: . (verified)
Tip: If a function fails the horizontal line test (like ), restrict its domain (e.g. ) to make it one-to-one before inverting.
Piecewise Functions and Average Rate of Change
A piecewise function uses different formulas on different parts of the domain. A closed dot includes an endpoint; an open dot excludes it. Evaluate by choosing the rule whose condition the input satisfies.
Here and .
The average rate of change of from to is the slope of the secant line:
For from to :
Tip: Average rate of change is the difference quotient with and ; it is a secant slope, not the value of the function.
Going Deeper: Advanced Function Ideas
A functional equation constrains an unknown function by an identity that must hold for all allowed . The key tactic is substitution: replace with a related expression (such as , , or ) to generate a second equation, then solve the resulting system for as if and the substituted value were two separate unknowns.
- [leftmargin=5mm]
- Common self-inverse swaps: , , .
- After substituting, treat and as variables and eliminate.
Find if for all .
Replace with to get a companion equation, giving the system
Multiply the second by and subtract the first: , so
Check: (verified)
Composing with itself times is written
(The bracket distinguishes this from a power or the inverse .) A function is an involution if , i.e. ; then and the iterates cycle: and . Some maps have longer periods (e.g. satisfies ).
Let with . Compute :
So is an involution: and . The iterates therefore alternate, and for instance while .
Three high-leverage ideas:
- [leftmargin=5mm]
- Monotonicity invertibility. If is strictly increasing (or strictly decreasing) on its domain, it automatically passes the horizontal line test, so exists there --- no need to solve algebraically to know it is one-to-one.
- Exploiting even/odd symmetry. An even function is fully determined by its values on ; an odd function must have (when is in the domain). Products/quotients obey: eveneven even, oddodd even, evenodd odd.
- Composing transformations into one mapping. Applying transformation then means the combined rule is . Order matters: a shift-then-stretch gives a different single formula than stretch-then-shift.
Find the domain of , a composition with and .
Work from the inside out, collecting every restriction:
- [leftmargin=5mm]
- Inner radical: .
- Outer radical: .
Both must hold, so .
For which is
continuous at the split point ?
The two branches must agree in the limit at :
With both pieces give at , so the graph joins without a jump.
Compute the difference quotient of using the conjugate:
The cancels once the radicals are rationalized. (For the same idea gives .)
Tip: For nested radicals and rational compositions, never simplify before finding the domain --- restrictions from an inner piece survive even if they cancel algebraically. And for iterated maps, always confirm a suspected involution or period by computing (and ), not by eyeballing the formula.
Formulas, Proofs & Tips
What it means. shifts right, shifts up, stretches vertically (flipping if negative), compresses horizontally.
Example. shifts right and up .
Why it works. Inside changes act on the input before does, so they run backwards: replacing by means the graph reaches a given output units later, i.e. shifted right. Outside changes act after , so they behave as written.
Tip. Inside the function: opposite of what it looks like. Outside: exactly what it looks like.
What it means. The inverse undoes the function; their graphs are mirror images across .
Example. has inverse , and .
Why it works. Swapping and in and solving for produces the rule that reverses each input–output pair. Reflecting across is exactly what swapping coordinates does geometrically.
Tip. Only one-to-one functions have inverses. If a horizontal line hits the graph twice, restrict the domain first.