What is Trigonometry? Foundational Triangle Mechanics

Category: Fundamental Geometry & Wave Math

1. The Geometry of Ratios

At its core, Trigonometry (from the Greek words trigonon meaning triangle and metron meaning measure) is the branch of mathematics that studies the direct relationship between the side lengths and angles of triangles. While basic geometry teaches you how to classify triangles, trigonometry gives you the algebraic functions to calculate precise distances using nothing but angular vectors.

2. SOH-CAH-TOA and Right Triangles

For any right-angled triangle (a triangle with a 90-degree corner), the ratios of the sides are completely locked to the interior reference angle, denoted as θ (theta). We define the three primary trigonometric functions using a simple mnemonic device:

sin(θ) = opp / hyp
cos(θ) = adj / hyp
tan(θ) = opp / adj = sin(θ) / cos(θ)

The Hypotenuse is always the absolute longest side opposite the 90-degree angle. The Opposite and Adjacent sides are mapped dynamically relative to where your target angle θ is looking.

3. Mathematical Proof of the Tangent Identity

Let us rigorously prove why the Tangent of an angle must always equal the Sine divided by the Cosine using the absolute geometric definitions of a standard right triangle grid.

By definition:
sin(θ) = O / H (where O = opposite, H = hypotenuse)
cos(θ) = A / H (where A = adjacent, H = hypotenuse)

Step 1: Set up a rational fraction dividing sin(θ) by cos(θ):
sin(θ) / cos(θ) = (O / H) / (A / H)

Step 2: To divide fractions, multiply the top fraction by the reciprocal of the bottom fraction:
sin(θ) / cos(θ) = (O / H) * (H / A)

Step 3: The Hypotenuse (H) terms cancel out perfectly from the numerator and denominator:
sin(θ) / cos(θ) = O / A

Step 4: Identify the remaining ratio. By right-triangle definitions, O / A is precisely the definition of Tangent (tan θ):
O / A = tan(θ)

Therefore: tan(θ) = sin(θ) / cos(θ)

Q.E.D. This fundamental geometric invariant means you can map any angular rotation in 2D coordinate space using raw fractions, which is the foundational formula behind rendering smooth graphics in modern 2D and 3D web video games.

Ready for the Next Level?

Once you master basic triangle ratios, you can see how these values repeat forever on a graph to form waves. Check out our advanced Trigonometric Identities Wiki Entry to see the proofs for wave mechanics!

← Back to Wiki Index