The formula for transformed functions isn't a single universal equation but rather a set of specific rules that describe how a parent function's graph changes. These rules depend on the type of transformation applied, such as translation, dilation (stretching or compressing), or reflection. Each transformation alters the original function, denoted as y = f(x)
, in a distinct way.
Understanding Function Transformations
Function transformations involve modifying the shape, size, or position of the graph of a basic function without changing its fundamental nature. These changes are represented by specific mathematical formulas applied to the original function f(x)
.
Here are the key formulas for common function transformations:
Type of Transformation | Effect on Graph | Formula |
---|---|---|
Vertical Translation | Shifts the graph up or down. | y = f(x) + k |
Horizontal Dilation | Stretches or compresses the graph horizontally. | y = f(kx) |
Vertical Dilation | Stretches or compresses the graph vertically. | y = k f(x) |
Reflection | Flips the graph across the x-axis. | y = -f(x) |
Details of Each Transformation Formula
Let's explore each transformation type and its corresponding formula in more detail, where f(x)
represents the original (parent) function:
1. Translation
Translation involves shifting the entire graph of a function without changing its orientation or size.
- Vertical Translation:
y = f(x) + k
- When a constant
k
is added to the function, the graph shifts vertically. - If
k > 0
, the graph shifts upward byk
units. - If
k < 0
, the graph shifts downward by|k|
units. - Example: If
f(x) = x^2
, theny = x^2 + 3
shifts the parabola 3 units up, andy = x^2 - 2
shifts it 2 units down.
- When a constant
2. Dilation (Stretching and Compressing)
Dilation changes the size of the graph, either stretching it out or compressing it in.
-
Horizontal Dilation:
y = f(kx)
- When the input
x
is multiplied by a constantk
inside the function, the graph stretches or compresses horizontally. - If
|k| > 1
, the graph is compressed horizontally by a factor of1/k
. - If
0 < |k| < 1
, the graph is stretched horizontally by a factor of1/k
. - Example: If
f(x) = sin(x)
, theny = sin(2x)
compresses the sine wave horizontally, completing a cycle twice as fast.y = sin(0.5x)
stretches the wave horizontally, making it complete a cycle half as fast.
- When the input
-
Vertical Dilation:
y = k f(x)
- When the entire function
f(x)
is multiplied by a constantk
, the graph stretches or compresses vertically. - If
|k| > 1
, the graph is stretched vertically by a factor ofk
. - If
0 < |k| < 1
, the graph is compressed vertically by a factor ofk
. - Example: If
f(x) = x^2
, theny = 3x^2
stretches the parabola vertically, making it narrower.y = 0.5x^2
compresses the parabola vertically, making it wider.
- When the entire function
3. Reflection
Reflection flips the graph across an axis, creating a mirror image.
- Reflection About the x-axis:
y = -f(x)
- When the entire function
f(x)
is multiplied by-1
, the graph is reflected across the x-axis. Every positive y-value becomes negative, and every negative y-value becomes positive, effectively flipping the graph upside down. - Example: If
f(x) = sqrt(x)
, which graphs the top half of a parabola opening right, theny = -sqrt(x)
graphs the bottom half, reflected across the x-axis.
- When the entire function
Understanding these formulas allows for the precise manipulation and prediction of how a function's graph will appear after various transformations are applied.