The output is always an angle — inverse trig functions undo the original trig function.
What does an inverse trig function ask?
sin(π6) = 12 asks: "What is the sine of π6?"
arcsin(12) = π6 asks: "What angle has a sine of 12?"
The input and output are swapped. The output of arcsin/arccos/arctan is an angle.
Why restrict the domain?
A function only has an inverse if it is one-to-one (each output has exactly one input). Trig functions repeat — many angles give the same sincos/tan value. We restrict to a specific interval so the function is one-to-one, then the inverse is well-defined.
| Function | Restricted Domain of Original | Range of Inverse | Quadrants |
|---|---|---|---|
| sin⁻¹(x) | [−π2, π2] | [−π2, π2] | Q4 and Q1 |
| cos⁻¹(x) | [0, π] | [0, π] | Q1 and Q2 |
| tan⁻¹(x) | (−π2, π2) | (−π2, π2) | Q4 and Q1 |
Key rule: range determines which quadrant your answer is in
arcsin always gives an angle in [−π2, π2] → Q4 or Q1. If the value is negative, the answer is in Q4 (negative angle).
arccos always gives an angle in [0, π] → Q1 or Q2. If the value is negative, the answer is in Q2 (angle between π2 and π).
arctan always gives an angle in (−π2, π2) → Q4 or Q1.
Method: find reference angle, then apply the range restriction
Step 1: Find the reference angle using the magnitude of the input.
Step 2: Determine the sign/quadrant based on the range of the inverse function and the sign of the input.
Step 3: Write the final angle (positive if in Q1/Q2 for arccos, negative if in Q4 for arcsin/arctan).
Input is negative → angle in Q2 (range [0,π])
Q2 angle with ref π4: π − π4
Input is negative → angle in Q4 (range [−π2,π2])
Q4 angle: −π3
Input is positive → Q1 (range (−π2,π2))
Answer: π3
| Point | Coordinates | How obtained | Quadrant |
|---|---|---|---|
| P | (x, y) |
Original point — angle θ | Q1 |
| Q | (−x, y) |
Reflect over y-axis | Q2 |
| R | (−x, −y) |
Reflect over origin | Q3 |
| S | (x, −y) |
Reflect over x-axis | Q4 |