Measurements, material estimation, cutting calculations
⚡
Electrical
Voltage drop, wire sizing, load balancing
You already know how to press the 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, arccos, and arctan actually mean as mathematical functions? Why do they only return certain angles? And how do you evaluate expressions like sin(arccosx) 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.
Notation
Meaning
Example
sin−1(x) or arcsin(x)
The inverse function — returns an angle whose sine is x
sin−1(0.5)=30°
(sinx)−1 or csc(x)
The reciprocal — equals sinx1
(sin30°)−1=0.51=2
These are completely different operations with completely different answers. The −1 in sin−1 is not an exponent — it is notation for the inverse function, just like f−1 in algebra means “the function that undoes f.”
When in doubt, use arcsin, arccos, and arctan — these names are unambiguous.
Why We Need Restricted Domains
Consider this question: what angle has a sine of 0.5?
You might say 30°. That is correct. But 150° also has a sine of 0.5. So do 390°, 510°, −210°, and infinitely many others — because the sine function repeats every 360°.
The Sine Function Hits y = 0.5 Infinitely Many Times
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 −2π≤y≤2π
Property
Value
Domain (input)
[−1,1]
Range (output)
[−2π,2π] or [−90°,90°]
Returns angles in
Quadrants I and IV
Graph of y = arcsin(x)
Inverse Cosine: arccos
y=arccos(x)⟺cos(y)=xwhere 0≤y≤π
Property
Value
Domain (input)
[−1,1]
Range (output)
[0,π] or [0°,180°]
Returns angles in
Quadrants I and II
Graph of y = arccos(x)
Inverse Tangent: arctan
y=arctan(x)⟺tan(y)=xwhere −2π<y<2π
Property
Value
Domain (input)
(−∞,∞) — all real numbers
Range (output)
(−2π,2π) or (−90°,90°)
Returns angles in
Quadrants I and IV
Horizontal asymptotes
y=±2π
Graph of y = arctan(x)
Note that arctan accepts any real number as input (unlike arcsin and arccos, which are limited to [−1,1]). The output approaches ±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.
Expression
Value (radians)
Value (degrees)
Reasoning
arcsin(0)
0
0°
sin(0)=0
arcsin(21)
6π
30°
sin(30°)=21
arcsin(22)
4π
45°
sin(45°)=22
arcsin(23)
3π
60°
sin(60°)=23
arcsin(1)
2π
90°
sin(90°)=1
arccos(0)
2π
90°
cos(90°)=0
arccos(21)
3π
60°
cos(60°)=21
arctan(1)
4π
45°
tan(45°)=1
arctan(33)
6π
30°
tan(30°)=33
arctan(3)
3π
60°
tan(60°)=3
For negative inputs: arcsin(−x)=−arcsin(x) and arctan(−x)=−arctan(x) (these are odd functions), while arccos(−x)=π−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). The trick is to draw a reference triangle.
The Reference Triangle Method
To evaluate sin(arccos(x)):
Let θ=arccos(x), which means cosθ=x
Draw a right triangle where cosθ=hypotenuseadjacent=1x
The adjacent side is x, the hypotenuse is 1
By the Pythagorean theorem, the opposite side is 1−x2
Draw the triangle: adjacent =3, hypotenuse =5, opposite =25−9=16=4.
sin(arccos(53))=54
Common Compositions
Using the reference triangle method, here are the key results:
Expression
Result
Reference triangle
sin(arccosx)
1−x2
adj =x, hyp =1
cos(arcsinx)
1−x2
opp =x, hyp =1
tan(arcsinx)
1−x2x
opp =x, hyp =1
sin(arctanx)
1+x2x
opp =x, adj =1
cos(arctanx)
1+x21
opp =x, adj =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 x is inside the restricted range, composing a trig function with its inverse gives back x:
arcsin(sin(x))=xonly if −2π≤x≤2π
But if x is outside the restricted range, the inverse function “folds” the value back into its range.
Example: What is arcsin(sin(65π))?
First: sin(65π)=sin(150°)=0.5
Then: arcsin(0.5)=6π (not 65π, because 65π is outside the range [−2π,2π])
Answer:arcsin(sin(65π))=6π
Common Mistakes
Confusing sin−1(x) with csc(x)=sinx1. The notation sin−1 means the inverse function, not the reciprocal. If you are unsure, use arcsin instead.
Forgetting the restricted range.arcsin only returns values in [−90°,90°]. If you expect an angle in another quadrant, the inverse function will give you the reference angle instead.
Assuming arcsin(sin(x))=x always. This is only true when x is in the restricted domain. Otherwise, the output is the equivalent angle within the restricted range.
Over-complicating compositions. When asked to find cos(arcsin(53)), 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(21) and arccos(−23) exactly.
arcsin(21)=6π (30°) because sin(30°)=21 and 30° is in [−90°,90°].
arccos(−23)=65π (150°) because cos(150°)=−23 and 150° is in [0°,180°].
Answer:6π and 65π
Problem 2: Evaluate arctan(−1) exactly.
arctan(−1)=−4π (−45°) because tan(−45°)=−1 and −45° is in (−90°,90°).
Answer:−4π
Problem 3: Simplify sin(arccos(53)) using a reference triangle.
Domain: −1<x<1 (excluding ±1 because the denominator would be zero, making the tangent undefined — which makes sense because arcsin(±1)=±90°, where tangent is undefined).
Answer:1−x2x, for −1<x<1
Key Takeaways
sin−1(x) and arcsin(x) mean the same thing — the inverse function, not sinx1
Each inverse trig function has a restricted range that ensures one output per input: arcsin returns [−90°,90°], arccos returns [0°,180°], arctan returns (−90°,90°)
Use the reference triangle method to evaluate compositions like sin(arccosx) — draw the triangle, fill in the sides, read off the answer
arcsin(sin(x))=x only when x is already in the restricted range
When in doubt about notation, write arcsin, arccos, arctan instead of the ambiguous sin−1, cos−1, tan−1
Return to Trigonometry for more topics in this section.