The output is always an angle — inverse trig functions undo the original trig function.
What does an inverse trig function ask?
sin(π/6) = 1/2 asks: "What is the sine of π/6?"
arcsin(1/2) = π/6 asks: "What angle has a sine of 1/2?"
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 sin/cos/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 |