vault backup: 2024-10-07 13:43:48

This commit is contained in:
zleyyij 2024-10-07 13:43:48 -06:00
parent 1aa6a152f3
commit 43704f156b

View File

@ -121,7 +121,9 @@ The inverse of a trig function is **not** the same as the reciprocal of a trig f
| ----------------------------------- | ------------------------------------ | | ----------------------------------- | ------------------------------------ |
| Domain: Angle measures | Domain: Ratio of sides of a triangle | | Domain: Angle measures | Domain: Ratio of sides of a triangle |
| Range: Ratio of sides of a triangle | Range: Angle Measure | | Range: Ratio of sides of a triangle | Range: Angle Measure |
- To find the inverse of sin, you need to restrict the domain to $[-\frac{\pi}{2}] - To find the inverse of sin, you need to restrict the domain to $[-\frac{\pi}{2}, \frac{\pi}{2}]$
- To find the inverse of cos, you need to restrict the domain to $[0, \pi]$
- To find the inverse of tangent, you need to restrict the domain to $(-\frac{\pi}{2}, \frac{\pi}{2})$.
# Examples # Examples
> Given $-2\tan(\pi*x + \pi) - 1$ > Given $-2\tan(\pi*x + \pi) - 1$