Trigonometric Identities
Trigonometric Identities
Trigonometric identities are equations involving trigonometric functions that are true for every value of the substituted variable. In advanced trigonometry, these formulas are essential tools used to evaluate non-standard angles, simplify complex expressions, and prove other mathematical properties.
Sum and Difference Formulas
Sum and difference formulas allow you to expand the sine, cosine, or tangent of a sum or difference of two angles (α and β).
Sine: sin(α±β)=sinαcosβ±cosαsinβ
Cosine: cos(α±β)=cosαcosβ∓sinαsinβ (Note the sign change: a plus inside the cosine becomes a minus in the expansion, and vice versa.)
Tangent: tan(α±β)=1∓tanαtanβtanα±tanβ
Example: Find the exact value of cos(75∘). We can split 75∘ into two standard angles: 45∘+30∘. cos(75∘)=cos(45∘+30∘) cos(45∘+30∘)=cos(45∘)cos(30∘)−sin(45∘)sin(30∘) =(22)(23)−(22)(21)=46−2
Double-Angle Formulas
Double-angle formulas are derived directly from the sum formulas by setting α=β=θ. They are incredibly useful for simplifying expressions where an angle is multiplied by 2.
Sine: sin(2θ)=2sinθcosθ
Cosine: (This has three variations depending on what is most convenient)
- cos(2θ)=cos2θ−sin2θ
- cos(2θ)=2cos2θ−1
- cos(2θ)=1−2sin2θ
Tangent: tan(2θ)=1−tan2θ2tanθ
Half-Angle Formulas
Half-angle formulas are derived from the double-angle formulas for cosine. They help find the trigonometric values of half of a known angle. The ± sign is determined by the quadrant in which the angle 2θ lies.
Sine: sin(2θ)=±21−cosθ
Cosine: cos(2θ)=±21+cosθ
Tangent: tan(2θ)=±1+cosθ1−cosθ=sinθ1−cosθ=1+cosθsinθ
Proving Identities
Proving a trigonometric identity means showing that one side of the equation is identical to the other. The best strategy is usually to start with the more complex side and use known formulas to simplify it until it matches the simpler side.
Example: Prove: sin2θ1+cos2θ=cotθ
Let's start with the Left Hand Side (LHS): LHS=sin2θ1+cos2θ
Substitute the double-angle formulas. For the numerator, using cos(2θ)=2cos2θ−1 is a smart choice because it will cancel out the 1: LHS=2sinθcosθ1+(2cos2θ−1)
Simplify the numerator: LHS=2sinθcosθ2cos2θ
Cancel the common factors (2 and one cosθ): LHS=sinθcosθ
By the quotient identity, this equals cotangent: LHS=cotθ=RHS
The identity is successfully proven.