Fiveable

📏Honors Pre-Calculus Unit 6 Review

QR code for Honors Pre-Calculus practice questions

6.3 Inverse Trigonometric Functions

6.3 Inverse Trigonometric Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📏Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Inverse Trigonometric Functions

Inverse trigonometric functions work in the opposite direction from regular trig functions. Instead of plugging in an angle and getting a ratio, you plug in a ratio and get an angle back. This reversal requires restricting domains and ranges to keep the functions well-defined, and it shows up constantly in physics, engineering, and navigation whenever you need to find an unknown angle.

Pep mascot
more resources to help you study

Inverse Trigonometric Functions

Inverse trigonometric function applications

Inverse trig functions reverse what standard trig functions do. A regular trig function takes an angle and returns a ratio of sides. An inverse trig function takes that ratio and returns the angle.

  • Denoted as arcsin\arcsin, arccos\arccos, arctan\arctan or equivalently sin1\sin^{-1}, cos1\cos^{-1}, tan1\tan^{-1}
  • They answer the question: what angle produces this ratio?

Because trig functions are periodic (they repeat), they aren't one-to-one over their full domains. To create true inverse functions, you have to restrict the output to a specific interval. These restricted ranges are something you need to memorize:

  • arcsin:[1,1][π2,π2]\arcsin: [-1, 1] \to [-\frac{\pi}{2}, \frac{\pi}{2}] (quadrants I and IV)
  • arccos:[1,1][0,π]\arccos: [-1, 1] \to [0, \pi] (quadrants I and II)
  • arctan:(,)(π2,π2)\arctan: (-\infty, \infty) \to (-\frac{\pi}{2}, \frac{\pi}{2}) (quadrants I and IV, open interval since the endpoints are never reached)

Notice that arcsin\arcsin and arccos\arccos only accept inputs between 1-1 and 11, since sine and cosine never produce values outside that range. arctan\arctan accepts any real number because tangent can output any real value.

Where these show up:

  • Physics: finding the launch angle in projectile motion, or the angle of an inclined plane
  • Engineering: determining angles in structural supports or phase angles in circuits
  • Navigation: calculating bearing angles and course corrections
Inverse trigonometric function applications, Inverse Trigonometric Functions ‹ OpenCurriculum

Exact values of inverse expressions

You should be able to evaluate inverse trig functions at common values without a calculator. These all come from the unit circle angles you already know.

  • arcsin(0)=0\arcsin(0) = 0, arcsin(12)=π6\arcsin(\frac{1}{2}) = \frac{\pi}{6}, arcsin(22)=π4\arcsin(\frac{\sqrt{2}}{2}) = \frac{\pi}{4}, arcsin(32)=π3\arcsin(\frac{\sqrt{3}}{2}) = \frac{\pi}{3}
  • arccos(0)=π2\arccos(0) = \frac{\pi}{2}, arccos(12)=π3\arccos(\frac{1}{2}) = \frac{\pi}{3}, arccos(22)=π4\arccos(\frac{\sqrt{2}}{2}) = \frac{\pi}{4}, arccos(32)=π6\arccos(\frac{\sqrt{3}}{2}) = \frac{\pi}{6}
  • arctan(0)=0\arctan(0) = 0, arctan(33)=π6\arctan(\frac{\sqrt{3}}{3}) = \frac{\pi}{6}, arctan(1)=π4\arctan(1) = \frac{\pi}{4}, arctan(3)=π3\arctan(\sqrt{3}) = \frac{\pi}{3}

The trick is to ask yourself: what angle in the restricted range has this trig value? For example, arccos(12)=π3\arccos(\frac{1}{2}) = \frac{\pi}{3} because cos(π3)=12\cos(\frac{\pi}{3}) = \frac{1}{2} and π3\frac{\pi}{3} falls within [0,π][0, \pi].

Two useful identities for simplifying expressions:

  • arcsin(x)+arccos(x)=π2\arcsin(x) + \arccos(x) = \frac{\pi}{2} for all x[1,1]x \in [-1, 1]
  • arctan(x)+arctan(1x)=π2\arctan(x) + \arctan(\frac{1}{x}) = \frac{\pi}{2} for x>0x > 0

These can save time on problems where you know one inverse value and need the other.

Technology for inverse trig analysis

Graphing these functions helps you see the domain and range restrictions visually.

  • The graph of arcsin(x)\arcsin(x) is an increasing curve from (1,π2)(-1, -\frac{\pi}{2}) to (1,π2)(1, \frac{\pi}{2})
  • The graph of arccos(x)\arccos(x) is a decreasing curve from (1,π)(-1, \pi) to (1,0)(1, 0)
  • The graph of arctan(x)\arctan(x) has horizontal asymptotes at y=π2y = -\frac{\pi}{2} and y=π2y = \frac{\pi}{2} (not vertical asymptotes; the original guide had this wrong)

On a scientific calculator, look for the sin1\sin^{-1}, cos1\cos^{-1}, and tan1\tan^{-1} buttons (usually accessed with a shift or second-function key). Make sure your calculator is set to radian mode when working with radian answers.

Inverse trigonometric function applications, Inverse Trigonometric Functions | Precalculus

Composite functions with inverse trig

Composite functions apply two functions in sequence: (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)). You always evaluate the inner function first, then feed that result into the outer function.

Example 1: Evaluating a composite

If f(x)=arcsin(x)f(x) = \arcsin(x) and g(x)=2x1g(x) = 2x - 1, find (fg)(12)(f \circ g)(\frac{1}{2}):

  1. Evaluate the inner function: g(12)=2(12)1=0g(\frac{1}{2}) = 2(\frac{1}{2}) - 1 = 0

  2. Apply the outer function: f(0)=arcsin(0)=0f(0) = \arcsin(0) = 0

  3. So (fg)(12)=0(f \circ g)(\frac{1}{2}) = 0

Example 2: Solving an equation

Solve arctan(2x1)=π4\arctan(2x - 1) = \frac{\pi}{4}:

  1. Apply tan\tan to both sides to cancel the arctan\arctan: tan(arctan(2x1))=tan(π4)\tan(\arctan(2x - 1)) = \tan(\frac{\pi}{4})

  2. Simplify: 2x1=12x - 1 = 1

  3. Solve: x=1x = 1

Always check that your answer keeps the argument of the inverse trig function within its domain. In this case, 2(1)1=12(1) - 1 = 1, and arctan(1)\arctan(1) is defined, so x=1x = 1 is valid.

A common type of composite to watch for: expressions like sin(arccos(x))\sin(\arccos(x)). You can evaluate these by drawing a right triangle where the known inverse trig value defines one angle, then reading off the ratio you need from the triangle.

Inverse Functions and Radian Measure

  • Inverse trig functions "undo" their corresponding trig functions, but only over the restricted ranges listed above. Outside those ranges, the cancellation doesn't work directly.
  • Radian measure is the standard for inverse trig outputs. Unless a problem specifically asks for degrees, give your answers in radians.
  • The unit circle ties everything together: the exact values, the range restrictions, and the geometric meaning of each inverse function all come from understanding where angles and coordinates sit on the unit circle.
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →