Two Ways to Combine Them
Once you have both a trig function and its inverse, you can chain them together. The order matters, and the two orders behave very differently.
- trig of inverse: like
- inverse of trig: like
One of these always cancels cleanly. The other has a trap in it.
The Clean Direction: trig of inverse
Feed a value into an inverse, then into the matching trig function, and you get the value straight back:
The inverse hands the outer function exactly the angle it needs, so nothing is lost.
The only rule is that must be a legal input for the inverse. is meaningless, because does not exist ( is outside ).
The Trap: inverse of trig
Now the other order. You might expect always. It does not.
The gray point is the real angle , sweeping all the way around. The green point is , which can only ever answer with an angle in the right half of the circle. When wanders into the left half, the answer folds back to the angle there with the same height.
only when is already in .
Seeing the Fold in Numbers
Take .
So , not .
Both and have a sine of , but only lives in the principal range. The inverse always returns the principal angle that shares the value, which equals only when was already in range.
Mixed Compositions: a Right Triangle
The most useful case mixes different functions, like . There is no direct cancel here, but a right triangle turns it into simple algebra.
Let , so . Since cosine is , build a triangle with adjacent and hypotenuse . The Pythagorean theorem fills in the last side:
Now just read off the sine:
The Common Ones
The same triangle trick gives a whole family of clean algebraic results:
| Composition | Equals |
|---|---|
These matter because they replace a tangled trig expression with a plain formula. That swap is used constantly in calculus.
Example
Find .
Let , so .
That is the famous -- triangle: opposite , hypotenuse , so adjacent .
So .