Study Guide

Equivalent representations of trigonometric functions

AP Precalculus· AP Precalculus CED — Trigonometric and Polar Functions· 14 min read

1. Pythagorean Identities and Simplification★★☆☆☆⏱ 3 min

Pythagorean identities are the most commonly used tools for rewriting trigonometric expressions, derived directly from the unit circle equation. For any angle corresponding to a point on the unit circle, , so substituting and gives the core identity:

cos2θ+sin2θ=1cos^2 \theta + \sin^2 \theta = 1

Dividing both sides by (for ) gives the tangent-secant form: , and dividing by (for ) gives the cotangent-cosecant form: . These identities are used to replace quadratic terms, cancel common factors, and simplify to a single basic trigonometric term.

📘 Definition

Equivalent Trigonometric Representations

Different algebraic expressions that produce identical output values for all inputs in their shared domain. Equivalence requires matching domains, not just matching output where both are defined.

Example:

and are only equivalent when

📐 Worked Example

Simplify to an equivalent expression in terms of a single basic trigonometric function, for all where the original expression is defined.

  1. 1

    Apply the core Pythagorean identity to the numerator:

    1sin2θ=cos2θ1 - \sin^2 \theta = \cos^2 \theta
  2. 2

    Apply the core Pythagorean identity to the denominator:

    1cos2θ=sin2θ1 - \cos^2 \theta = \sin^2 \theta
  3. 3

    Rewrite the fraction and use the definition of cotangent:

    cos2θsin2θ=(cosθsinθ)2=cot2θ\frac{\cos^2 \theta}{\sin^2 \theta} = \left(\frac{\cos \theta}{\sin \theta}\right)^2 = \cot^2 \theta
  4. 4

    The simplified expression has the same domain () as the original, so they are fully equivalent.

Exam tip:

Always confirm that your simplified expression has the same domain as the original. If the original excludes input values allowed in the simplified form, explicitly note the excluded values for full credit on FRQs.

2. Double-Angle and Power-Reduction Identities★★★☆☆⏱ 3 min

Double-angle and power-reduction identities convert between trigonometric functions of and functions of , and convert quadratic powers of sine/cosine into linear functions of double angles. These are derived from sum identities for sine and cosine. Setting in the sine sum identity gives:

sin2θ=2sinθcosθ\sin 2\theta = 2\sin \theta \cos \theta

For cosine, setting gives three equivalent forms:

cos2θ=cos2θsin2θ=2cos2θ1=12sin2θ\cos 2\theta = \cos^2 \theta - \sin^2 \theta = 2\cos^2 \theta - 1 = 1 - 2\sin^2 \theta

Rearranging the last two forms gives the power-reduction identities:

sin2θ=1cos2θ2,cos2θ=1+cos2θ2\sin^2 \theta = \frac{1 - \cos 2\theta}{2}, \quad \cos^2 \theta = \frac{1 + \cos 2\theta}{2}
📐 Worked Example

Rewrite as an equivalent expression that is linear in cosine (no powers of trigonometric functions greater than 1).

  1. 1

    Group terms to use the double-angle identity for sine:

    4sin2xcos2x=(2sinxcosx)24\sin^2 x \cos^2 x = (2\sin x \cos x)^2
  2. 2

    Substitute :

    (2sinxcosx)2=sin22x(2\sin x \cos x)^2 = \sin^2 2x
  3. 3

    Apply power-reduction with :

    sin2u=1cos2u2=1cos4x2\sin^2 u = \frac{1 - \cos 2u}{2} = \frac{1 - \cos 4x}{2}
  4. 4

    Expand to get the final linear expression:

    1cos4x2=1212cos4x\frac{1 - \cos 4x}{2} = \frac{1}{2} - \frac{1}{2}\cos 4x

Exam tip:

Memorize the sign pattern for power-reduction: 'sine is minus, cosine is plus' to avoid sign errors when simplifying.

3. Amplitude-Phase Form of Combined Sinusoids★★★★☆⏱ 3 min

Any linear combination of sine and cosine with the same period can be rewritten as a single equivalent sinusoidal function, which is much easier to analyze for amplitude, maximum/minimum values, and phase shift. This equivalent representation is called amplitude-phase form, and follows the formula:

acosBx+bsinBx=Ccos(Bxϕ)+Da\cos Bx + b\sin Bx = C\cos(Bx - \phi) + D

Where (the amplitude, positive by convention), , , and is any vertical shift.

📐 Worked Example

Write as an equivalent single cosine function in the form , where and .

  1. 1

    Identify , , and calculate the amplitude :

    C=a2+b2=32+42=5C = \sqrt{a^2 + b^2} = \sqrt{3^2 + 4^2} = 5
  2. 2

    Solve for using the definitions of and :

    cosϕ=35,sinϕ=45\cos \phi = \frac{3}{5}, \quad \sin \phi = \frac{4}{5}
  3. 3

    Since both and are positive, is in the first quadrant, so , which meets the domain requirement.

  4. 4

    Write the final equivalent expression:

    5cos(2xarctan(43))5\cos\left(2x - \arctan\left(\frac{4}{3}\right)\right)

Exam tip:

Always confirm the quadrant of using the signs of and , do not just use the output of arctangent directly, as arctangent only gives values between and and will miss angles in other quadrants.

4. Product-to-Sum and Sum-to-Product Identities★★★★☆⏱ 3 min

These identities let you rewrite products of sines/cosines as sums, or sums of sines/cosines as products, which is useful for factoring trig expressions and solving equations with multiple trigonometric terms. The most commonly used sum-to-product identity for sine is:

sinA+sinB=2sin(A+B2)cos(AB2)\sin A + \sin B = 2\sin\left(\frac{A+B}{2}\right)\cos\left(\frac{A-B}{2}\right)

This identity converts a sum of two sines into a product, which can then be set equal to zero and solved using the zero product property.

📐 Worked Example

Solve for by first rewriting the sum as a product.

  1. 1

    Apply the sum-to-product identity with , :

    sin3x+sinx=2sin(3x+x2)cos(3xx2)=2sin2xcosx\sin 3x + \sin x = 2\sin\left(\frac{3x + x}{2}\right)\cos\left(\frac{3x - x}{2}\right) = 2\sin 2x \cos x
  2. 2

    Set equal to zero: , so either or by the zero product property.

  3. 3

    Solve on the interval : gives , and gives .

  4. 4

    The unique solutions are , all of which satisfy the original equation.

Exam tip:

Only use sum-to-product for two trigonometric functions of the same type (two sines or two cosines) with the same period; for mixed sums of sine and cosine, use amplitude-phase form instead.

5. AP-Style Worked Practice★★★☆☆⏱ 5 min

✓ Quick check

Which of the following expressions is equivalent to for all where the expression is defined?

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    B

    Rewrite , which factors to . Cancel the common factor (valid since for the original expression) to get .

📐 Worked Example

Let . (a) Rewrite as an equivalent linear expression in sine and cosine. (b) Find the maximum value of . (c) Write in amplitude-phase form , , .

  1. 1

    Part (a): Apply power-reduction and double-angle identities:

    2cos2x=1+cos2x,4sinxcosx=2sin2x2\cos^2 x = 1 + \cos 2x, \quad 4\sin x \cos x = 2\sin 2x
  2. 2

    Simplify to get the linear expression:

    f(x)=cos2x2sin2x+2f(x) = \cos 2x - 2\sin 2x + 2
  3. 3

    Part (b): Maximum value of is :

    12+(2)2+2=5+2\sqrt{1^2 + (-2)^2} + 2 = \sqrt{5} + 2
  4. 4

    Part (c): Calculate and find :

    C=5,cosϕ=15,sinϕ=25C = \sqrt{5}, \quad \cos \phi = \frac{1}{\sqrt{5}}, \quad \sin \phi = \frac{-2}{\sqrt{5}}
  5. 5

    is in quadrant IV, so . Final expression:

    f(x)=5cos(2x(2πarctan2))+2f(x) = \sqrt{5}\cos\left(2x - (2\pi - \arctan 2)\right) + 2

6. Common Pitfalls

Wrong move:

After simplifying , claiming the two expressions are equivalent for all real

Why:

The original expression excludes all where , while is defined for all , so they are not fully equivalent without noting exclusions

Correct move:

Always compare the domain of the original and simplified expression, and explicitly list any excluded input values when stating equivalence

Wrong move:

Writing the power-reduction formula for cosine squared as (swapped sign)

Why:

Students mix up the sign pattern for sine and cosine power-reduction

Correct move:

Memorize the mnemonic 'sin minus, cos plus' to recall the correct sign in the numerator every time

Wrong move:

Forgetting the term in the double-angle identity for sine, writing

Why:

Students remember the factor of 2 but drop the cosine term when simplifying quickly

Correct move:

Always write the full identity before simplifying, never skip writing the cosine term

Wrong move:

Writing when required to have and

Why:

Students misplace the sign of inside the argument, adding instead of subtracting

Correct move:

Always use the form , so the sign inside the argument matches the positive sign of in the required domain

Wrong move:

Applying sum-to-product to to rewrite as a product

Why:

Students forget that sum-to-product only works for two trigonometric functions of the same type with matching frequencies

Correct move:

Only use sum-to-product for two sines or two cosines with the same period; use other identities or amplitude-phase form for mixed combinations

7. Quick Reference Cheatsheet

Category

Formula

Notes

Core Pythagorean Identity

Holds for all real , swap quadratic terms

Tangent-Secant Pythagorean

Defined when

Cotangent-Cosecant Pythagorean

Defined when

Double-Angle (Sine)

Holds for all real

Double-Angle (Cosine)

Three equivalent forms for different uses

Power-Reduction

'sin minus, cos plus', converts quadratic to linear

Amplitude-Phase Form

Converts sum of sinusoids to single equivalent sinusoid

Sum-to-Product (Sine Sum)

Factor sums of sines for solving equations

When this came up on past exams

AI-estimated based on syllabus patterns — cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2024 · AP Precalculus

    Simplify trigonometric expression MCQ

  • 2023 · AP Precalculus

    FRQ rewrite sinusoid sum

What's Next

This topic is the foundational prerequisite for the next key topics in Unit 3: solving trigonometric equations and modeling periodic phenomena, which make up a much larger portion of the AP Precalculus exam. Without the ability to rewrite trigonometric expressions into equivalent simplified forms, you cannot factor complex trig equations, find exact maximum and minimum values of combined sinusoids, or analyze beat patterns in oscillating systems—all common tested topics on both MCQ and FRQ sections. This topic also builds the trigonometric manipulation skills you will need for introductory calculus.