Unit 7: Exponential and General Functions

Topic 6

Transformations — Shifts, Reflections, and Stretches

Function transformations describe how the graph of a base function changes when certain values are added, subtracted, or multiplied. The general form of a transformed function is:
f(x)af(b(xh))+kf(x) \rightarrow a\,f(b(x - h)) + k
Each parameter affects the graph in a specific way:
ParameterEffect on GraphhHorizontal shift: +h right, h leftkVertical shift: +k up, k downaVertical stretch/shrink: a>1 stretches, a<1 shrinksa<0Reflection over the x-axisbHorizontal stretch/shrink or reflection if negative\begin{array}{c|l} \text{Parameter} & \text{Effect on Graph} \\ \hline h & \text{Horizontal shift: } +h \text{ right, } -h \text{ left} \\ k & \text{Vertical shift: } +k \text{ up, } -k \text{ down} \\ a & \text{Vertical stretch/shrink: } |a|>1 \text{ stretches, } |a|<1 \text{ shrinks} \\ a<0 & \text{Reflection over the } x\text{-axis} \\ b & \text{Horizontal stretch/shrink or reflection if negative} \end{array}
The graph below shows a base function f(x)=x2f(x) = x^2 alongside two transformations of it: f(x3)f(x - 3), a horizontal shift, and f(x)-f(x), a reflection over the xx-axis. Seeing all three together makes it clear that a transformation moves or flips the whole shape without changing it.
SAT questions often present transformations in function notation, e.g. “If g(x)=f(x3)+2g(x) = f(x - 3) + 2, how does the graph of ff move?”
  • f(x - 3)
  • -f(x)
  • f(x) = x²
-3036-40-2002040

Core Skills

  • Identify transformations from function equations.
  • Describe shifts, reflections, and stretches verbally or graphically.
  • Write new function equations after a given transformation.
  • Match equations to transformed graphs.
  • Understand the difference between horizontal and vertical changes.

Example 1: Horizontal and Vertical Shifts

Let f(x)=x2.f(x) = x^2.
g(x)=f(x2)+3=(x2)2+3g(x) = f(x - 2) + 3 = (x - 2)^2 + 3
This means the parabola moves **right 2 units** and **up 3 units.** New vertex: from (0,0)(0,0) to (2,3)(2,3).

Example 2: Reflection

f(x)=x2g(x)=f(x)=x2f(x) = x^2 \quad \Rightarrow \quad g(x) = -f(x) = -x^2
The negative sign reflects the graph across the **x-axis** — opening downward.

Example 3: Vertical Stretch

f(x)=x2,g(x)=3f(x)=3x2f(x) = x^2, \quad g(x) = 3f(x) = 3x^2
The graph is stretched vertically by a factor of 3 — it becomes narrower.

Example 4: Horizontal Stretch

f(x)=x2,g(x)=f(x2)=(x2)2=14x2f(x) = x^2, \quad g(x) = f\left(\frac{x}{2}\right) = \left(\frac{x}{2}\right)^2 = \frac{1}{4}x^2
The graph is stretched horizontally by a factor of 2 — points move farther from the y-axis.

Example 5: Combined Transformation

If f(x)=xf(x) = |x|, find and describe:
g(x)=2f(x+1)+3=2x+1+3g(x) = -2f(x + 1) + 3 = -2|x + 1| + 3
Transformations:
  • Shift left 1 (inside x+1x + 1)
  • Reflect across x-axis (negative sign)
  • Vertical stretch by 2
  • Shift up 3

Example 6: SAT Context Example

If f(x)f(x) represents the height of a ball over time, then f(x2)f(x - 2) represents the same motion **2 seconds later**, and f(x)+3f(x) + 3 means the ball starts **3 meters higher.**

Key Takeaways

  • f(xh)f(x - h) shifts right, f(x+h)f(x + h) shifts left.
  • f(x)+kf(x) + k moves up, f(x)kf(x) - k moves down.
  • Multiply by aa to stretch/shrink vertically; negative aa reflects.
  • Multiply inside argument by bb to stretch/shrink horizontally; negative bb reflects over y-axis.
  • Combine multiple transformations carefully, applying inside changes first.