FunctionsTopic #12 of 32

Transformations

Translations, reflections, stretches, and compressions of function graphs.

General Form

For a parent function f(x)f(x), the transformed function is:

g(x)=af(b(xh))+kg(x) = a \cdot f(b(x - h)) + k

ParameterEffect
aaVertical stretch/compression and reflection
bbHorizontal stretch/compression and reflection
hhHorizontal shift
kkVertical shift

Vertical Transformations

Vertical Shift

y=f(x)+ky = f(x) + k

  • k>0k > 0: Shift up kk units
  • k<0k < 0: Shift down k|k| units

Vertical Stretch/Compression

y=af(x)y = a \cdot f(x)

  • a>1|a| > 1: Vertical stretch by factor of a|a|
  • 0<a<10 < |a| < 1: Vertical compression by factor of a|a|
  • a<0a < 0: Reflection across x-axis

Horizontal Transformations

Horizontal Shift

y=f(xh)y = f(x - h)

  • h>0h > 0: Shift right hh units
  • h<0h < 0: Shift left h|h| units

Note: The shift is opposite to the sign in the equation!

Horizontal Stretch/Compression

y=f(bx)y = f(bx)

  • b>1|b| > 1: Horizontal compression by factor of 1b\frac{1}{|b|}
  • 0<b<10 < |b| < 1: Horizontal stretch by factor of 1b\frac{1}{|b|}
  • b<0b < 0: Reflection across y-axis

Note: The effect is the reciprocal of bb!

Reflections

TransformationEffect
y=f(x)y = -f(x)Reflect across x-axis
y=f(x)y = f(-x)Reflect across y-axis
y=f(x)y = -f(-x)Reflect across origin

Order of Transformations

When applying multiple transformations, follow this order:

  1. Horizontal stretch/compression (inside function)
  2. Horizontal shift (inside function)
  3. Reflection (if applicable)
  4. Vertical stretch/compression (outside function)
  5. Vertical shift (outside function)

Memory aid: Work from inside out, horizontal before vertical.

Common Transformations Summary

OriginalTransformedDescription
f(x)f(x)f(x)+3f(x) + 3Up 3
f(x)f(x)f(x)2f(x) - 2Down 2
f(x)f(x)f(x4)f(x - 4)Right 4
f(x)f(x)f(x+1)f(x + 1)Left 1
f(x)f(x)2f(x)2f(x)Vertical stretch ×2\times 2
f(x)f(x)12f(x)\frac{1}{2}f(x)Vertical compression ×12\times \frac{1}{2}
f(x)f(x)f(2x)f(2x)Horizontal compression ×12\times \frac{1}{2}
f(x)f(x)f(12x)f(\frac{1}{2}x)Horizontal stretch ×2\times 2
f(x)f(x)f(x)-f(x)Reflect over x-axis
f(x)f(x)f(x)f(-x)Reflect over y-axis

Example: Quadratic Transformations

Starting with f(x)=x2f(x) = x^2:

FunctionTransformation
x2+3x^2 + 3Up 3
(x2)2(x - 2)^2Right 2
(x+1)24(x + 1)^2 - 4Left 1, Down 4
2(x3)2+12(x - 3)^2 + 1Stretch ×2\times 2, Right 3, Up 1
x2-x^2Reflect over x-axis
(x)2=x2(-x)^2 = x^2No change (even function)

Finding Transformations from Equations

Given: g(x)=2(x+3)25g(x) = -2(x + 3)^2 - 5

  1. Parent: f(x)=x2f(x) = x^2
  2. Horizontal shift: Left 3 (from x+3x + 3)
  3. Vertical stretch: ×2\times 2 (from coefficient 2)
  4. Reflection: Over x-axis (from negative)
  5. Vertical shift: Down 5 (from 5-5)

Vertex: (3,5)(-3, -5)