Function Transformations
Hey students! š Welcome to one of the most exciting topics in pre-calculus - function transformations! Think of this lesson as learning to be a magician with graphs. Just like a magician can make objects appear, disappear, stretch, or flip, you'll learn how to transform any function's graph by making simple changes to its equation. By the end of this lesson, you'll understand how algebraic changes create predictable visual effects on graphs, and you'll be able to transform functions like a pro! š©āØ
Understanding the Basics of Function Transformations
Let's start with the foundation, students. A function transformation is simply a way to change the position, size, or orientation of a function's graph without changing its basic shape. Think of it like editing a photo - you can move it, resize it, flip it, or stretch it, but the core image remains recognizable.
The parent function is your starting point - it's the simplest form of a function family. For example, $f(x) = x^2$ is the parent function for all parabolas, $f(x) = |x|$ is the parent function for absolute value functions, and $f(x) = \sqrt{x}$ is the parent function for square root functions.
When we transform functions, we're essentially taking these parent functions and applying mathematical operations that create predictable changes to their graphs. The beauty of transformations is that once you understand the patterns, you can predict exactly how any function will look just by examining its equation! š
There are four main types of transformations: translations (shifts), reflections (flips), vertical stretches/compressions, and horizontal stretches/compressions. Each transformation has a specific algebraic form and creates a predictable graphical effect.
Vertical and Horizontal Translations
Translations are the simplest transformations to understand, students. They simply move the entire graph up, down, left, or right without changing its shape or size - like sliding a piece of paper across a table.
Vertical translations occur when we add or subtract a constant to the entire function. If we have $f(x) = x^2$ and we create $g(x) = x^2 + 3$, we're adding 3 to every output value. This shifts the entire parabola up by 3 units. Conversely, $h(x) = x^2 - 2$ shifts the parabola down by 2 units.
The general form is: $f(x) + k$ where $k > 0$ shifts up and $k < 0$ shifts down.
Horizontal translations work differently and can be tricky at first. When we have $f(x - h)$, the graph shifts horizontally. Here's the counterintuitive part: $f(x - 3)$ actually shifts the graph 3 units to the RIGHT, while $f(x + 3)$ shifts it 3 units to the LEFT.
Think of it this way: if you want the same output that $f(x)$ gave at $x = 0$, you now need to input $x = 3$ into $f(x - 3)$. So the graph has moved 3 units to the right to compensate.
Real-world example: If a company's profit function is $P(t) = 1000t^2$ where $t$ is years since 2020, then $P(t - 2) = 1000(t - 2)^2$ represents the same profit pattern but delayed by 2 years. The graph shifts right because the same profit levels occur 2 years later.
Reflections Across Axes
Reflections create mirror images of graphs, students, and they're incredibly useful for modeling real-world situations where relationships reverse or flip.
Reflection across the x-axis occurs when we multiply the entire function by -1. So $f(x) = x^2$ becomes $g(x) = -x^2$. This flips every point $(x, y)$ to $(x, -y)$, creating an upside-down parabola. Every positive output becomes negative, and every negative output becomes positive.
Reflection across the y-axis happens when we replace $x$ with $-x$ in the function. So $f(x) = x^2$ becomes $f(-x) = (-x)^2 = x^2$. Wait - that's the same function! That's because $x^2$ is symmetric about the y-axis. But try it with $f(x) = x^3$: we get $f(-x) = (-x)^3 = -x^3$, which is completely different.
A great real-world application: If $f(x)$ represents the height of a ball thrown from the right side of a field, then $f(-x)$ would represent the same throw from the left side of the field, creating a mirror image of the trajectory.
For functions like $f(x) = \sqrt{x}$, reflecting across the y-axis gives us $f(-x) = \sqrt{-x}$, which is only defined for negative values of $x$, creating a leftward-opening curve.
Vertical Stretches and Compressions
Now we're getting into the really cool stuff, students! Stretches and compressions change the "steepness" or "flatness" of graphs while keeping them anchored at certain points.
Vertical stretches and compressions occur when we multiply the entire function by a positive constant $a$. The transformation looks like $a \cdot f(x)$.
- If $a > 1$, we get a vertical stretch. The graph becomes taller and steeper.
- If $0 < a < 1$, we get a vertical compression. The graph becomes flatter and shorter.
- The x-intercepts stay in the same place, but all other points move further from or closer to the x-axis.
For example, starting with $f(x) = x^2$:
- $2f(x) = 2x^2$ stretches the parabola vertically by factor 2
- $\frac{1}{2}f(x) = \frac{1}{2}x^2$ compresses it by factor $\frac{1}{2}$
Think about sound waves: a louder sound has the same frequency but greater amplitude - that's a vertical stretch of the sound wave function! š
Horizontal Stretches and Compressions
Horizontal transformations affect the "width" of graphs, students, and they work opposite to what you might expect - just like horizontal translations!
Horizontal stretches and compressions occur when we replace $x$ with $\frac{x}{b}$ in the function, giving us $f(\frac{x}{b})$ or equivalently $f(\frac{1}{b}x)$.
- If $b > 1$, we get a horizontal stretch. The graph becomes wider.
- If $0 < b < 1$, we get a horizontal compression. The graph becomes narrower.
Here's the tricky part: $f(\frac{x}{2})$ actually stretches the graph horizontally by factor 2 (makes it wider), while $f(2x)$ compresses it by factor $\frac{1}{2}$ (makes it narrower).
Why? Think about it: to get the same output that $f(x)$ gave at $x = 1$, you now need to input $x = 2$ into $f(\frac{x}{2})$. The graph has stretched to accommodate this.
A practical example: If $f(t)$ represents a company's growth over time, then $f(2t)$ represents the same growth pattern happening twice as fast (compressed timeline), while $f(\frac{t}{2})$ represents the same growth happening twice as slow (stretched timeline).
Combining Multiple Transformations
The real magic happens when we combine transformations, students! The general form of a transformed function is:
$$y = a \cdot f(b(x - h)) + k$$
Where:
- $a$ controls vertical stretch/compression and reflection across x-axis
- $b$ controls horizontal stretch/compression and reflection across y-axis
- $h$ controls horizontal translation
- $k$ controls vertical translation
The order of operations matters! We apply transformations in this sequence:
- Horizontal stretch/compression and reflection: $f(bx)$
- Horizontal translation: $f(b(x - h))$
- Vertical stretch/compression and reflection: $a \cdot f(b(x - h))$
- Vertical translation: $a \cdot f(b(x - h)) + k$
For example, let's transform $f(x) = x^2$ into $g(x) = -2(x + 1)^2 - 3$:
- Start with the parabola $f(x) = x^2$
- Shift left 1 unit: $(x + 1)^2$
- Stretch vertically by factor 2 and reflect across x-axis: $-2(x + 1)^2$
- Shift down 3 units: $-2(x + 1)^2 - 3$
The result is an upside-down parabola that's twice as steep as the original, shifted left 1 unit and down 3 units.
Conclusion
Congratulations, students! You've just mastered one of the most powerful tools in mathematics š Function transformations allow you to take any parent function and modify it to fit countless real-world situations. Remember that translations slide graphs around, reflections flip them, and stretches/compressions change their steepness or width. The key is recognizing the algebraic patterns: additions and subtractions create translations, negative signs create reflections, and multiplication by constants creates stretches or compressions. With practice, you'll be able to visualize how any transformed function will look just by examining its equation!
Study Notes
⢠Vertical Translation: $f(x) + k$ shifts graph up if $k > 0$, down if $k < 0$
⢠Horizontal Translation: $f(x - h)$ shifts graph right if $h > 0$, left if $h < 0$
⢠Reflection across x-axis: $-f(x)$ flips graph upside down
⢠Reflection across y-axis: $f(-x)$ creates mirror image across y-axis
⢠Vertical Stretch/Compression: $a \cdot f(x)$ where $a > 1$ stretches, $0 < a < 1$ compresses
⢠Horizontal Stretch/Compression: $f(bx)$ where $0 < b < 1$ stretches, $b > 1$ compresses
⢠General Form: $y = a \cdot f(b(x - h)) + k$
⢠Transformation Order: horizontal stretch/compression ā horizontal translation ā vertical stretch/compression ā vertical translation
⢠Key Memory Trick: Horizontal transformations work "opposite" to what seems intuitive
⢠X-intercepts: Stay fixed during vertical transformations, move during horizontal transformations
⢠Y-intercept: Moves during vertical transformations, may change during horizontal transformations
