📐 Geometry

🌀Trig Identities

sin and cos are not strangers — the Pythagorean theorem puts on algebraic clothes and becomes sin²θ + cos²θ = 1, true for every angle.

Last lesson, sin, cos and tan looked like three unrelated table entries. They are actually one family: for any given angle, the three ratios satisfy equations that hold always and everywhere — trig identities. The most famous one is just the Pythagorean theorem in different clothes. In this lesson we derive it straight from geometry, then use identities to simplify an expression.

sin and cos on the unit circle

Draw a circle of radius 1 (the unit circle) centered at the origin. From the center, draw a radius making an angle θ\theta with the x-axis, meeting the circle at a point. That point has coordinates (cosθ,sinθ)(\cos\theta, \sin\theta) — cosine is the horizontal coordinate, sine the vertical one.

Why? Complete the triangle: the radius is the hypotenuse, and the horizontal and vertical segments are the legs. The radius is 1, so it is the hypotenuse; the leg adjacent to θ\theta is the horizontal coordinate and the leg opposite θ\theta is the vertical one. The definitions of trigonometry divide by the hypotenuse — and dividing by 1 changes nothing, so the ratios simply are the coordinates. The unit circle upgrades trigonometry from a property of triangles to the position of a point, and it settles an old question along the way: why do sin and cos never leave the range from −1 to 1? A coordinate's absolute value never exceeds the point's distance from the center — and on a radius-1 circle, that distance is exactly 1.

The Pythagorean theorem's other name

The point lies on the unit circle, so its distance from the origin is always 1. Apply the distance formula (which is the Pythagorean theorem) to (x,y)(x, y): x2+y2=1x^2 + y^2 = 1. Substitute x=cosθx = \cos\theta and y=sinθy = \sin\theta:

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

This is the Pythagorean identity, and it holds for every angle. Check it against last lesson's table: at θ=30\theta = 30^\circ, 0.52+0.86620.25+0.75=10.5^2 + 0.866^2 \approx 0.25 + 0.75 = 1; at θ=45\theta = 45^\circ, 0.7072+0.70720.5+0.5=10.707^2 + 0.707^2 \approx 0.5 + 0.5 = 1. No exceptions — every angle's endpoint lands on the unit circle.

InteractivePythagoras with Hypotenuse 1
a²=9b²=16c²=25

3² + 4² = 9 + 16 = 25 = c²

Hypotenuse c c = √255.00整数勾股数 · Pythagorean triple!

Drag the two legs and watch the areas of the three squares. Keep one eye on this: the square on the hypotenuse equals the two squares on the legs combined. Shrink the hypotenuse to 1 — its square has area 1, and the two leg squares are exactly cos2θ\cos^2\theta and sin2θ\sin^2\theta. The identity is the Pythagorean theorem living on the unit circle.

The quotient identity: where tan comes from

Tan has a definition of its own — can it be written using sin and cos? Divide the numerator and denominator of "opposite ÷ adjacent" by the hypotenuse; the ratio does not change, and what remains is two familiar ratios dividing each other:

tanθ=sinθcosθ\tan\theta = \frac{\sin\theta}{\cos\theta}

This quotient identity matches the table too: tan45=0.707÷0.707=1\tan 45^\circ = 0.707 \div 0.707 = 1, and tan30=0.5÷0.8660.577\tan 30^\circ = 0.5 \div 0.866 \approx 0.577. Its meaning goes further — of the three ratios, only two are independent. The third is decided by the first two: know sin and cos, and tan comes free.

Simplifying with identities

An identity is a "rearrangement permit": its two sides are always equal, so you may swap them at will. Simplifying means rewriting an expression into an easier form.

Simplify sinθ ÷ tanθ

Expand tan with the quotient identity, then "dividing by a fraction means multiplying by its reciprocal":

sinθtanθ=sinθ×cosθsinθ=cosθ\frac{\sin\theta}{\tan\theta} = \sin\theta \times \frac{\cos\theta}{\sin\theta} = \cos\theta

Verify: at θ=30\theta = 30^\circ the original expression is 0.5÷0.5770.8660.5 \div 0.577 \approx 0.866, and cos30=0.866\cos 30^\circ = 0.866 — a match. A second route works too: rearranging the Pythagorean identity shows that 1cos2θ1 - \cos^2\theta always equals sin2θ\sin^2\theta. The two identities together unlock most simplification problems.

In Sine and Cosine Rules, these ratios step outside right triangles to tackle oblique ones.

Check yourself

Quick quiz

  1. 1. At θ = 45°, sin²θ + cos²θ equals?

  2. 2. An acute angle θ satisfies sinθ = 0.6. What is cosθ?

  3. 3. Simplify 1 − sin²θ.