Using Sine Functions to Model Real-World Problems

This tutorial explains how to use sine functions to model data arising from real-world situations. Given information about a phenomenon that varies periodically, we model it using a trigonometric function.

General Form of Sine and Cosine Functions

A sinusoidal model can be written in the form

\[ f(x) = A \sin(bx + c) + D \]

or equivalently,

\[ f(x) = A \cos(bx + c) + D \]

The sine and cosine functions oscillate between a maximum and a minimum value. Let \( M \) be the maximum value and \( m \) be the minimum value of \( f(x) \). Assuming that \( A > 0 \), the following hold:

The maximum value occurs when \( \sin(bx + c) = 1 \), giving

\[ M = A + D \]

The minimum value occurs when \( \sin(bx + c) = -1 \), giving

\[ m = -A + D \]

Solving the system \( M = A + D \) and \( m = -A + D \) yields:

\[ A = \frac{M - m}{2} \] \[ D = \frac{M + m}{2} \]

These formulas are essential for modeling data with sine functions.

Problem 1

Find \( A \), \( b \), \( c \), and \( D \) so that the function

\[ f(x) = A \sin(bx + c) + D \]

satisfies the following conditions:

Solution:

Final model:

\[ f(x) = 2\sin\left(3x + \frac{\pi}{2}\right) + 5 \]

Problem 2: Modeling Daylight Hours

In a certain city, the number of daylight hours \( H(t) \) at time \( t \) (in days) is modeled by

\[ H(t) = A \sin\!\left(\frac{2\pi}{365}t + c\right) + D \]

Here, \( t = 0 \) corresponds to January 1st. The maximum daylight (15 hours) occurs on June 21st, which is day 171. The minimum number of daylight hours is 11. Find \( A \), \( c \), and \( D \).

Solution:

Final daylight model:

\[ H(t) = 2\sin\!\left(\frac{2\pi}{365}t - 1.37\right) + 13 \]

Further Reading

Trigonometry Tutorials and Practice Problems