Understanding Half-Angle Identities
Half-angle formulas express trigonometric functions of an angle θ/2 in terms of the full angle θ. Unlike double-angle formulas, which require knowing the angle itself, half-angle identities work backwards: they let you compute function values when you know either the full angle or the trigonometric ratios of that angle.
The three core identities are:
- Sine half-angle: sin(θ/2) = ±√[(1 − cos θ)/2]
- Cosine half-angle: cos(θ/2) = ±√[(1 + cos θ)/2]
- Tangent half-angle: tan(θ/2) = ±√[(1 − cos θ)/(1 + cos θ)] = (sin θ)/(1 + cos θ) = (1 − cos θ)/(sin θ)
These identities arise directly from the power-reducing identities, which themselves stem from the fundamental Pythagorean identity and double-angle formulas. The ± symbol reflects the fact that the sign depends entirely on which quadrant the half-angle occupies.
Half-Angle Formulas
Given an angle x, the half-angle formulas compute the trigonometric functions of x/2. Below are the three primary identities:
sin(x/2) = ±√[(1 − cos x) / 2]
cos(x/2) = ±√[(1 + cos x) / 2]
tan(x/2) = (sin x) / (1 + cos x) = (1 − cos x) / (sin x)
x— The original angle in radians or degreessin(x/2)— Sine of half the anglecos(x/2)— Cosine of half the angletan(x/2)— Tangent of half the angle
Determining the Sign of Half-Angle Results
A critical step when using half-angle identities is selecting the correct sign. The ± is not arbitrary—it depends on the quadrant position of the half-angle, not the original angle.
Use these rules:
- Sine (sin): Positive in quadrants I and II; negative in quadrants III and IV
- Cosine (cos): Positive in quadrants I and IV; negative in quadrants II and III
- Tangent (tan): Positive in quadrants I and III; negative in quadrants II and IV
For example, if x = 240°, then x/2 = 120° (quadrant II). For sin(120°), you use the positive square root; for cos(120°), use the negative square root.
Practical Applications
Half-angle identities appear frequently in calculus, physics, and engineering. When integrating trigonometric functions, half-angle substitution reduces complex expressions into rational functions. In structural engineering, they simplify force decomposition problems. Navigation and surveying rely on these identities when determining bearings and angles from incomplete data.
A real-world example: if you measure only the cosine of a bearing angle on a navigational instrument, half-angle formulas let you derive the sine and tangent without re-measuring or taking additional readings.
Common Pitfalls and Important Notes
Pay attention to these critical points when working with half-angle identities:
- Don't confuse cos(x/2) with cos(x)/2 — The expression cos(x/2) means the cosine of half an angle, whereas cos(x)/2 means you take the cosine and then divide by 2. These are entirely different values. Always use the half-angle identity, not simple division.
- Sign determination requires quadrant awareness — The ± in half-angle formulas is determined by the quadrant of the half-angle, not the original angle. If your half-angle falls in quadrant III, for instance, both sine and tangent are negative there—check your quadrant carefully before choosing the sign.
- Watch for undefined tangent values — The tangent half-angle formula tan(x/2) = sin(x)/(1 + cos x) becomes undefined when cos(x) = −1 (i.e., x = 180° or π radians). At this point, the denominator vanishes. Use the alternative form or recognise the limit behaviour.
- Ensure angle inputs are in the correct range — For consistency and to avoid ambiguity, always reduce angles to their principal range (typically [0, 2π) for radians or [0°, 360°) for degrees) before calculating. Some calculators accept angles outside this range, but interpretation of the half-angle's quadrant becomes error-prone.