AP PRECALCULUS — UNIT 3A · TRIGONOMETRIC & POLAR FUNCTIONS
3.7 — Sinusoidal Function Context and Data Modeling
Notes — Building Models for Real-World Cycles
💡 Learning Objectives (3.7.A)
By the end of this lesson you will be able to:
- Build a sinusoidal model from contextual features (amplitude, period, midline, phase)
- Use a sinusoidal model to make predictions and answer questions in context
- Interpret each parameter (a, b, c, d) in its real-world setting
- Decide between a sine-based and cosine-based form based on the easiest reference point in the data
1. When Is a Sinusoidal Model Appropriate?
A quantity that repeats with regular period and swings smoothly between a maximum and a minimum is a good candidate for a sinusoidal model. Watch for contexts like:
- Tides, daylight hours, or average monthly temperatures over a year
- Heights on a Ferris wheel, pistons, or rotating parts
- Voltage in an AC circuit, simple harmonic motion in a spring
- Heartbeat, breathing, or other rhythmic biological signals
In each case, the output should have a CONSTANT maximum and a CONSTANT minimum, and the cycle should take the SAME amount of time to repeat each time.
2. Translating Context to Parameters
For the model y = a · sin(b(x − c)) + d (or cosine form), map context features to parameters:
💡 Mapping Context → Parameters
- Midline d = (max + min)/2. This is the ‘average’ or ‘equilibrium’ value the quantity oscillates around.
- Amplitude |a| = (max − min)/2. This is half the peak-to-peak swing.
- Period P = how long one full cycle takes. Then b = 2π/P.
- Phase shift c = an x-value at which the quantity is at a recognizable reference point (max for cosine; midline going up for sine).
3. Worked Example — Ferris Wheel
📘 Example — Riding the Wheel
A Ferris wheel has diameter 40 m, with its lowest point 3 m above the ground. It completes one revolution every 120 s. You board at the lowest point at t = 0 and the wheel rotates at a constant rate.
- Max height = 3 + 40 = 43 m; Min height = 3 m
- Midline d = (43 + 3)/2 = 23 m; Amplitude |a| = (43 − 3)/2 = 20 m
- Period 120 s, so b = 2π/120 = π/60
- You START at the minimum ⇒ easier to use NEGATIVE cosine with c = 0: a = −20
- Model: h(t) = −20 cos((π/60) t) + 23
- Check: h(0) = −20(1) + 23 = 3 ✓; h(60) = −20(−1) + 23 = 43 ✓
4. Worked Example — Daylight Hours
📘 Example — A seasonal model
In one city, the longest day of the year (day 172, June 21) has 15 hr of daylight and the shortest day (day 355, Dec 21) has 9 hr. Days of the year are numbered 1–365.
- d = (15 + 9)/2 = 12 hr; |a| = (15 − 9)/2 = 3 hr
- Period ≈ 365 days, so b = 2π/365
- Max is on day 172 ⇒ use cosine with c = 172: a = 3
- Model: L(n) = 3 cos((2π/365)(n − 172)) + 12
- Predict day 100: L(100) = 3 cos((2π/365)(−72)) + 12 ≈ 3 cos(−1.24) + 12 ≈ 3(0.32) + 12 ≈ 12.97 hr
5. Interpreting Parameters in Context
On AP free-response items, you may be asked what each parameter ‘means’ in context. Some patterns:
- d is the ‘average’ or ‘equilibrium’ value (average daylight hours, average height above the ground, equilibrium position of the spring)
- |a| is the maximum deviation from average (how far above or below the midline the quantity ever gets)
- The period P tells you how long one full cycle takes, in context units
- For b specifically: since b = 2π/P, we can say ‘the angular frequency is b radians per unit time’
6. Using the Model for Prediction
Once a model is in hand, any input value gives an output value directly. Typical AP questions:
- ‘What is the value at time t = …?’ — Plug in and evaluate.
- ‘When is the value equal to …?’ — Set the model equal to the target value and solve, remembering all solutions in the period.
- ‘What is the value averaged over one period?’ — By symmetry, this is the midline d.
7. Choosing Sine or Cosine
Both forms can describe the same graph. Pick whichever makes the model easier to write:
- If you can easily find a MAXIMUM: use a positive cosine with c at the max
- If you can easily find a MINIMUM: use a negative cosine with c at the min
- If you can easily find a MIDLINE CROSSING going up: use a positive sine with c at that crossing
- If you can easily find a MIDLINE CROSSING going down: use a negative sine with c at that crossing
8. Summary
- Periodic, smooth, constant-amplitude phenomena call for a sinusoidal model
- Map context to parameters: max/min give d and |a|; period gives b; a reference point gives c
- Interpret d as average, |a| as max deviation, period in context units
- Both sine and cosine forms work; choose the one whose reference point is easiest to see
- Always verify the model at t = 0 and at known special values before using it to predict