Pythagorean Identity- Trigonometric Fundamentals Explained

What Is the Pythagorean Identity?

The Pythagorean identity is the foundation of trigonometry. It states that for any angle θ:

sin²θ + cos²θ = 1

This equation always holds true. No exceptions. No special cases. It comes directly from the Pythagorean theorem applied to a right triangle with hypotenuse of length 1.

Where It Comes From

Imagine a unit circle (radius = 1) centered at the origin. Pick any point on that circle. The coordinates of that point are (cos θ, sin θ).

Apply the distance formula from the origin (0,0) to the point (cos θ, sin θ):

x² + y² = distance²

Substitute the coordinates:

cos²θ + sin²θ = 1²

That's it. The Pythagorean theorem gives you the identity.

The Three Pythagorean Identities

Most people know the first one, but there are actually three identities you need to know:

How to Derive the Other Two

Take sin²θ + cos²θ = 1 and divide every term by cos²θ:

(sin²θ/cos²θ) + (cos²θ/cos²θ) = 1/cos²θ

This simplifies to:

tan²θ + 1 = sec²θ

Same process, divide by sin²θ instead:

1 + cot²θ = csc²θ

When to Use Each Identity

Identity Use When What to Replace
sin²θ + cos²θ = 1 Basic simplification problems Either sine or cosine
1 + tan²θ = sec²θ Problems with tangents and secants tan²θ with sec²θ - 1
1 + cot²θ = csc²θ Problems with cotangents and cosecants cot²θ with csc²θ - 1

Getting Started: How to Solve Problems

Example 1: Find sin θ given cos θ

Problem: If cos θ = 3/5 and θ is in the first quadrant, find sin θ.

Step 1: Use sin²θ + cos²θ = 1

Step 2: sin²θ = 1 - cos²θ

Step 3: sin²θ = 1 - (3/5)² = 1 - 9/25 = 16/25

Step 4: sin θ = ±√(16/25) = ±4/5

Since θ is in the first quadrant, sin θ is positive:

Answer: sin θ = 4/5

Example 2: Simplify an Expression

Problem: Simplify sin²θ(csc²θ - 1)

Step 1: Recognize that csc²θ - 1 = cot²θ (rearranged form of 1 + cot²θ = csc²θ)

Step 2: sin²θ · cot²θ

Step 3: Replace cot²θ with cos²θ/sin²θ

Step 4: sin²θ · (cos²θ/sin²θ) = cos²θ

Answer: cos²θ

Common Mistakes to Avoid

Quick Reference Cheat Sheet

The Core Identity:

sin²θ + cos²θ = 1

The Variations:

This identity shows up everywhere in calculus, physics, and engineering. Memorize it. Know how to derive the variations. Practice converting between forms until it's automatic. 📐