Trigonometry

Inverse Trigonometric Functions

Last updated: March 2026 · Advanced
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

Electrical

Voltage drop, wire sizing, load balancing

You already know how to press the sin1\sin^{-1} button on a calculator to find a missing angle — that is covered in Finding Missing Angles. This page goes deeper: what do arcsin\arcsin, arccos\arccos, and arctan\arctan actually mean as mathematical functions? Why do they only return certain angles? And how do you evaluate expressions like sin(arccosx)\sin(\arccos x) without a calculator?

The Notation Problem: sin⁻¹ vs. 1/sin

Before anything else, let’s clear up the most common source of confusion in trigonometry.

NotationMeaningExample
sin1(x)\sin^{-1}(x) or arcsin(x)\arcsin(x)The inverse function — returns an angle whose sine is xxsin1(0.5)=30°\sin^{-1}(0.5) = 30°
(sinx)1(\sin x)^{-1} or csc(x)\csc(x)The reciprocal — equals 1sinx\frac{1}{\sin x}(sin30°)1=10.5=2(\sin 30°)^{-1} = \frac{1}{0.5} = 2

These are completely different operations with completely different answers. The 1-1 in sin1\sin^{-1} is not an exponent — it is notation for the inverse function, just like f1f^{-1} in algebra means “the function that undoes ff.”

When in doubt, use arcsin\arcsin, arccos\arccos, and arctan\arctan — these names are unambiguous.

Why We Need Restricted Domains

Consider this question: what angle has a sine of 0.50.5?

You might say 30°30°. That is correct. But 150°150° also has a sine of 0.50.5. So do 390°390°, 510°510°, 210°-210°, and infinitely many others — because the sine function repeats every 360°360°.

The Sine Function Hits y = 0.5 Infinitely Many Times

y = 0.5π/65π/6restricted domain[−π/2, π/2]

A function can only give you one output for each input. So mathematicians chose a specific interval for each trig function — called the restricted domain — where the function hits every output exactly once. Your calculator uses this restricted domain automatically.

The Three Inverse Functions

Inverse Sine: arcsin

y=arcsin(x)    sin(y)=xwhere π2yπ2y = \arcsin(x) \iff \sin(y) = x \quad \text{where } -\frac{\pi}{2} \le y \le \frac{\pi}{2}

PropertyValue
Domain (input)[1,1][-1, 1]
Range (output)[π2,π2]\left[-\frac{\pi}{2}, \frac{\pi}{2}\right] or [90°,90°][-90°, 90°]
Returns angles inQuadrants I and IV

Graph of y = arcsin(x)

−11π/2−π/2

Inverse Cosine: arccos

y=arccos(x)    cos(y)=xwhere 0yπy = \arccos(x) \iff \cos(y) = x \quad \text{where } 0 \le y \le \pi

PropertyValue
Domain (input)[1,1][-1, 1]
Range (output)[0,π][0, \pi] or [0°,180°][0°, 180°]
Returns angles inQuadrants I and II

Graph of y = arccos(x)

−11ππ/2

Inverse Tangent: arctan

y=arctan(x)    tan(y)=xwhere π2<y<π2y = \arctan(x) \iff \tan(y) = x \quad \text{where } -\frac{\pi}{2} < y < \frac{\pi}{2}

PropertyValue
Domain (input)(,)(-\infty, \infty) — all real numbers
Range (output)(π2,π2)\left(-\frac{\pi}{2}, \frac{\pi}{2}\right) or (90°,90°)(-90°, 90°)
Returns angles inQuadrants I and IV
Horizontal asymptotesy=±π2y = \pm\frac{\pi}{2}

Graph of y = arctan(x)

π/2−π/2

Note that arctan\arctan accepts any real number as input (unlike arcsin\arcsin and arccos\arccos, which are limited to [1,1][-1, 1]). The output approaches ±90°\pm 90° but never reaches it.

Exact Values from the Unit Circle

Many inverse trig values can be evaluated exactly using angles you already know from the unit circle and special angles.

ExpressionValue (radians)Value (degrees)Reasoning
arcsin(0)\arcsin(0)000°sin(0)=0\sin(0) = 0
arcsin ⁣(12)\arcsin\!\left(\frac{1}{2}\right)π6\frac{\pi}{6}30°30°sin(30°)=12\sin(30°) = \frac{1}{2}
arcsin ⁣(22)\arcsin\!\left(\frac{\sqrt{2}}{2}\right)π4\frac{\pi}{4}45°45°sin(45°)=22\sin(45°) = \frac{\sqrt{2}}{2}
arcsin ⁣(32)\arcsin\!\left(\frac{\sqrt{3}}{2}\right)π3\frac{\pi}{3}60°60°sin(60°)=32\sin(60°) = \frac{\sqrt{3}}{2}
arcsin(1)\arcsin(1)π2\frac{\pi}{2}90°90°sin(90°)=1\sin(90°) = 1
arccos(0)\arccos(0)π2\frac{\pi}{2}90°90°cos(90°)=0\cos(90°) = 0
arccos ⁣(12)\arccos\!\left(\frac{1}{2}\right)π3\frac{\pi}{3}60°60°cos(60°)=12\cos(60°) = \frac{1}{2}
arctan(1)\arctan(1)π4\frac{\pi}{4}45°45°tan(45°)=1\tan(45°) = 1
arctan ⁣(33)\arctan\!\left(\frac{\sqrt{3}}{3}\right)π6\frac{\pi}{6}30°30°tan(30°)=33\tan(30°) = \frac{\sqrt{3}}{3}
arctan(3)\arctan(\sqrt{3})π3\frac{\pi}{3}60°60°tan(60°)=3\tan(60°) = \sqrt{3}

For negative inputs: arcsin(x)=arcsin(x)\arcsin(-x) = -\arcsin(x) and arctan(x)=arctan(x)\arctan(-x) = -\arctan(x) (these are odd functions), while arccos(x)=πarccos(x)\arccos(-x) = \pi - \arccos(x).

Compositions: Evaluating sin(arccos x) and Similar

On AP exams and in college courses, you will need to simplify expressions like sin(arccosx)\sin(\arccos x). The trick is to draw a reference triangle.

The Reference Triangle Method

To evaluate sin(arccos(x))\sin(\arccos(x)):

  1. Let θ=arccos(x)\theta = \arccos(x), which means cosθ=x\cos\theta = x
  2. Draw a right triangle where cosθ=adjacenthypotenuse=x1\cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}} = \frac{x}{1}
  3. The adjacent side is xx, the hypotenuse is 11
  4. By the Pythagorean theorem, the opposite side is 1x2\sqrt{1 - x^2}
  5. Therefore sin(arccos(x))=oppositehypotenuse=1x21=1x2\sin(\arccos(x)) = \frac{\text{opposite}}{\text{hypotenuse}} = \frac{\sqrt{1 - x^2}}{1} = \sqrt{1 - x^2}

Reference Triangle for sin(arccos x)

θx√(1 − x²)1

Example: Evaluate sin ⁣(arccos ⁣(35))\sin\!\left(\arccos\!\left(\frac{3}{5}\right)\right)

Let θ=arccos ⁣(35)\theta = \arccos\!\left(\frac{3}{5}\right), so cosθ=35\cos\theta = \frac{3}{5}.

Draw the triangle: adjacent =3= 3, hypotenuse =5= 5, opposite =259=16=4= \sqrt{25 - 9} = \sqrt{16} = 4.

sin ⁣(arccos ⁣(35))=45\sin\!\left(\arccos\!\left(\frac{3}{5}\right)\right) = \frac{4}{5}

Common Compositions

Using the reference triangle method, here are the key results:

ExpressionResultReference triangle
sin(arccosx)\sin(\arccos x)1x2\sqrt{1 - x^2}adj =x= x, hyp =1= 1
cos(arcsinx)\cos(\arcsin x)1x2\sqrt{1 - x^2}opp =x= x, hyp =1= 1
tan(arcsinx)\tan(\arcsin x)x1x2\frac{x}{\sqrt{1 - x^2}}opp =x= x, hyp =1= 1
sin(arctanx)\sin(\arctan x)x1+x2\frac{x}{\sqrt{1 + x^2}}opp =x= x, adj =1= 1
cos(arctanx)\cos(\arctan x)11+x2\frac{1}{\sqrt{1 + x^2}}opp =x= x, adj =1= 1

These follow directly from the Pythagorean theorem applied to the reference triangle. You do not need to memorize them — just draw the triangle each time.

A Subtle Trap: arcsin(sin x) ≠ x (Sometimes)

When xx is inside the restricted range, composing a trig function with its inverse gives back xx:

arcsin(sin(x))=xonly if π2xπ2\arcsin(\sin(x)) = x \quad \text{only if } -\frac{\pi}{2} \le x \le \frac{\pi}{2}

But if xx is outside the restricted range, the inverse function “folds” the value back into its range.

Example: What is arcsin ⁣(sin ⁣(5π6))\arcsin\!\left(\sin\!\left(\frac{5\pi}{6}\right)\right)?

First: sin ⁣(5π6)=sin(150°)=0.5\sin\!\left(\frac{5\pi}{6}\right) = \sin(150°) = 0.5

Then: arcsin(0.5)=π6\arcsin(0.5) = \frac{\pi}{6} (not 5π6\frac{5\pi}{6}, because 5π6\frac{5\pi}{6} is outside the range [π2,π2][-\frac{\pi}{2}, \frac{\pi}{2}])

Answer: arcsin ⁣(sin ⁣(5π6))=π6\arcsin\!\left(\sin\!\left(\frac{5\pi}{6}\right)\right) = \frac{\pi}{6}

Common Mistakes

  1. Confusing sin1(x)\sin^{-1}(x) with csc(x)=1sinx\csc(x) = \frac{1}{\sin x}. The notation sin1\sin^{-1} means the inverse function, not the reciprocal. If you are unsure, use arcsin\arcsin instead.
  2. Forgetting the restricted range. arcsin\arcsin only returns values in [90°,90°][-90°, 90°]. If you expect an angle in another quadrant, the inverse function will give you the reference angle instead.
  3. Assuming arcsin(sin(x))=x\arcsin(\sin(x)) = x always. This is only true when xx is in the restricted domain. Otherwise, the output is the equivalent angle within the restricted range.
  4. Over-complicating compositions. When asked to find cos(arcsin(35))\cos(\arcsin(\frac{3}{5})), draw a reference triangle — do not try to combine identities algebraically. The triangle method is faster and less error-prone.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: Evaluate arcsin ⁣(12)\arcsin\!\left(\frac{1}{2}\right) and arccos ⁣(32)\arccos\!\left(-\frac{\sqrt{3}}{2}\right) exactly.

arcsin ⁣(12)=π6\arcsin\!\left(\frac{1}{2}\right) = \frac{\pi}{6} (30°) because sin(30°)=12\sin(30°) = \frac{1}{2} and 30°30° is in [90°,90°][-90°, 90°].

arccos ⁣(32)=5π6\arccos\!\left(-\frac{\sqrt{3}}{2}\right) = \frac{5\pi}{6} (150°) because cos(150°)=32\cos(150°) = -\frac{\sqrt{3}}{2} and 150°150° is in [0°,180°][0°, 180°].

Answer: π6\frac{\pi}{6} and 5π6\frac{5\pi}{6}

Problem 2: Evaluate arctan(1)\arctan(-1) exactly.

arctan(1)=π4\arctan(-1) = -\frac{\pi}{4} (45°-45°) because tan(45°)=1\tan(-45°) = -1 and 45°-45° is in (90°,90°)(-90°, 90°).

Answer: π4-\frac{\pi}{4}

Problem 3: Simplify sin ⁣(arccos ⁣(35))\sin\!\left(\arccos\!\left(\frac{3}{5}\right)\right) using a reference triangle.

Let θ=arccos ⁣(35)\theta = \arccos\!\left(\frac{3}{5}\right), so cosθ=35\cos\theta = \frac{3}{5}.

Reference triangle: adjacent =3= 3, hypotenuse =5= 5, opposite =259=4= \sqrt{25 - 9} = 4.

sinθ=45\sin\theta = \frac{4}{5}

Answer: 45\frac{4}{5}

Problem 4: Find arcsin ⁣(sin ⁣(7π6))\arcsin\!\left(\sin\!\left(\frac{7\pi}{6}\right)\right).

sin ⁣(7π6)=sin(210°)=12\sin\!\left(\frac{7\pi}{6}\right) = \sin(210°) = -\frac{1}{2}

arcsin ⁣(12)=π6\arcsin\!\left(-\frac{1}{2}\right) = -\frac{\pi}{6} (because sin(30°)=12\sin(-30°) = -\frac{1}{2} and 30°-30° is in [90°,90°][-90°, 90°])

Answer: π6-\frac{\pi}{6}

Problem 5: Simplify tan(arcsin(x))\tan(\arcsin(x)) as an algebraic expression. State the domain.

Let θ=arcsin(x)\theta = \arcsin(x), so sinθ=x\sin\theta = x with hypotenuse 11.

Reference triangle: opposite =x= x, hypotenuse =1= 1, adjacent =1x2= \sqrt{1 - x^2}.

tan(arcsin(x))=x1x2\tan(\arcsin(x)) = \frac{x}{\sqrt{1 - x^2}}

Domain: 1<x<1-1 < x < 1 (excluding ±1\pm 1 because the denominator would be zero, making the tangent undefined — which makes sense because arcsin(±1)=±90°\arcsin(\pm 1) = \pm 90°, where tangent is undefined).

Answer: x1x2\dfrac{x}{\sqrt{1 - x^2}}, for 1<x<1-1 < x < 1

Key Takeaways

  • sin1(x)\sin^{-1}(x) and arcsin(x)\arcsin(x) mean the same thing — the inverse function, not 1sinx\frac{1}{\sin x}
  • Each inverse trig function has a restricted range that ensures one output per input: arcsin\arcsin returns [90°,90°][-90°, 90°], arccos\arccos returns [0°,180°][0°, 180°], arctan\arctan returns (90°,90°)(-90°, 90°)
  • Use the reference triangle method to evaluate compositions like sin(arccosx)\sin(\arccos x) — draw the triangle, fill in the sides, read off the answer
  • arcsin(sin(x))=x\arcsin(\sin(x)) = x only when xx is already in the restricted range
  • When in doubt about notation, write arcsin\arcsin, arccos\arccos, arctan\arctan instead of the ambiguous sin1\sin^{-1}, cos1\cos^{-1}, tan1\tan^{-1}

Return to Trigonometry for more topics in this section.

Last updated: March 28, 2026