跳转至

4.3.3 Inverse Trigonometric Functions

Using inverse trigonometric functions (arcsin, arccos, arctan) to find angles when side lengths are known.

定义

Inverse trigonometric functions are functions that reverse the action of the standard trigonometric functions. They are used to find the angle measure when the trigonometric ratio (sine, cosine, or tangent) is known. The three primary inverse trigonometric functions are:

  1. Arcsine (\(\arcsin\) or \(\sin^{-1}\)): If \(\sin(\theta) = x\) where \(-1 \leq x \leq 1\) and \(-\frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}\), then \(\theta = \arcsin(x)\).

  2. Arccosine (\(\arccos\) or \(\cos^{-1}\)): If \(\cos(\theta) = x\) where \(-1 \leq x \leq 1\) and \(0 \leq \theta \leq \pi\), then \(\theta = \arccos(x)\).

  3. Arctangent (\(\arctan\) or \(\tan^{-1}\)): If \(\tan(\theta) = x\) where \(x \in \mathbb{R}\) and \(-\frac{\pi}{2} < \theta < \frac{\pi}{2}\), then \(\theta = \arctan(x)\). \nThese functions have restricted ranges to ensure they are true functions (one-to-one correspondence). In a right triangle context, inverse trigonometric functions allow us to determine an unknown angle when we know the ratio of two sides.

核心公式

  • \(\theta = \arcsin(x) \iff \sin(\theta) = x, \text{ where } -1 \leq x \leq 1 \text{ and } -\frac{\pi}{2} \leq \theta \leq \frac{\pi}{2}\)
  • \(\theta = \arccos(x) \iff \cos(\theta) = x, \text{ where } -1 \leq x \leq 1 \text{ and } 0 \leq \theta \leq \pi\)
  • \(\theta = \arctan(x) \iff \tan(\theta) = x, \text{ where } x \in \mathbb{R} \text{ and } -\frac{\pi}{2} < \theta < \frac{\pi}{2}\)
  • \(\sin(\arcsin(x)) = x \text{ and } \arcsin(\sin(\theta)) = \theta \text{ for } \theta \in [-\frac{\pi}{2}, \frac{\pi}{2}]\)
  • \(\arcsin(x) + \arccos(x) = \frac{\pi}{2} \text{ for all } x \in [-1, 1]\)

易错点

  • ⚠️ ["Forgetting the restricted ranges of inverse trigonometric functions. Students often assume \(\arcsin(\sin(\theta)) = \theta\) for any angle \(\theta\), but this is only true when \(\theta\) is in the range \([-\frac{\pi}{2}, \frac{\pi}{2}]\). For example, \(\arcsin(\sin(\frac{3\pi}{4})) = \frac{\pi}{4}\), not \(\frac{3\pi}{4}\).", "Confusing the notation \(\sin^{-1}(x)\) with \(\\frac{1}{\\sin(x)}\). The exponent \(-1\) denotes the inverse function, not a reciprocal. The reciprocal of sine is cosecant: \(\\csc(x) = \\frac{1}{\\sin(x)}\).", "Incorrectly applying inverse trigonometric functions to values outside their domains. For instance, trying to compute \(\\arcsin(2)\) or \(\\arccos(-1.5)\) without recognizing that these values are undefined since the domain of arcsine and arccosine is \([-1, 1]\).", "Mixing up which inverse function to use in a given context. Students may use \(\\arcsin\) when \(\\arccos\) or \(\\arctan\) is appropriate based on which sides of the right triangle are known. Always identify which sides (opposite, adjacent, hypotenuse) are given before selecting the correct inverse function."]