1. The Unit Circle Framework
Trigonometry goes far beyond basic right triangles. By wrapping a triangle inside a coordinate plane circle with a radius of 1 (the Unit Circle), the x-coordinate of the terminal ray becomes exactly cos(θ) and the y-coordinate becomes sin(θ).
2. Foundational Identities
Because the unit circle maps directly to coordinate space, we can link sine and cosine together using rules derived from the Pythagorean theorem.
Pythagorean Identity: sin²(θ) + cos²(θ) = 1
Tangent Definition: tan(θ) = sin(θ) / cos(θ)
3. Geometric Proof of the Angle Addition Formula
Let us prove the trigonometric identity for the cosine of a combined angle: cos(α + β) = cos(α)cos(β) - sin(α)sin(β) using unit circle vector geometry.
Step 1: On a unit circle, create vector u at angle α. Its coordinates are (cos α, sin α).
Step 2: Create vector v at a negative angle -β. Its coordinates are (cos(-β), sin(-β)), which simplifies to (cos β, -sin β).
Step 3: The total interior angle bounded between vector u and vector v is exactly (α + β).
Step 4: Calculate the algebraic Dot Product of vectors u and v:
u · v = (cos α)(cos β) + (sin α)(-sin β)
u · v = cos α cos β - sin α sin β
Step 5: Apply the geometric definition of a dot product, u · v = |u||v| cos(θ). Since both vectors sit on the unit circle, their magnitudes |u| and |v| are exactly 1:
u · v = (1)(1) cos(α + β)
Step 6: Set the two dot product calculations equal to each other:
cos(α + β) = cos α cos β - sin α sin β
This completely establishes the structural proof for complex wave transformations and angular rotations.