No history yet

Inverse Functions

Inverse Trigonometric Functions

Inverse functions reverse the action of their counterparts. For a function ff that maps xx to yy, its inverse, f1f^{-1}, maps yy back to xx. For trigonometric functions, this concept requires careful handling. Since functions like sin(x)\sin(x) are periodic, they are not one-to-one over their entire domain. An output like 0.50.5 corresponds to infinitely many inputs (e.g., π/6\pi/6, 5π/65\pi/6, 13π/613\pi/6, etc.).

To define a valid inverse, we must restrict the domain of the original trigonometric function to a principal branch where it is one-to-one. This ensures that each output value corresponds to a unique input angle. The resulting inverse functions are often called arcfunctions, such as arcsin(x)\arcsin(x) for the inverse of sin(x)\sin(x). Graphically, an inverse function is a reflection of the original function across the line y=xy=x.

Lesson image

The three primary inverse trigonometric functions are arcsine, arccosine, and arctangent.

FunctionDefinitionDomainRange (Principal Values)
y=arcsin(x)y = \arcsin(x)x=sin(y)x = \sin(y)[1,1][-1, 1][π/2,π/2][-\pi/2, \pi/2]
y=arccos(x)y = \arccos(x)x=cos(y)x = \cos(y)[1,1][-1, 1][0,π][0, \pi]
y=arctan(x)y = \arctan(x)x=tan(y)x = \tan(y)(,)(-\infty, \infty)(π/2,π/2)(-\pi/2, \pi/2)

Note the different ranges. The range for arcsin(x)\arcsin(x) covers quadrants I and IV, yielding angles where the cosine is positive. The range for arccos(x)\arccos(x) covers quadrants I and II, providing angles where the sine is positive. For arctan(x)\arctan(x), the range is identical to that of arcsin(x)\arcsin(x) but excludes the endpoints, as tan(x)\tan(x) is undefined at ±π/2\pm\pi/2.

Reciprocal Inverse Functions

The inverses of the reciprocal trigonometric functions—cosecant, secant, and cotangent—are defined similarly by restricting their domains.

FunctionDefinitionDomainRange (Principal Values)
y=\arccsc(x)y = \arccsc(x)x=csc(y)x = \csc(y)(,1][1,)(-\infty, -1] \cup [1, \infty)[π/2,0)(0,π/2][-\pi/2, 0) \cup (0, \pi/2]
y=\arcsec(x)y = \arcsec(x)x=sec(y)x = \sec(y)(,1][1,)(-\infty, -1] \cup [1, \infty)[0,π/2)(π/2,π][0, \pi/2) \cup (\pi/2, \pi]
y=\arccot(x)y = \arccot(x)x=cot(y)x = \cot(y)(,)(-\infty, \infty)(0,π)(0, \pi)

A key property is their relationship to the primary inverse functions. For example, \arccsc(x)=arcsin(1/x)\arccsc(x) = \arcsin(1/x) and \arcsec(x)=arccos(1/x)\arcsec(x) = \arccos(1/x) for xx in their respective domains. The identity for arccotangent is slightly more nuanced: \arccot(x)=arctan(1/x)\arccot(x) = \arctan(1/x) for x>0x > 0, but \arccot(x)=arctan(1/x)+π\arccot(x) = \arctan(1/x) + \pi for x<0x < 0. This adjustment ensures the output lies within the correct principal range of (0,π)(0, \pi).

Solving Equations and Applications

Inverse trigonometric functions are essential for solving trigonometric equations. When an equation is in the form sin(x)=c\sin(x) = c, the principal solution is x=arcsin(c)x = \arcsin(c). To find all solutions, we must account for the periodic nature of the sine function.

The general solution for sin(x)=c\sin(x) = c is x=nπ+(1)narcsin(c)x = n\pi + (-1)^n \arcsin(c), where nn is an integer. The general solution for cos(x)=c\cos(x) = c is x=2nπ±arccos(c)x = 2n\pi \pm \arccos(c). The general solution for tan(x)=c\tan(x) = c is x=nπ+arctan(c)x = n\pi + \arctan(c).

Consider solving the equation 2sin2(θ)5sin(θ)+2=02\sin^2(\theta) - 5\sin(\theta) + 2 = 0. This is a quadratic in terms of sin(θ)\sin(\theta). Factoring gives (sinθ2)(2sinθ1)=0(\sin\theta - 2)(2\sin\theta - 1) = 0.

The solution sinθ=2\sin\theta = 2 is impossible, since the range of sine is [1,1][-1, 1].

The other solution is sinθ=1/2\sin\theta = 1/2. The principal value is θ=arcsin(0.5)=π/6\theta = \arcsin(0.5) = \pi/6. The general solution is θ=nπ+(1)n(π/6)\theta = n\pi + (-1)^n (\pi/6).

In physics, inverse functions appear in problems involving oscillations, waves, and projectile motion. For instance, the range RR of a projectile launched with initial velocity v0v_0 at an angle θ\theta is given by R=v02sin(2θ)gR = \frac{v_0^2 \sin(2\theta)}{g}. To find the angle required to achieve a specific range, we rearrange the formula:

θ=12arcsin(Rgv02)\theta = \frac{1}{2} \arcsin\left(\frac{Rg}{v_0^2}\right)

In electrical engineering, the phase angle ϕ\phi in an RLC circuit is given by tan(ϕ)=XLXCR\tan(\phi) = \frac{X_L - X_C}{R}, where XLX_L is the inductive reactance, XCX_C is the capacitive reactance, and RR is the resistance. The phase angle, which describes the offset between voltage and current, is found using the arctangent: ϕ=arctan(XLXCR)\phi = \arctan\left(\frac{X_L - X_C}{R}\right).

Ready to test your knowledge?

Quiz Questions 1/6

Why must the domain of a trigonometric function like sin(x) be restricted to define its inverse, arcsin(x)?

Quiz Questions 2/6

The graph of an inverse function, f1(x)f^{-1}(x), is the reflection of the graph of the original function, f(x)f(x), across which line?

Understanding the precise definitions and restricted ranges of inverse trigonometric functions is crucial for their correct application in both theoretical and practical contexts.