Inverse Trigonometry
Students often master evaluating sin(30°) = 1/2 but struggle when asked to find arcsin(1/2). Inverse trigonometry requires thinking backwards from function values to angles, a conceptual leap that challenges even strong algebra students.
Why it matters
Inverse trigonometric functions appear throughout advanced mathematics and real-world applications. Engineers use arccos to calculate the angle between two vectors in 3D space design. GPS systems rely on arctan functions to determine bearing angles for navigation accuracy within 3 meters. In physics, arcsin helps calculate the critical angle for total internal reflection in fiber optic cables, ensuring 99.9% light transmission efficiency. Architecture students use arctan to determine roof pitch angles from rise-over-run measurements. These functions also form the foundation for solving trigonometric equations in calculus, where students must find all solutions within specified intervals. Understanding principal value ranges becomes crucial when programming calculators or computer algorithms that must return unique answers for every input.
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(√32) in degrees.
Answer: 30°
- Ask: what angle has cosine equal to √3/2? → arccos(√3/2) = 30° — Inverse trig undoes the regular function. You read it as 'the angle whose cosine is √3/2'. Use your memorised unit-circle values to find the matching angle.
Find the exact value of arccos(0) in radians.
Answer: π/2
- Find the angle whose cos is 0, respecting the principal range → arccos(0) = π/2 — arccos has a restricted range so that every input has exactly one output. Pick the angle within that range.
Evaluate arctan(√3) and explain why this is the only valid answer.
Answer: π/3
- 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) → arctan(√3) = π/3 — tan x = √3 at x = π/3 + nπ for any integer n. arctan's range is the open interval (−π/2, π/2), so the only valid answer is π/3.
Common mistakes
- Students often write arcsin(1/2) = 1/2 instead of π/6, confusing the inverse function with division by treating 'arc' as a coefficient rather than function notation.
- Many students incorrectly state arccos(-1/2) = -π/3 instead of 2π/3, forgetting that arccos outputs only values in [0, π] and choosing the wrong quadrant.
- Students frequently write arctan(1) = 1 instead of π/4, mixing up radian measure with the input value itself.
- A common error is claiming sin(arccos(3/5)) = 3/5 instead of 4/5, failing to use the Pythagorean identity to find the correct trigonometric ratio.