7 Inverse Functions and L’Hôpital’s Rule

7.2 Derivatives of Inverse Functions

In this section we will figure out how to differentiate the inverse of a function. To do so, we recall that if f and g are inverses, then f(g(x))=x for all x in the domain of f. Differentiating and simplifying yields:

f(g(x)) =x
f(g(x))g(x) =1
g(x) =1f(g(x))assuming f(x) is nonzero

Note that the derivation above assumes that the function g is differentiable. It is possible to prove that g must be differentiable if f is nonzero, but the proof is beyond the scope of this text. However, assuming this fact we have shown the following:

Theorem 7.2.1 Derivatives of Inverse Functions

Let f be differentiable and one-to-one on an open interval I, where f(x)0 for all x in I, let J be the range of f on I, let g be the inverse function of f, and let f(a)=b for some a in I. Then g is a differentiable function on J, and in particular,

(f-1)(b) =g(b)=1f(a)
(f-1)(x) =g(x)=1f(g(x))

The results of Theorem 7.2.1 are not trivial; the notation may seem confusing at first. Careful consideration, along with examples, should earn understanding.

In the next example we apply Theorem 7.2.1 to the arcsine function.

Example 7.2.1 Finding the derivative of an inverse trigonometric function

Let y=sin-1x. Find y using Theorem 7.2.1.

SolutionAdopting our previously defined notation, let g(x)=sin-1x and f(x)=sinx. Thus f(x)=cosx. Applying Theorem 7.2.1, we have

g(x) =1f(g(x))
=1cos(sin-1x).
margin: y1-x2x1 Figure 7.2.1: A right triangle defined by y=sin-1(x/1) with the length of the third leg found using the Pythagorean Theorem. Λ

This last expression is not immediately illuminating. Drawing a figure will help, as shown in Figure 7.2.1. Recall that the sine function can be viewed as taking in an angle and returning a ratio of sides of a right triangle, specifically, the ratio “opposite over hypotenuse.” This means that the arcsine function takes as input a ratio of sides and returns an angle. The equation y=sin-1x can be rewritten as y=sin-1(x/1); that is, consider a right triangle where the hypotenuse has length 1 and the side opposite of the angle with measure y has length x. This means the final side has length 1-x2, using the Pythagorean Theorem.

Therefore cos(sin-1x)=cosy=1-x2/1=1-x2, resulting in

ddx(sin-1x)=g(x)=11-x2.

Remember that the input x of the arcsine function is a ratio of a side of a right triangle to its hypotenuse; the absolute value of this ratio will be less than 1. Therefore 1-x2 will be positive.

margin: -π2-π4π4π2-11y=sinx(π3,32)xy-2-112-π2-π4π4π2y=sin-1x(32,π3) Figure 7.2.2: Graphs of y=sinx and y=sin-1x along with corresponding tangent lines. Λ

In order to make y=sinx one-to-one, we restrict its domain to [-π/2,π/2]; on this domain, the range is [-1,1]. Therefore the domain of y=sin-1x is [-1,1] and the range is [-π/2,π/2]. When x=±1, note how the derivative of the arcsine function is undefined; this corresponds to the fact that as x±1, the tangent lines to arcsine approach vertical lines with undefined slopes.

In Figure 7.2.2 we see f(x)=sinx and f-1(x)=sin-1x graphed on their respective domains. The line tangent to sinx at the point (π/3,3/2) has slope cosπ/3=1/2. The slope of the corresponding point on sin-1x, the point (3/2,π/3), is

11-(3/2)2=11-3/4=11/4=11/2=2,

verifying Theorem 7.2.1 yet again: at corresponding points, a function and its inverse have reciprocal slopes.

Using similar techniques, we can find the derivatives of all the inverse trigonometric functions after first restricting their domains according to Figure 7.1.5 to allow them to be invertible.

Theorem 7.2.2 Derivatives of Inverse Trigonometric Functions

The inverse trigonometric functions are differentiable on all open sets contained in their domains (as listed in Figure 7.1.5) and their derivatives are as follows:

  1. (a)

    ddx(sin-1x)=11-x2

  2. (b)

    ddx(sec-1x)=1|x|x2-1

  3. (c)

    ddx(tan-1x)=11+x2

  4. (d)

    ddx(cos-1x)=-11-x2

  5. (e)

    ddx(csc-1x)=-1|x|x2-1

  6. (f)

    ddx(cot-1x)=-11+x2

Note how the last three derivatives are merely the negatives of the first three, respectively. Because of this, the first three are used almost exclusively throughout this text.

Example 7.2.2 Finding derivatives of inverse functions

Find the derivatives of the following functions:

1.f(x)=cos-1(x2)  2.g(x)=sin-1x1-x2  3.f(x)=sin-1(cosx)

Solution

  1. (a)

    We use Theorem 7.2.2 and the Chain Rule to find:

    f(x)=-11-(x2)2(2x)=-2x1-x4
  2. (b)

    We use Theorem 7.2.2 and the Quotient Rule to compute:

    g(x) =(11-x2)1-x2-(sin-1x)(121-x2(-2x))(1-x2)2
    =1-x2+xsin-1x(1-x2)3
  3. (c)

    We apply Theorem 7.2.2 and the Chain Rule again to compute:

    f(x) =11-cos2x(-sinx)
    =-sinxsin2x
    =-sinx|sinx|.

Theorem 7.2.2 allows us to integrate some functions that we could not integrate before. For example,

dx1-x2=sin-1x+C.

Combining these formulas with u-substitution yields the following:

Theorem 7.2.3 Integrals Involving Inverse Trigonometric Functions

Let a>0. Then

  1. (a)

    1a2+x2dx=1atan-1(xa)+C

  2. (b)

    1a2-x2dx=sin-1(xa)+C

  3. (c)

    1xx2-a2dx=1asec-1(|x|a)+C

We will look at the second part of this theorem. The other parts are similar and are left as exercises.

First we note that the integrand involves the number a2, but does not explicitly involve a. We make the assumption that a>0 in order to simplify what follows. We can rewrite the integral as follows:

dxa2-x2=dxa2(1-(x/a)2)=dxa1-(x/a)2

We next use the substitution u=x/a and du=dx/a to find:

dxa1-(x/a)2 =aa1-u2du
=du1-u2
=sin-1u+C
=sin-1(x/a)+C

We conclude this section with several examples.

Example 7.2.3 Finding antiderivatives involving inverse functions

Find the following integrals.

1.dx100+x2  2.sin-1x1-x2dx  3.dxx2+2x+5

Solution

  1. (a)

    dx100+x2=dx102+x2=110tan-1(x/10)+C

  2. (b)

    We use the substitution u=sin-1x and du=dx1-x2 to find:

    sin-1x1-x2dx=udu=12u2+C=12(sin-1x)2+C
  3. (c)

    This does not immediately look like one of the forms in Theorem 7.2.3, but we can complete the square in the denominator to see that

    dxx2+2x+5=dx(x2+2x+1)+4=dx4+(x+1)2

    We now use the substitution u=x+1 and du=dx to find:

    dx4+(x+1)2=du4+u2=12tan-1(u/2)+C=12tan-1(x+12)+C.

Exercises 7.2

 

Terms and Concepts

  1. 1.

    If (1,10) lies on the graph of y=f(x) and f(1)=5, what can be said about y=f-1(x)?

  2. 2.

    Since ddx(sin-1x+cos-1x)=0, what does this tell us about sin-1x+cos-1x?

Problems

In Exercises 3–8., an invertible function f(x) is given along with a point that lies on its graph. Using Theorem 7.2.1, evaluate (f-1)(x) at the indicated value.

  1. 3.
    f(x)=5x+10 Point=(2,20) Evaluate (f-1)(20)
  2. 4.
    f(x)=x2-2x+4, x1 Point=(3,7) Evaluate (f-1)(7)
  3. 5.
    f(x)=sin2x, -π/4xπ/4 Point=(π/6,3/2) Evaluate (f-1)(3/2)
  4. 6.
    f(x)=x3-6x2+15x-2 Point=(1,8) Evaluate (f-1)(8)
  5. 7.
    f(x)=11+x2, x0 Point=(1,1/2) Evaluate (f-1)(1/2)
  6. 8.
    f(x)=6e3x Point=(0,6) Evaluate (f-1)(6)

In Exercises 9–18., compute the derivative of the given function.

  1. 9.

    h(t)=sin-1(2t)

  2. 10.

    f(t)=sec-1(2t)

  3. 11.

    g(x)=tan-1(2x)

  4. 12.

    f(x)=xsin-1x

  5. 13.

    g(t)=sintcos-1t

  6. 14.

    f(t)=etlnt

  7. 15.

    h(x)=sin-1xcos-1x

  8. 16.

    g(x)=tan-1(x)

  9. 17.

    f(x)=sec-1(1/x)

  10. 18.

    f(x)=sin(sin-1x)

In Exercises 19–22., compute the derivative of the given function in two ways:

  1. (a)

    By simplifying first, then taking the derivative, and

  2. (b)

    by using the Chain Rule first then simplifying.

Verify that the two answers are the same.

  1. 19.

    f(x)=sin(sin-1x)

  2. 20.

    f(x)=tan-1(tanx)

  3. 21.

    f(x)=sin(cos-1x)

  4. 22.

    f(x)=sin(tan-1x)

In Exercises 23–24., find the equation of the line tangent to the graph of f at the indicated x value.

  1. 23.

    f(x)=sin-1x  at x=22

  2. 24.

    f(x)=cos-1(2x)  at x=34

In Exercises 25–30., compute the indicated integral.

  1. 25.

    1/21/221-x2dx

  2. 26.

    0349+x2dx

  3. 27.

    sin-1r1-r2dr

  4. 28.

    x34+x8dx

  5. 29.

    et10-e2tdt

  6. 30.

    1x(1+x)dx

  1. 31.

    A regulation hockey goal is 6 feet wide. If a player is skating towards the end line on a line perpendicular to the end line and 10 feet from the imaginary line joining the center of one goal to the center of the other, the angle between the player and the goal first increases and then begins to decrease. In order to maximize this angle, how far from the end line should the player be when they shoot the puck?

    θ6 ft10 ft
Omni CMS