Sinusoidal Functions
Why this matters
Imagine you're at the top of a giant Ferris wheel at the Texas State Fair. You can see all of Dallas spread out below you. As your car begins its slow descent, your height above the ground changes, smoothly decreasing until you reach the bottom, and then increasing again as you rise. If you were to graph your height over time, you'd get a beautiful, predictable, repeating wave.
That wave is the heart of what we call a sinusoidal function. These functions are everywhere, from the tides in the Boston Harbor to the sound waves from your favorite song. In this lesson, we'll break down the two parent functions that create these waves, sine and cosine, and learn to identify their core characteristics.
Concept overview
flowchart TD
A[Sinusoidal Function y = f(θ)] --> B{Identify Max & Min Values};
B --> C[Amplitude = (Max - Min) / 2];
B --> D[Midline y = (Max + Min) / 2];
A --> E{Find length of one full cycle};
E --> F[Period];
F --> G[Frequency = 1 / Period];
A --> H{Check Symmetry};
H --> I[Symmetric over y-axis? --> Even (like Cosine)];
H --> J[Rotational symmetry at origin? --> Odd (like Sine)];
Core explanation
Welcome to the world of sinusoidal functions! It's a fancy term, but the idea is simple. A sinusoidal function is any function that creates a smooth, repetitive wave, like the ones made by y = sin(θ) and y = cos(θ). In fact, any transformation (shifting, stretching, etc.) of the sine function is considered sinusoidal.
Let's start by looking at the two "parent" functions: f(θ) = sin(θ) and g(θ) = cos(θ). Think of them as the foundational blueprints for all other wave-like graphs you'll encounter in this course.
The Key Characteristics
To understand these functions, we need a shared vocabulary. We'll focus on five key features.
1. Amplitude
The amplitude is the "height" of the wave, measured from its center. It's half the distance between the function's maximum and minimum values.
- Formula: Amplitude = (Maximum Value - Minimum Value) / 2
For both y = sin(θ) and y = cos(θ), the graph goes up to a maximum of 1 and down to a minimum of -1.
So, the amplitude is (1 - (-1)) / 2 = 2 / 2 = 1.
Imagine a wave on a calm lake. The amplitude is the distance from the calm water level to the crest of a wave.
2. Midline
The midline is the horizontal line that runs exactly halfway between the function's maximum and minimum. It's the "resting position" or the center of the oscillation.
- Formula: Midline is the line
y = (Maximum Value + Minimum Value) / 2
For y = sin(θ) and y = cos(θ), the midline is y = (1 + (-1)) / 2 = 0 / 2 = 0. So, the midline is the line y = 0 (the x-axis).
3. Period and Frequency
The period is the length of one full cycle of the wave. It's the horizontal distance it takes for the function to start repeating itself. For both y = sin(θ) and y = cos(θ), the period is 2π. If you trace the sine graph from θ = 0 to θ = 2π, you've drawn one complete "S" shape. After that, it just repeats.
Frequency is the reciprocal of the period. It tells you how many cycles occur in a given unit interval.
- Formula: Frequency = 1 / Period
For our parent functions, the frequency is 1 / (2π). This means that in an interval of 1 unit (e.g., from θ=0 to θ=1), you only see a fraction of a full cycle.
Think of it like this: If it takes you 30 minutes to complete one lap around a track (the period), your frequency is 1/30 laps per minute.
4. Symmetry
The graphs of sine and cosine have different symmetries, which tells us if they are even or odd functions.
-
y = sin(θ)is an odd function. Its graph has rotational symmetry about the origin (0,0). If you rotate the graph 180° around the origin, it lands back on itself. Algebraically, this meanssin(-θ) = -sin(θ). For example,sin(-π/2) = -1, which is the same as-sin(π/2) = -(1). -
y = cos(θ)is an even function. Its graph has reflectional symmetry across the y-axis. If you fold the graph along the y-axis, the left and right sides match up perfectly. Algebraically, this meanscos(-θ) = cos(θ). For example,cos(-π/3) = 1/2, which is the same ascos(π/3).
5. Concavity
As you trace a sinusoidal graph, the curve's "bend" changes. It alternates between being concave down (like an upside-down bowl, where the graph is below its tangent lines) and concave up (like a right-side-up bowl, where the graph is above its tangent lines).
For y = sin(θ), starting from θ=0:
- It's concave down from
0toπ. - It's concave up from
πto2π. This pattern of changing concavity repeats every cycle.
The Connection Between Sine and Cosine
Are sine and cosine really that different? Not at all. They are both sinusoidal, and one is just a horizontal shift of the other.
Specifically, cos(θ) = sin(θ + π/2).
This means the graph of y = cos(θ) is identical to the graph of y = sin(θ) shifted to the left by π/2 units. The cosine graph starts at its maximum at θ=0, while the sine graph starts at its midline. But the wave shape, amplitude, period, and midline are all the same. Because they are just shifts of each other, we can use the term "sinusoidal" to describe any function based on either sine or cosine.
Worked examples
Let's put this all together by analyzing the parent functions.
Example 1: Analyzing f(θ) = sin(θ)
Problem: Identify the amplitude, midline, period, frequency, and symmetry of the function f(θ) = sin(θ).
Solution:
- 1Find the Maximum and MinimumFirst, recall the graph of
y = sin(θ). It oscillates. The highest point it reaches isy = 1, and the lowest point isy = -1.- Maximum Value = 1
- Minimum Value = -1
- 2Calculate the AmplitudeThe amplitude is half the difference between the max and min.
- Amplitude = (Max - Min) / 2
- Amplitude = (1 - (-1)) / 2 = 2 / 2 = 1.
- Why? The amplitude measures the distance from the center to the peak, not the total height of the wave.
- 3Determine the MidlineThe midline is the average of the max and min values.
- Midline:
y = (Max + Min) / 2 - Midline:
y = (1 + (-1)) / 2 = 0 / 2 = 0. - The midline is the line
y = 0. - Why? This horizontal line cuts the wave perfectly in half.
- Midline:
- 4Identify the PeriodThe period is the length of one full cycle. Looking at the graph, the sine wave starts at
(0, 0), goes up, down, and returns to the midline at(2π, 0), ready to start the next cycle.- Period =
2π.
- Period =
- 5Calculate the FrequencyFrequency is the reciprocal of the period.
- Frequency = 1 / Period =
1 / (2π).
- Frequency = 1 / Period =
- 6Determine the SymmetryThe graph of
y = sin(θ)can be rotated 180° about the origin and land on itself. This is the definition of an odd function.- Symmetry: Rotational symmetry about the origin (Odd function).
Example 2: Analyzing g(θ) = cos(θ)
Problem: Identify the amplitude, midline, period, and symmetry of the function g(θ) = cos(θ). Explain why it is an even function.
Solution:
- 1Find Max/Min, Amplitude, and MidlineJust like the sine function, the cosine function oscillates between a maximum of 1 and a minimum of -1.
- Maximum Value = 1
- Minimum Value = -1
- Amplitude = (1 - (-1)) / 2 = 1.
- Midline:
y = (1 + (-1)) / 2 = 0, so the equation isy = 0.
- 2Identify the PeriodThe cosine graph starts at its maximum at
(0, 1). It goes down and comes back up to the next maximum at(2π, 1). The length of this full cycle is2π.- Period =
2π.
- Period =
- 3Determine the SymmetryLook at the graph of
y = cos(θ). The y-axis acts as a perfect mirror. The part of the graph to the right of the y-axis is a mirror image of the part to the left. This is the definition of an even function.- Symmetry: Reflectional symmetry across the y-axis (Even function).
- 4Explain the "Even" PropertyAn even function satisfies the condition
f(-x) = f(x). Let's test this with cosine.- Consider
θ = π/3. We knowcos(π/3) = 1/2. - Now consider
θ = -π/3. We havecos(-π/3) = 1/2. - Since
cos(-π/3) = cos(π/3), the function is even. This holds true for any value ofθ. - Where students get confused: They try to memorize "sine is odd, cosine is even" without understanding what it means graphically. Always connect the algebraic property (
cos(-θ) = cos(θ)) to the visual symmetry (reflection over the y-axis).
- Consider
Try it yourself
Time to practice identifying these features on your own.
-
A sinusoidal function has a maximum value of 5 and a minimum value of -1. What are its amplitude and midline?
- Hint: Use the formulas for amplitude and midline. Remember that the midline is an equation.
-
The graph of a function
h(θ)is identical to the graph ofy = sin(θ), but it is shiftedπ/2units to the right. Can you write an equation forh(θ)using cosine?- Hint: We know
cos(θ)issin(θ)shiftedπ/2to the left. What happens if we use a negative cosine,-cos(θ)? Sketch the graph of-cos(θ)and compare it to a sine wave shifted right.
- Hint: We know
Practice — 8 questions
In simple terms, sinusoidal functions are about using sine and cosine to describe smooth, repeating waves and identifying their key features like height, center line, and cycle length.
- 3.5.A: Identify key characteristics of the sine and cosine functions.
- 3.5.A.1
- A sinusoidal function is any function that involves additive and multiplicative transformations of f(θ) = sin θ. The sine and cosine functions are both sinusoidal functions, with cos θ = sin(θ + π/2).
- 3.5.A.2
- The period and frequency of a sinusoidal function are reciprocals. The period of f(θ) = sin θ and g(θ) = cos θ is 2π, and the frequency is 1/(2π).
- 3.5.A.3
- The amplitude of a sinusoidal function is half the difference between its maximum and minimum values. The amplitude of f(θ) = sin θ and g (θ) = cos θ is 1.
- 3.5.A.4
- The midline of the graph of a sinusoidal function is determined by the average, or arithmetic mean, of the maximum and minimum values of the function. The midline of the graphs of y = sin θ and y = cos θ is y = 0.
- 3.5.A.5
- As input values increase, the graphs of sinusoidal functions oscillate between concave down and concave up.
- 3.5.A.6
- The graph of y = sin θ has rotational symmetry about the origin and is therefore an odd function. The graph of y = cos θ has reflective symmetry over the y-axis and is therefore an even function.
flowchart TD
A[Sinusoidal Function y = f(θ)] --> B{Identify Max & Min Values};
B --> C[Amplitude = (Max - Min) / 2];
B --> D[Midline y = (Max + Min) / 2];
A --> E{Find length of one full cycle};
E --> F[Period];
F --> G[Frequency = 1 / Period];
A --> H{Check Symmetry};
H --> I[Symmetric over y-axis? --> Even (like Cosine)];
H --> J[Rotational symmetry at origin? --> Odd (like Sine)];
Read what Saavi narrates
Hi everyone, it's Saavi. Let's talk about one of my favorite topics: sinusoidal functions.
Imagine you're at the top of a giant Ferris wheel at the Texas State Fair. As your car begins its slow descent, your height above the ground changes, smoothly decreasing until you reach the bottom, and then increasing again as you rise. If you were to graph your height over time, you'd get a beautiful, predictable, repeating wave. That wave is a sinusoidal function.
In this lesson, we'll explore the fundamental properties of the sine and cosine graphs. You'll learn to identify the five key features that define any sinusoidal wave: amplitude, midline, period, frequency, and symmetry.
Let's walk through an example together. Let's analyze the function f of theta equals sine of theta.
First, what's the highest and lowest this graph goes? It goes up to a maximum of 1 and down to a minimum of negative 1.
Now, we can find the amplitude. The formula is max minus min, all divided by 2. So, that's 1 minus negative 1, which is 2. And 2 divided by 2 is 1. The amplitude is 1.
Next, the midline. That's the average of the max and min. So, 1 plus negative 1, which is 0. And 0 divided by 2 is 0. But remember, the midline is a line, so we write its equation: y equals 0.
The period is the length of one full cycle. For sine, that's 2 pi. And the frequency is just the reciprocal of that, so 1 over 2 pi.
Finally, symmetry. The sine graph has rotational symmetry around the origin, which makes it an odd function.
Now, let me point out a common mistake I see every year. Students will state the amplitude is the maximum value of the function. This is wrong because the amplitude is the distance from the midline to the maximum. It only works if the midline is y equals 0. For a wave that goes between 2 and 8, the max is 8, but the amplitude is 3. So always use the formula: max minus min, divided by 2.
These characteristics are the building blocks for everything else we'll do with trig functions. Keep practicing, and you'll be reading these graphs like a pro in no time. You've got this.
The amplitude is the distance from the midline to the maximum. If the midline isn't `y=0`, the amplitude and the maximum value will be different. For example, a wave oscillating between `y=2` and `y=8` has a maximum of 8, but its amplitude is `(8-2)/2 = 3`.
Always use the formula: Amplitude = (Max - Min) / 2.
They are reciprocals, measuring different things. Period is the *length* of a cycle (e.g., `2π` radians). Frequency is *how many* cycles fit into one unit (e.g., `1/(2π)` cycles per radian).
Think of period as "time per cycle" and frequency as "cycles per time." If one goes up, the other must go down.
The midline is a horizontal line, and the equation of a horizontal line is always `y = c`. The AP exam can be very precise about this.
Always write the midline as an equation, for example, `y = 0`.
`sin(θ)` is an odd function (origin symmetry), and `cos(θ)` is an even function (y-axis symmetry). Mixing them up shows a misunderstanding of their fundamental graphs.
Visualize the graphs. `sin(θ)` starts at the origin and wiggles away, so it has origin symmetry. `cos(θ)` starts at a peak on the y-axis, making the y-axis a perfect mirror.