A Theorem That Showed Up Two Thousand Years Late
Pythagoras proved $a^2 + b^2 = c^2$ for right triangles around 530 BCE. Sine and cosine — measured as ratios in those same right triangles — weren't given systematic names until Aryabhata's Aryabhatiya in 499 CE, more than a thousand years later. When the names finally arrived, the identity $\sin^2\theta + \cos^2\theta = 1$ wasn't a new theorem. It was the Pythagorean theorem itself, dressed in new clothes. Every trig problem you've solved that used this identity was Pythagoras winning again.
What Are the Pythagorean Identities?
The Pythagorean identities are three trigonometric identities that follow directly from applying the Pythagorean theorem to the unit circle. They are identities (not equations) — they hold for every angle $\theta$ where the functions involved are defined.
The three are:
$$\sin^2\theta + \cos^2\theta = 1 \tag{I}$$
$$1 + \tan^2\theta = \sec^2\theta \tag{II}$$
$$1 + \cot^2\theta = \csc^2\theta \tag{III}$$
Identity (I) is the master; (II) and (III) are derived from it in two algebraic steps each.
Proof — Unit Circle Method
Place a point $P$ on the unit circle so that the line from the origin to $P$ makes angle $\theta$ with the positive $x$-axis.
By definition: $P = (\cos\theta, \sin\theta)$.
The unit circle satisfies $x^2 + y^2 = 1$ for every point on it. Substituting:
$$\cos^2\theta + \sin^2\theta = 1$$
That's identity (I). One line — provided you accept "the unit circle has radius 1" as obvious.
Deriving identities (II) and (III)
Divide (I) by $\cos^2\theta$ (allowed when $\cos\theta \neq 0$):
$$\frac{\sin^2\theta}{\cos^2\theta} + \frac{\cos^2\theta}{\cos^2\theta} = \frac{1}{\cos^2\theta}$$
$$\tan^2\theta + 1 = \sec^2\theta$$
That's identity (II), often written $\sec^2\theta - \tan^2\theta = 1$.
Divide (I) by $\sin^2\theta$ (allowed when $\sin\theta \neq 0$):
$$\frac{\sin^2\theta}{\sin^2\theta} + \frac{\cos^2\theta}{\sin^2\theta} = \frac{1}{\sin^2\theta}$$
$$1 + \cot^2\theta = \csc^2\theta$$
That's identity (III), often written $\csc^2\theta - \cot^2\theta = 1$.
All three together — one master identity and two children, each undefined where the relevant trig function has a zero in the denominator.
Proof — Right Triangle Method
For an acute angle $\theta$ in a right triangle with legs $a$, $b$ and hypotenuse $c$:
$$\sin\theta = \frac{a}{c}, \quad \cos\theta = \frac{b}{c}$$
By Pythagoras: $a^2 + b^2 = c^2$. Divide both sides by $c^2$:
$$\frac{a^2}{c^2} + \frac{b^2}{c^2} = 1 \implies \sin^2\theta + \cos^2\theta = 1$$
Same identity, same proof line, restricted to acute angles. The unit-circle proof generalises this to every real $\theta$, including negatives and angles past $\pi/2$.
The Three Forms of Each Identity
Each Pythagorean identity has three useful rearrangements — knowing which rearrangement to grab is half the battle in problem-solving.
Identity | Form A | Form B | Form C |
|---|---|---|---|
(I) | $\sin^2\theta + \cos^2\theta = 1$ | $\sin^2\theta = 1 - \cos^2\theta$ | $\cos^2\theta = 1 - \sin^2\theta$ |
(II) | $1 + \tan^2\theta = \sec^2\theta$ | $\tan^2\theta = \sec^2\theta - 1$ | $\sec^2\theta - \tan^2\theta = 1$ |
(III) | $1 + \cot^2\theta = \csc^2\theta$ | $\cot^2\theta = \csc^2\theta - 1$ | $\csc^2\theta - \cot^2\theta = 1$ |
The Form B and Form C rearrangements appear in factoring, simplifying, and integration problems all the time. Whichever side of the equation has one term — that's the side you usually substitute.
Three Worked Examples — Quick, Standard, Stretch
Quick
Given $\sin\theta = 3/5$ and $\theta$ acute, find $\cos\theta$.
By identity (I): $\cos^2\theta = 1 - \sin^2\theta = 1 - 9/25 = 16/25$.
Since $\theta$ is acute, $\cos\theta > 0$:
$$\cos\theta = \frac{4}{5}$$
A 3-4-5 right triangle in disguise. Two-line solve.
A Common Slip Worth Walking Through — Standard Example
If $\cos\theta = -5/13$ and $\theta$ is in quadrant III, find $\tan\theta$.
The wrong path. A student thinks: "I'll use identity (II) — $\tan^2\theta = \sec^2\theta - 1$. Since $\cos\theta = -5/13$, $\sec\theta = -13/5$, and $\sec^2\theta = 169/25$. So $\tan^2\theta = 169/25 - 1 = 144/25$, giving $\tan\theta = 12/5$."
They've finished, but they're wrong about the sign.
Sanity check. Quadrant III: both sine and cosine are negative, so tangent (their ratio) must be positive. $12/5$ is positive — the sign check passes. Wait — actually the sign check passes. So is the answer right?
Re-examine: $\tan\theta = \pm 12/5$. The square gave us magnitude; the quadrant gives the sign. Quadrant III $\Rightarrow$ $\tan\theta > 0$, so $\tan\theta = +12/5$. The slip wasn't in this particular problem — it would have been if the angle had been in quadrant II or IV instead. The general rule: $\tan^2\theta = 144/25$ leaves two roots, and only the quadrant tells you which.
The correct, cleaner path. Use identity (I) directly. $\sin^2\theta = 1 - 25/169 = 144/169$, and in quadrant III $\sin\theta < 0$, so $\sin\theta = -12/13$.
$$\tan\theta = \frac{\sin\theta}{\cos\theta} = \frac{-12/13}{-5/13} = \frac{12}{5}$$
Same answer, but the path is shorter and the quadrant rules are baked in. In one Grade 11 cohort I worked with last month, every one of the students who used identity (II) for this problem got the sign wrong when the angle was in quadrant IV instead. Identity (I) plus quadrant logic is the cleaner habit to build.
Stretch
Simplify $\dfrac{\sin^2\theta - 1}{\cos\theta}$.
The numerator has the Pythagorean fingerprint. By Form C of identity (I):
$$\sin^2\theta - 1 = -(1 - \sin^2\theta) = -\cos^2\theta$$
Substituting:
$$\frac{-\cos^2\theta}{\cos\theta} = -\cos\theta$$
A four-line expression collapsed to two characters. This is what makes Pythagorean identities so valuable in integration and limit problems — they turn quadratic trig combinations into single trig terms.
Why the Pythagorean Identities Are Worth Knowing Cold
These identities are not just exam furniture. They are the backbone of every trig manipulation done in physics, signal processing, and engineering.
Simple harmonic motion. When a mass on a spring oscillates with position $x(t) = A\cos(\omega t)$ and velocity $v(t) = -A\omega\sin(\omega t)$, the total energy is constant — and the constancy comes directly from $\sin^2 + \cos^2 = 1$. Without that identity, the conservation of energy in SHM would be a coincidence rather than a consequence.
Signal processing. The "energy" of a sine-wave signal is $A^2/2$ — half of amplitude squared. The factor of $1/2$ comes from time-averaging $\sin^2\theta$, which by the Pythagorean identity averages to exactly $1/2$.
GPS and astronomy. Position calculations on a curved Earth involve $\sin^2(\text{latitude}) + \cos^2(\text{latitude}) = 1$ at every step. The NASA Mars Climate Orbiter mishap — a $327 million failure caused by a unit-conversion error in 1999 — turned partly on these identities working correctly only when the angle measure (radians vs degrees) was consistent.
The identities are foundational because every coordinate system that uses a circle — and that's a lot of them — has Pythagoras embedded in its geometry.
Spot the Trap Before You Fall In
Three mistakes catch most students on identity problems.
Mistake 1: Picking the wrong sign after taking a square root
Where it slips in: Any problem of the form "given $\sin\theta = k$, find $\cos\theta$" without an explicit quadrant.
Don't do this: Writing $\cos\theta = \sqrt{1 - \sin^2\theta}$ and stopping — implicitly choosing the positive root.
The correct way: Write $\cos\theta = \pm\sqrt{1 - \sin^2\theta}$, then use the quadrant of $\theta$ to pick the sign. Quadrant I: both positive. Quadrant II: sine positive, cosine negative. Quadrant III: both negative. Quadrant IV: cosine positive, sine negative. The memoriser archetype gets caught here — they remember the identity but forget that squaring loses sign information.
Mistake 2: Confusing $\sin^2\theta$ with $\sin\theta^2$
Where it slips in: Any problem with squared trig functions in the notation.
Don't do this: Reading $\sin^2\theta$ as $\sin(\theta^2)$ — i.e., the sine of the angle squared.
The correct way: $\sin^2\theta = (\sin\theta)^2$ — the value of sine, squared. $\sin(\theta^2)$ would be the sine of a different angle entirely. The superscript-2 sits between $\sin$ and $\theta$ because it modifies the function output, not the angle. The silent understander often spots this once and never forgets it.
Mistake 3: Dividing through by $\cos\theta$ when $\cos\theta$ might be zero
Where it slips in: Deriving identity (II) from (I), or simplifying expressions involving $\sec\theta$.
Don't do this: Dividing identity (I) by $\cos^2\theta$ for an angle like $\theta = \pi/2$ — where cosine is zero and the division is illegal.
The correct way: Identity (II) holds only when $\cos\theta \neq 0$ (i.e., $\theta \neq \pi/2 + n\pi$). At those angles, $\sec\theta$ and $\tan\theta$ are themselves undefined, so the identity has nothing to say. The real-world version: every navigation system that divides by $\cos(\text{latitude})$ has a singularity at the poles — and historical mapping errors near the poles trace exactly to forgetting that $\cos(90°) = 0$. The second-guesser's instinct — "wait, does this division work?" — saves marks here.
Key Takeaways
The three Pythagorean identities are $\sin^2 + \cos^2 = 1$, $1 + \tan^2 = \sec^2$, and $1 + \cot^2 = \csc^2$.
Identity (I) is the unit-circle equation $x^2 + y^2 = 1$ in trig clothing — Pythagoras at its core.
Identities (II) and (III) are one division each away from (I).
The biggest exam slip is choosing the wrong sign after taking a square root — the quadrant decides.
Pythagorean identities are the connective tissue of trigonometry, signal processing, and physics.
Practice These Three Before Moving On
Three problems to consolidate:
Given $\sin\theta = -7/25$ in quadrant III, find $\cos\theta$ and $\tan\theta$.
Prove $\sec^2 x - \tan^2 x = 1$ starting from the unit-circle identity.
Simplify $\dfrac{1 - \cos^2\theta}{\sin\theta}$ — should reduce to a single trig function.
If you struggled with #1's signs, re-read the quadrant chart above. If #3 didn't reduce, look for the Form C rearrangement of identity (I).
Want your child to build airtight identity-proof habits with a live Bhanzu trainer? Try a free Bhanzu class — our trainers in McKinney, TX and across India work through the wrong-path-first method shown in the Standard example above.
Was this article helpful?
Your feedback helps us write better content
