Andromeda
Note

Pythagorean Identities

Definition

The Pythagorean Identities are equations relating trigonometric functions that are derived from the Pythagorean theorem (a2+b2=c2a^2 + b^2 = c^2) applied to the unit circle (x2+y2=1x^2 + y^2 = 1).

Why It Matters

These identities are the “connective tissue” of trigonometry. Without them, you cannot simplify complex signals, solve wave equations, or navigate coordinate systems efficiently. They allow us to translate between different functions, ensuring that we can always find the simplest mathematical representation of a physical rotation or oscillation.

Core Concepts

  • Primary (Fundamental) Pythagorean Identity sin2θ+cos2θ=1\sin^2 \theta + \cos^2 \theta = 1

  • How to read: “The sine squared theta plus cosine squared theta equals one.”

    • Meaning / when to use: This is the unit circle equation x2+y2=1x^2 + y^2 = 1 with x=cosθx = \cos\theta, y=sinθy = \sin\theta. It is the single most used identity in all of trig.
  • Secondary Pythagorean Identities tan2θ+1=sec2θ\tan^2 \theta + 1 = \sec^2 \theta

  • How to read: “The tan squared theta plus one equals sec squared theta.”

    • Meaning: Divide the primary identity by cos2θ\cos^2\theta — relates tangent and secant. 1+cot2θ=csc2θ1 + \cot^2 \theta = \csc^2 \theta
  • How to read: “The one plus cot squared theta equals csc squared theta.”

    • Meaning / when to use: Divide the primary identity by sin2θ\sin^2\theta — relates cotangent and cosecant.
  • Alternate / Factored Forms (Difference of Squares)

    • Meaning: Difference-of-squares rearrangements of the primary identity — factor to solve equations.
    • sin2θ=1cos2θ=(1cosθ)(1+cosθ)\sin^2 \theta = 1 - \cos^2 \theta = (1 - \cos \theta)(1 + \cos \theta)
    • cos2θ=1sin2θ=(1sinθ)(1+sinθ)\cos^2 \theta = 1 - \sin^2 \theta = (1 - \sin \theta)(1 + \sin \theta)
    • tan2θ=sec2θ1=(secθ1)(secθ+1)\tan^2 \theta = \sec^2 \theta - 1 = (\sec \theta - 1)(\sec \theta + 1)
    • cot2θ=csc2θ1=(cscθ1)(cscθ+1)\cot^2 \theta = \csc^2 \theta - 1 = (\csc \theta - 1)(\csc \theta + 1)

Connected Concepts