Sinusoidal Function Transformations
Why this matters
Imagine you're at a state fair, about to get on a giant Ferris wheel. You step into a car at the loading platform, which is a few feet off the ground. The wheel starts turning, lifting you high into the air, then bringing you back down, over and over. That smooth, repeating up-and-down motion is a perfect picture of a sinusoidal function.
But what if we could control the Ferris wheel? What if we could raise the whole structure on a taller platform? Make the wheel itself bigger or smaller? Speed up or slow down its rotation? Or change where you get on? By learning to transform sine and cosine functions, you're essentially getting the control panel for every wave and cycle you can imagine. We'll break down that control panel, one knob at a time.
Concept overview
flowchart TD
A[Start: f(x) = a sin(b(x+c)) + d] --> B{Factor out b if needed};
B --> C[Identify a, b, c, d];
C --> D[Amplitude = |a|];
C --> E[Period = 2π / |b|];
C --> F[Phase Shift = -c];
C --> G[Midline is y = d];
D --> H[Final Graph Characteristics];
E --> H;
F --> H;
G --> H;
Core explanation
At their heart, sine and cosine functions are beautifully simple. They just go up and down in a predictable, repeating pattern called a wave. But the real world is messy. A sound wave, the tide in Boston Harbor, or the voltage in your home's outlets—these are all waves, but they aren't as simple as y = sin(θ).
To describe these real-world cycles, we need to transform our basic sine and cosine functions. We do this using a standard equation that looks a little intimidating at first, but you'll see it's just four simple adjustments.
The general form is:
f(θ) = a sin(b(θ + c)) + d
or
g(θ) = a cos(b(θ + c)) + d
Let's break down what each of these letters—a, b, c, and d—does to our basic wave. Think of it like a sound mixing board, where each knob changes one aspect of the sound.
The Midline: Vertical Shift (d)
Let's start with d, the easiest one. The + d at the end of the function simply moves the entire graph up or down.
- Parent function
y = sin(θ)oscillates around the x-axis (y = 0). This line is called the midline. - Transformation
y = sin(θ) + dshifts the midline to the horizontal liney = d.
If d is positive (like +2), the whole wave moves up 2 units. If d is negative (like -3), the whole wave moves down 3 units.
The Height: Amplitude (a)
The letter a controls the wave's height. It represents a vertical stretch or shrink.
- Parent function
y = sin(θ)goes from a minimum of -1 to a maximum of 1. The distance from the midline to the peak is 1. This is its amplitude. - TransformationIn
y = a sin(θ), the amplitude is|a|(the absolute value ofa). The wave now goes from a minimum of-|a|to a maximum of+|a|(before any vertical shift).
If a = 3, the amplitude is 3. The wave is three times taller. If a = 0.5, the amplitude is 0.5. The wave is half as tall.
The Speed: Period (b)
The letter b controls the wave's width, or how quickly it repeats. This is a horizontal stretch or shrink.
- Parent function
y = sin(θ)completes one full cycle in2πradians. This is its period. - TransformationFor
y = sin(bθ), the new period is calculated with the formula:Period = 2π / |b|.
This is the second place students get stuck. Notice that b is in the denominator. This means:
- If
|b| > 1(likesin(2θ)), the period gets shorter. The wave gets squished horizontally and repeats more frequently. - If
0 < |b| < 1(likesin(0.5θ)), the period gets longer. The wave gets stretched out horizontally.
The Starting Point: Phase Shift (c)
Finally, c controls the horizontal starting position of the wave. We call this the phase shift.
- Parent function
y = sin(θ)starts its cycle atθ = 0, crossing the midline and going up. - TransformationThe form
y = sin(b(θ + c))shifts the graph horizontally. The shift is -c.
This is the most common mistake on the entire topic.
- If you see
sin(θ + π/2), the+means the graph shifts to the left byπ/2units. (c = π/2, shift is-c). - If you see
sin(θ - π/2), the-means the graph shifts to the right byπ/2units. (c = -π/2, shift is-c = +π/2).
Think of it as solving for where the "new zero" is: θ + c = 0 means θ = -c. That's your starting point.
One final trap: Before you identify c, you MUST factor out b. For a function like y = sin(2θ + π), the phase shift is NOT -π. You must first write it as y = sin(2(θ + π/2)). Now you can see that c = π/2, so the phase shift is -π/2.
Putting It All Together
So, for any function f(θ) = a sin(b(θ + c)) + d:
- Amplitude
|a| - Period
2π / |b| - Phase Shift
-c(after factoring outb) - Vertical Shift (Midline)
y = d
And remember, all of these rules apply in exactly the same way to the cosine function! The only difference is that cos(θ) starts at its maximum value at θ=0, while sin(θ) starts at its midline value.
Worked examples
Let's walk through a couple of problems together. The key is to be systematic and match the parts of the equation to the transformations we just learned.
Decoding a Standard Sinusoidal Function
Problem: Identify the amplitude, period, phase shift, and midline of the function f(x) = 3 sin(2(x - π/4)) + 1.
Solution:
Let's line this up with our general form: f(x) = a sin(b(x + c)) + d.
- 1Identify a, b, c, and dBy comparing
f(x) = 3 sin(2(x - π/4)) + 1to the general form, we can pick out each value:a = 3b = 2- The form is
(x + c), and we have(x - π/4). So,c = -π/4. d = 1
- 2Calculate the characteristics
- AmplitudeThe amplitude is
|a|. Sincea = 3, the amplitude is|3| = 3. The graph is stretched vertically by a factor of 3. - PeriodThe period is
2π / |b|. Sinceb = 2, the period is2π / 2 = π. The graph completes one full cycle everyπunits on the x-axis. - Phase ShiftThe shift is
-c. Sincec = -π/4, the shift is-(-π/4) = +π/4. This is a shift ofπ/4units to the right. - Midline (Vertical Shift)The midline is
y = d. Sinced = 1, the midline isy = 1. The entire graph is shifted up 1 unit.
- Amplitude
Final Answer: The function has an amplitude of 3, a period of π, a phase shift of π/4 to the right, and a midline at y = 1.
Handling Factoring and Reflections
Problem: Identify the amplitude, period, phase shift, and midline of the function g(x) = -4 cos(πx + π) - 2.
Solution:
This one has a couple of traps. Notice the πx + π inside the cosine. We need to factor that first.
-
Factor out
bfrom the inside. The term inside the cosine is(πx + π). The coefficient ofxisπ, so that's ourb. We need to factorπout of the entire expression:πx + π = π(x + 1)So, our function isg(x) = -4 cos(π(x + 1)) - 2.This is the most critical step. If you don't factor, you will get the phase shift wrong.
-
Identify a, b, c, and d. Now we compare
g(x) = -4 cos(π(x + 1)) - 2to the general formg(x) = a cos(b(x + c)) + d.a = -4b = πc = 1d = -2
-
Calculate the characteristics.
- Amplitude
|a| = |-4| = 4. The amplitude is 4. The negative sign on theavalue means the graph is reflected across its midline. So, a normal cosine graph starts at its max, but this one will start at its min. - Period
2π / |b| = 2π / |π| = 2. The graph completes a full cycle every 2 units. - Phase ShiftThe shift is
-c. Sincec = 1, the shift is-1. This is a shift of 1 unit to the left. - Midline (Vertical Shift)
y = d. Sinced = -2, the midline isy = -2. The graph is shifted down 2 units.
- Amplitude
Final Answer: The function has an amplitude of 4, a period of 2, a phase shift of 1 unit to the left, and a midline at y = -2. It is also reflected across the midline.
Try it yourself
Now it's your turn to be the wave detective. Use the methods we just practiced to break down this function. Don't rush—be systematic.
Problem:
A sinusoidal function is given by h(t) = 20 cos( (π/6)t - π/2 ) + 100.
Identify the following:
- Amplitude
- Period
- Phase Shift
- Midline
Hints:
- Watch out for that expression inside the cosine! What's the very first step you should take?
- Remember the formula for the period and how
baffects it. - Pay close attention to the sign of the phase shift once you've factored correctly.
Take your time and check your work against the common mistakes. You've got this!
Practice — 8 questions
In simple terms, this topic is about how to stretch, shrink, slide, and shift the wavy graphs of sine and cosine functions to model real-world cycles.
- 3.6.A: Identify the amplitude, vertical shift, period, and phase shift of a sinusoidal function.
- 3.6.A.1
- Functions that can be written in the form f(θ) = a sin(b(θ + c)) + d or g(θ) = a cos(b(θ + c)) + d, where a, b, c, and d are real numbers and a ≠ 0, are sinusoidal functions and are transformations of the sine and cosine functions. Additive and multiplicative transformations are the same for both sine and cosine because the cosine function is a phase shift of the sine function by –π/2 units.
- 3.6.A.2
- The graph of the additive transformation g(θ) = sin θ + d of the sine function f(θ) = sin θ is a vertical translation of the graph of f, including its midline, by d units. The same transformation of the cosine function yields the same result.
- 3.6.A.3
- The graph of the additive transformation g(θ) = sin(θ + c) of the sine function f(θ) = sin θ is a horizontal translation, or phase shift, of the graph of f by –c units. The same transformation of the cosine function yields the same result.
- 3.6.A.4
- The graph of the multiplicative transformation g(θ) = a sin θ of the sine function f(θ) = sin θ is a vertical dilation of the graph of f and differs in amplitude by a factor of |a|. The same transformation of the cosine function yields the same result.
- 3.6.A.5
- The graph of the multiplicative transformation g(θ) = sin(bθ) of the sine function f(θ) = sin θ is a horizontal dilation of the graph of f and differs in period by a factor of 1/|b|. The same transformation of the cosine function yields the same result.
- 3.6.A.6
- The graph of y = f(θ) = a sin(b(θ + c)) + d has an amplitude of |a| units, a period of (2π)/|b| units, a midline vertical shift of d units from y = 0, and a phase shift of –c units. The same transformations of the cosine function yield the same results.
flowchart TD
A[Start: f(x) = a sin(b(x+c)) + d] --> B{Factor out b if needed};
B --> C[Identify a, b, c, d];
C --> D[Amplitude = |a|];
C --> E[Period = 2π / |b|];
C --> F[Phase Shift = -c];
C --> G[Midline is y = d];
D --> H[Final Graph Characteristics];
E --> H;
F --> H;
G --> H;
Read what Saavi narrates
Imagine you're at a state fair, about to get on a giant Ferris wheel. You step into a car at the loading platform, a few feet off the ground. The wheel starts turning... lifting you high into the air... then bringing you back down, over and over. That smooth, repeating motion is a perfect picture of a sinusoidal function.
But what if we could control that Ferris wheel? What if we could raise the whole thing up, make the wheel itself bigger, or speed up its rotation? By learning to transform sine and cosine functions, you're essentially getting the control panel for every wave and cycle you can imagine.
We're going to explore the four key transformations that let us do this. You'll learn how to identify the amplitude, period, phase shift, and vertical shift right from a function's equation. These are the four "dials" that let us control the shape and position of any wave.
Let's try one together. Say we have the function f of x equals 3 times the sine of, in parentheses, 2 times another parenthesis, x minus pi over 4, close parenthesis, plus 1. It sounds complicated, but let's just match it to our standard form.
The number out front, 3, is our 'a'. So the amplitude is the absolute value of 3, which is just 3. The wave is 3 times taller than a basic sine wave.
The number inside, multiplying the parenthesis, is 2. That's our 'b'. The period is 2 pi divided by b, so 2 pi divided by 2, which is just pi. The wave repeats twice as fast.
Inside with the x, we have x minus pi over 4. This tells us the phase shift. Since it's minus, the shift is actually positive pi over 4, to the right.
And finally, that plus 1 at the very end? That's our vertical shift. The whole graph moves up 1 unit, so its new center line, or midline, is at y equals 1.
See? Four numbers, four transformations.
Now, one of the most common mistakes I see every year is with the period. For a function like cosine of 4x, students will sometimes multiply to get 8 pi. But the formula is 2 pi divided by the absolute value of b. A bigger b value actually squishes the graph, making the period shorter. So for cosine of 4x, the period is 2 pi divided by 4, which simplifies to pi over 2. Always divide.
Keep practicing this process of identifying a, b, c, and d, and you'll be able to decode any sinusoidal function the AP exam throws at you. You can do this.
The general form is `sin(θ + c)`, and the shift is `-c`. If you have `(x - π/3)`, then `c = -π/3`, so the shift is `-(-π/3) = +π/3`. The minus sign means a shift to the right.
Remember "inside lies." A minus sign inside the function parentheses moves the graph in the positive direction (right), and a plus sign moves it in the negative direction (left).
The formula is `Period = 2π / |b|`, not `2π * |b|`. A larger `b` value compresses the graph horizontally, making the period shorter.
Always divide `2π` by the absolute value of `b`. For `cos(4x)`, the period is `2π / 4 = π/2`.
You must factor out the `b` value (`2` in this case) *before* determining the phase shift.
Rewrite the expression as `sin(2(x + π/2))`. Now it's in the form `sin(b(x+c))`. Here, `c = π/2`, so the phase shift is `-c = -π/2`.
Amplitude is a distance, and distance can't be negative. It measures the distance from the midline to the peak or trough.
The amplitude is always the absolute value of `a`. For `y = -5 sin(x)`, the amplitude is `|-5| = 5`. The negative sign indicates a reflection over the midline, not a negative size.
The midline is the horizontal center line of the wave, while the minimum is the bottom of the trough.
The midline is always `y = d`. The minimum value is `d - |a|`. For `y = 2sin(x) + 3`, the midline is `y=3`, but the minimum value is `3 - 2 = 1`.