Fiveable

๐Ÿ“Honors Pre-Calculus Unit 1 Review

QR code for Honors Pre-Calculus practice questions

1.5 Transformation of Functions

๐Ÿ“Honors Pre-Calculus
Unit 1 Review

1.5 Transformation of Functions

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides

Function transformations let you change a graph's shape and position. You can shift it up, down, left, or right, stretch or compress it, and even flip it around. These tricks help you understand how functions behave.

Mastering transformations is key to analyzing complex functions. By combining different transformations, you can create new functions from familiar ones. This skill is crucial for solving real-world problems and understanding advanced math concepts.

Function Transformations

Vertical and horizontal shifts

  • Vertical shifts move the graph up or down by adding a constant kk to the function: f(x)+kf(x) + k
    • Positive kk shifts the graph up (e.g., f(x)+3f(x) + 3 shifts the graph up by 3 units)
    • Negative kk shifts the graph down (e.g., f(x)โˆ’2f(x) - 2 shifts the graph down by 2 units)
  • Horizontal shifts move the graph left or right by adding a constant $h$ inside the function: f(x+h)f(x + h)
    • Positive hh shifts the graph left (e.g., f(x+4)f(x + 4) shifts the graph left by 4 units)
    • Negative hh shifts the graph right (e.g., f(xโˆ’1)f(x - 1) shifts the graph right by 1 unit)
  • These transformations may affect the domain and range of the function

Reflections across axes

  • Reflecting a function across the x-axis flips the graph vertically by multiplying the function by -1: โˆ’f(x)-f(x)
    • Example: if f(x)=x2f(x) = x^2, then โˆ’f(x)=โˆ’x2-f(x) = -x^2 reflects the parabola across the x-axis
  • Reflecting a function across the y-axis flips the graph horizontally by replacing xx with โˆ’x-x in the function: f(โˆ’x)f(-x)
    • Example: if f(x)=x3f(x) = x^3, then f(โˆ’x)=โˆ’x3f(-x) = -x^3 reflects the cubic function across the y-axis

Even and odd functions

  • Even functions are symmetric about the y-axis and satisfy f(โˆ’x)=f(x)f(-x) = f(x) for all xx in the domain
    • Example: f(x)=x2f(x) = x^2 is an even function because f(โˆ’x)=(โˆ’x)2=x2=f(x)f(-x) = (-x)^2 = x^2 = f(x)
  • Odd functions are symmetric about the origin and satisfy f(โˆ’x)=โˆ’f(x)f(-x) = -f(x) for all xx in the domain
    • Example: f(x)=x3f(x) = x^3 is an odd function because f(โˆ’x)=(โˆ’x)3=โˆ’x3=โˆ’f(x)f(-x) = (-x)^3 = -x^3 = -f(x)
  • Functions that are neither even nor odd do not have symmetry about the y-axis or origin and do not satisfy the conditions for even or odd functions
    • Example: f(x)=x2+xf(x) = x^2 + x is neither even nor odd because f(โˆ’x)โ‰ f(x)f(-x) \neq f(x) and f(โˆ’x)โ‰ โˆ’f(x)f(-x) \neq -f(x)

Compressions and stretches

  • Vertical scaling multiplies the function by a constant aa: aโ‹…f(x)a \cdot f(x)
    • โˆฃaโˆฃ>1|a| > 1 stretches the graph vertically (e.g., 2f(x)2f(x) stretches the graph vertically by a factor of 2)
    • 0<โˆฃaโˆฃ<10 < |a| < 1 compresses the graph vertically (e.g., 13f(x)\frac{1}{3}f(x) compresses the graph vertically by a factor of 3)
    • Negative aa reflects the graph across the x-axis and scales vertically (e.g., โˆ’f(x)-f(x) reflects and stretches the graph vertically)
  • Horizontal scaling divides xx by a constant bb inside the function: f(xb)f(\frac{x}{b})
    • โˆฃbโˆฃ>1|b| > 1 compresses the graph horizontally (e.g., f(2x)f(2x) compresses the graph horizontally by a factor of 2)
    • 0<โˆฃbโˆฃ<10 < |b| < 1 stretches the graph horizontally (e.g., f(x4)f(\frac{x}{4}) stretches the graph horizontally by a factor of 4)
    • Negative bb reflects the graph across the y-axis and scales horizontally (e.g., f(โˆ’2x)f(-2x) reflects and compresses the graph horizontally)

Combining function transformations

  • When applying multiple transformations to a function, follow this order:
    1. Horizontal scaling and reflection
    2. Horizontal shift
    3. Vertical scaling and reflection
    4. Vertical shift
  • The resulting transformed function will have the general form: aโ‹…f(xโˆ’hb)+ka \cdot f(\frac{x - h}{b}) + k
    • aa: vertical scaling and reflection factor
    • bb: horizontal scaling and reflection factor
    • hh: horizontal shift value
    • kk: vertical shift value
  • Example: given f(x)=x2f(x) = x^2, the transformed function โˆ’2f(3x+1)โˆ’4-2f(3x + 1) - 4 can be broken down as follows:
    • a=โˆ’2a = -2 (vertical scaling and reflection)
    • b=13b = \frac{1}{3} (horizontal scaling)
    • h=โˆ’13h = -\frac{1}{3} (horizontal shift)
    • k=โˆ’4k = -4 (vertical shift)

Advanced Function Concepts

  • Function composition combines two or more functions to create a new function
  • Inverse functions "undo" the effect of a function, reversing its input and output
  • Piecewise functions are defined by different expressions for different parts of the domain
  • One-to-one functions have a unique output for each input, allowing for the creation of an inverse function