Because sine, cosine, and tangent are periodic, they fail the horizontal line test and are not invertible without domain restrictions. Sine is restricted to [-pi/2, pi/2], cosine to [0, pi], and tangent to (-pi/2, pi/2). On those restricted domains, arcsine, arccosine, and arctangent return a unique angle. To solve a trig equation, use the inverse function to find a principal value, then use periodicity and quadrant analysis to find all solutions. In a contextual problem, the domain is often limited by the scenario, which reduces the solution set.
- Arcsine: Inverse of sine on [-pi/2, pi/2]; output is an angle in [-pi/2, pi/2].
- Arccosine: Inverse of cosine on [0, pi]; output is an angle in [0, pi].
- Arctangent: Inverse of tangent on (-pi/2, pi/2); output is an angle in (-pi/2, pi/2) with horizontal asymptotes at those values.
- Infinitely many solutions: Trig equations without domain restrictions have solutions separated by full periods.
- Domain restrictions in context: Real-world scenarios imply a limited input range that reduces the number of valid solutions.
Solve sin(theta) = -sqrt(2)/2 for all theta in [0, 2pi], then write the general solution for all real theta.
| Function | Restricted domain | Range of inverse | Asymptotes of inverse |
|---|
| arcsin | [-pi/2, pi/2] | [-pi/2, pi/2] | none |
| arccos | [0, pi] | [0, pi] | none |
| arctan | (-pi/2, pi/2) | (-pi/2, pi/2) | y = -pi/2 and y = pi/2 |