Measurements, material estimation, cutting calculations
⚡
Electrical
Voltage drop, wire sizing, load balancing
Half-angle formulas let you find exact trig values for angles like 22.5° (half of 45°) or 15° (half of 30°) — angles that do not appear in the standard reference table but whose halved parents do. Power-reducing formulas convert squared trig functions into expressions with no exponents, which is essential for integration in calculus and for RMS (root mean square) calculations in electrical engineering. The two formula families are closely related: the half-angle formulas are derived directly from the power-reducing formulas.
Power-Reducing Formulas
Power-reducing formulas are the simpler family, so we start here. They rewrite squared trig functions using only first-power cosines:
sin2θ=21−cos(2θ)
cos2θ=21+cos(2θ)
tan2θ=1+cos(2θ)1−cos(2θ)
Where Do They Come From?
Start from the double-angle identity for cosine:
cos(2θ)=1−2sin2θ
Solve for sin2θ: add 2sin2θ to both sides, subtract cos(2θ), then divide by 2:
sin2θ=21−cos(2θ)
Now use the other double-angle form cos(2θ)=2cos2θ−1. Add 1 to both sides and divide by 2:
cos2θ=21+cos(2θ)
The tangent formula follows by dividing: tan2θ=sin2θ/cos2θ.
Worked Example 1: Rewrite sin4θ Without Exponents
Write sin4θ as (sin2θ)2 and apply the power-reducing formula:
sin4θ=(21−cos(2θ))2=41−2cos(2θ)+cos2(2θ)
The cos2(2θ) term still has an exponent. Apply the power-reducing formula again, replacing θ with 2θ:
cos2(2θ)=21+cos(4θ)
Substitute back:
sin4θ=41−2cos(2θ)+21+cos(4θ)
Multiply numerator and denominator to clear the inner fraction:
=82−4cos(2θ)+1+cos(4θ)=83−4cos(2θ)+cos(4θ)
Answer:sin4θ=83−4cos(2θ)+cos(4θ)
No exponents remain — only first-power cosines. This is exactly the form needed for integration in calculus.
Half-Angle Formulas
To obtain the half-angle formulas, replace θ with θ/2 in the power-reducing formulas. In the sine formula, for instance, sin2(θ/2)=(1−cosθ)/2. Taking the square root of both sides:
sin2θ=±21−cosθ
cos2θ=±21+cosθ
tan2θ=±1+cosθ1−cosθ=1+cosθsinθ=sinθ1−cosθ
Choosing the Sign
The ± means you must decide whether the result is positive or negative. The rule is straightforward: choose the sign based on the quadrant where θ/2 lies, not where θ lies. For example, if θ=300°, then θ/2=150°, which is in Quadrant II — so sin(θ/2) is positive and cos(θ/2) is negative.
The two rational forms of the tangent half-angle formula (without the square root) have a built-in sign — they automatically give the correct sign without needing to choose.
Worked Example 2: Find the Exact Value of sin(22.5°)
Since 22.5°=45°/2, use the half-angle formula with θ=45°:
sin(22.5°)=+21−cos45°
Positive because 22.5° is in Quadrant I. Substitute cos45°=22:
=21−22=222−2=42−2=22−2
Answer:sin(22.5°)=22−2≈0.3827
Worked Example 3: Find the Exact Value of cos(π/8)
Since 8π=2π/4, use the half-angle formula with θ=π/4:
cos(8π)=+21+cos(π/4)
Positive because π/8 is in Quadrant I. Substitute cos(π/4)=22:
=21+22=222+2=42+2=22+2
Answer:cos(8π)=22+2≈0.9239
Worked Example 4: Find tan(θ/2) Given cosθ=3/5
Assume θ is in Quadrant I. First find sinθ using the Pythagorean identity:
sin2θ=1−cos2θ=1−259=2516
Since θ is in Q I, sinθ=54.
Now use the rational form of the tangent half-angle formula (no square root needed):
tan(2θ)=1+cosθsinθ=1+3/54/5=8/54/5=84=21
Answer:tan(θ/2)=21
The rational form is often the cleanest approach when you know both sinθ and cosθ.
Real-World Connection: RMS Power in AC Circuits
The power-reducing formula is not just a calculus trick — it is how electrical engineers compute RMS (root mean square) values for alternating current.
AC voltage follows a sinusoidal wave: v(t)=Vpeaksin(ωt). To find average power, engineers need the average of sin2(ωt) over a full cycle. Apply the power-reducing formula:
sin2(ωt)=21−cos(2ωt)
When you average this over a complete cycle, the cos(2ωt) term averages to zero (it completes full cycles), leaving:
average of sin2(ωt)=21
This is why Vrms=2Vpeak. For standard household current with a peak of about 170 V:
Vrms=2170≈120 V
That single power-reducing identity is the reason your outlets are labeled 120 V.
Common Mistakes
Forgetting the ± sign on half-angle formulas. The square root always introduces ±. You must determine the correct sign from the quadrant of θ/2.
Using the wrong quadrant to determine the sign. The sign depends on where θ/2 falls, not where θ falls. If θ=300°, then θ/2=150° (Q II), so cosine is negative even though cos300° is positive.
Confusing half-angle with double-angle. The double-angle formulas multiply the angle (sin2θ); the half-angle formulas divide it (sin(θ/2)). Mixing them up inverts the relationship.
Not simplifying the nested radical fully. An answer like 42−2 should be written as 22−2. Always simplify the denominator out of the radical.
Practice Problems
Test your understanding with these problems. Click to reveal each answer.
Problem 1: Find the exact value of cos(15°) using the half-angle formula with θ=30°.
Since 15°=30°/2, use the half-angle formula. Positive because 15° is in Q I.