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

7.3 Exponential and Logarithmic Functions

In this section we will define general exponential and logarithmic functions and find their derivatives.

General exponential functions

margin: 112xy Figure 7.3.1: The function 2x for rational values of x. Λ

Consider first the function f(x)=2x. If x is rational, then we know how to compute 2x. What do we mean by 2π though? We compute this by first looking at 2r for rational numbers r that are very close to π, then finding a limit. In our case we might compute 23, 23.1, 23.14, etc. We then define 2π to be the limit of these numbers. Note that this is actually a different kind of limit than we have dealt with before since we only consider rational numbers close to π, not all real numbers close to π. We will see one way to make this more precise in Chapter 9. Graphically, we can plot the values of 2x for x rational and get something like the dotted curve in Figure 7.3.1. In order to define the remaining values, we are “connecting the dots” in a way that makes the function continuous.

It follows from continuity and the properties of limits that exponential functions will satisfy the familiar properties of exponents (see Section 2.0). This implies that margin: -110.512xy Figure 7.3.2: The functions 2x and 2-x. Λ

(12)x=(2-1)x=2-x,

so the graph of g(x)=(1/2)x is the reflection of f across the y-axis, as in Figure 7.3.2.

We can go through the same process as above for any base a>0, though we are not usually interested in the constant function 1x.

Key Idea 7.3.1 Properties of Exponential Functions

For a>0 and a1 the exponential function f(x)=ax satisfies:

  1. (a)

    a0=1

  2. (b)

    limxax={a>10a<1

  3. (c)

    ax>0 for all x

  4. (d)

    limx-ax={0a>1a<1

Derivatives of exponential functions

Suppose f(x)=ax for some a>0. We can use the rules of exponents to find the derivative of f:

f(x) =limh0f(x+h)-f(x)h
=limh0ax+h-axh
=limh0axah-axh
=limh0ax(ah-1)h
=axlimh0ah-1h  (since ax does not depend on h)

So we know that f(x)=axlimh0ah-1h, but can we say anything about that remaining limit? First we note that

f(0)=limh0a0+h-a0h=limh0ah-1h,

so we have f(x)=axf(0). The actual value of the limit limh0ah-1h depends on the base a, but it can be proved that it does exist. We will figure out just what this limit is later, but for now we note that the easiest differentiation formulas come from using a base a that makes limh0ah-1h=1. This base is the number e2.71828 and the exponential function ex is called the natural exponential function. This leads to the following result.

Theorem 7.3.1 Derivative of Exponential Functions

For any base a>0, the exponential function f(x)=ax has derivative f(x)=axf(0). The natural exponential function g(x)=ex has derivative g(x)=ex.

General logarithmic functions

Before reviewing general logarithmic functions, we’ll first remind ourselves of the laws of logarithms.

Key Idea 7.3.2 Properties of Logarithms

For a,x,y>0 and a1, we have
1.  loga(xy)=logax+logay 2.  logaxy=logax-logay 3.  logxy=logaylogax, when x1   4.  logaxy=ylogax 5.  loga1=0 6.  logaa=1

margin: 1e1exy Figure 7.3.3: The functions y=ax and y=logax for a>1. Λ

Let us consider the function f(x)=ax where a1. We know that f(x)=f(0)ax, where f(0) is a constant that depends on the base a. Since ax>0 for all x, this implies that f(x) is either always positive or always negative, depending on the sign of f(0). This in turn implies that f is strictly monotonic, so f is one-to-one. We can now say that f has an inverse. We call this inverse the logarithm with base a, denoted f-1(x)=logax. When a=e, this is the natural logarithm function lnx. So we can say that y=logax if and only if ay=x. Since the range of the exponential function is the set of positive real numbers, the domain of the logarithm function is also the set of positive real numbers. Reflecting the graph of y=ax across the line y=x we find that (for a>1) the graph of the logarithm looks like Figure 7.3.3.

Key Idea 7.3.3 Properties of Logarithmic Functions

For a>0 and a1 the logarithmic function f(x)=logax satisfies:

  1. (a)

    The domain of f(x)=logax is (0,) and the range is (-,).

  2. (b)

    y=logax if and only if ay=x.

  3. (c)

    limxlogax={ if a>1- if a<1

  4. (d)

    limx0+logax={- if a>1 if a<1

Using the inverse of the natural exponential function, we can determine what the value of f(0) is in the formula (ax)=f(0)ax. To do so, we note that a=elna since the exponential and logarithm functions are inverses. Hence we can write:

ax=(elna)x=exlna

Now since lna is a constant, we can use the Chain Rule to see that:

ddxax=ddxexlna=exlna(lna)=axlna

Comparing this to our previous result, we can restate our theorem:

Theorem 7.3.2 Derivative of Exponential Functions

For any base a>0, the exponential function f(x)=ax has derivative f(x)=axlna. The natural exponential function g(x)=ex has derivative g(x)=ex.

Change of base

In the previous computation, we found it convenient to rewrite the general exponential function in terms of the natural exponential function. A related formula allows us to rewrite the general logarithmic function in terms of the natural logarithm. To see how this works, suppose that y=logax, then we have:

ay =x
ln(ay) =lnx
ylna =lnx
y =lnxlna
logax =lnxlna.

This change of base formula allows us to use facts about the natural logarithm to derive facts about the general logarithm.

Derivatives of logarithmic functions

Since the natural logarithm function is the inverse of the natural exponential function, we can use the formula (f-1(x))=1f(f-1(x)) to find the derivative of y=lnx. We know that ddxex=ex, so we get:

ddxlnx=1ey=1elnx=1x.

Now we can apply the change of base formula to find the derivative of a general logarithmic function:

ddxlogax=ddx(lnxlna)=1lna(ddxlnx)=1xlna.
Example 7.3.1 Finding Derivatives of Logs and Exponentials

Find derivatives of the following functions.

1.f(x)=x34x-7  2.g(x)=2x2  3.h(x)=xlog5x

Solution

  1. (a)

    We apply both the Product and Chain Rules:

    f(x)=34x-7+x(34x-7ln3)(4)=(1+4xln3)34x-7
  2. (b)

    We apply the Chain Rule:

    g(x)=2x2(ln2)(2x)=2x2+1xln2.
  3. (c)

    Applying the Quotient Rule:

    h(x)=log5x-x(1xln5)(log5x)2=(log5x)(ln5)-1(log5x)2ln5
Example 7.3.2 The Derivative of the Natural Log

Find the derivative of the function y=ln|x|.

SolutionWe can rewrite our function as

y={lnxif x>0ln(-x)if x<0

Applying the Chain Rule, we see that dydx=1x for x>0, and dydx=-1-x=1x for x<0. Hence we have

ddxln|x|=1x for x0.

Antiderivatives

Combining these new results, we arrive at the following theorem:

Theorem 7.3.3 Derivatives and Antiderivatives of Exponentials and Logarithms

Given a base a>0 and a1, the following hold:

  1. (a)

    ddxex=ex

  2. (b)

    ddxax=axlna

  3. (c)

    ddxlnx=1x

  4. (d)

    ddxlogax=1xlna

  5. (e)

    exdx=ex+C

  6. (f)

    axdx=axlna+C

  7. (g)

    dxx=ln|x|+C

Example 7.3.3 Finding Antiderivatives

Find the following antiderivatives.

1. 3xdx  2. x2ex3dx  3. xdxx2+1

Solution

  1. (a)

    Applying our theorem,

    3xdx=3xln3+C
  2. (b)

    We use the substitution u=x3, du=3x2dx:

    x2ex3dx =13eudu
    =13eu+C
    =13ex3+C
  3. (c)

    Using the substitution u=x2+1, du=2xdx:

    xdxx2+1 =12duu
    =12ln|u|+C
    =12ln|x2+1|+C
    =12ln(x2+1)+

Note that we do not yet have an antiderivative for the function f(x)=lnx. We remedy this in Section 8.1 with Example 8.1.5.

Logarithmic Differentiation

margin: 121234xy Figure 7.3.4: A plot of y=xx. Λ

Consider the function y=xx; it is graphed in Figure 7.3.4. It is well-defined for x>0 and we might be interested in finding equations of lines tangent and normal to its graph. How do we take its derivative?

The function is not a power function: it has a “power” of x, not a constant. It is not an exponential function: it has a “base” of x, not a constant.

A differentiation technique known as logarithmic differentiation becomes useful here. The basic principle is this: take the natural log of both sides of an equation y=f(x), then use implicit differentiation to find y. We demonstrate this in the following example.

Example 7.3.4 Using Logarithmic Differentiation

Given y=xx, use logarithmic differentiation to find y.

SolutionAs suggested above, we start by taking the natural log of both sides then applying implicit differentiation.

y =xx
ln(y) =ln(xx) (apply logarithm rule)
ln(y) =xlnx (now use implicit differentiation)
ddx(ln(y)) =ddx(xlnx)
yy =lnx+x1x
yy =lnx+1
y =y(lnx+1) (substitute y=xx)
y =xx(lnx+1).
margin: 121234xy Figure 7.3.5: A graph of y=xx and its tangent line at x=1.5. Λ

To “test” our answer, let’s use it to find the equation of the tangent line at x=1.5. The point on the graph our tangent line must pass through is (1.5,1.51.5)(1.5,1.837). Using the equation for y, we find the slope as

y=1.51.5(ln1.5+1)1.837(1.405)2.582.

Thus the equation of the tangent line is y=2.582(x-1.5)+1.837. Figure 7.3.5 graphs y=xx along with this tangent line.

Exercises 7.3

 

Problems

In Exercises 1–4., find the domain of the function.

  1. 1.

    f(x)=ex2+1

  2. 2.

    f(t)=ln(1-t2)

  3. 3.

    g(x)=ln(x2)

  4. 4.

    f(x)=2log3(x2+1)

In Exercises 5–12., find the derivative of the function.

  1. 5.

    f(t)=et3-1

  2. 6.

    g(r)=r2log2r

  3. 7.

    f(x)=log5x5x

  4. 8.

    f(x)=4x5

  5. 9.

    f(x)=7log7x

  6. 10.

    g(x)=ex2sin(x-lnx)

  7. 11.

    h(r)=tan-1(3r)

  8. 12.

    h(x)=log10(x2+1x4)

In Exercises 13–24., evaluate the integral.

  1. 13.

    025xdx

  2. 14.

    13log3xxdx

  3. 15.

    x3x2-1dx

  4. 16.

    cos(lnx)xdx

  5. 17.

    exsin(ex)cos(ex)dx

  6. 18.

    18log2xdx

  7. 19.

    053x3x+2dx

  8. 20.

    1(1+x2)tan-1xdx

  9. 21.

    lnxxdx

  10. 22.

    (lnx)2xdx

  11. 23.

    ln(x3)xdx

  12. 24.

    1xln(x2)dx

  1. 25.

    Find the two values of n so that the function y=enx satisfies the differential equation y′′+y-6y=0.

  2. 26.
    Let f(x)=x2 and g(x)=2x. (a) Since f(2)=22=4 and g(2)=22=4, f(2)=g(2). Find a positive number c>2 so that f(c)=g(c). (b) Explain how you can be sure that there is at least one negative number a so that f(a)=g(a). (c) Use the Bisection Method to estimate the number a accurate to within .05. (d) Assume you were to graph f(x) and g(x) on the same graph with unit length equal to 1 inch along both coordinate axes. Approximately how high is the graph of f when x=18? The graph of g?

In Exercises 27–34., use logarithmic differentiation to find dydx, then find the equation of the tangent line at the indicated x-value.

  1. 27.

    y=(1+x)1/x, x=1

  2. 28.

    y=(2x)x2, x=1

  3. 29.

    y=xxx+1, x=1

  4. 30.

    y=xsin(x)+2, x=π/2

  5. 31.

    y=x+1x+2, x=1

  6. 32.

    y=(x+1)(x+2)(x+3)(x+4), x=0

  7. 33.

    y=xex, x=1

  8. 34.

    y=(cotx)cosx, x=π

  1. 35.

    The amount y of C14 in an object decays according the the function y(t)=y0e-rt, where y0 denotes the initial amount. If it takes 5730 years for half the initial amount to decay, find the rate constant r, and then determines how long it takes until only 10% remains.

Omni CMS