Facebook Pixel
Mathos AI logo

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 (α\alpha and β\beta).

Sine: sin(α±β)=sinαcosβ±cosαsinβ\sin(\alpha \pm \beta) = \sin\alpha\cos\beta \pm \cos\alpha\sin\beta

Cosine: cos(α±β)=cosαcosβsinαsinβ\cos(\alpha \pm \beta) = \cos\alpha\cos\beta \mp \sin\alpha\sin\beta (Note the sign change: a plus inside the cosine becomes a minus in the expansion, and vice versa.)

Tangent: tan(α±β)=tanα±tanβ1tanαtanβ\tan(\alpha \pm \beta) = \frac{\tan\alpha \pm \tan\beta}{1 \mp \tan\alpha\tan\beta}

Example: Find the exact value of cos(75)\cos(75^\circ). We can split 7575^\circ into two standard angles: 45+3045^\circ + 30^\circ. cos(75)=cos(45+30)\cos(75^\circ) = \cos(45^\circ + 30^\circ) cos(45+30)=cos(45)cos(30)sin(45)sin(30)\cos(45^\circ + 30^\circ) = \cos(45^\circ)\cos(30^\circ) - \sin(45^\circ)\sin(30^\circ) =(22)(32)(22)(12)=624= \left(\frac{\sqrt{2}}{2}\right)\left(\frac{\sqrt{3}}{2}\right) - \left(\frac{\sqrt{2}}{2}\right)\left(\frac{1}{2}\right) = \frac{\sqrt{6} - \sqrt{2}}{4}

Double-Angle Formulas

Double-angle formulas are derived directly from the sum formulas by setting α=β=θ\alpha = \beta = \theta. They are incredibly useful for simplifying expressions where an angle is multiplied by 2.

Sine: sin(2θ)=2sinθcosθ\sin(2\theta) = 2\sin\theta\cos\theta

Cosine: (This has three variations depending on what is most convenient)

  1. cos(2θ)=cos2θsin2θ\cos(2\theta) = \cos^2\theta - \sin^2\theta
  2. cos(2θ)=2cos2θ1\cos(2\theta) = 2\cos^2\theta - 1
  3. cos(2θ)=12sin2θ\cos(2\theta) = 1 - 2\sin^2\theta

Tangent: tan(2θ)=2tanθ1tan2θ\tan(2\theta) = \frac{2\tan\theta}{1 - \tan^2\theta}

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 ±\pm sign is determined by the quadrant in which the angle θ2\frac{\theta}{2} lies.

Sine: sin(θ2)=±1cosθ2\sin\left(\frac{\theta}{2}\right) = \pm\sqrt{\frac{1 - \cos\theta}{2}}

Cosine: cos(θ2)=±1+cosθ2\cos\left(\frac{\theta}{2}\right) = \pm\sqrt{\frac{1 + \cos\theta}{2}}

Tangent: tan(θ2)=±1cosθ1+cosθ=1cosθsinθ=sinθ1+cosθ\tan\left(\frac{\theta}{2}\right) = \pm\sqrt{\frac{1 - \cos\theta}{1 + \cos\theta}} = \frac{1 - \cos\theta}{\sin\theta} = \frac{\sin\theta}{1 + \cos\theta}

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: 1+cos2θsin2θ=cotθ\frac{1 + \cos 2\theta}{\sin 2\theta} = \cot \theta

Let's start with the Left Hand Side (LHS): LHS=1+cos2θsin2θ\text{LHS} = \frac{1 + \cos 2\theta}{\sin 2\theta}

Substitute the double-angle formulas. For the numerator, using cos(2θ)=2cos2θ1\cos(2\theta) = 2\cos^2\theta - 1 is a smart choice because it will cancel out the 11: LHS=1+(2cos2θ1)2sinθcosθ\text{LHS} = \frac{1 + (2\cos^2\theta - 1)}{2\sin\theta\cos\theta}

Simplify the numerator: LHS=2cos2θ2sinθcosθ\text{LHS} = \frac{2\cos^2\theta}{2\sin\theta\cos\theta}

Cancel the common factors (22 and one cosθ\cos\theta): LHS=cosθsinθ\text{LHS} = \frac{\cos\theta}{\sin\theta}

By the quotient identity, this equals cotangent: LHS=cotθ=RHS\text{LHS} = \cot\theta = \text{RHS}

The identity is successfully proven.