4.2 Function Graphs, Transformations, Reflections & Symmetries
Key Takeaways
- Parent function archetypes (x, x², x³, |x|, √x, 1/x, 2^x) define canonical shapes; any generalized curve is analyzed by tracing coordinate shifts and distortions from its parent.
- Horizontal modifications operate inside the function argument and behave counter-intuitively: f(x - h) shifts the graph h units to the right, while f(cx) horizontally compresses the graph by a factor of 1/c for c > 1.
- Vertical modifications operate outside the function and behave intuitively: f(x) + k shifts the graph k units upward, and a·f(x) vertically stretches the graph by a factor of a for a > 1.
- A function is algebraically even if f(-x) = f(x), exhibiting reflectional symmetry across the y-axis; it is odd if f(-x) = -f(x), exhibiting 180° rotational symmetry about the origin.
4.2 Function Graphs, Transformations, Reflections & Symmetries
Understanding how algebraic operations alter the geometric graphs of functions is one of the highest-yield topics on the CLEP College Mathematics exam. By mastering parent functions and transformation rules, you can identify equations, predict coordinates, and evaluate symmetry without plotting points manually.
1. Standard Parent Functions and Key Anchor Points
Every family of functions originates from a basic parent function $f(x)$ possessing a distinctive geometric profile:
+-----------------------------------------------------------------------------+
| PARENT FUNCTION GALLERY |
| |
| LINEAR: f(x) = x QUADRATIC: f(x) = x^2 CUBIC: f(x) = x^3 |
| / \ / . |
| / \ / / |
| / \ / / |
| / V ---0--- |
| / / |
| / |
| |
| ABS VALUE: f(x) = |x| SQ ROOT: f(x) = √x RECIPROCAL: f(x) = 1/x |
| \ / .---'' | / |
| \ / / | / |
| V 0 +------ |
| | |
| -------+ |
| | / |
+-----------------------------------------------------------------------------+
Summary Table of Parent Functions
| Function Name | Equation | Key Anchor Points | Graph Description |
|---|---|---|---|
| Identity (Linear) | $f(x) = x$ | $(-1, -1), (0, 0), (1, 1)$ | Straight diagonal line passing through the origin with slope $m = 1$ |
| Quadratic (Square) | $f(x) = x^2$ | $(-1, 1), (0, 0), (1, 1)$ | U-shaped symmetric parabola with vertex at $(0, 0)$ |
| Cubic | $f(x) = x^3$ | $(-1, -1), (0, 0), (1, 1)$ | S-shaped curve with point symmetry and inflection at $(0, 0)$ |
| Absolute Value | $f(x) = | x | $ |
| Square Root | $f(x) = \sqrt{x}$ | $(0, 0), (1, 1), (4, 2)$ | Half-parabola starting at origin $(0, 0)$ and curving right in Quadrant I |
| Reciprocal | $f(x) = \frac{1}{x}$ | $(-1, -1), (1, 1)$ | Two-branched hyperbola with asymptotes at $x = 0$ and $y = 0$ |
| Exponential | $f(x) = 2^x$ | $(-1, 0.5), (0, 1), (1, 2)$ | Asymptotically approaches $y = 0$ on left, grows rapidly through $(0, 1)$ |
2. Rigid Transformations: Vertical & Horizontal Translations
A rigid transformation shifts the position of a graph in the coordinate plane without altering its basic shape or size.
Vertical Shifts (Outside the Function)
Adding or subtracting a constant $k > 0$ outside the parent function moves every point vertically:
- $y = f(x) + k$: Shifts the graph UP by $k$ units. Coordinate mapping: $(x, y) \to (x, y + k)$.
- $y = f(x) - k$: Shifts the graph DOWN by $k$ units. Coordinate mapping: $(x, y) \to (x, y - k)$.
Horizontal Shifts (Inside the Function Argument)
Adding or subtracting a constant $h > 0$ inside the function argument moves every point horizontally in the opposite direction of the sign:
- $y = f(x - h)$: Shifts the graph RIGHT by $h$ units. Coordinate mapping: $(x, y) \to (x + h, y)$.
- $y = f(x + h)$: Shifts the graph LEFT by $h$ units. Coordinate mapping: $(x, y) \to (x - h, y)$.
+-----------------------------------------------------------------------------+
| OUTSIDE VS. INSIDE TRANSFORMATION RULE |
| |
| OUTSIDE MODIFICATION: y = f(x) ± k INSIDE MODIFICATION: y = f(x ∓ h)|
| - Affects Y-coordinates directly - Affects X-coordinates inversely|
| - Direction is INTUITIVE - Direction is COUNTER-INTUITIVE |
| - +k moves UP; -k moves DOWN - -h moves RIGHT; +h moves LEFT |
+-----------------------------------------------------------------------------+
Worked Example: Multi-Directional Translation
Identify the parent function and vertex position for $g(x) = |x + 4| - 6$.
- Parent function: $f(x) = |x|$ with original vertex at $(0, 0)$.
- Transformation: Shifted 4 units left ($x + 4$) and 6 units down ($- 6$).
- New Vertex: $(-4, -6)$.
3. Non-Rigid Transformations: Stretching and Compression
A non-rigid transformation changes the shape and steepness of the graph by stretching or compressing it along one of the coordinate axes.
Vertical Stretching and Compression ($y = a \cdot f(x)$ with $a > 0$)
Multiplying the function outputs by a constant factor $a > 0$ modifies vertical distances from the $x$-axis:
- If $a > 1$: Vertical Stretch by a factor of $a$. The graph becomes steeper and narrower. Points map as $(x, y) \to (x, ay)$.
- If $0 < a < 1$: Vertical Compression (Shrink) by a factor of $a$. The graph flattens toward the $x$-axis. Points map as $(x, y) \to (x, ay)$.
Horizontal Stretching and Compression ($y = f(c \cdot x)$ with $c > 0$)
Multiplying the input $x$ by a constant factor $c > 0$ modifies horizontal distances from the $y$-axis inversely:
- If $c > 1$: Horizontal Compression by a factor of $\frac{1}{c}$. Points map as $(x, y) \to \left(\frac{x}{c}, y\right)$.
- If $0 < c < 1$: Horizontal Stretch by a factor of $\frac{1}{c}$. Points map as $(x, y) \to \left(\frac{x}{c}, y\right)$.
Transformation Reference Matrix
| Transformation Type | Algebraic Notation | Coordinate Mapping | Geometric Action |
|---|---|---|---|
| Vertical Shift Up | $y = f(x) + k$ ($k > 0$) | $(x, y) \to (x, y + k)$ | Translate graph upward by $k$ units |
| Vertical Shift Down | $y = f(x) - k$ ($k > 0$) | $(x, y) \to (x, y - k)$ | Translate graph downward by $k$ units |
| Horizontal Shift Right | $y = f(x - h)$ ($h > 0$) | $(x, y) \to (x + h, y)$ | Translate graph rightward by $h$ units |
| Horizontal Shift Left | $y = f(x + h)$ ($h > 0$) | $(x, y) \to (x - h, y)$ | Translate graph leftward by $h$ units |
| Vertical Stretch | $y = a f(x)$ ($a > 1$) | $(x, y) \to (x, a y)$ | Stretch vertically away from $x$-axis by $a$ |
| Vertical Compression | $y = a f(x)$ ($0 < a < 1$) | $(x, y) \to (x, a y)$ | Compress vertically toward $x$-axis by $a$ |
| Horizontal Compression | $y = f(cx)$ ($c > 1$) | $(x, y) \to \left(\frac{x}{c}, y\right)$ | Compress horizontally toward $y$-axis by $\frac{1}{c}$ |
| Horizontal Stretch | $y = f(cx)$ ($0 < c < 1$) | $(x, y) \to \left(\frac{x}{c}, y\right)$ | Stretch horizontally away from $y$-axis by $\frac{1}{c}$ |
| Reflection over X-Axis | $y = -f(x)$ | $(x, y) \to (x, -y)$ | Flip vertically upside down across $x$-axis |
| Reflection over Y-Axis | $y = f(-x)$ | $(x, y) \to (-x, y)$ | Flip horizontally left-to-right across $y$-axis |
4. Reflections Across Coordinate Axes
Negating function components produces geometric reflections:
Reflection Across the $x$-Axis ($y = -f(x)$)
- The negative sign is outside the function.
- Every output $y$ is negated: $(x, y) \to (x, -y)$.
- The entire graph is flipped upside down over the horizontal $x$-axis.
Reflection Across the $y$-Axis ($y = f(-x)$)
- The negative sign is inside the function argument.
- Every input $x$ is negated: $(x, y) \to (-x, y)$.
- The graph is flipped left-to-right across the vertical $y$-axis.
Sequential Order of Multiple Transformations
When graphing a combined transformation such as $g(x) = a f(b(x - h)) + k$, execute operations in standard order:
- Horizontal shift ($x - h$)
- Horizontal stretch/compression and reflection ($b$ and $-x$)
- Vertical stretch/compression and reflection ($a$ and $-f$)
- Vertical shift ($+ k$)
Worked Example: Describe the step-by-step transformations of $g(x) = -3(x - 5)^2 + 8$ from $f(x) = x^2$:
- Shift right 5 units $\implies (x - 5)^2$
- Vertical stretch by a factor of 3 $\implies 3(x - 5)^2$
- Reflect across the $x$-axis $\implies -3(x - 5)^2$
- Shift up 8 units $\implies -3(x - 5)^2 + 8$
- Vertex location: $(5, 8)$, opening downward.
5. Algebraic and Graphical Symmetries: Even, Odd, Neither
Symmetry describes balanced geometric invariance under coordinate reflections.
+-----------------------------------------------------------------------------+
| EVEN VS. ODD FUNCTION SYMMETRY |
| |
| EVEN FUNCTION: f(-x) = f(x) ODD FUNCTION: f(-x) = -f(x) |
| --------------------------- --------------------------- |
| - Symmetry: Y-AXIS Reflection - Symmetry: 180° ORIGIN Rot. |
| - Points: (x, y) and (-x, y) - Points: (x, y) and (-x, -y) |
| |
| | . . | / |
| | \ / | / |
| -----+-----V-----+ -----+--0--+----- |
| | / | |
| | / | |
| f(x) = x^2, cos(x) f(x) = x^3, sin(x) |
+-----------------------------------------------------------------------------+
1. Even Functions ($y$-Axis Symmetry)
- Algebraic Test: A function is even if $f(-x) = f(x)$ for all $x$ in the domain.
- Geometric Property: Line symmetry across the $y$-axis. Folding the graph along the vertical $y$-axis aligns the left and right halves perfectly.
- Examples: $f(x) = x^2$, $f(x) = x^4 - 3x^2 + 5$, $f(x) = |x|$, $f(x) = \cos x$.
Worked Example: Prove algebraically that $f(x) = 4x^4 - 7x^2 + 6$ is even:
2. Odd Functions (Origin Symmetry)
- Algebraic Test: A function is odd if $f(-x) = -f(x)$ for all $x$ in the domain.
- Geometric Property: Point symmetry / $180^\circ$ rotational symmetry about the origin $(0, 0)$. Rotating the graph half a turn leaves it unchanged.
- Examples: $f(x) = x^3$, $f(x) = x^5 - 4x$, $f(x) = \frac{1}{x}$, $f(x) = \sin x$.
Worked Example: Prove algebraically that $f(x) = x^3 - 5x$ is odd:
3. Functions with Neither Symmetry
If $f(-x)$ does not simplify to $f(x)$ and does not simplify to $-f(x)$, the function is neither even nor odd.
- Example: $f(x) = x^2 + 4x - 5$.
- Check: $f(-x) = (-x)^2 + 4(-x) - 5 = x^2 - 4x - 5$.
- Because $x^2 - 4x - 5 \neq f(x)$ and $x^2 - 4x - 5 \neq -f(x) = -x^2 - 4x + 5$, the function has no symmetry.
6. Common CLEP Traps & Strategic Checkpoints
- Trap 1: Sign Error in Horizontal Translations: The graph of $f(x + 3)$ moves 3 units left, not right. The graph of $f(x - 3)$ moves 3 units right.
- Trap 2: Neglecting the Degree of Constant Terms in Symmetry Tests: In a polynomial, a non-zero constant $c = c \cdot x^0$ has an even exponent ($0$). Therefore, $f(x) = x^3 + 4$ is neither even nor odd because the cubic term is odd but the constant term is even ($f(-x) = -x^3 + 4 \neq -f(x)$).
- Trap 3: Confusing X-Axis and Y-Axis Reflections:
- $y = -\sqrt{x}$ flips below the $x$-axis (range becomes $(-\infty, 0]$).
- $y = \sqrt{-x}$ flips into the left half-plane across the $y$-axis (domain becomes $(-\infty, 0]$).
- Trap 4: Horizontal Scaling Arithmetic: $f(2x)$ compresses the graph horizontally by multiplying $x$-coordinates by $\frac{1}{2}$ (halving widths), not doubling them.
The graph of the parent function f(x) = √x is shifted 5 units to the left, stretched vertically by a factor of 2, reflected across the x-axis, and shifted 3 units downward. Which equation represents the resulting transformed function g(x)?
Which of the following functions is an odd function (exhibiting 180° rotational symmetry about the origin)?
If the point (-4, 6) lies on the graph of y = f(x), which point must lie on the graph of the transformed function y = 3f(2x) - 5?