sin(arcsin x) always returns x, provided x lies between −1 and 1. That direction is safe.
Step 1: Let's Learn
Read it, or press Listen and follow the words.
The other order
arcsin(sin θ) returns θ only when θ already lies in the restricted range, −90° to 90°.
A concrete failure
arcsin(sin 150°) is not 150°. The sine is 0.5, and arcsin sends it back to 30°.
The three ranges
arcsin runs from −90° to 90°. arccos runs from 0° to 180°. arctan runs from −90° to 90°.
Mixed compositions
For something like cos(arcsin 0.6), draw a right triangle with opposite 0.6 and hypotenuse 1. The adjacent side is 0.8, so the answer is 0.8.
Sometimes they cancel and sometimes they do not
sin(sin⁻¹ x) = x for every x in [−1, 1]. But sin⁻¹(sin x) = x only when x is already in the principal range; otherwise it returns the coterminal or reflected angle that is. The two compositions are not symmetric.
A worked case
sin⁻¹(sin(3π/4)) is not 3π/4, because that lies outside [−π/2, π/2]. Since sin(3π/4) = √2/2, the answer is π/4. Always check whether the input falls in the principal range before cancelling.
Mixed compositions need a triangle
For cos(sin⁻¹ x), draw a right triangle with opposite x and hypotenuse 1. Pythagoras gives adjacent √(1 − x²), so the answer is √(1 − x²). Drawing the triangle converts an intimidating expression into a routine one.
Watch the domains
sin⁻¹ accepts only inputs between −1 and 1, so any composition must respect that. An expression that produces a value outside the range simply has no solution, and saying so is the correct answer.
Step 2: Try It Yourself
Tap and try it out.
- sin — opposite over hypotenuse0.60
- cos — adjacent over hypotenuse0.80
- tan — opposite over adjacent0.75
- The marked angle36.87°
The hypotenuse is not given. It comes from 4² + 3² = 25, whose square root is 5.
Step 3: Watch an Example
One step at a time.
Watch Sana Evaluate cos(arcsin 0.6)
Sana needs an exact value, with no calculator.
- Step 1
She names the inner part: let θ be the angle whose sine is 0.6.
Step 4: Your Turn
Practice makes it stick.
The Cancel
Problem 1 of 2
What is sin(arcsin 0.3)?
The Surprise
Problem 2 of 2
What is arcsin(sin 150°), in degrees?
There and Back
1 of 8
cos(arccos 0.4)?
2 of 8
arcsin(sin 40°), in degrees?
3 of 8
arcsin(sin 200°), in degrees?
4 of 8
cos(arcsin 0.8)?
5 of 8
sin(arccos 0)?
6 of 8
tan(arctan 5)?
7 of 8
Match each inverse function with its range.
Tap a card on the left to start.
8 of 8
arccos(cos 300°), in degrees?
Step 5: Quick Check
Show what you know.
Question 1 of 2
What is arcsin(sin 170°), in degrees?
Question 2 of 2
Which composition always returns the original input?
What You Learned
- sin(arcsin x) returns x whenever x lies between −1 and 1.
- arcsin(sin θ) returns θ only inside the restricted range.
- For mixed compositions, draw the triangle and read off the other ratio.