Function Transformations
Hey students! š Ready to discover how we can move, flip, stretch, and squeeze function graphs? In this lesson, you'll master the art of function transformations - one of the most powerful tools in mathematics that lets you predict exactly how changing a function's equation will affect its graph. By the end of this lesson, you'll be able to perform translations, reflections, stretches, and compressions on any function graph, and most importantly, you'll understand the algebraic rules that make it all work!
Understanding the Basics of Function Transformations
Function transformations are like giving instructions to a graph - telling it where to move, how to flip, or how to change size! š Think of it like editing a photo: you can move it around, flip it, or resize it, and the basic image stays the same but appears different.
When we have a parent function $f(x)$, we can create new functions by applying transformations. The amazing thing is that each type of transformation follows predictable algebraic rules. Let's say you start with $f(x) = x^2$ - this is your basic parabola. Now, if you write $f(x) + 3$, you're telling the graph to move up by 3 units. If you write $f(x - 2)$, you're telling it to move right by 2 units.
The key insight is that transformations can be combined! You might have $f(x - 2) + 3$, which moves the graph right 2 units AND up 3 units. Real-world applications are everywhere - from modeling the trajectory of a basketball shot (which involves translations) to analyzing sound waves (which often involve stretches and compressions).
Translations: Moving Graphs Around
Translations are the simplest transformations - they just move the entire graph without changing its shape or size! š There are two types: vertical and horizontal translations.
Vertical Translations happen when we add or subtract a constant to the entire function. If you have $f(x) + k$, the graph moves up by $k$ units when $k$ is positive, and down by $|k|$ units when $k$ is negative. For example, if $f(x) = x^2$ and you create $g(x) = x^2 + 4$, every point on the parabola moves up 4 units. The vertex, originally at $(0,0)$, now sits at $(0,4)$.
Horizontal Translations are trickier because they work "backwards" from what you might expect! When you have $f(x - h)$, the graph moves RIGHT by $h$ units. When you have $f(x + h)$, it moves LEFT by $h$ units. This seems counterintuitive at first, but here's why: think about $f(x - 2)$. To get the same output as the original function, you need to input a value that's 2 bigger. So if the original function had a point at $x = 0$, the new function needs $x = 2$ to produce the same $y$-value, meaning the graph shifted right!
A real-world example: imagine you're tracking the temperature throughout a day, and your function $T(t)$ gives temperature at time $t$. If daylight saving time shifts everything by one hour, your new function becomes $T(t - 1)$, shifting the entire temperature curve to the right by one hour.
Reflections: Flipping Graphs
Reflections create mirror images of graphs! ⨠There are two main types you need to know for GCSE mathematics.
Reflection in the x-axis happens when you multiply the entire function by -1, creating $-f(x)$. This flips every point across the x-axis. If your original function had a point at $(3, 5)$, the reflected function has a point at $(3, -5)$. Think about $f(x) = x^2$: this parabola opens upward. But $-f(x) = -x^2$ opens downward, creating a perfect upside-down reflection.
Reflection in the y-axis occurs when you replace $x$ with $-x$, creating $f(-x)$. This flips every point across the y-axis. A point originally at $(3, 5)$ becomes $(-3, 5)$. For example, if $f(x) = 2^x$ is an exponential growth function, then $f(-x) = 2^{-x}$ is an exponential decay function - they're mirror images across the y-axis.
Here's a fascinating real-world connection: in physics, when you analyze wave patterns, reflections help model how waves bounce off surfaces. The incident wave and reflected wave are often mathematical reflections of each other!
Stretches and Compressions: Changing Size and Shape
Stretches and compressions change the size of graphs while keeping them anchored at certain points! š These transformations are incredibly useful in real-world modeling.
Vertical Stretches and Compressions happen when you multiply the function by a constant: $af(x)$ where $a > 0$. When $a > 1$, you get a vertical stretch - the graph gets taller. When $0 < a < 1$, you get a vertical compression - the graph gets shorter. The x-intercepts stay the same, but all other points move further from or closer to the x-axis.
For example, with $f(x) = x^2$, the function $3f(x) = 3x^2$ creates a parabola that's three times as tall. A point originally at $(2, 4)$ becomes $(2, 12)$. Conversely, $0.5f(x) = 0.5x^2$ compresses the parabola to half its height, so $(2, 4)$ becomes $(2, 2)$.
Horizontal Stretches and Compressions involve replacing $x$ with $\frac{x}{b}$ to get $f(\frac{x}{b})$. When $b > 1$, you get a horizontal stretch - the graph gets wider. When $0 < b < 1$, you get a horizontal compression - the graph gets narrower. This time, y-intercepts stay fixed while other points move.
Think about sound waves: when you change the pitch of a musical note, you're essentially applying a horizontal stretch or compression to the wave function. Higher pitches correspond to horizontal compressions (more waves packed into the same time), while lower pitches correspond to horizontal stretches (fewer waves in the same time).
Combining Transformations
The real power comes when you combine multiple transformations! šÆ The order matters, and there's a standard sequence: horizontal translations and stretches first, then vertical ones.
Consider the function $g(x) = 2f(x - 3) + 1$. Here's how to read this:
- Start with $f(x)$
- Apply horizontal translation: $f(x - 3)$ shifts right 3 units
- Apply vertical stretch: $2f(x - 3)$ stretches vertically by factor 2
- Apply vertical translation: $2f(x - 3) + 1$ shifts up 1 unit
A practical example: imagine modeling the height of a Ferris wheel. The basic function might be $f(t) = \cos(t)$, oscillating between -1 and 1. But real Ferris wheels are higher off the ground and have different radii and speeds. You might end up with something like $h(t) = 15\cos(2t) + 20$, where the wheel has radius 15 meters, completes one rotation in $\pi$ minutes instead of $2\pi$, and the center is 20 meters above ground.
Conclusion
Function transformations are your mathematical toolkit for reshaping graphs! You've learned that translations slide graphs around (with vertical translations being straightforward and horizontal ones working "backwards"), reflections create mirror images across axes, and stretches/compressions change size while preserving key anchor points. The real magic happens when you combine these transformations following the proper order, allowing you to model complex real-world situations from Ferris wheels to sound waves. Master these algebraic rules, and you'll be able to predict exactly how any function graph will behave! š
Study Notes
⢠Vertical Translation: $f(x) + k$ moves graph up $k$ units (down if $k$ negative)
⢠Horizontal Translation: $f(x - h)$ moves graph RIGHT $h$ units, $f(x + h)$ moves LEFT $h$ units
⢠Reflection in x-axis: $-f(x)$ flips graph across x-axis
⢠Reflection in y-axis: $f(-x)$ flips graph across y-axis
⢠Vertical Stretch: $af(x)$ where $a > 1$ stretches vertically; $0 < a < 1$ compresses vertically
⢠Horizontal Stretch: $f(\frac{x}{b})$ where $b > 1$ stretches horizontally; $0 < b < 1$ compresses horizontally
⢠Transformation Order: Apply horizontal transformations first, then vertical transformations
⢠Combined Form: $af(b(x - h)) + k$ represents stretch factor $a$, horizontal compression/stretch factor $\frac{1}{b}$, horizontal shift $h$, vertical shift $k$
⢠Key Points: x-intercepts preserved in vertical transformations; y-intercepts preserved in horizontal transformations
