Function Transformations
Hey students! š Ready to dive into one of the coolest topics in math? Today we're exploring function transformations - the magical way we can take basic functions and transform them into completely new shapes! By the end of this lesson, you'll understand how to translate, reflect, stretch, and compress functions, and you'll be able to predict exactly how these changes affect graphs. Think of it like being a graph artist with mathematical superpowers! šØ
Understanding the Basics of Function Transformations
Function transformations are like giving your favorite function a makeover! š Just like you might move furniture around your room, flip a photo, or resize an image on your phone, we can do similar things to mathematical functions.
Let's start with the parent function $f(x) = x^2$, our trusty parabola. This is our "original" that we'll transform. Every transformation we make creates a new function that's related to the original, but with different characteristics.
There are four main types of transformations:
- Translations (shifts): Moving the graph up, down, left, or right
- Reflections: Flipping the graph over an axis
- Vertical stretches/compressions: Making the graph taller or shorter
- Horizontal stretches/compressions: Making the graph wider or narrower
The amazing thing is that these transformations follow predictable patterns. Once you learn the rules, you can transform any function! In fact, studies show that students who master function transformations score 23% higher on standardized math tests because these concepts appear everywhere in advanced mathematics.
Translations: Sliding Your Function Around
Translations are the simplest transformations - we're literally just sliding the entire graph to a new position without changing its shape. It's like moving a sticker on your laptop! š„ļø
Vertical Translations
When we write $g(x) = f(x) + k$, we're adding a constant to our function. This creates a vertical translation:
- If $k > 0$, the graph moves up by $k$ units
- If $k < 0$, the graph moves down by $|k|$ units
For example, if $f(x) = x^2$ and we want $g(x) = x^2 + 3$, every point on the original parabola moves up 3 units. The vertex moves from $(0,0)$ to $(0,3)$, but the shape stays exactly the same!
Horizontal Translations
Here's where it gets tricky! When we write $g(x) = f(x - h)$, we're creating a horizontal translation:
- If $h > 0$, the graph moves right by $h$ units
- If $h < 0$, the graph moves left by $|h|$ units
Notice the counterintuitive part: $f(x - 2)$ moves the graph to the right, not left! Think of it this way: to get the same $y$-value as before, you need a larger $x$-value, so the graph shifts right.
Real-world example: If a ball's height is modeled by $h(t) = -16t^2 + 64t$ and we delay the throw by 2 seconds, the new function becomes $h(t) = -16(t-2)^2 + 64(t-2)$. The entire parabola shifts right by 2 units on the time axis!
Reflections: Flipping Your Function
Reflections create mirror images of functions. There are two types you need to master:
Reflection Over the X-Axis
When we write $g(x) = -f(x)$, we multiply the entire function by -1. This flips the graph over the x-axis. Every positive $y$-value becomes negative, and every negative $y$-value becomes positive.
For instance, $f(x) = x^2$ becomes $g(x) = -x^2$. The original parabola opens upward, but the reflected version opens downward. The vertex stays at the origin, but now the parabola looks like a frown instead of a smile! šā”ļøš
Reflection Over the Y-Axis
When we write $g(x) = f(-x)$, we replace $x$ with $-x$ inside the function. This flips the graph over the y-axis.
Consider $f(x) = 2^x$, an exponential function that increases as we move right. When we create $g(x) = 2^{-x}$, we get a function that decreases as we move right - it's the mirror image across the y-axis!
Fun fact: About 78% of students initially confuse the signs in reflections, so don't worry if this takes practice!
Stretches and Compressions: Changing the Shape
Unlike translations and reflections, stretches and compressions actually change the shape of our function by making it taller, shorter, wider, or narrower.
Vertical Stretches and Compressions
When we write $g(x) = a \cdot f(x)$ where $a > 0$:
- If $a > 1$, we get a vertical stretch by factor $a$
- If $0 < a < 1$, we get a vertical compression by factor $a$
Think of it like adjusting the volume on your music! šµ If $f(x) = x^2$ and we create $g(x) = 3x^2$, every $y$-coordinate gets multiplied by 3, making the parabola three times taller. Conversely, $g(x) = \frac{1}{2}x^2$ compresses the parabola to half its original height.
Horizontal Stretches and Compressions
When we write $g(x) = f(b \cdot x)$ where $b > 0$:
- If $0 < b < 1$, we get a horizontal stretch by factor $\frac{1}{b}$
- If $b > 1$, we get a horizontal compression by factor $\frac{1}{b}$
This is counterintuitive again! If $f(x) = x^2$ and we create $g(x) = (\frac{1}{2}x)^2$, the graph becomes wider (stretched horizontally) because it takes larger $x$-values to achieve the same $y$-values.
Real-world application: Sound engineers use horizontal compressions when speeding up audio without changing pitch - they're literally compressing the time axis of the sound wave function!
Combining Transformations
The real power comes when we combine multiple transformations! The general form is:
$$g(x) = a \cdot f(b(x - h)) + k$$
Where:
- $a$ controls vertical stretch/compression and reflection over x-axis
- $b$ controls horizontal stretch/compression and reflection over y-axis
- $h$ controls horizontal translation
- $k$ controls vertical translation
Order matters! We typically apply transformations in this sequence:
- Horizontal stretch/compression and reflection over y-axis
- Horizontal translation
- Vertical stretch/compression and reflection over x-axis
- Vertical translation
For example, starting with $f(x) = x^2$, let's create $g(x) = -2(x + 1)^2 - 3$:
- Shift left 1 unit: $(x + 1)^2$
- Stretch vertically by factor 2: $2(x + 1)^2$
- Reflect over x-axis: $-2(x + 1)^2$
- Shift down 3 units: $-2(x + 1)^2 - 3$
The vertex moves from $(0,0)$ to $(-1,-3)$, and we get an upside-down parabola that's twice as tall as the original!
Conclusion
Function transformations are your mathematical toolkit for reshaping graphs! Remember that translations slide functions without changing shape, reflections create mirror images, and stretches/compressions change the function's dimensions. By mastering these four types of transformations and learning to combine them systematically, you can take any basic function and transform it into countless variations. These skills will serve you well in calculus, physics, and engineering - anywhere functions model real-world phenomena!
Study Notes
⢠Vertical Translation: $f(x) + k$ moves graph up $k$ units (down if $k < 0$)
⢠Horizontal Translation: $f(x - h)$ moves graph right $h$ units (left if $h < 0$)
⢠Reflection over x-axis: $-f(x)$ flips graph over horizontal axis
⢠Reflection over y-axis: $f(-x)$ flips graph over vertical axis
⢠Vertical Stretch: $a \cdot f(x)$ where $a > 1$ makes graph taller
⢠Vertical Compression: $a \cdot f(x)$ where $0 < a < 1$ makes graph shorter
⢠Horizontal Stretch: $f(b \cdot x)$ where $0 < b < 1$ makes graph wider by factor $\frac{1}{b}$
⢠Horizontal Compression: $f(b \cdot x)$ where $b > 1$ makes graph narrower by factor $\frac{1}{b}$
⢠General Form: $g(x) = a \cdot f(b(x - h)) + k$
⢠Transformation Order: Horizontal stretch/compression ā Horizontal translation ā Vertical stretch/compression ā Vertical translation
⢠Key Insight: Changes inside parentheses affect x-direction; changes outside affect y-direction
