6.3 Shifting, Scaling & Reflecting Functions Across Representations
Key Takeaways
- The general single-variable transformation model g(x) = a * f(b(x - h)) + k operates via distinct vertical outer operations (a, k) and horizontal inner operations (b, h).
- Horizontal transformations exhibit counter-intuitive algebraic behavior: f(x - h) shifts right by h, and f(bx) compresses horizontally by a factor of 1/|b| when |b| > 1.
- Reflections correspond to negative scale factors: a < 0 reflects the graph vertically across the x-axis, whereas b < 0 reflects the graph horizontally across the y-axis.
- The universal coordinate point mapping rule maps each baseline anchor point (x, y) on y = f(x) to the transformed point ((x/b) + h, a*y + k) on y = g(x).
6.3 Shifting, Scaling & Reflecting Functions Across Representations
1. The Unified Transformation Model
Function transformations provide a geometric framework connecting parent functions to broad families of curves. Rather than re-plotting individual points, secondary students learn to interpret algebraic modifications as geometric operations on the plane. The standard single-variable transformation model is expressed as:
where $a, b, h, k \in \mathbb{R}$ are real parameters with $a \neq 0$ and $b \neq 0$.
Understanding the dual nature of transformations requires distinguishing between exterior operations (affecting output values $y$) and interior operations (affecting input values $x$):
- Exterior parameters ($a$ and $k$): These act outside the function rule $f$. They operate directly on the dependent variable $y$, obeying standard arithmetic order of operations: vertical scaling by $a$ first, followed by vertical translation by $k$.
- Interior parameters ($b$ and $h$): These act inside the function argument. They operate on the independent variable $x$ in an algebraically inverted manner: to restore the original input to $f$, one must set $b(x - h) = x_{\text{old}}$, solving for the new coordinate $x = \frac{x_{\text{old}}}{b} + h$.
+---------------------------------------------------------------------------------+
| Transformation Taxonomy & Parameter Effects |
+---------------------------------------------------------------------------------+
| Parameter | Geometric Action | Coordinate Effect | Condition |
+-----------+-----------------------------------+-------------------+-------------+
| k > 0 | Vertical Shift Up by k units | (x, y) -> (x, y+k)| Exterior |
| k < 0 | Vertical Shift Down by |k| units | (x, y) -> (x, y+k)| Exterior |
| h > 0 | Horizontal Shift Right by h units | (x, y) -> (x+h, y)| Interior |
| h < 0 | Horizontal Shift Left by |h| units| (x, y) -> (x+h, y)| Interior |
| |a| > 1 | Vertical Stretch by factor |a| | (x, y) -> (x, ay) | Exterior |
| 0<|a|< 1 | Vertical Compression by factor |a|| (x, y) -> (x, ay) | Exterior |
| a < 0 | Reflection across the x-axis | (x, y) -> (x, -y) | Exterior |
| |b| > 1 | Horizontal Compression by 1/|b| | (x, y) -> (x/b, y)| Interior |
| 0<|b|< 1 | Horizontal Stretch by 1/|b| | (x, y) -> (x/b, y)| Interior |
| b < 0 | Reflection across the y-axis | (x, y) -> (-x, y) | Interior |
+---------------------------------------------------------------------------------+
[!WARNING] A critical algebraic trap occurs when the interior expression is written in unfactored form: $g(x) = f(Bx - C)$. To identify the correct horizontal shift $h$, the coefficient $B$ must be factored out from the argument: $f(B(x - \frac{C}{B}))$. Here, $b = B$ and the true horizontal translation is $h = \frac{C}{B}$, not $C$. For instance, $f(3x - 12) = f(3(x - 4))$ represents a horizontal compression by a factor of $\frac{1}{3}$ and a shift right by $4$, not $12$.
2. Order of Operations for Multiple Transformations
When multiple transformations occur simultaneously, the order in which they are applied determines the final curve. Because function transformations correspond to linear mappings on coordinates, following a consistent order is essential.
Vertical Transformations (Exterior)
For $y_{\text{new}} = a \cdot f(u) + k$, the order of operations follows the standard algebraic hierarchy:
- Vertical Dilation & Reflection: Multiply $y$-coordinates by $a$. If $a < 0$, the graph is reflected across the $x$-axis while being stretched or compressed by $|a|$.
- Vertical Translation: Add $k$ to the resulting $y$-coordinates, shifting the graph up ($k > 0$) or down ($k < 0$).
Horizontal Transformations (Interior)
For $g(x) = f(b(x - h))$, when written in factored form, the operations on input points $x_{\text{new}}$ map from baseline points $x$ via $b(x_{\text{new}} - h) = x \implies x_{\text{new}} = \frac{x}{b} + h$. Thus, the coordinate transformation performs:
- Horizontal Dilation & Reflection: Divide the input $x$ by $b$ (or multiply by $\frac{1}{b}$). If $b < 0$, reflect across the $y$-axis and scale by $\frac{1}{|b|}$.
- Horizontal Translation: Add $h$ to the result, shifting right ($h > 0$) or left ($h < 0$).
If a student works with the unfactored form $f(Bx - C)$, they must apply the operations in reverse order: shift by $C$ first, then compress by $B$. Factoring out $b$ first is strongly recommended in secondary pedagogy because it decouples the dilation factor from the translation distance.
3. The Universal Coordinate Point Mapping Rule
The most reliable method for constructing and verifying transformed functions across algebraic, graphical, and tabular modalities is the Coordinate Point Mapping Rule. If $(x, y)$ represents an anchor point on the parent graph $y = f(x)$, the corresponding point $(x', y')$ on the transformed curve $y = a \cdot f(b(x - h)) + k$ is given by:
Comprehensive Worked Exemplar: Radical Transformation
Consider the parent square root function $f(x) = \sqrt{x}$. Transform $f(x)$ into:
Step 1: Put the argument into standard factored form. Factor out the horizontal coefficient $b = -3$ from inside the radical:
Step 2: Identify all four transformation parameters.
- Vertical scale factor: $a = -2$. Since $|a| = 2 > 1$, vertical stretch by factor $2$. Since $a < 0$, reflection across the $x$-axis.
- Horizontal scale factor: $b = -3$. Since $|b| = 3 > 1$, horizontal compression by factor $\frac{1}{|b|} = \frac{1}{3}$. Since $b < 0$, reflection across the $y$-axis.
- Horizontal shift: $h = 4$. Translation right by $4$ units.
- Vertical shift: $k = 5$. Translation up by $5$ units.
Step 3: Construct the coordinate mapping formula.
Step 4: Track fundamental anchor points of the parent graph. The parent function $f(x) = \sqrt{x}$ features key anchor points $(0,0), (1,1), (4,2), (9,3)$:
- Endpoint $(0, 0)$:
- Anchor point $(1, 1)$:
- Anchor point $(4, 2)$:
- Anchor point $(9, 3)$:
Step 5: Determine transformed domain and range.
- Domain: The radicand must be non-negative: $-3x + 12 \ge 0 \implies -3x \ge -12 \implies x \le 4$. In interval notation: $(-\infty, 4]$. Notice how the reflection across the $y$-axis reversed the orientation of the domain from $[0, \infty)$ to $(-\infty, 4]$.
- Range: Since $\sqrt{-3x + 12} \ge 0$, multiplying by $a = -2$ gives $-2\sqrt{-3x + 12} \le 0$. Adding $k = 5$ yields $g(x) \le 5$. In interval notation: $(-\infty, 5]$. The reflection across the $x$-axis flipped the range downward from $[5, \infty)$ to $(-\infty, 5]$.
4. Transforming Functions Across Multiple Representations
Secondary educators must connect algebraic formulas to tables of values and graphical figures.
Tabular Transformations
Suppose a parent function $y = f(x)$ is defined by a table with points $(-4, 10), (0, 2), (2, -6)$. If $g(x) = 3f(2x) - 4$:
- New $x$-coordinates: $x' = \frac{x}{2}$. The inputs become $-4/2 = -2$, $0/2 = 0$, and $2/2 = 1$.
- New $y$-coordinates: $y' = 3y - 4$.
- For $y = 10$: $y' = 3(10) - 4 = 26 \implies (-2, 26)$.
- For $y = 2$: $y' = 3(2) - 4 = 2 \implies (0, 2)$.
- For $y = -6$: $y' = 3(-6) - 4 = -22 \implies (1, -22)$.
Diagnosing Common Student Misconceptions
Competency 6 on the FTCE requires identifying student errors in transformation problems:
- The Horizontal Sign Reversal: Students frequently believe $f(x - 5)$ moves left by $5$ because $-5$ is associated with negative coordinates. The instructor should demonstrate that to achieve the same output value $f(0)$, the input must satisfy $x - 5 = 0 \implies x = +5$, requiring an advance to the right.
- Confusing Horizontal and Vertical Compression: Students often confuse $f(2x)$ (horizontal compression by factor $1/2$) with $\frac{1}{2}f(x)$ (vertical compression by factor $1/2$). While both compress the visual appearance of the graph toward an axis, one alters the $x$-coordinates by half while the other alters the $y$-coordinates.
- Unfactored Parameter Blindness: In $g(x) = f(4x - 8)$, students commonly assert the horizontal translation is $8$ units right. The teacher must emphasize that the horizontal translation is only visible when $x$ has a coefficient of $1$: $f(4(x - 2))$, revealing a right shift of $2$ units.
The point (6, -2) lies on the graph of y = f(x). What are the coordinates of the corresponding point on the graph of g(x) = -4f(2x + 10) + 7?
The parent cubic function f(x) = x^3 undergoes the following sequential transformations: a reflection across the x-axis, a vertical stretch by a factor of 3, a horizontal compression by a factor of 1/2, a horizontal shift 4 units to the left, and a vertical shift 5 units down. Which equation correctly defines the resulting transformed function g(x)?
The parent function f(x) = sqrt(x) has domain [0, inf) and range [0, inf). If g(x) = -5*sqrt(6 - 2x) + 3, what are the domain and range of g(x)?
A teacher presents students with the equation h(x) = |4x - 12| + 2 and asks for the horizontal translation applied to the parent function f(x) = |x|. A student claims the graph is shifted 12 units to the right. Which statement correctly identifies the student's conceptual error and provides the mathematically valid translation?