Mathwords logoMathwords

Trigonometric Identities — Definition, Formula & Examples

Trigonometric identities are equations involving trigonometric functions that are true for every value of the variable where both sides are defined. They serve as foundational tools for simplifying expressions, solving equations, and proving other mathematical results.

A trigonometric identity is a statement of equality between two expressions composed of trigonometric functions (sin, cos, tan, csc, sec, cot) and their arguments, which holds for all values in the domain common to both sides. The fundamental set includes the Pythagorean identities, ratio identities, reciprocal identities, and angle-transformation identities (sum/difference, double angle, half angle).

Key Formula

\sin^2\theta + \cos^2\theta = 1$$ $$1 + \tan^2\theta = \sec^2\theta$$ $$1 + \cot^2\theta = \csc^2\theta
Where:
  • θ\theta = Any angle (in degrees or radians) where the functions are defined

How It Works

Trigonometric identities let you rewrite one trig expression as another equivalent form. To simplify a complex expression, you substitute known identities until the expression reduces. To prove an identity, you typically work on one side—transforming it step by step until it matches the other side. The three Pythagorean identities (sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 and its two variants) are the most frequently used starting points. Ratio and reciprocal identities convert between the six trig functions, while sum/difference and double-angle identities handle compound angles.

Worked Example

Problem: Simplify the expression sin2θ1cosθ\dfrac{\sin^2\theta}{1 - \cos\theta}.
Step 1: Use the Pythagorean identity to replace sin2θ\sin^2\theta.
sin2θ=1cos2θ\sin^2\theta = 1 - \cos^2\theta
Step 2: Substitute into the original expression and factor the numerator as a difference of squares.
1cos2θ1cosθ=(1cosθ)(1+cosθ)1cosθ\frac{1 - \cos^2\theta}{1 - \cos\theta} = \frac{(1 - \cos\theta)(1 + \cos\theta)}{1 - \cos\theta}
Step 3: Cancel the common factor (1cosθ)(1 - \cos\theta), valid when cosθ1\cos\theta \neq 1.
=1+cosθ= 1 + \cos\theta
Answer: sin2θ1cosθ=1+cosθ\dfrac{\sin^2\theta}{1 - \cos\theta} = 1 + \cos\theta (for cosθ1\cos\theta \neq 1).

Another Example

Problem: Prove that tanθ+cotθ=secθcscθ\tan\theta + \cot\theta = \sec\theta\,\csc\theta.
Step 1: Rewrite the left side using ratio identities.
tanθ+cotθ=sinθcosθ+cosθsinθ\tan\theta + \cot\theta = \frac{\sin\theta}{\cos\theta} + \frac{\cos\theta}{\sin\theta}
Step 2: Combine over a common denominator.
=sin2θ+cos2θcosθsinθ= \frac{\sin^2\theta + \cos^2\theta}{\cos\theta\,\sin\theta}
Step 3: Apply the Pythagorean identity: sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1.
=1cosθsinθ=secθcscθ= \frac{1}{\cos\theta\,\sin\theta} = \sec\theta\,\csc\theta
Answer: Both sides equal secθcscθ\sec\theta\,\csc\theta, so the identity is proven.

Why It Matters

Trigonometric identities are central to precalculus and AP Calculus, where you need them to evaluate integrals like sin2xdx\int \sin^2 x\, dx and to simplify derivatives. In physics, they appear whenever you decompose forces, analyze waves, or work with oscillations. Engineers use them in signal processing to convert between product and sum forms of waveforms.

Common Mistakes

Mistake: Writing sin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1 but then incorrectly claiming sinθ+cosθ=1\sin\theta + \cos\theta = 1.
Correction: The identity applies to the squares of sine and cosine, not to the functions themselves. sinθ+cosθ\sin\theta + \cos\theta does not simplify to 1.
Mistake: Manipulating both sides of an identity simultaneously when trying to prove it.
Correction: In a proof, work on only one side and transform it into the other. Working on both sides at once can introduce invalid steps and circular reasoning.

Related Terms