Inverse Trigonometry
Inverse trigonometric functions reverse the action of sine, cosine, and tangent by finding the angle that produces a given ratio. The three primary inverse functions are arcsin, arccos, and arctan, each with specific output ranges called principal values. These functions appear in CCSS.HSF.TF.B.6 as tools for solving trigonometric equations and analyzing periodic phenomena.
Why it matters
Inverse trigonometry enables engineers to calculate launch angles for projectiles, architects to determine roof slopes from height requirements, and GPS systems to triangulate positions from satellite distances. In physics, arctan helps find the direction of vector forces when components are known — for example, calculating that a force with components (3, 4) points at arctan(43) ≈ 53.1° above horizontal. Navigation systems use arcsin to determine elevation angles from altitude and distance measurements. These functions also appear in calculus integration formulas, particularly when evaluating integrals involving √(1-x²) or 1/(1+x²). Advanced mathematics relies on inverse trig functions for Fourier analysis, signal processing, and solving differential equations in engineering applications.
How to solve inverse trigonometry
Inverse Trig — arcsin, arccos, arctan
- Read arcsin(v) as 'the angle whose sine is v'.
- Principal ranges: arcsin ∈ [−π/2, π/2], arccos ∈ [0, π], arctan ∈ (−π/2, π/2).
- Use unit-circle values in reverse to evaluate at standard inputs.
- For compositions like sin(arccos(v)): let θ = arccos(v), then use sin²θ + cos²θ = 1.
Example: arcsin(12) = π/6. sin(arccos(12)) = sin(π/3) = √32.
Worked examples
Find the exact value of arccos(0) in degrees.
Answer: 90°
- Ask: what angle has cosine equal to 0? → arccos(0) = 90° — Inverse trig undoes the regular function. You read it as 'the angle whose cosine is 0'. Use your memorised unit-circle values to find the matching angle.
Find the exact value of arctan(−√3) in radians.
Answer: −π/3
- Find the angle whose tan is −√3, respecting the principal range → arctan(−√3) = −π/3 — arctan has a restricted range so that every input has exactly one output. Pick the angle within that range.
Evaluate arcsin(−1) and explain why this is the only valid answer.
Answer: −π/2
- List all angles that satisfy the inner equation → multiple angles from periodicity — Periodic functions have infinitely many solutions; the inverse must pick one.
- Restrict to the principal range [−π/2, π/2] → arcsin(−1) = −π/2 — sin x = −1 has infinitely many solutions: x = −π/2, 3π/2, 7π/2, ... arcsin is restricted to [−π/2, π/2] so there is exactly one answer, and that answer is −π/2.
Common mistakes
- Confusing degree and radian outputs, such as writing arcsin(1/2) = 30 instead of π/6 radians
- Ignoring principal value ranges, like claiming arccos(-1/2) = 4π/3 instead of the correct 2π/3
- Mixing up function relationships, such as writing arctan(1) = π/4 but then incorrectly stating arctan(-1) = 3π/4 instead of -π/4