Function Transformations

Function Transformations: Key Concepts and Examples

Introduction to Function Transformations

  • Transforming functions involves altering their graphs through various operations.
  • Transformations include sliding (translations), stretching/compressing, and reflections.
  • The core principle: To determine the new function's formula after a transformation, identify what operation is performed on the coordinates (x, y) and then apply the opposite operation to the function's equation.

Translations (Sliding)

Horizontal Translations
  • Sliding to the Right: To shift a function's graph hh units to the right, replace xx with (xh)(x - h) in the function's equation.
    • Example: If y=f(x)y = f(x), shifting it 2 units to the right results in y=f(x2)y = f(x - 2).
  • Sliding to the Left: To shift a function's graph hh units to the left, replace xx with (x+h)(x + h) in the function's equation.
    • Example: If y=f(x)y = f(x), shifting it 3 units to the left results in y=f(x+3)y = f(x + 3).
Vertical Translations
  • Sliding Up: To shift a function's graph kk units upward, replace yy with (yk)(y - k) in the function's equation.
    • Example: If y=f(x)y = f(x), shifting it 1 unit up results in y1=f(x)y - 1 = f(x), which can be rewritten as y=f(x)+1y = f(x) + 1.
  • Sliding Down: To shift a function's graph kk units downward, replace yy with (y+k)(y + k) in the function's equation.
Combining Horizontal and Vertical Translations
  • To slide a function left by 3 units and up by 1 unit, transform y=f(x)y = f(x) to y1=f(x+3)y - 1 = f(x + 3).

Reflections

Reflection Over the x-axis
  • To reflect a function over the x-axis, multiply the y-coordinates by 1-1. In the equation, replace yy with y1\frac{y}{-1} (or y-y).
    • Example: Given y=x+1y = -x + 1, reflecting over the x-axis involves replacing yy with y1\frac{y}{-1}, leading to y1=x+1\frac{y}{-1} = -x + 1. Multiplying both sides by 1-1 gives y=x1y = x - 1.
    • The original function y=x+1y = -x + 1 has a y-intercept of 1 and a slope of 1-1. The reflected function y=x1y = x - 1 has a y-intercept of 1-1 and a slope of 1.
Reflection Over the y-axis
  • To reflect a function over the y-axis, multiply the x-coordinates by 1-1. In the equation, replace xx with x1\frac{x}{-1} (or x-x).

Stretching/Compressing

Stretching in the y-direction
  • To stretch a function in the y-direction by a factor of aa, multiply the y-coordinates by aa. In the equation, replace yy with ya\frac{y}{a}.
    • Example: Given y=x2y = x^2, to stretch it so that the point (1,1)(1, 1) becomes (1,2)(1, 2), replace yy with y2\frac{y}{2}, resulting in y2=x2\frac{y}{2} = x^2. Solving for y gives y=2x2y = 2x^2.
Stretching in the x-direction
  • To stretch a function in the x-direction by a factor of bb, multiply the x-coordinates by bb. In the equation, replace xx with xb\frac{x}{b}.
    • If the original width of a function is 6, and you want to double it to 12, replace xx with x2\frac{x}{2} in the original function's equation.

The Big Idea: Opposite Operations

  • Identify the transformation's effect on the coordinates (x, y).
  • Apply the opposite operation to the corresponding variable in the function's equation.
  • Opposite of addition is subtraction, and vice versa.
  • Opposite of multiplication is division, and vice versa.

Summary Table

TransformationCoordinate ChangeEquation Change
Slide Right by hhxx+hx \rightarrow x + hReplace xx with (xh)(x - h)
Slide Left by hhxxhx \rightarrow x - hReplace xx with (x+h)(x + h)
Slide Up by kkyy+ky \rightarrow y + kReplace yy with (yk)(y - k)
Slide Down by kkyyky \rightarrow y - kReplace yy with (y+k)(y + k)
Reflect over x-axisyyy \rightarrow -yReplace yy with y1\frac{y}{-1}
Reflect over y-axisxxx \rightarrow -xReplace xx with x1\frac{x}{-1}
Stretch y-direction by factor aayayy \rightarrow ayReplace yy with ya\frac{y}{a}
Stretch x-direction by factor bbxbxx \rightarrow bxReplace xx with xb\frac{x}{b}