Periodic Phenomena
Why this matters
Imagine you're at the state fair, the sun is setting, and the whole midway is lit up. You decide to go on the giant Ferris wheel. As your car slowly rises, you can see over the entire fairgrounds, then the city skyline, before you gently descend back toward the ground, only to start the journey all over again. That up-and-down motion, repeating at a steady, predictable pace, is the heart of what we're talking about today.
This isn't just about amusement park rides. This repeating pattern is everywhere: in the rise and fall of ocean tides, the swing of a pendulum, the sound waves from your favorite song, even the daily cycle of sunrise and sunset. In this lesson, we'll learn how to take a real-world story, like your ride on that Ferris wheel, and turn it into a mathematical graph that tells the whole story.
Concept overview
flowchart TD
A[Verbal Description of a Periodic Event] --> B{Identify Key Values};
B --> C[Max Height/Value];
B --> D[Min Height/Value];
B --> E[Time for One Cycle --> Period];
B --> F[Starting Position at t=0];
C & D --> G[Calculate Midline & Amplitude];
G & E & F --> H[Plot Key Points for One Cycle];
H --> I[Draw Smooth Curve Through Points];
I --> J[Copy/Paste Cycle to Extend Graph];
Core explanation
Hello everyone, it’s Saavi. Let's dive into one of the most visual and intuitive topics in precalculus: periodic phenomena.
At its core, a relationship is periodic if its values repeat over consistent, equal intervals. Think of a song on repeat. If the song is 3 minutes long, you hear the exact same sequence of notes every 3 minutes. That 3-minute interval is the period.
In math, we say a function f is periodic if there's a number k, called the period, such that f(x + k) = f(x) for any x. This just means that if you look at the function's value at some point x, and then you look again k units later, the value will be exactly the same.
Deconstructing a Periodic Story: The Ferris Wheel
Let's make this real with a classic example. This is the exact kind of scenario you'll see on the AP exam.
Scenario: A Ferris wheel has a radius of 10 meters. Its center is 12 meters off the ground. A rider, Carlos, gets on at the very bottom of the wheel. The wheel completes one full rotation every 40 seconds.
Our job is to translate this story into a graph of Carlos's height over time.
First, let's pull out the key numbers.
- How high can Carlos go?The center is 12m high, and the radius is 10m. So the highest point is
12 + 10 = 22meters. This is our maximum. - How low can he go?The center is 12m high, and the radius is 10m. So the lowest point is
12 - 10 = 2meters. This is our minimum. - Where is the "middle" of the ride?This is the height of the wheel's center: 12 meters. We call this the midline. It's the horizontal line exactly halfway between the maximum and minimum. You can always calculate it with
(max + min) / 2. Here,(22 + 2) / 2 = 12. - How far is the top from the middle?The distance from the midline to the maximum (or minimum) is the amplitude. Here, it's the wheel's radius: 10 meters. You can calculate it with
(max - min) / 2. Here,(22 - 2) / 2 = 10. - How long does one full ride take?The problem states it's 40 seconds. This is our period. After 40 seconds, Carlos is right back where he started, and the entire up-and-down journey begins again.
Building the Graph, One Cycle at a Time
Now, let's build the graph of height vs. time for one full cycle. A cycle is one complete repetition of the pattern.
- 1The Starting Point (t=0)The problem says Carlos starts at the very bottom. So at time
t=0, his height is the minimum, 2 meters. Our first point is(0, 2).- This is where most students slip up. They don't read the starting position carefully. If the problem had said he gets on at a platform level with the center of the wheel, our starting point would be
(0, 12). Always read the setup!
- This is where most students slip up. They don't read the starting position carefully. If the problem had said he gets on at a platform level with the center of the wheel, our starting point would be
- 2The Top PointIt takes 40 seconds for a full circle. So, it must take half that time to get from the bottom to the very top. Half the period is
40 / 2 = 20seconds. Att=20, Carlos is at his maximum height, 22 meters. Our next key point is(20, 22). - 3The Midline CrossingsTo get from the bottom to the top, he must pass the midline. This happens a quarter of the way through the period (
40 / 4 = 10seconds). So att=10, his height is 12 meters. After reaching the top at t=20, he descends, crossing the midline again on his way down. This happens at the three-quarter mark of the period,t=30. So att=10andt=30, his height is 12 meters. Our next points are(10, 12)and(30, 12). - 4The End of the CycleA full period is 40 seconds. At
t=40, he has completed one full rotation and is back at the bottom. His height is again 2 meters. Our final point for the first cycle is(40, 2).
Now we have the key points for one cycle:
(0, 2)- Minimum(10, 12)- Midline (going up)(20, 22)- Maximum(30, 12)- Midline (going down)(40, 2)- Minimum
When you plot these and connect them, don't use straight lines! His vertical speed changes. He's moving fastest vertically when he passes the midline and slows to a stop at the top and bottom. This creates a smooth, wave-like curve.
Extending the Pattern
What happens after 40 seconds? The pattern just repeats. The behavior of the function from t=40 to t=80 will be identical to its behavior from t=0 to t=40. This is the power of periodicity: once you understand one cycle, you understand the entire function. (EK 3.1.A.2)
For example, the function is increasing (Carlos is going up) on the interval (0, 20). This will repeat in the next cycle on the interval (40, 60). The function is concave down (the curve opens downward) on the interval (10, 30). This will repeat on the interval (50, 70). Every characteristic—intervals of increase/decrease, concavity, rates of change—is contained within one period and then duplicated forever. (EK 3.1.B.3)
So, to graph this for 80 seconds, you would simply draw your first cycle and then "copy and paste" it right next to itself. The point (40, 2) for the first cycle is also the starting point for the second cycle.
Worked examples
Let's solidify these ideas by working through a couple of problems start to finish.
The Ferris Wheel, Formalized
Problem: A Ferris wheel with a radius of 10m has its center 12m above the ground. It completes one rotation every 40 seconds, and a rider starts at the lowest point. Describe the period, midline, amplitude, and maximum/minimum height. Then, sketch a graph of the rider's height for two full periods.
Solution:
- 1Identify Key Features from the Text
- PeriodThe time for one rotation is given as 40 seconds.
- MidlineThe height of the center is given as 12 meters.
- AmplitudeThe radius of the wheel is 10 meters.
- Maximum HeightMidline + Amplitude =
12 + 10 = 22meters. - Minimum HeightMidline - Amplitude =
12 - 10 = 2meters. - Starting PointThe rider starts at the "lowest point," so at
t=0, the height is the minimum, 2m.
- Period
- 2Plot Key Points for the First Cycle (0 to 40 seconds)
t=0: Start at the minimum. Point:(0, 2).t=10(1/4 period): Crosses the midline going up. Point:(10, 12).t=20(1/2 period): Reaches the maximum. Point:(20, 22).t=30(3/4 period): Crosses the midline going down. Point:(30, 12).t=40(full period): Returns to the minimum. Point:(40, 2).
- 3Sketch the First CycleDraw a smooth, wave-like curve connecting these five points.
- 4Sketch the Second Cycle (40 to 80 seconds)
- The pattern repeats exactly. The point
(40, 2)is the start of the next cycle. - The next maximum will be at
t = 20 + 40 = 60. Point:(60, 22). - The end of the second cycle will be at
t = 40 + 40 = 80. Point:(80, 2). - Simply draw the same shape you drew for the first cycle in the interval from
t=40tot=80.
- The pattern repeats exactly. The point
The Ocean Tides
Problem: The water level at a pier in Seattle is periodic. At 2:00 AM, the tide is at its high point of 11 feet. The next low tide is at 8:00 AM, with a height of 3 feet. Based on this, what are the period, midline, and amplitude of the tide?
Solution:
- 1Find Max and Min
- The problem gives us the maximum height: 11 ft.
- It also gives us the minimum height: 3 ft.
- 2Calculate Midline and Amplitude
- Midline
(max + min) / 2 = (11 + 3) / 2 = 14 / 2 = 7feet. - Amplitude
(max - min) / 2 = (11 - 3) / 2 = 8 / 2 = 4feet.
- Midline
- 3Determine the Period
- This is the trickiest part. The problem tells us the time from a high tide (2:00 AM) to the next low tide (8:00 AM). That's a duration of 6 hours.
- Here's the key insight: The time from a maximum to a minimum is only half of a full cycle. To go from high tide, to low tide, and back to high tide is one full period.
- So, if half a period is 6 hours, the full period is
6 * 2 = 12hours. This makes sense for tides, which typically have about two high and two low tides per day.
By breaking down the verbal description, we found all the key characteristics without even seeing a graph.
Try it yourself
Ready to try one on your own? Think it through step-by-step.
Problem: Aaliyah is practicing for her soccer team's conditioning test. She has to run "suicides," which involves running back and forth between two cones placed 40 yards apart. Her distance from her starting cone is a periodic function of time. It takes her 10 seconds to run from her starting cone to the other cone and back. She starts the timer at the moment she leaves the starting cone.
- What is the period, amplitude, and midline of the function describing her distance from the starting cone?
- Sketch a graph of her distance from the starting cone over 25 seconds.
Hints:
- What is her minimum distance from the starting cone? (This happens when she's at it!)
- What is her maximum distance?
- The problem gives you the time for a full round trip. What does that tell you?
- Be careful with the shape of the graph! Is her speed constant? For this model, you can assume it is, which will create a different shape than the Ferris wheel.
Practice — 8 questions
In simple terms, periodic phenomena are about patterns that repeat over and over again at regular intervals, like the height of a Ferris wheel rider or the ebb and flow of ocean tides.
- 3.1.A: Construct graphs of periodic relationships based on verbal representations.
- 3.1.B: Describe key characteristics of a periodic function based on a verbal representation.
- 3.1.A.1
- A periodic relationship can be identified between two aspects of a context if, as the input values increase, the output values demonstrate a repeating pattern over successive equal-length intervals.
- 3.1.A.2
- The graph of a periodic relationship can be constructed from the graph of a single cycle of the relationship.
- 3.1.B.1
- The period of the function is the smallest positive value k such that f (x + k) = f(x) for all x in the domain. Consequently, the behavior of a periodic function is completely determined by any interval of width k.
- 3.1.B.2
- The period can be estimated by investigating successive equal-length output values and finding where the pattern begins to repeat.
- 3.1.B.3
- Periodic functions take on characteristics of other functions, such as intervals of increase and decrease, different concavities, and various rates of change. However, with periodic functions, all characteristics found in one period of the function will be in every period of the function.
flowchart TD
A[Verbal Description of a Periodic Event] --> B{Identify Key Values};
B --> C[Max Height/Value];
B --> D[Min Height/Value];
B --> E[Time for One Cycle --> Period];
B --> F[Starting Position at t=0];
C & D --> G[Calculate Midline & Amplitude];
G & E & F --> H[Plot Key Points for One Cycle];
H --> I[Draw Smooth Curve Through Points];
I --> J[Copy/Paste Cycle to Extend Graph];
Read what Saavi narrates
Hello everyone, it’s Saavi. Let's talk about patterns.
Imagine you're at the state fair, and you decide to go on the giant Ferris wheel. As your car slowly rises, you see over the entire fairgrounds, then the city skyline, before you gently descend back toward the ground... only to start the journey all over again. That up-and-down motion, repeating at a steady, predictable pace, is a perfect example of a periodic function.
We're exploring how to take these real-world stories—things that happen in repeating cycles—and turn them into graphs. Our goal is to pull the key details out of a story, like how long a cycle takes and how high or low it goes.
Let's work through an example. Say the water level at a pier in Seattle is periodic. At 2:00 AM, the tide is at its high point of 11 feet. The next low tide is at 8:00 AM, with a height of 3 feet. Let's find the key features.
First, the easy parts. The maximum height is 11 feet, and the minimum is 3 feet.
Now, the midline... that’s the average of the max and min. So, 11 plus 3 is 14. Divide by 2, and you get a midline of 7 feet. The amplitude is the distance from that midline to the top or bottom. We find it by taking the max minus the min, and dividing by two. So, 11 minus 3 is 8. Divide by 2, and our amplitude is 4 feet.
Here's the part where I see students make mistakes every year. We need to find the period. The problem says it goes from a high tide at 2 AM to a low tide at 8 AM. That's 6 hours. Many students will write down 'Period equals 6 hours'. But think about it... that's only half the story! That's the time to go from the top to the bottom. A full cycle has to go from the top, to the bottom, and back to the top again. So if half a cycle takes 6 hours, the full period must be 12 hours.
See how breaking it down makes it manageable? You are absolutely capable of doing this. Just read carefully, identify your key values, and think about what one full cycle really means. You've got this.
This calculation gives you the total vertical distance of the cycle, not the middle height.
The midline is the average of the highest and lowest points. Use the formula: `(max + min) / 2`.
This gives you the total range. Amplitude is the distance from the *midline* to an extreme, which is half the range.
Use the formula: `(max - min) / 2`.
The time from a maximum to the very next minimum is only *half* a period. A full period requires the function to return to its starting value and be moving in the same direction.
Double the time it takes to go from a max to a min to find the full period.
The starting point (`t=0`) depends entirely on the problem's description. The rider could get on at the top, bottom, or anywhere in between.
Read the problem carefully to find the initial condition. "Starts at the lowest point" means the y-value at x=0 is the minimum. "Starts at the highest point" means the y-value at x=0 is the maximum.
Most natural periodic phenomena involve a gradual change in direction. A Ferris wheel or a tide doesn't instantly reverse course; it slows down, stops for an instant, and then reverses.
Draw a smooth, rounded curve through your key points. The graph should be flat (have a horizontal tangent) at the maximum and minimum points.