Andromeda
Note

Inverse Trigonometric Functions

Definition

Inverse Trigonometric Functions are the inverse mappings of the trigonometric functions. Because trig functions are periodic and not one-to-one, their domains must be restricted to specific intervals to create well-defined inverse functions (principal values).

  • y=arcsinxy = \arcsin x (or sin1x\sin^{-1} x): Domain [1,1][-1, 1], Range [π2,π2][-\frac{\pi}{2}, \frac{\pi}{2}]

    • How to read: “The value y is equal to the arcsine of x, or y is equal to the inverse sine of x.”
    • Meaning: Input xx is a sine ratio in [1,1][-1,1]; output is the principal angle in [π/2,π/2][-\pi/2, \pi/2] whose sine equals xx.
  • y=arccosxy = \arccos x (or cos1x\cos^{-1} x): Domain [1,1][-1, 1], Range [0,π][0, \pi]

    • How to read: “The value y is equal to the arccosine of x, or y is equal to the inverse cosine of x.”
    • Meaning: Input xx is a cosine ratio in [1,1][-1,1]; output is the unique angle in [0,π][0, \pi] whose cosine equals xx.
  • y=arctanxy = \arctan x (or tan1x\tan^{-1} x): Domain (,)(-\infty, \infty), Range (π2,π2)(-\frac{\pi}{2}, \frac{\pi}{2})

    • How to read: “The value y is equal to the arctangent of x, or y is equal to the inverse tangent of x.”
    • Meaning: Input xx is any real slope ratio; output is the angle in (π/2,π/2)(-\pi/2, \pi/2)—first or fourth quadrant, never ±90°\pm 90°.

Why It Matters

We live in a world of measurements (ratios), but we think in terms of directions (angles). These functions are the bridge that allows us to turn a physical measurement on a ruler into a steering command or a blueprint angle.

Core Concepts

  • Purpose: Inverse trig functions are used to find the angle θ\theta when the value of the trig ratio is known.

  • Notation: The 1-1 exponent in sin1x\sin^{-1} x denotes the inverse function, not the reciprocal (1sinx\frac{1}{\sin x}, which is cscx\csc x).

    • How to read: “The inverse sine of x.”
    • Meaning: The 1-1 denotes the inverse function (undo sine), not the reciprocal 1/sinx1/\sin x (which is cscx\csc x).
  • Principal Values: The specific ranges defined above ensure that for every input xx, there is only one output yy.

  • Composition:

    • sin(arcsinx)=x\sin(\arcsin x) = x for x[1,1]x \in [-1, 1].
      • How to read: “The sine of the arcsine of x is equal to x, for values of x between negative one and one.”
      • Meaning: Outer trig undoes inner inverse when xx is in the valid domain.
    • arcsin(sinθ)=θ\arcsin(\sin \theta) = \theta only if θ\theta is within the restricted range [π2,π2][-\frac{\pi}{2}, \frac{\pi}{2}].
      • How to read: “The arcsine of the sine of theta is equal to theta only if theta is within the principal range.”
      • Meaning: Order matters—angles outside the restricted interval get “folded” to a different principal value.

Connected Concepts