Because sin−1 inverts the restricted sine, the two cancellation identities hold on different sets:
sin(sin−1x)=xfor x∈[−1,1](always works on the domain)sin−1(sinx)=xonly for x∈[−2π,2π](the branch window)
The first is safe: feed any legal x into sin−1, take sine, get x back. The second is the trap: sin−1(sinx) returns not x but the angle in the principal branch with the same sine as x.
The wrap-around technique
Problem. Find sin−1(sin53π).
Step 1 — notice the input is outside the branch:53π∈/[−2π,2π], so the answer is NOT 53π.
Step 2 — rewrite with the same sine, inside the branch:sin53π=sin(π−53π)=sin52π,52π∈[−2π,2π]✓
Step 3 — now cancel:sin−1(sin53π)=52π.
The identities to wrap with: sin(π−x)=sinx, cos(2π−x)=cosx, tan(x−π)=tanx — choose whichever lands the angle in the principal range.
More worked wrap-arounds:cos−1(cos67π)=cos−1(cos65π)=65π(cos67π=cos(2π−67π))tan−1(tan43π)=tan−1(tan(43π−π))=−4πsin−1(sin32π)=sin−1(sin3π)=3π
Proof of the first: put x=sinθ. Then sin−1(3x−4x3)=sin−1(3sinθ−4sin3θ)=sin−1(sin3θ)=3θ=3sin−1x — the restriction on x is exactly what keeps 3θ inside the principal branch, so the cancellation is legal. The second is identical with x=cosθ and cos3θ=4cos3θ−3cosθ.
Common mistakes to avoid
Mistake 1 — cancelling blindly:sin−1(sin53π)=53π. Always ask: is the angle inside the principal branch?
Mistake 2 — wrapping with the wrong identity: for cos−1 use cos(2π−x) or cos(−x) (both preserve cosine); using cos(π−x)=−cosx changes the sign.
Mistake 3 — ignoring the restriction in the triple-angle formulas: for x outside [−21,21], sin−1(3x−4x3) no longer equals 3sin−1x (the left side is trapped in [−2π,2π] while 3sin−1x escapes it).
Simplest Forms by Substitution
The substitution dictionary
Most "write in simplest form" problems dissolve under one well-chosen substitution. Match the algebraic shape to the trig identity it hides:
See this shape
Substitute
Because
1−x2
x=sinθ or x=cosθ
1−sin2θ=cos2θ
1+x2
x=tanθ
1+tan2θ=sec2θ
x2−1
x=secθ
sec2θ−1=tan2θ
a2−x2
x=asinθ
scaled version
1−cosx, 1+cosx
half angles
1−cosx=2sin22x, 1+cosx=2cos22x
cosx±sinx
factor 2 or divide by cosx
builds tan(4π±x)
Three model reductions
Model 1.sin−1(2x1−x2), −21≤x≤21.
Put x=sinθ: the expression becomes sin−1(2sinθcosθ)=sin−1(sin2θ)=2θ=2sin−1x. (For 21≤x≤1, put x=cosθ instead and the same expression equals 2cos−1x — the substitution must respect the branch.)
Model 2.tan−11−sinxcosx, −23π<x<2π.
Write numerator and denominator in half-angles:
1−sinxcosx=(cos2x−sin2x)2cos22x−sin22x=cos2x−sin2xcos2x+sin2x=1−tan2x1+tan2x=tan(4π+2x)
so the whole expression is 4π+2x.
Model 3.cot−1x2−11, x>1.
Put x=secθ: then x2−1=tanθ, and cot−1(tanθ1)=cot−1(cotθ)=θ=sec−1x.
Each comes from the dictionary: the first from x=tanθ with half-angle collapse, the second and third from half-angle identities, the fourth from x=asinθ, the fifth from x=atanθ and the tan3θ formula.
Common mistakes to avoid
Mistake 1 — forgetting the validity interval. Each reduction is stated with a window (like x>1 or 0<x<π); outside it, signs and branches shift and the clean answer fails.
Mistake 2 — cancelling (⋅)2 carelessly:sin22x=sin2x — the given window is what lets the modulus drop.
Mistake 3 — substituting against the shape: putting x=tanθ into 1−x2 creates a mess; the dictionary pairing is not optional.
Solved Examples
Example 1 — A wrap-around sine
Find sin−1(sin53π).
Step 1 — branch check:53π>2π, so direct cancellation is illegal.
Step 2 — wrap:sin53π=sin(π−53π)=sin52π, and 52π∈[−2π,2π].
Answer:52π.
Example 2 — A wrap-around cosine
Find cos−1(cos67π).
Step 1 — branch check:67π>π, outside [0,π].
Step 2 — wrap with cos(2π−x)=cosx:cos67π=cos(2π−67π)=cos65π, and 65π∈[0,π] ✓.
Answer:65π — not 67π.
Example 3 — A wrap-around tangent
Find tan−1(tan43π).
Step 1 — branch check:43π∈/(−2π,2π).
Step 2 — wrap with period π:tan43π=tan(43π−π)=tan(−4π).
Answer:−4π.
Example 4 — The double-angle reduction, both branches
Show that (i) sin−1(2x1−x2)=2sin−1x for −21≤x≤21, and (ii) sin−1(2x1−x2)=2cos−1x for 21≤x≤1.
Step 1 — (i) substitute x=sinθ: then 1−x2=cosθ and
sin−1(2sinθcosθ)=sin−1(sin2θ)=2θ=2sin−1x
legal because the given window keeps 2θ∈[−2π,2π].
Step 2 — (ii) substitute x=cosθ: the same expression becomes sin−1(sin2θ)=2θ=2cos−1x, legal on the new window.
Answer: the same expression simplifies differently on different intervals — the substitution must match the range of x.
Example 5 — The half-angle quotient
Express tan−11−sinxcosx, −23π<x<2π, in simplest form.
Step 1 — half-angle rewrite:cosx=cos22x−sin22x and 1−sinx=(cos2x−sin2x)2.
Step 2 — cancel the common factor:(cos2x−sin2x)2(cos2x+sin2x)(cos2x−sin2x)=1−tan2x1+tan2x=tan(4π+2x)
Step 3 — cancel with tan−1:
Answer:4π+2x.
Example 6 — The secant substitution
Write cot−1x2−11, x>1, in simplest form.
Step 1 — the shape x2−1 calls for x=secθ: then x2−1=tanθ (positive here).
Step 2 — reduce:cot−1(tanθ1)=cot−1(cotθ)=θ.
Answer:sec−1x.
Example 7 — A nested evaluation
Find tan−1(2cos(2sin−121)).
Step 1 — innermost first:sin−121=6π.
Step 2 — work outwards:2cos(3π)=2⋅21=1.
Step 3 — outermost:tan−1(1)=4π.
Answer:4π — nested expressions unwind strictly from the inside out.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.