Skip to content
MathAnvil
§ Trigonometry

Inverse Trigonometry

§ Trigonometry

Inverse Trigonometry

CCSS.HSF.TF.B.63 min read

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.

§ 01

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.

§ 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(0) in degrees.

Answer: 90°

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

Find the exact value of arctan(−√3) in radians.

Answer: −π/3

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

Evaluate arcsin(−1) and explain why this is the only valid answer.

Answer: −π/2

  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] 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.
§ 04

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

Frequently asked questions

What are the principal value ranges for inverse trig functions?
arcsin outputs angles in [-π/2, π/2], arccos in [0, π], and arctan in (-π/2, π/2). These restricted ranges ensure each input produces exactly one output, making the functions well-defined mathematical operations.
How do you evaluate compositions like sin(arccos(1/3))?
Let θ = arccos(1/3), so cos θ = 1/3. Use the Pythagorean identity sin²θ + cos²θ = 1 to find sin θ = √(1 - 1/9) = √(8/9) = 2√2/3.
Why can't arcsin accept values greater than 1?
The sine function only produces outputs between -1 and 1, so arcsin can only accept inputs in this range. Values like arcsin(2) are undefined because no angle has a sine of 2.
What's the difference between arctan and tan⁻¹?
These notations represent the same function — the inverse tangent. The notation tan⁻¹ uses the standard inverse function symbol, while arctan uses the arc prefix meaning 'the arc (angle) whose tangent is.'
How do you find exact values for non-standard inputs?
Use reference triangles or the unit circle. For example, to find arcsin(√3/2), recognize that sin(π/3) = √3/2, so arcsin(√3/2) = π/3. Memorizing common angle values is essential for exact evaluation.
§ 06

See also

§ 06

Related topics

Share this article