Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Sinusoidal Functions

Lesson ~11 min read 8 MCQs

In simple terms: 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.

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.

The height of a Ferris wheel car over time forms a sinusoidal wave.

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)];
This flowchart shows the process for identifying the key characteristics of a sinusoidal function. It starts with the function, then branches into paths for finding the amplitude and midline from the max/min values, the period and frequency from the cycle length, and the function's symmetry.

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 . 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 means sin(-θ) = -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 means cos(-θ) = cos(θ). For example, cos(-π/3) = 1/2, which is the same as cos(π/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 0 to π.
  • It's concave up from π to . 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:

  1. 1
    Find the Maximum and Minimum
    First, recall the graph of y = sin(θ). It oscillates. The highest point it reaches is y = 1, and the lowest point is y = -1.
    • Maximum Value = 1
    • Minimum Value = -1
  2. 2
    Calculate the Amplitude
    The 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.
  3. 3
    Determine the Midline
    The 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.
  4. 4
    Identify the Period
    The 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 = .
  5. 5
    Calculate the Frequency
    Frequency is the reciprocal of the period.
    • Frequency = 1 / Period = 1 / (2π).
  6. 6
    Determine the Symmetry
    The 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:

  1. 1
    Find Max/Min, Amplitude, and Midline
    Just 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 is y = 0.
  2. 2
    Identify the Period
    The 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 is .
    • Period = .
  3. 3
    Determine the Symmetry
    Look 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).
  4. 4
    Explain the "Even" Property
    An even function satisfies the condition f(-x) = f(x). Let's test this with cosine.
    • Consider θ = π/3. We know cos(π/3) = 1/2.
    • Now consider θ = -π/3. We have cos(-π/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).
Visualizing the amplitude, midline, and period for y = sin(θ).

Try it yourself

Time to practice identifying these features on your own.

  1. 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.
  2. The graph of a function h(θ) is identical to the graph of y = sin(θ), but it is shifted π/2 units to the right. Can you write an equation for h(θ) using cosine?

    • Hint: We know cos(θ) is sin(θ) shifted π/2 to 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.
Observe how shifting sine can create a cosine function.