James's Math Hub
Trigonometry

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\sin \theta = 0.5, what is θ\theta? Well, θ=π/6\theta = \pi/6 works — but so do 5π/65\pi/6, 13π/613\pi/6, and infinitely many more.

To make sine invertible, we restrict its domain. The inverse sine sin1(x)\sin^{-1}(x) (also written arcsinx\arcsin x) gives the one angle in [π/2, π/2][-\pi/2,\ \pi/2] whose sine is xx.

Notation and ranges

FunctionOutput range
sin1x\sin^{-1} x[π2, π2]\left[-\dfrac{\pi}{2},\ \dfrac{\pi}{2}\right]
cos1x\cos^{-1} x[0, π][0,\ \pi]
tan1x\tan^{-1} x(π2, π2)\left(-\dfrac{\pi}{2},\ \dfrac{\pi}{2}\right)

Note. sin1x1sinx\sin^{-1} x \neq \dfrac{1}{\sin x}. The 1-1 here means "inverse function," not "reciprocal."

Evaluating

Example. sin1 ⁣(22)\sin^{-1}\!\left(\dfrac{\sqrt{2}}{2}\right). Ask: what angle in [π/2, π/2][-\pi/2,\ \pi/2] has sine 22\dfrac{\sqrt{2}}{2}? Answer: π/4\pi/4.

Example. cos1(1)\cos^{-1}(-1). Want an angle in [0, π][0,\ \pi] with cosine 1-1. Answer: π\pi.

Example. tan1(1)\tan^{-1}(1). Want an angle in (π/2, π/2)(-\pi/2,\ \pi/2) with tangent 11. Answer: π/4\pi/4.

Compositions

For values in the correct range, the inverse and original cancel:

sin(sin1x)=xfor x[1,1]\sin(\sin^{-1} x) = x \quad \text{for } x \in [-1, 1] sin1(sinθ)=θfor θ[π/2, π/2]\sin^{-1}(\sin \theta) = \theta \quad \text{for } \theta \in [-\pi/2,\ \pi/2]

Mixed compositions like sin(cos1x)\sin(\cos^{-1} x) usually simplify with a right-triangle picture.

Example. Simplify sin(cos1(3/5))\sin(\cos^{-1}(3/5)).

Let θ=cos1(3/5)\theta = \cos^{-1}(3/5). So cosθ=3/5\cos \theta = 3/5 with θ[0, π]\theta \in [0,\ \pi] — meaning sinθ0\sin \theta \geq 0.

Picture a right triangle with adjacent 33 and hypotenuse 55. Opposite is 259=4\sqrt{25 - 9} = 4. So sinθ=4/5\sin \theta = 4/5.

Solving with inverses

When a trig equation's reference solution isn't a nice angle, use the inverse function:

sinθ=0.4    θ=sin1(0.4)0.4115\sin \theta = 0.4 \implies \theta = \sin^{-1}(0.4) \approx 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.
  • sin1x1/sinx\sin^{-1} x \neq 1/\sin x — different thing entirely.
  • For mixed compositions like sin(cos1x)\sin(\cos^{-1} x), sketch a right triangle.