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โกฮฒ1โˆ“tanโกฮฑ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 75โˆ˜75^\circ into two standard angles: 45โˆ˜+30โˆ˜45^\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)=6โˆ’24= \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ฮธ)=cosโก2ฮธโˆ’sinโก2ฮธ\cos(2\theta) = \cos^2\theta - \sin^2\theta
  2. cosโก(2ฮธ)=2cosโก2ฮธโˆ’1\cos(2\theta) = 2\cos^2\theta - 1
  3. cosโก(2ฮธ)=1โˆ’2sinโก2ฮธ\cos(2\theta) = 1 - 2\sin^2\theta

Tangent: tanโก(2ฮธ)=2tanโกฮธ1โˆ’tanโก2ฮธ\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)=ยฑ1โˆ’cosโกฮธ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)=ยฑ1โˆ’cosโกฮธ1+cosโกฮธ=1โˆ’cosโกฮธ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+cosโก2ฮธsinโก2ฮธ=cotโกฮธ\frac{1 + \cos 2\theta}{\sin 2\theta} = \cot \theta

Let's start with the Left Hand Side (LHS): LHS=1+cosโก2ฮธsinโก2ฮธ\text{LHS} = \frac{1 + \cos 2\theta}{\sin 2\theta}

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

Simplify the numerator: LHS=2cosโก2ฮธ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.