Geometry Lesson

Modeling Periodic Phenomena with Trigonometric Functions

Learn Modeling Periodic Phenomena with Trigonometric Functions.

A Brief History of Periodic Functions

Human beings have always noticed patterns that repeat: the tides roll in and out, the sun rises and sets, and the seasons cycle year after year. Long before anyone wrote a formal equation, ancient civilizations tracked these periodic patterns to predict eclipses, plant crops, and navigate the seas. The mathematical tools we use today to describe repetition — trigonometric functions — grew out of this practical need to make sense of cycles.

c. 1800 BCE
Babylonian Astronomy
Babylonian astronomers record the rising and setting positions of Venus on clay tablets, identifying its roughly 584-day synodic cycle. This is one of the earliest known examples of humans modeling a periodic celestial phenomenon with numerical data.
c. 150 CE
Ptolemy's Almagest
Greek astronomer Ptolemy compiles detailed trigonometric tables and uses chord-based calculations to model the apparent motion of planets. His work formalizes the link between circular motion and what we now call sinusoidal behavior.
c. 500–1200 CE
Indian & Islamic Mathematics
Indian mathematicians (Aryabhata, Brahmagupta) and Islamic scholars (Al-Battani, Al-Biruni) refine sine and cosine tables to high precision, enabling accurate calendar calculations and navigation. The modern word 'sine' traces its etymology through Arabic translations of Sanskrit texts.
1822
Fourier's Theorem
Joseph Fourier proves that any periodic function — no matter how complex its shape — can be represented as a sum of sine and cosine waves. This discovery underpins modern signal processing, music technology, medical imaging, and countless other fields.

The central question this lesson addresses is straightforward: when you observe a real-world quantity that rises and falls in a repeating pattern, how do you write a precise mathematical function — specifically a sinusoidal function — that captures its behavior? Once you can do that, you gain the ability to predict future values, fill in missing data, and understand the underlying mechanics of the phenomenon.

Core Principles & Definitions

Before you can model a real-world cycle, you need to understand four characteristics that define every sinusoidal (sine- or cosine-shaped) wave. Think of these four numbers as the "settings" you adjust to make the standard sine curve fit a particular situation — just like adjusting the brightness, contrast, and position of an image to match reality.

1

Amplitude (A)

The amplitude is the distance from the midline (the horizontal center of the wave) to the crest (highest point) or trough (lowest point). It tells you how large the oscillation is. Amplitude is always a positive number. Formula: A = (max − min) / 2.
2

Period (T)

The period is the horizontal length of one complete cycle — the distance along the x-axis before the pattern exactly repeats. For example, a wave that repeats every 12 months has a period of 12. The related frequency constant B inside the function is calculated as B = 2π / T.
3

Vertical Shift / Midline (D)

The vertical shift D is the value of the horizontal midline — the average of the maximum and minimum values of the function. It shifts the entire wave up or down. Formula: D = (max + min) / 2.
4

Phase Shift (C)

The phase shift C is a horizontal translation — it slides the wave left or right along the x-axis. A positive C shifts the wave to the right; a negative C shifts it to the left. Phase shift is determined by identifying where the wave crosses its midline on an upward trajectory.
KEY TAKEAWAY
Think of a sinusoidal function like a customizable roller coaster track: the amplitude sets how tall the hills are, the period sets how far apart they're spaced, the vertical shift raises or lowers the entire track off the ground, and the phase shift slides the starting point left or right. Together, these four parameters let you shape one basic wave to match virtually any repeating pattern.

Visual Explanation — Anatomy of a Sine Wave

The diagram below labels every key feature of a sine wave so you can see what each parameter actually looks like on a graph. Take a moment to match the colored annotations to the four definitions from Section 2; notice how the midline divides the wave into symmetric upper and lower halves, and how the period spans exactly one full cycle.

In the diagram, the cyan-to-violet wave is one specific sinusoidal function. Notice how the wave crests at D + A (the midline plus the amplitude) and dips to D − A (the midline minus the amplitude). The horizontal distance between two identical points on the wave — say, from one peak to the next — equals the period T . The phase shift C shows how far the wave has been moved to the right from the y-axis, and the dashed yellow midline at height D is the wave's "neutral" position.

Mathematical Framework

With the four parameters identified, we can now write the general equation for a sinusoidal function. There are two standard forms — one using sine and one using cosine — and they are interchangeable (a cosine wave is just a sine wave shifted by a quarter period). Most textbooks present the sine form, which we'll use here.

General Sinusoidal Model
y = A × sin(B(x − C)) + D

Let's break down each piece:

Amplitude
A = (max − min) / 2
Period & Frequency Constant
T = 2π / B ⟹ B = 2π / T
Vertical Shift (Midline)
D = (max + min) / 2
Phase Shift
C = horizontal shift to the right

Notice that the only truly new idea here is B . You already know amplitude and midline from reading graphs. The value B is calculated from the period, and it appears inside the sine function, multiplying the input. A larger B means the wave completes more cycles in a shorter horizontal distance (smaller period), while a smaller B stretches each cycle out (larger period).

KEY TAKEAWAY
When you encounter a real-world periodic data set, follow a four-step recipe: (1) find the midline D by averaging the max and min, (2) find the amplitude A by halving the max-minus-min difference, (3) find the period T by measuring the time for one full cycle and compute B , and (4) determine the phase shift C by locating where on the x-axis the wave begins its first upward crossing through the midline.

Detailed Breakdown — How Each Parameter Transforms the Graph

To build your intuition, let's examine how changing one parameter at a time transforms the basic y = sin( x ) graph. The table below summarizes the effect of each parameter, and the diagram that follows shows four transformed waves overlaid on one grid.

ParameterWhat It ChangesDefault ValueExample Effect
A (Amplitude)Height of crests and depth of troughs1A = 3 makes the wave three times taller
B (Frequency Constant)Number of cycles per 2π units; controls period1B = 2 halves the period, doubling the frequency
C (Phase Shift)Horizontal position of the wave0C = π/2 shifts the wave π/2 units to the right
D (Vertical Shift)Height of the midline0D = 2 raises the entire wave 2 units upward

In Figure 2, the dashed gray curve is the "default" y = sin( x ). The cyan wave has the same period but double the amplitude, so it rises and falls twice as far. The violet wave keeps the same amplitude but doubles the value of B , which halves the period — you can see it completes two full cycles in the same space where the standard wave completes one. Finally, the amber wave has the same shape as the original but is shifted upward, changing the midline from 0 to 2.

Worked Example — Modeling Daylight Hours

In Boston, Massachusetts, the longest day of the year (around June 21) has about 15.3 hours of daylight, while the shortest day (around December 21) has about 9.1 hours . Let's build a sinusoidal function that models the number of daylight hours y as a function of the day of the year x , where x = 0 corresponds to January 1.

1
Step 1 — Find the Midline (D)
2
Step 2 — Find the Amplitude (A)
3
Step 3 — Find the Period (T) and Calculate B
4
Step 4 — Find the Phase Shift (C)
5
Step 5 — Write the Complete Model
6
Step 6 — Verify with a Known Value

Strengths, Limitations & When to Use This Model

Sinusoidal models are powerful, but they aren't the right tool for every repeating pattern. The table below compares situations where a trig model excels with situations where it may fall short, helping you decide when to reach for y = A sin(B(x − C)) + D and when you might need something else.

StrengthsLimitations
Models phenomena with smooth, symmetric oscillations (e.g., tides, daylight hours, Ferris wheel height)Assumes perfect regularity — cannot capture gradual drift or long-term trends
Only four parameters needed to fully specify the modelFails when cycles are asymmetric (e.g., a sharp spike followed by a long plateau)
Allows precise prediction of future values if the period is stableCannot model phenomena whose period or amplitude changes over time
Connects directly to the unit circle and radian measure studied in trigonometryMay over-simplify real data that only approximately repeats
KEY TAKEAWAY
A sinusoidal model is like a metronome: it assumes perfect, unchanging regularity. It works beautifully for phenomena that are truly periodic — like the motion of a Ferris wheel or the hours of daylight — but it struggles with patterns that are irregular, lopsided, or gradually evolving. If your data looks like a smooth wave that repeats at a steady pace, this model is the right choice. If it looks more like a heartbeat (sharp spikes followed by flat stretches), you'll need more advanced tools.

Connection to Advanced Mathematics

The single-wave model you've learned in this lesson is just the beginning. In more advanced courses like Precalculus, AP Calculus, and college-level engineering, you'll encounter a powerful extension called Fourier analysis . The basic idea is that any periodic shape — even a square wave or a sawtooth wave — can be written as a sum of many sine and cosine functions with different amplitudes, periods, and phase shifts. Joseph Fourier proved this in 1822, and it remains one of the most widely used ideas in all of science and technology.

This Lesson (HSF-TF.B.5)Advanced Extension (Fourier Analysis)
One sine or cosine functionSum of many sine and cosine functions
Four parameters: A, B, C, DInfinitely many amplitudes and phase shifts (Fourier coefficients)
Models smooth, single-frequency wavesModels any periodic shape, including square and sawtooth waves
Used in Algebra 2 / PrecalculusUsed in engineering, physics, signal processing, MRI imaging

You should also know that the cosine function y = A cos(B(x − C)) + D works identically to the sine model — the only difference is where the curve starts. A cosine wave begins at its peak, while a sine wave begins at the midline going up. In practice, switching between sine and cosine simply changes the phase shift by T/4. As you move into Precalculus, you'll become comfortable choosing whichever form makes the math simplest for a given problem.

Lesson Summary

In this lesson, you learned how to model periodic phenomena using sinusoidal functions — a core skill identified in CCSS HSF-TF.B.5. Starting from real-world observations (like Boston's daylight hours), you practiced extracting four key parameters — amplitude A, frequency constant B, phase shift C, and vertical shift D — and assembling them into the general model y = A × sin(B(x − C)) + D. You also learned to verify your model against known data points and to evaluate when a sinusoidal model is (and isn't) the right tool. These skills connect directly to future study in Precalculus, AP Calculus, and any STEM field that involves analyzing repeating patterns.

Great work reviewing this lesson.