Skip to content
MathAnvil
§ Trigonometry

Inverse Trigonometry

§ Trigonometry

Inverse Trigonometry

CCSS.HSF.TF.B.63 min read

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.

§ 01

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.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

Find the exact value of arccos(√32) in degrees.

Answer: 30°

  1. 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.
Easy§ 02

Find the exact value of arccos(0) in radians.

Answer: π/2

  1. 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.
Medium§ 03

Evaluate arctan(√3) and explain why this is the only valid answer.

Answer: π/3

  1. List all angles that satisfy the inner equation → multiple angles from periodicity — Periodic functions have infinitely many solutions; the inverse must pick one.
  2. 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.
§ 04

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.
§ 05

Frequently asked questions

Why do inverse trig functions have restricted ranges?
Functions must pass the horizontal line test to have inverses. Since sin, cos, and tan are periodic, we restrict their domains to create one-to-one functions. This ensures each input produces exactly one output, making calculators and computers give consistent answers.
How do I remember which quadrants arcsin, arccos, and arctan use?
arcsin uses quadrants I and IV (right half of unit circle), arccos uses quadrants I and II (upper half), and arctan uses quadrants I and IV but excludes ±π/2. Think of each function 'claiming' the quadrants where it's most naturally increasing.
When should I use degrees versus radians for inverse trig?
Use degrees for basic geometry problems and real-world applications like navigation. Use radians for calculus, physics, and advanced mathematics. Most standardized tests specify which unit to use. When in doubt, radians are the standard in higher-level math.
How do I solve compositions like sin(arccos(x))?
Let θ = arccos(x), so cos(θ) = x. Draw a right triangle with adjacent side x and hypotenuse 1. Use Pythagorean theorem to find the opposite side: √(1-x²). Therefore sin(arccos(x)) = √(1-x²) for x ≥ 0.
Why doesn't my calculator show exact values like π/6?
Calculators display decimal approximations unless set to exact mode. arcsin(0.5) shows 0.5236 instead of π/6 ≈ 0.5236. For exact answers, memorize unit circle values and work symbolically. Some graphing calculators have symbolic computation modes for exact expressions.
§ 06

Related topics

Share this article