Lesson 5 / 5 · 10 min read
Inverse Trig Functions
Arcsin, arccos, arctan — and why their output ranges are restricted.
The idea
If sinθ=0.5, what is θ? Well, θ=π/6 works — but so do 5π/6, 13π/6, and infinitely many more.
To make sine invertible, we restrict its domain. The inverse sine sin−1(x) (also written arcsinx) gives the one angle in [−π/2, π/2] whose sine is x.
Notation and ranges
| Function | Output range |
|---|---|
| sin−1x | [−2π, 2π] |
| cos−1x | [0, π] |
| tan−1x | (−2π, 2π) |
Note. sin−1x=sinx1. The −1 here means "inverse function," not "reciprocal."
Evaluating
Example. sin−1(22). Ask: what angle in [−π/2, π/2] has sine 22? Answer: π/4.
Example. cos−1(−1). Want an angle in [0, π] with cosine −1. Answer: π.
Example. tan−1(1). Want an angle in (−π/2, π/2) with tangent 1. Answer: π/4.
Compositions
For values in the correct range, the inverse and original cancel:
sin(sin−1x)=xfor x∈[−1,1] sin−1(sinθ)=θfor θ∈[−π/2, π/2]
Mixed compositions like sin(cos−1x) usually simplify with a right-triangle picture.
Example. Simplify sin(cos−1(3/5)).
Let θ=cos−1(3/5). So cosθ=3/5 with θ∈[0, π] — meaning sinθ≥0.
Picture a right triangle with adjacent 3 and hypotenuse 5. Opposite is 25−9=4. So sinθ=4/5.
Solving with inverses
When a trig equation's reference solution isn't a nice angle, use the inverse function:
sinθ=0.4⟹θ=sin−1(0.4)≈0.4115
Then use unit-circle symmetry to find the other solutions in the desired interval.
Key takeaways
- Inverse trig functions return one specific angle per input — that's why their output ranges are restricted.
- sin−1x=1/sinx — different thing entirely.
- For mixed compositions like sin(cos−1x), sketch a right triangle.