Learning Objectives

  • Identify the form of an exponential function.
  • Explain the difference between the graphs of [latex]x^b[/latex] and [latex]b^x[/latex].
  • Recognize the significance of the number [latex]e[/latex].
  • Identify the form of a logarithmic function.
  • Explain the relationship between exponential and logarithmic functions.
  • Describe how to calculate a logarithm to a different base.
  • Identify the hyperbolic functions, their graphs, and basic identities.

In this section we examine exponential and logarithmic functions. We use the properties of these functions to solve equations involving exponential or logarithmic terms, and we study the meaning and importance of the number [latex]e[/latex]. We also define hyperbolic and inverse hyperbolic functions, which involve combinations of exponential and logarithmic functions. (Note that we present alternative definitions of exponential and logarithmic functions in the chapter Applications of Integrations , and prove that the functions have the same properties with either definition.)

Exponential Functions

Exponential functions arise in many applications. One common example is population growth .

For example, if a population starts with [latex]P_0[/latex] individuals and then grows at an annual rate of [latex]2\%[/latex], its population after 1 year is

[latex]P(1)=P_0+0.02P_0=P_0(1+0.02)=P_0(1.02)[/latex].

Its population after 2 years is

[latex]P(2)=P(1)+0.02P(1)=P(1)(1.02)=P_0(1.02)^2[/latex].

In general, its population after [latex]t[/latex] years is

[latex]P(t)=P_0(1.02)^t[/latex],

which is an exponential function. More generally, any function of the form [latex]f(x)=b^x[/latex], where [latex]b < 0, \, b \ne 1[/latex], is an exponential function with base [latex]b[/latex] and exponent [latex]x[/latex]. Exponential functions have constant bases and variable exponents. Note that a function of the form [latex]f(x)=x^b[/latex] for some constant [latex]b[/latex] is not an exponential function but a power function.

To see the difference between an exponential function and a power function, we compare the functions [latex]y=x^2[/latex] and [latex]y=2^x[/latex]. In (Figure) , we see that both [latex]2^x[/latex] and [latex]x^2[/latex] approach infinity as [latex]x \to \infty[/latex]. Eventually, however, [latex]2^x[/latex] becomes larger than [latex]x^2[/latex] and grows more rapidly as [latex]x \to \infty[/latex]. In the opposite direction, as [latex]x \to -\infty, \, x^2 \to \infty[/latex], whereas [latex]2^x \to 0[/latex]. The line [latex]y=0[/latex] is a horizontal asymptote for [latex]y=2^x[/latex].

Values of [latex]x^2[/latex] and [latex]2^x[/latex]
[latex]\mathbf{x}[/latex] -3 -2 -1 0 1 2 3 4 5 6
[latex]\mathbf{x^2}[/latex] 9 4 1 0 1 4 9 16 25 36
[latex]\mathbf{2^x}[/latex] [latex]1/8[/latex] [latex]1/4[/latex] [latex]1/2[/latex] 1 2 4 8 16 32 64

In (Figure) , we graph both [latex]y=x^2[/latex] and [latex]y=2^x[/latex] to show how the graphs differ.

An image of a graph. The x axis runs from -10 to 10 and the y axis runs from 0 to 50. The graph is of two functions. The first function is “y = x squared”, which is a parabola. The function decreases until it hits the origin and then begins increasing. The second function is “y = 2 to the power of x”, which starts slightly above the x axis, and begins increasing very rapidly, more rapidly than the first function.
Figure 1. Both [latex]2^x[/latex] and [latex]x^2[/latex] approach infinity as [latex]x \to \infty[/latex], but [latex]2^x[/latex] grows more rapidly than [latex]x^2[/latex]. As [latex]x \to -\infty, \, x^2 \to \infty[/latex], whereas [latex]2^x \to 0[/latex].

Evaluating Exponential Functions

Recall the properties of exponents: If [latex]x[/latex] is a positive integer, then we define [latex]b^x=b\cdot b \cdots b[/latex] (with [latex]x[/latex] factors of [latex]b[/latex]). If [latex]x[/latex] is a negative integer, then [latex]x=-y[/latex] for some positive integer [latex]y[/latex], and we define [latex]b^x=b^{-y}=1/b^y[/latex]. Also, [latex]b^0[/latex] is defined to be 1. If [latex]x[/latex] is a rational number, then [latex]x=p/q[/latex], where [latex]p[/latex] and [latex]q[/latex] are integers and [latex]b^x=b^{p/q}=\sqrt[q]{b^p}[/latex]. For example, [latex]9^{3/2}=\sqrt{9^3}=27[/latex]. However, how is [latex]b^x[/latex] defined if [latex]x[/latex] is an irrational number? For example, what do we mean by [latex]2^{\sqrt{2}}[/latex]? This is too complex a question for us to answer fully right now; however, we can make an approximation. In (Figure) , we list some rational numbers approaching [latex]\sqrt{2}[/latex], and the values of [latex]2^x[/latex] for each rational number [latex]x[/latex] are presented as well. We claim that if we choose rational numbers [latex]x[/latex] getting closer and closer to [latex]\sqrt{2}[/latex], the values of [latex]2^x[/latex] get closer and closer to some number [latex]L[/latex]. We define that number [latex]L[/latex] to be [latex]2^{\sqrt{2}}[/latex].

Values of [latex]2^x[/latex] for a List of Rational Numbers Approximating [latex]\sqrt{2}[/latex]
[latex]\mathbf{x}[/latex] 1.4 1.41 1.414 1.4142 1.41421 1.414213
[latex]\mathbf{2^x}[/latex] 2.639 2.65737 2.66475 2.665119 2.665138 2.665143

Bacterial Growth

Suppose a particular population of bacteria is known to double in size every 4 hours. If a culture starts with 1000 bacteria, the number of bacteria after 4 hours is [latex]n(4)=1000\cdot 2[/latex]. The number of bacteria after 8 hours is [latex]n(8)=n(4)\cdot 2=1000\cdot 2^2[/latex]. In general, the number of bacteria after [latex]4m[/latex] hours is [latex]n(4m)=1000\cdot 2^m[/latex]. Letting [latex]t=4m[/latex], we see that the number of bacteria after [latex]t[/latex] hours is [latex]n(t)=1000\cdot 2^{t/4}[/latex]. Find the number of bacteria after 6 hours, 10 hours, and 24 hours.

Solution

The number of bacteria after 6 hours is given by [latex]n(6)=1000\cdot 2^{6/4} \approx 2828[/latex] bacteria. The number of bacteria after 10 hours is given by [latex]n(10)=1000\cdot 2^{10/4} \approx 5657[/latex] bacteria. The number of bacteria after 24 hours is given by [latex]n(24)=1000\cdot 2^6=64,000[/latex] bacteria.

Given the exponential function [latex]f(x)=100\cdot 3^{x/2}[/latex], evaluate [latex]f(4)[/latex] and [latex]f(10)[/latex].

Solution

[latex]f(4)=900; \, f(10)=24,300[/latex].

Go to World Population Balance for another example of exponential population growth.

Graphing Exponential Functions

For any base [latex]b < 0, \, b\ne 1[/latex], the exponential function [latex]f(x)=b^x[/latex] is defined for all real numbers [latex]x[/latex] and [latex]b^x < 0[/latex]. Therefore, the domain of [latex]f(x)=b^x[/latex] is [latex](-\infty ,\infty)[/latex] and the range is [latex](0,\infty)[/latex]. To graph [latex]b^x[/latex], we note that for [latex]b < 1, \, b^x[/latex] is increasing on [latex](-\infty ,\infty)[/latex] and [latex]b^x \to \infty[/latex] as [latex]x \to \infty[/latex], whereas [latex]b^x \to 0[/latex] as [latex]x \to -\infty[/latex]. On the other hand, if [latex]0 < b < 1, \, f(x)=b^x[/latex] is decreasing on [latex](-\infty ,\infty)[/latex] and [latex]b^x \to 0[/latex] as [latex]x \to \infty[/latex] whereas [latex]b^x \to \infty[/latex] as [latex]x \to -\infty[/latex] ( (Figure) ).

An image of a graph. The x axis runs from -3 to 3 and the y axis runs from 0 to 4. The graph is of four functions. The first function is “f(x) = 2 to the power of x”, an increasing curved function, which starts slightly above the x axis and begins increasing. The second function is “f(x) = 4 to the power of x”, an increasing curved function, which starts slightly above the x axis and begins increasing rapidly, more rapidly than the first function. The third function is “f(x) = (1/2) to the power of x”, a decreasing curved function with decreases until it gets close to the x axis without touching it. The third function is “f(x) = (1/4) to the power of x”, a decreasing curved function with decreases until it gets close to the x axis without touching it. It decrases at a faster rate than the third function.
Figure 2. If [latex]b < 1[/latex], then [latex]b^x[/latex] is increasing on [latex](-\infty ,\infty)[/latex]. If [latex]0<b<1[/latex], then [latex]b^x[/latex] is decreasing on [latex](-\infty ,\infty)[/latex].

Visit this site for more exploration of the graphs of exponential functions.

Note that exponential functions satisfy the general laws of exponents. To remind you of these laws, we state them as rules.

Rule: Laws of Exponents

For any constants [latex]a > 0, \, b > 0[/latex], and for all [latex]x[/latex] and [latex]y[/latex],

  1. [latex]b^x\cdot b^y=b^{x+y}[/latex]
  2. [latex]\large\frac{b^x}{b^y} \normalsize = b^{x-y}[/latex]
  3. [latex](b^x)^y=b^{xy}[/latex]
  4. [latex](ab)^x=a^x b^x[/latex]
  5. [latex]\large \frac{a^x}{b^x} \normalsize =(\frac{a}{b})^x[/latex]

Using the Laws of Exponents

Use the laws of exponents to simplify each of the following expressions.

  1. [latex]\large \frac{(2x^{2/3})^3}{(4x^{-1/3})^2}[/latex]
  2. [latex]\large \frac{(x^3 y^{-1})^2}{(xy^2)^{-2}}[/latex]

Solution

  1. We can simplify as follows:
    [latex]\large \frac{(2x^{2/3})^3}{(4x^{-1/3})^2} \normalsize = \large \frac{2^3(x^{2/3})^3}{4^2(x^{-1/3})^2} \normalsize = \large \frac{8x^2}{16x^{-2/3}} \normalsize = \large \frac{x^2x^{2/3}}{2} \normalsize = \large \frac{x^{8/3}}{2}[/latex].
  2. We can simplify as follows:
    [latex]\large \frac{(x^3y^{-1})^2}{(xy^2)^{-2}} \normalsize = \large \frac{(x^3)^2(y^{-1})^2}{x^{-2}(y^2)^{-2}} \normalsize = \large \frac{x^6y^{-2}}{x^{-2}y^{-4}} \normalsize = x^6x^2y^{-2}y^4 = x^8y^2[/latex].

Use the laws of exponents to simplify [latex]\frac{6x^{-3}y^2}{12x^{-4}y^5}[/latex].

Hint

[latex]\frac{x^a}{x^b}=x^{a-b}[/latex]

Solution

[latex]\frac{x}{2y^3}[/latex]

The Number  [latex]e[/latex]

A special type of exponential function appears frequently in real-world applications. To describe it, consider the following example of exponential growth, which arises from compounding interest in a savings account. Suppose a person invests [latex]P[/latex] dollars in a savings account with an annual interest rate [latex]r[/latex], compounded annually. The amount of money after 1 year is

[latex]A(1)=P+rP=P(1+r)[/latex].

The amount of money after 2 years is

[latex]A(2)=A(1)+rA(1)=P(1+r)+rP(1+r)=P(1+r)^2[/latex].

More generally, the amount after [latex]t[/latex] years is

[latex]A(t)=P(1+r)^t[/latex].

If the money is compounded 2 times per year, the amount of money after half a year is

[latex]A(\frac{1}{2})=P+(\frac{r}{2})P=P(1+(\frac{r}{2}))[/latex].

The amount of money after 1 year is

[latex]A(1)=A(\frac{1}{2})+(\frac{r}{2})A(\frac{1}{2})=P(1+\frac{r}{2})+\frac{r}{2}(P(1+\frac{r}{2}))=P(1+\frac{r}{2})^2[/latex].

After [latex]t[/latex] years, the amount of money in the account is

[latex]A(t)=P(1+\frac{r}{2})^{2t}[/latex].

More generally, if the money is compounded [latex]n[/latex] times per year, the amount of money in the account after [latex]t[/latex] years is given by the function

[latex]A(t)=P(1+\frac{r}{n})^{nt}[/latex].

What happens as [latex]n\to \infty[/latex]? To answer this question, we let [latex]m=n/r[/latex] and write

[latex](1+\frac{r}{n})^{nt}=(1+\frac{1}{m})^{mrt}[/latex],

and examine the behavior of [latex](1+1/m)^m[/latex] as [latex]m\to \infty[/latex], using a table of values ( (Figure) ).

Values of [latex](1+\frac{1}{m})^m[/latex] as [latex]m \to \infty[/latex]
[latex]\mathbf{m}[/latex] 10 100 1000 10,000 100,000 1,000,000
[latex]\mathbf{(1+\frac{1}{m})^m}[/latex] 2.5937 2.7048 2.71692 2.71815 2.718268 2.718280

Looking at this table, it appears that [latex](1+1/m)^m[/latex] is approaching a number between 2.7 and 2.8 as [latex]m\to \infty[/latex]. In fact, [latex](1+1/m)^m[/latex] does approach some number as [latex]m\to \infty[/latex]. We call this number [latex]e[/latex]. To six decimal places of accuracy,

[latex]e \approx 2.718282[/latex].

The letter [latex]e[/latex] was first used to represent this number by the Swiss mathematician Leonhard Euler during the 1720s. Although Euler did not discover the number, he showed many important connections between [latex]e[/latex] and logarithmic functions. We still use the notation [latex]e[/latex] today to honor Euler’s work because it appears in many areas of mathematics and because we can use it in many practical applications.

Returning to our savings account example, we can conclude that if a person puts [latex]P[/latex] dollars in an account at an annual interest rate [latex]r[/latex], compounded continuously, then [latex]A(t)=Pe^{rt}[/latex]. This function may be familiar. Since functions involving base [latex]e[/latex] arise often in applications, we call the function [latex]f(x)=e^x[/latex] the natural exponential function . Not only is this function interesting because of the definition of the number [latex]e[/latex], but also, as discussed next, its graph has an important property.

Since [latex]e < 1[/latex], we know [latex]e^x[/latex] is increasing on [latex](-\infty ,\infty)[/latex]. In (Figure) , we show a graph of [latex]f(x)=e^x[/latex] along with a tangent line to the graph of at [latex]x=0[/latex]. We give a precise definition of tangent line in the next chapter; but, informally, we say a tangent line to a graph of [latex]f[/latex] at [latex]x=a[/latex] is a line that passes through the point [latex](a,f(a))[/latex] and has the same “slope” as [latex]f[/latex] at that point. The function [latex]f(x)=e^x[/latex] is the only exponential function [latex]b^x[/latex] with tangent line at [latex]x=0[/latex] that has a slope of 1. As we see later in the text, having this property makes the natural exponential function the simplest exponential function to use in many instances.

An image of a graph. The x axis runs from -3 to 3 and the y axis runs from 0 to 4. The graph is of the function “f(x) = e to power of x”, an increasing curved function that starts slightly above the x axis. The y intercept is at the point (0, 1). At this point, a line is drawn tangent to the function. This line has the label “slope = 1”.
Figure 3. The graph of [latex]f(x)=e^x[/latex] has a tangent line with slope 1 at [latex]x=0[/latex].

Compounding Interest

Suppose [latex]\$500[/latex] is invested in an account at an annual interest rate of [latex]r=5.5\%[/latex], compounded continuously.

  1. Let [latex]t[/latex] denote the number of years after the initial investment and [latex]A(t)[/latex] denote the amount of money in the account at time [latex]t[/latex]. Find a formula for [latex]A(t)[/latex].
  2. Find the amount of money in the account after 10 years and after 20 years.

Solution

  1. If [latex]P[/latex] dollars are invested in an account at an annual interest rate [latex]r[/latex], compounded continuously, then [latex]A(t)=Pe^{rt}[/latex]. Here [latex]P=\$500[/latex] and [latex]r=0.055[/latex]. Therefore, [latex]A(t)=500e^{0.055t}[/latex].
  2. After 10 years, the amount of money in the account is
    [latex]A(10)=500e^{0.055\cdot 10}=500e^{0.55}\approx \$866.63[/latex].

    After 20 years, the amount of money in the account is

    [latex]A(20)=500e^{0.055\cdot 20}=500e^{1.1}\approx \$1,502.08[/latex].

If [latex]\$750[/latex] is invested in an account at an annual interest rate of [latex]4\%[/latex], compounded continuously, find a formula for the amount of money in the account after [latex]t[/latex] years. Find the amount of money after 30 years.

Hint

[latex]A(t)=Pe^{rt}[/latex].

 

Solution:

[latex]A(t)=750e^{0.04t}[/latex]. After 30 years, there will be approximately [latex]\$2,490.09[/latex].

 

Logarithmic Functions

Using our understanding of exponential functions, we can discuss their inverses, which are the logarithmic functions. These come in handy when we need to consider any phenomenon that varies over a wide range of values, such as pH in chemistry or decibels in sound levels.

The exponential function [latex]f(x)=b^x[/latex] is one-to-one, with domain [latex](-\infty ,\infty)[/latex] and range [latex](0,\infty )[/latex]. Therefore, it has an inverse function, called the logarithmic function with base [latex]b[/latex]. For any [latex]b < 0, \, b \ne 1[/latex], the logarithmic function with base [latex]b[/latex], denoted [latex]\log_b[/latex], has domain [latex](0,\infty )[/latex] and range [latex](-\infty ,\infty )[/latex], and satisfies

[latex]\log_b(x)=y[/latex] if and only if [latex]b^y=x[/latex].

For example,

[latex]\begin{array}{cccc} \log_2 (8)=3\hfill & & & \text{since}\phantom{\rule{3em}{0ex}}2^3=8,\hfill \\ \log_{10} (\frac{1}{100})=-2\hfill & & & \text{since}\phantom{\rule{3em}{0ex}}10^{-2}=\frac{1}{10^2}=\frac{1}{100},\hfill \\ \log_b (1)=0\hfill & & & \text{since}\phantom{\rule{3em}{0ex}}b^0=1 \, \text{for any base} \, b < 0.\hfill \end{array}[/latex]

Furthermore, since [latex]y=\log_b (x)[/latex] and [latex]y=b^x[/latex] are inverse functions,

[latex]\log_b (b^x)=x \, \text{and} \, b^{\log_b (x)}=x[/latex].

The most commonly used logarithmic function is the function [latex]\log_e (x)[/latex]. Since this function uses natural [latex]e[/latex] as its base, it is called the natural logarithm . Here we use the notation [latex]\ln(x)[/latex] or [latex]\ln x[/latex] to mean [latex]\log_e (x)[/latex]. For example,

[latex]\ln (e)=\log_e (e)=1, \, \ln(e^3)=\log_e (e^3)=3, \, \ln(1)=\log_e (1)=0[/latex].

Since the functions [latex]f(x)=e^x[/latex] and [latex]g(x)=\ln(x)[/latex] are inverses of each other,

[latex]\ln(e^x)=x \, \text{and} \, e^{\ln x}=x[/latex],

and their graphs are symmetric about the line [latex]y=x[/latex] ( (Figure) ).

An image of a graph. The x axis runs from -3 to 3 and the y axis runs from -3 to 4. The graph is of two functions. The first function is “f(x) = e to power of x”, an increasing curved function that starts slightly above the x axis. The y intercept is at the point (0, 1) and there is no x intercept. The second function is “f(x) = ln(x)”, an increasing curved function. The x intercept is at the point (1, 0) and there is no y intercept. A dotted line with label “y = x” is also plotted on the graph, to show that the functions are mirror images over this line.
Figure 4: The functions [latex]y=e^x[/latex] and [latex]y=\ln(x)[/latex] are inverses of each other, so their graphs are symmetric about the line [latex]y=x[/latex].

At this site you can see an example of a base-10 logarithmic scale.

In general, for any base [latex]b < 0, \, b\ne 1[/latex], the function [latex]g(x)=\log_b (x)[/latex] is symmetric about the line [latex]y=x[/latex] with the function [latex]f(x)=b^x[/latex]. Using this fact and the graphs of the exponential functions, we graph functions [latex]\log_b (x)[/latex] for several values of [latex]b < 1[/latex] ( (Figure) ).

An image of a graph. The x axis runs from -3 to 3 and the y axis runs from 0 to 4. The graph is of three functions. All three functions a log functions that are increasing curved functions that start slightly to the right of the y axis and have an x intercept at (1, 0). The first function is “y = log base 10 (x)”, the second function is “f(x) = ln(x)”, and the third function is “y = log base 2 (x)”. The third function increases the most rapidly, the second function increases next most rapidly, and the third function increases the slowest.
Figure 5: Graphs of [latex]y=\log_b (x)[/latex] are depicted for [latex]b=2, \, e, \, 10[/latex].

Before solving some equations involving exponential and logarithmic functions, let’s review the basic properties of logarithms.

Rule: Properties of Logarithms

If [latex]a,b,c < 0, \, b\ne 1[/latex], and [latex]r[/latex] is any real number, then

[latex]\begin{array}{cccc}1.\phantom{\rule{2em}{0ex}}\log_b (ac)=\log_b (a)+\log_b (c)\hfill & & & \text{(Product property)}\hfill \\ 2.\phantom{\rule{2em}{0ex}}\log_b(\frac{a}{c})=\log_b (a) -\log_b (c)\hfill & & & \text{(Quotient property)}\hfill \\ 3.\phantom{\rule{2em}{0ex}}\log_b (a^r)=r \log_b (a)\hfill & & & \text{(Power property)}\hfill \end{array}[/latex]

Solving Equations Involving Exponential Functions

Solve each of the following equations for [latex]x[/latex].

  1. [latex]5^x=2[/latex]
  2. [latex]e^x+6e^{-x}=5[/latex]

Solution

  1. Applying the natural logarithm function to both sides of the equation, we have
    [latex]\ln 5^x=\ln 2[/latex].

    Using the power property of logarithms,

    [latex]x \ln 5=\ln 2[/latex].

    Therefore, [latex]x=\ln 2 / \ln 5[/latex].

  2. Multiplying both sides of the equation by [latex]e^x[/latex], we arrive at the equation
    [latex]e^{2x}+6=5e^x[/latex].

    Rewriting this equation as

    [latex]e^{2x}-5e^x+6=0[/latex],

    we can then rewrite it as a quadratic equation in [latex]e^x[/latex]:

    [latex](e^x)^2-5(e^x)+6=0[/latex].

    Now we can solve the quadratic equation. Factoring this equation, we obtain

    [latex](e^x-3)(e^x-2)=0[/latex].

    Therefore, the solutions satisfy [latex]e^x=3[/latex] and [latex]e^x=2[/latex]. Taking the natural logarithm of both sides gives us the solutions [latex]x=\ln 3, \, \ln 2[/latex].

Solve [latex]e^{2x} / (3+e^{2x})=1/2[/latex].

Hint

First solve the equation for [latex]e^{2x}[/latex].

Solution

[latex]x=\frac{\ln 3}{2}[/latex]

Solving Equations Involving Logarithmic Functions

Solve each of the following equations for [latex]x[/latex].

  1. [latex]\ln (\frac{1}{x})=4[/latex]
  2. [latex]\log_{10} \sqrt{x}+ \log_{10} x=2[/latex]
  3. [latex]\ln(2x)-3 \ln(x^2)=0[/latex]

Solution

  1. By the definition of the natural logarithm function,
    [latex]\ln\big(\frac{1}{x}\big)=4 \, \text{if and only if} \, e^4=\frac{1}{x}[/latex].

    Therefore, the solution is [latex]x=1/e^4[/latex].

  2. Using the product and power properties of logarithmic functions, rewrite the left-hand side of the equation as
    [latex]\log_{10} \sqrt{x}+ \log_{10} x = \log_{10} x \sqrt{x} = \log_{10}x^{3/2} = \frac{3}{2} \log_{10} x[/latex].

    Therefore, the equation can be rewritten as

    [latex]\frac{3}{2} \log_{10} x = 2 \, \text{or} \, \log_{10} x = \frac{4}{3}[/latex].

    The solution is [latex]x=10^{4/3}=10\sqrt[3]{10}[/latex].

  3. Using the power property of logarithmic functions, we can rewrite the equation as [latex]\ln(2x) - \ln(x^6) = 0[/latex].
    Using the quotient property, this becomes

    [latex]\ln\big(\frac{2}{x^5}\big)=0[/latex].

    Therefore, [latex]2/x^5=1[/latex], which implies [latex]x=\sqrt[5]{2}[/latex]. We should then check for any extraneous solutions.

Solve [latex]\ln(x^3)-4 \ln (x)=1[/latex].

Hint

First use the power property, then use the product property of logarithms.

Solution

[latex]x=\frac{1}{e}[/latex]

When evaluating a logarithmic function with a calculator, you may have noticed that the only options are [latex]\log_{10}[/latex] or log, called the common logarithm , or ln, which is the natural logarithm. However, exponential functions and logarithm functions can be expressed in terms of any desired base [latex]b[/latex]. If you need to use a calculator to evaluate an expression with a different base, you can apply the change-of-base formulas first. Using this change of base, we typically write a given exponential or logarithmic function in terms of the natural exponential and natural logarithmic functions.

Rule: Change-of-Base Formulas

Let [latex]a < 0, \, b < 0[/latex], and [latex]a\ne 1, \, b\ne 1[/latex].

  1. [latex]a^x=b^{x \log_b a}[/latex] for any real number [latex]x[/latex].
    If [latex]b=e[/latex], this equation reduces to [latex]a^x=e^{x \log_e a}=e^{x \ln a}[/latex].
  2. [latex]\log_a x=\frac{\log_b x}{\log_b a}[/latex] for any real number [latex]x < 0[/latex]. If [latex]b=e[/latex], this equation reduces to [latex]\log_a x=\frac{\ln x}{\ln a}[/latex].

Proof

For the first change-of-base formula, we begin by making use of the power property of logarithmic functions. We know that for any base [latex]b < 0, \, b\ne 1, \, \log_b (a^x)=x \log_b a[/latex]. Therefore,

[latex]b^{\log_b(a^x)}=b^{x \log_b a}[/latex].

In addition, we know that [latex]b^x[/latex] and [latex]\log_b (x)[/latex] are inverse functions. Therefore,

[latex]b^{\log_b (a^x)}=a^x[/latex].

Combining these last two equalities, we conclude that [latex]a^x=b^{x \log_b a}[/latex].

To prove the second property, we show that

[latex](\log_b a)\cdot (\log_a x)=\log_b x[/latex].

Let [latex]u=\log_b a, \, v=\log_a x[/latex], and [latex]w=\log_b x[/latex]. We will show that [latex]u\cdot v=w[/latex]. By the definition of logarithmic functions, we know that [latex]b^u=a, \, a^v=x[/latex], and [latex]b^w=x[/latex]. From the previous equations, we see that

[latex]b^{uv}=(b^u)^v=a^v=x=b^w[/latex].

Therefore, [latex]b^{uv}=b^w[/latex]. Since exponential functions are one-to-one, we can conclude that [latex]u\cdot v=w[/latex].

Changing Bases

Use a calculating utility to evaluate [latex]\log_3 7[/latex] with the change-of-base formula presented earlier.

Solution

Use the second equation with [latex]a=3[/latex] and [latex]e=3[/latex]:

[latex]\log_3 7=\frac{\ln 7}{\ln 3} \approx 1.77124[/latex].

Use the change-of-base formula and a calculating utility to evaluate [latex]\log_4 6[/latex].

Hint

Use the change of base to rewrite this expression in terms of expressions involving the natural logarithm function.

Solution

1.29248

Chapter Opener: The Richter Scale for Earthquakes

A photograph of an earthquake fault.
Figure 6: (credit: modification of work by Robb Hannawacker, NPS)

In 1935, Charles Richter developed a scale (now known as the Richter scale ) to measure the magnitude of an earthquake . The scale is a base-10 logarithmic scale, and it can be described as follows: Consider one earthquake with magnitude [latex]R_1[/latex] on the Richter scale and a second earthquake with magnitude [latex]R_2[/latex] on the Richter scale. Suppose [latex]R_1 < R_2[/latex], which means the earthquake of magnitude [latex]R_1[/latex] is stronger, but how much stronger is it than the other earthquake? A way of measuring the intensity of an earthquake is by using a seismograph to measure the amplitude of the earthquake waves. If [latex]A_1[/latex] is the amplitude measured for the first earthquake and [latex]A_2[/latex] is the amplitude measured for the second earthquake, then the amplitudes and magnitudes of the two earthquakes satisfy the following equation:

[latex]R_1 - R_2 = \log_{10}(\frac{A_1}{A_2})[/latex].

Consider an earthquake that measures 8 on the Richter scale and an earthquake that measures 7 on the Richter scale. Then,

[latex]8-7=\log_{10}(\frac{A_1}{A_2})[/latex].

Therefore,

[latex]\log_{10}(\frac{A_1}{A_2})=1[/latex],

which implies [latex]A_1 / A_2 = 10[/latex] or [latex]A_1 = 10A_2[/latex]. Since [latex]A_1[/latex] is 10 times the size of [latex]A_2[/latex], we say that the first earthquake is 10 times as intense as the second earthquake. On the other hand, if one earthquake measures 8 on the Richter scale and another measures 6, then the relative intensity of the two earthquakes satisfies the equation

[latex]\log_{10}(\frac{A_1}{A_2})=8-6=2[/latex].

Therefore, [latex]A_1=100A_2[/latex]. That is, the first earthquake is 100 times more intense than the second earthquake.

How can we use logarithmic functions to compare the relative severity of the magnitude 9 earthquake in Japan in 2011 with the magnitude 7.3 earthquake in Haiti in 2010?

Solution

To compare the Japan and Haiti earthquakes, we can use an equation presented earlier:

[latex]9-7.3=\log_{10}(\frac{A_1}{A_2})[/latex].

Therefore, [latex]A_1 / A_2=10^{1.7}[/latex], and we conclude that the earthquake in Japan was approximately 50 times more intense than the earthquake in Haiti.

Compare the relative severity of a magnitude 8.4 earthquake with a magnitude 7.4 earthquake.

Hint

[latex]R_1-R_2=\log_{10}(A_1 / A_2)[/latex].

Solution:

The magnitude 8.4 earthquake is roughly 10 times as severe as the magnitude 7.4 earthquake.

Hyperbolic Functions

The hyperbolic functions are defined in terms of certain combinations of [latex]e^x[/latex] and [latex]e^{-x}[/latex]. These functions arise naturally in various engineering and physics applications, including the study of water waves and vibrations of elastic membranes. Another common use for a hyperbolic function is the representation of a hanging chain or cable, also known as a catenary ( (Figure) ). If we introduce a coordinate system so that the low point of the chain lies along the [latex]y[/latex]-axis, we can describe the height of the chain in terms of a hyperbolic function. First, we define the hyperbolic functions.

A photograph of a spider web collecting dew drops.
Figure 7. The shape of a strand of silk in a spider’s web can be described in terms of a hyperbolic function. The same shape applies to a chain or cable hanging from two supports with only its own weight. (credit: “Mtpaley”, Wikimedia Commons)

Definition

Hyperbolic cosine

[latex]\cosh x=\large \frac{e^x+e^{-x}}{2}[/latex]

Hyperbolic sine

[latex]\sinh x=\large \frac{e^x-e^{-x}}{2}[/latex]

Hyperbolic tangent

[latex]\tanh x=\large \frac{\sinh x}{\cosh x} \normalsize = \large \frac{e^x-e^{-x}}{e^x+e^{-x}}[/latex]

Hyperbolic cosecant

[latex]\text{csch} \, x=\large \frac{1}{\sinh x} \normalsize = \large \frac{2}{e^x-e^{-x}}[/latex]

Hyperbolic secant

[latex]\text{sech} \, x=\large \frac{1}{\cosh x} \normalsize = \large \frac{2}{e^x+e^{-x}}[/latex]

Hyperbolic cotangent

[latex]\coth x=\large \frac{\cosh x}{\sinh x} \normalsize = \large \frac{e^x+e^{-x}}{e^x-e^{-x}}[/latex]

The name cosh rhymes with “gosh,” whereas the name sinh is pronounced “cinch.” Tanh , sech , csch , and coth are pronounced “tanch,” “seech,” “coseech,” and “cotanch,” respectively.

Using the definition of [latex]\cosh(x)[/latex] and principles of physics, it can be shown that the height of a hanging chain, such as the one in (Figure) , can be described by the function [latex]h(x)=a \cosh(x/a)+c[/latex] for certain constants [latex]a[/latex] and [latex]c[/latex].

But why are these functions called hyperbolic functions ? To answer this question, consider the quantity [latex]\cosh^2 t-\sinh^2 t[/latex]. Using the definition of [latex]\cosh[/latex] and [latex]\sinh[/latex], we see that

[latex]\cosh^2 t-\sinh^2 t=\large \frac{e^{2t}+2+e^{-2t}}{4}-\frac{e^{2t}-2+e^{-2t}}{4} \normalsize =1[/latex].

This identity is the analog of the trigonometric identity [latex]\cos^2 t+\sin^2 t=1[/latex]. Here, given a value [latex]t[/latex], the point [latex](x,y)=(\cosh t,\sinh t)[/latex] lies on the unit hyperbola [latex]x^2-y^2=1[/latex] ( (Figure) ).

An image of a graph. The x axis runs from -1 to 3 and the y axis runs from -3 to 3. The graph is of the relation “(x squared) - (y squared) -1”. The left most point of the relation is at the x intercept, which is at the point (1, 0). From this point the relation both increases and decreases in curves as x increases. This relation is known as a hyperbola and it resembles a sideways “U” shape. There is a point plotted on the graph of the relation labeled “(cosh(1), sinh(1))”, which is at the approximate point (1.5, 1.2).
Figure 8.The unit hyperbola [latex]\cosh^2 t-\sinh^2 t=1[/latex].

Graphs of Hyperbolic Functions

To graph [latex]\cosh x[/latex] and [latex]\sinh x[/latex], we make use of the fact that both functions approach [latex](1/2)e^x[/latex] as [latex]x \to \infty[/latex], since [latex]e^{-x} \to 0[/latex] as [latex]x \to \infty[/latex]. As [latex]x \to -\infty, \, \cosh x[/latex] approaches [latex]1/2e^{-x}[/latex], whereas [latex]\sinh x[/latex] approaches [latex]-1/2e^{-x}[/latex]. Therefore, using the graphs of [latex]1/2e^x, \, 1/2e^{-x}[/latex], and [latex]-1/2e^{-x}[/latex] as guides, we graph [latex]\cosh x[/latex] and [latex]\sinh x[/latex]. To graph [latex]\tanh x[/latex], we use the fact that [latex]\tanh(0)=1, \, -1<\tanh(x)<1[/latex] for all [latex]x, \, \tanh x \to 1[/latex] as [latex]x \to \infty[/latex], and [latex]\tanh x \to -1[/latex] as [latex]x \to -\infty[/latex]. The graphs of the other three hyperbolic functions can be sketched using the graphs of [latex]\cosh x, \, \sinh x[/latex], and [latex]\tanh x[/latex] ( (Figure) ).

An image of six graphs. Each graph has an x axis that runs from -3 to 3 and a y axis that runs from -4 to 4. The first graph is of the function “y = cosh(x)”, which is a hyperbola. The function decreases until it hits the point (0, 1), where it begins to increase. There are also two functions that serve as a boundary for this function. The first of these functions is “y = (1/2)(e to power of -x)”, a decreasing curved function and the second of these functions is “y = (1/2)(e to power of x)”, an increasing curved function. The function “y = cosh(x)” is always above these two functions without ever touching them. The second graph is of the function “y = sinh(x)”, which is an increasing curved function. There are also two functions that serve as a boundary for this function. The first of these functions is “y = (1/2)(e to power of x)”, an increasing curved function and the second of these functions is “y = -(1/2)(e to power of -x)”, an increasing curved function that approaches the x axis without touching it. The function “y = sinh(x)” is always between these two functions without ever touching them. The third graph is of the function “y = sech(x)”, which increases until the point (0, 1), where it begins to decrease. The graph of the function has a hump. The fourth graph is of the function “y = csch(x)”. On the left side of the y axis, the function starts slightly below the x axis and decreases until it approaches the y axis, which it never touches. On the right side of the y axis, the function starts slightly to the right of the y axis and decreases until it approaches the x axis, which it never touches. The fifth graph is of the function “y = tanh(x)”, an increasing curved function. There are also two functions that serve as a boundary for this function. The first of these functions is “y = 1”, a horizontal line function and the second of these functions is “y = -1”, another horizontal line function. The function “y = tanh(x)” is always between these two functions without ever touching them. The sixth graph is of the function “y = coth(x)”. On the left side of the y axis, the function starts slightly below the boundary line “y = 1” and decreases until it approaches the y axis, which it never touches. On the right side of the y axis, the function starts slightly to the right of the y axis and decreases until it approaches the boundary line “y = -1”, which it never touches.
Figure 9. The hyperbolic functions involve combinations of [latex]e^x[/latex] and [latex]e^{-x}[/latex].

Identities Involving Hyperbolic Functions

The identity [latex]\cosh^2 t-\sinh^2 t[/latex], shown in (Figure) , is one of several identities involving the hyperbolic functions, some of which are listed next. The first four properties follow easily from the definitions of hyperbolic sine and hyperbolic cosine. Except for some differences in signs, most of these properties are analogous to identities for trigonometric functions.

Rule: Identities Involving Hyperbolic Functions

  1. [latex]\cosh(-x)=\cosh x[/latex]
  2. [latex]\sinh(-x)=-\sinh x[/latex]
  3. [latex]\cosh x+\sinh x=e^x[/latex]
  4. [latex]\cosh x-\sinh x=e^{-x}[/latex]
  5. [latex]\cosh^2 x-\sinh^2 x=1[/latex]
  6. [latex]1-\tanh^2 x=\text{sech}^2 x[/latex]
  7. [latex]\coth^2 x-1=\text{csch}^2 x[/latex]
  8. [latex]\sinh(x \pm y)=\sinh x \cosh y \pm \cosh x \sinh y[/latex]
  9. [latex]\cosh (x \pm y)=\cosh x \cosh y \pm \sinh x \sinh y[/latex]

Evaluating Hyperbolic Functions

  1. Simplify [latex]\sinh(5 \ln x)[/latex].
  2. If [latex]\sinh x=3/4[/latex], find the values of the remaining five hyperbolic functions.

Solution

  1. Using the definition of the [latex]\sinh[/latex] function, we write
    [latex]\sinh(5 \ln x)=\large \frac{e^{5 \ln x}-e^{-5 \ln x}}{2} \normalsize = \large \frac{e^{\ln(x^5)}-e^{\ln(x^{-5})}}{2} \normalsize =\large \frac{x^5-x^{-5}}{2}[/latex].
  2. Using the identity [latex]\cosh^2 x-\sinh^2 x=1[/latex], we see that
    [latex]\cosh^2 x=1+\big(\frac{3}{4}\big)^2=\frac{25}{16}[/latex].

    Since [latex]\cosh x \ge 1[/latex] for all [latex]x[/latex], we must have [latex]\cosh x=5/4[/latex]. Then, using the definitions for the other hyperbolic functions, we conclude that [latex]\tanh x=3/5, \, \text{csch} \, x=4/3, \, \text{sech} \, x=4/5[/latex], and [latex]\coth x=5/3[/latex].

Simplify [latex]\cosh(2 \ln x)[/latex].

Hint

Use the definition of the cosh function and the power property of logarithm functions.

Solution

[latex](x^2+x^{-2})/2[/latex]

Inverse Hyperbolic Functions

From the graphs of the hyperbolic functions, we see that all of them are one-to-one except [latex]\cosh x[/latex] and [latex]\text{sech} \, x[/latex]. If we restrict the domains of these two functions to the interval [latex][0,\infty)[/latex], then all the hyperbolic functions are one-to-one, and we can define the inverse hyperbolic functions. Since the hyperbolic functions themselves involve exponential functions, the inverse hyperbolic functions involve logarithmic functions.

Definition

Inverse Hyperbolic Functions

[latex]\begin{array}{cccc}\sinh^{-1} x=\text{arcsinh } x=\ln(x+\sqrt{x^2+1})\hfill & & & \cosh^{-1} x=\text{arccosh } x=\ln(x+\sqrt{x^2-1})\hfill \\ \tanh^{-1} x=\text{arctanh } x=\frac{1}{2}\ln\big(\frac{1+x}{1-x}\big)\hfill & & & \coth^{-1} x=\text{arccot } x=\frac{1}{2}\ln\big(\frac{x+1}{x-1}\big)\hfill \\ \text{sech}^{-1} x=\text{arcsech } x=\ln\big(\frac{1+\sqrt{1-x^2}}{x}\big)\hfill & & & \text{csch}^{-1} x=\text{arccsch } x=\ln\big(\frac{1}{x}+\frac{\sqrt{1+x^2}}{|x|}\big)\hfill \end{array}[/latex]

Let’s look at how to derive the first equation. The others follow similarly. Suppose [latex]y=\sinh^{-1} x[/latex]. Then, [latex]x=\sinh y[/latex] and, by the definition of the hyperbolic sine function, [latex]x=\frac{e^y-e^{-y}}{2}[/latex]. Therefore,

[latex]e^y-2x-e^{-y}=0[/latex].

Multiplying this equation by [latex]e^y[/latex], we obtain

[latex]e^{2y}-2xe^y-1=0[/latex].

This can be solved like a quadratic equation, with the solution

[latex]e^y=\large \frac{2x \pm \sqrt{4x^2+4}}{2} \normalsize =x \pm \sqrt{x^2+1}[/latex].

Since [latex]e^y < 0[/latex], the only solution is the one with the positive sign. Applying the natural logarithm to both sides of the equation, we conclude that

[latex]y=\ln(x+\sqrt{x^2+1})[/latex].

Evaluating Inverse Hyperbolic Functions

Evaluate each of the following expressions.

[latex]\sinh^{-1}(2)[/latex]
[latex]\tanh^{-1}(1/4)[/latex]

Solution

[latex]\sinh^{-1}(2)=\ln(2+\sqrt{2^2+1})=\ln(2+\sqrt{5}) \approx 1.4436[/latex]

[latex]\tanh^{-1}(1/4)=\frac{1}{2}\ln(\frac{1+1/4}{1-1/4})=\frac{1}{2}\ln(\frac{5/4}{3/4})=\frac{1}{2}\ln(\frac{5}{3}) \approx 0.2554[/latex]

Evaluate [latex]\tanh^{-1}(1/2)[/latex].

Hint

Use the definition of [latex]\tanh^{-1} x[/latex] and simplify.

Solution

[latex]\frac{1}{2}\ln(3) \approx 0.5493[/latex].

Key Concepts

  • The exponential function [latex]y=b^x[/latex] is increasing if [latex]b < 1[/latex] and decreasing if [latex]0 < b < 1[/latex]. Its domain is [latex](-\infty ,\infty)[/latex] and its range is [latex](0,\infty)[/latex].
  • The logarithmic function [latex]y=\log_b(x)[/latex] is the inverse of [latex]y=b^x[/latex]. Its domain is [latex](0,\infty)[/latex] and its range is [latex](-\infty,\infty)[/latex].
  • The natural exponential function is [latex]y=e^x[/latex] and the natural logarithmic function is [latex]y=\ln x=\log_e x[/latex].
  • Given an exponential function or logarithmic function in base [latex]a[/latex], we can make a change of base to convert this function to any base [latex]b < 0, \, b \ne 1[/latex]. We typically convert to base [latex]e[/latex].
  • The hyperbolic functions involve combinations of the exponential functions [latex]e^x[/latex] and [latex]e^{-x}[/latex]. As a result, the inverse hyperbolic functions involve the natural logarithm.

For the following exercises, evaluate the given exponential functions as indicated, accurate to two significant digits after the decimal.

1.  [latex]f(x)=5^x[/latex]

a. [latex]x=3[/latex] b. [latex]x=\frac{1}{2}[/latex] c. [latex]x=\sqrt{2}[/latex]

Solution

a. 125 b. 2.24 c. 9.74

2.  [latex]f(x)=(0.3)^x[/latex]

a. [latex]x=-1[/latex] b. [latex]x=4[/latex] c. [latex]x=-1.5[/latex]

3.  [latex]f(x)=10^x[/latex]

a. [latex]x=-2[/latex] b. [latex]x=4[/latex] c. [latex]x=\frac{5}{3}[/latex]

Solution

a. 0.01 b. 10,000 c. 46.42

4.  [latex]f(x)=e^x[/latex]

a. [latex]x=2[/latex] b. [latex]x=-3.2[/latex] c. [latex]x=\pi[/latex]

For the following exercises, match the exponential equation to the correct graph.

  1. [latex]y=4^{-x}[/latex]
  2. [latex]y=3^{x-1}[/latex]
  3. [latex]y=2^{x+1}[/latex]
  4. [latex]y=(\frac{1}{2})^x+2[/latex]
  5. [latex]y=-3^{-x}[/latex]
  6. [latex]y=1-5^x[/latex]
5.  An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -2 to 8. The graph is of a decreasing curved function. The function decreases until it approaches the line “y = 2”, but never touches this line. The y intercept is at the point (0, 3) and there is no x intercept.

Solution

d

6.  An image of a graph. The x axis runs from -4 to 4 and the y axis runs from -9 to 2. The graph is of a function that starts slightly below the line “y = 1” and begins decreasing rapidly in a curve. The x intercept and y intercept are both at the origin.

7.  An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved increasing function that starts slightly above the x axis and begins increasing rapidly. There is no x intercept and the y intercept is at the point (0, (1/3)). Another point of the graph is at (1, 1).

Solution

b

8.  An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved decreasing function that decreases until it comes close the x axis without touching it. There is no x intercept and the y intercept is at the point (0, 1). Another point of the graph is at (-1, 4).

9.  An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved increasing function that increases until it comes close the x axis without touching it. There is no x intercept and the y intercept is at the point (0, -1). Another point of the graph is at (-1, -3).

Solution

e

10. An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved increasing function that starts slightly above the x axis and begins increasing rapidly. There is no x intercept and the y intercept is at the point (0, 2). Another point of the graph is at (-1, 1).

For the following exercises, sketch the graph of the exponential function. Determine the domain, range, and horizontal asymptote.

11.  [latex]f(x)=e^x+2[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved increasing function that starts slightly above the line “y = 2” and begins increasing rapidly. There is no x intercept and the y intercept is at the point (0, 3).

Solution

Domain: all real numbers, Range: [latex](2,\infty)[/latex], Horizontal asymptote at [latex]y=2[/latex]

12.  [latex]f(x)=-2^x[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a function that starts slightly below the x axis and begins decreasing rapidly in a curve. There is no x intercept and y intercept is at the point (0, -1).

13.  [latex]f(x)=3^{x+1}[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved increasing function that starts slightly above the x axis and begins increasing rapidly. There is no x intercept and the y intercept is at the point (0, 3). Another point of the graph is at (-1, 1).

Solution

Domain: all real numbers, Range: [latex](0,\infty)[/latex], Horizontal asymptote at [latex]y=0[/latex]

14.  [latex]f(x)=4^x-1[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved increasing function that starts slightly above the line “y = -1” and begins increasing rapidly. There x intercept and the y intercept are both at the origin. Another point of the graph is at (1, 3).

15.  [latex]f(x)=1-2^{-x}[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved increasing function that increases until it comes close the line “y = 1” without touching it. There x intercept and the y intercept are both at the origin. Another point of the graph is at (-1, -1).

Solution

Domain: all real numbers, Range: [latex](-\infty ,1)[/latex], Horizontal asymptote at [latex]y=1[/latex]

16.  [latex]f(x)=5^{x+1}+2[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -1 to 9. The graph is of a curved increasing function that starts slightly above the line “y = 2” and begins increasing rapidly. There is no x intercept and the y intercept is at the point (0, 7). Another point of the graph is at (-1, 3).

17.  [latex]f(x)=e^{-x}-1[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of a curved decreasing function that decreases until it comes close the line “y = -1” without touching it. There x intercept and the y intercept are both at the origin. There is an approximate point on the graph at (-1, 1.7).

Solution

Domain: all real numbers, Range: [latex](-1,\infty )[/latex], Horizontal asymptote at [latex]y=-1[/latex]

For the following exercises, write the equation in equivalent exponential form.

18.  [latex]\log_3 81=4[/latex]

19.  [latex]\log_8 2=\frac{1}{3}[/latex]

Solution

[latex]8^{1/3}=2[/latex]

20.  [latex]\log_5 1=0[/latex]

21.  [latex]\log_5 25=2[/latex]

Solution

[latex]5^2=25[/latex]

22.  [latex]\log 0.1=-1[/latex]

23.  [latex]\ln(\frac{1}{e^3})=-3[/latex]

Solution

[latex]e^{-3}=\frac{1}{e^3}[/latex]

24.  [latex]\log_9 3=0.5[/latex]

25.  [latex]\ln 1=0[/latex]

Solution

[latex]e^0=1[/latex]

For the following exercises, write the equation in equivalent logarithmic form.

26.  [latex]2^3=8[/latex]

27.  [latex]4^{-2}=\frac{1}{16}[/latex]

Solution

[latex]\log_4(\frac{1}{16})=-2[/latex]

28.  [latex]10^2=100[/latex]

29.  [latex]9^0=1[/latex]

Solution

[latex]\log_9 1=0[/latex]

30.  [latex](\frac{1}{3})^3=\frac{1}{27}[/latex]

31.  [latex]\sqrt[3]{64}=4[/latex]

Solution

[latex]\log_{64} 4=\frac{1}{3}[/latex]

32.  [latex]e^x=y[/latex]

33.  [latex]9^y=150[/latex]

Solution

[latex]\log_9 150=y[/latex]

34.  [latex]b^3=45[/latex]

35.  [latex]4^{-3/2}=0.125[/latex]

Solution

[latex]\log_4 0.125=-\frac{3}{2}[/latex]

For the following exercises, use the given graphs of the logarithmic functions to determine their domain, range, and vertical asymptote.

36.  [latex]f(x)=3+\ln x[/latex]

An image of a graph. The x axis runs from -10 to 10 and the y axis runs from -10 to 10. The graph is of an increasing curved function which starts slightly to the right of the y axis. There is no y intercept and the x intercept is at the approximate point (0.05, 0). Another point on the graph is (1, 3).

37.  [latex]f(x)=\ln(x-1)[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of an increasing curved function which starts slightly to the right of the vertical line “x = 1”. There is no y intercept and the x intercept is at the approximate point (2, 0).

Solution

Domain: [latex](1,\infty ),[/latex] Range: [latex](-\infty ,\infty)[/latex], Vertical asymptote at [latex]x=1[/latex]

38.  [latex]f(x)=\ln(-x)[/latex]

An image of a graph. The x axis runs from -9 to 1 and the y axis runs from -5 to 5. The graph is a curved decreasing function that approaches the y axis without touching it. There is no y intercept and the x intercept is at (-1, 0).

39.  [latex]f(x)=1-\ln x[/latex]

An image of a graph. The x axis runs from -1 to 9 and the y axis runs from -5 to 5. The graph is of a decreasing curved function which starts slightly to the right of the y axis. There is no y intercept and the x intercept is at the point (e, 0).

Solution

Domain: [latex](0,\infty)[/latex], Range: [latex](-\infty ,\infty)[/latex], Vertical asymptote at [latex]x=0[/latex]

40.  [latex]f(x)=\log x-1[/latex]

An image of a graph. The x axis runs from -5 to 20 and the y axis runs from -10 to 5. The graph is of an increasing curved function which starts slightly to the right of the y axis. There is no y intercept and the x intercept is at the point (10, 0).

41.  [latex]f(x)=\ln(x+1)[/latex]

An image of a graph. The x axis runs from -5 to 5 and the y axis runs from -5 to 5. The graph is of an increasing curved function which starts slightly to the right of the vertical line “x = -1”. There y intercept and the x intercept are both at the origin.

Solution

Domain: [latex](-1,\infty)[/latex], Range: [latex](-\infty ,\infty)[/latex], Vertical asymptote at [latex]x=-1[/latex]

For the following exercises, determine the domain of each function.

42. [latex]f(x) =\frac{3e^x+5}{x+2}[/latex]

43. [latex]f(x)=\frac{1}{e^x-2}[/latex]

Solution

Domain: [latex](-\infty,\ln2) \cup (\ln2, \infty)[/latex]

44. [latex]g(x)=\frac{2x+1}{\sqrt{e^x-5}}[/latex]

45. [latex]g(x)=\sqrt{\ln(x-2)-6}[/latex]

Solution

Domain: [latex][e^6+2, \infty)[/latex]

46. [latex]f(x)=\frac{1}{\sqrt{\ln(x-5)}}[/latex]

47. [latex]f(x)=\sqrt{\ln(x^2-1)}[/latex]

Solution

Domain: [latex](-\infty,-\sqrt{2}] \cup [\sqrt{2},\infty)[/latex]

For the following exercises, use properties of logarithms to write the expressions as a sum, difference, and/or product of logarithms.

48. [latex]\log x^4y[/latex]

49. [latex]\log_3 \frac{9a^3}{b}[/latex]

Solution

[latex]2+3\log_3 a-\log_3 b[/latex]

50. [latex]\ln a\sqrt[3]{b}[/latex]

51. [latex]\log_5 \sqrt{125xy^3}[/latex]

Solution

[latex]\frac{3}{2}+\frac{1}{2}\log_5 x+\frac{3}{2}\log_5 y[/latex]

52. [latex]\log_4 \frac{\sqrt[3]{xy}}{64}[/latex]

53. [latex]\ln(\frac{6}{\sqrt{e^3}})[/latex]

Solution

[latex]-\frac{3}{2}+\ln 6[/latex]

For the following exercises, solve the exponential equation exactly.

54. [latex]5^x=125[/latex]

55. [latex]e^{3x}-15=0[/latex]

Solution

[latex]\frac{\ln 15}{3}[/latex]

56. [latex]8^x=4[/latex]

57. [latex]4^{x+1}-32=0[/latex]

Solution

[latex]\frac{3}{2}[/latex]

58. [latex]3^{x/14}=\frac{1}{10}[/latex]

59. [latex]10^x=7.21[/latex]

Solution

[latex]\log 7.21[/latex]

60. [latex]4\cdot 2^{3x}-20=0[/latex]

61. [latex]7^{3x-2}=11[/latex]

Solution

[latex]\frac{2}{3}+\frac{\log 11}{3\log 7}[/latex]

For the following exercises, solve the logarithmic equation exactly, if possible.

62. [latex]\log_3 x=0[/latex]

63. [latex]\log_5 x=-2[/latex]

Solution

[latex]x=\frac{1}{25}[/latex]

64. [latex]\log_4 (x+5)=0[/latex]

65. [latex]\log(2x-7)=0[/latex]

Solution

[latex]x=4[/latex]

66. [latex]\ln\sqrt{x+3}=2[/latex]

67. [latex]\log_6 (x+9)+\log_6 x=2[/latex]

Solution

[latex]x=3[/latex]

68. [latex]\log_4(x+2)-\log_4(x-1)=0[/latex]

69. [latex]\ln x+\ln (x-2)=\ln 4[/latex]

Solution

[latex]1+\sqrt{5}[/latex]

For the following exercises, use the change-of-base formula and either base 10 or base [latex]e[/latex] to evaluate the given expressions. Answer in exact form and in approximate form, rounding to four decimal places.

70. [latex]\log_5 47[/latex]

71. [latex]\log_7 82[/latex]

Solution

[latex]\frac{\ln 82}{\ln 7} \approx 2.2646[/latex]

72. [latex]\log_6 103[/latex]

73. [latex]\log_{0.5} 211[/latex]

Solution

[latex]\frac{\ln 211}{\ln 0.5} \approx -7.7211[/latex]

74. [latex]{\text{log}}_{2}\pi[/latex]

75. [latex]\log_{0.2} 0.452[/latex]

Solution

[latex]\frac{\ln 0.452}{\ln 0.2} \approx 0.4934[/latex]

76. Rewrite the following expressions in terms of exponentials and simplify.

a. [latex]2\cosh(\ln x)[/latex]

b. [latex]\cosh 4x+\sinh 4x[/latex]

c. [latex]\cosh 2x-\sinh 2x[/latex]

d. [latex]\ln(\cosh x+\sinh x)+\ln(\cosh x-\sinh x)[/latex]

77. [T] The number of bacteria [latex]N[/latex] in a culture after [latex]t[/latex] days can be modeled by the function [latex]N(t)=1300\cdot 2^{t/4}[/latex]. Find the number of bacteria present after 15 days.

Solution

[latex]\approx 17,491[/latex]

78. [T] The demand [latex]D[/latex] (in millions of barrels) for oil in an oil-rich country is given by the function [latex]D(p)=150\cdot 2.7^{-0.25p}[/latex], where [latex]p[/latex] is the price (in dollars) of a barrel of oil. Find the amount of oil demanded (to the nearest million barrels) when the price is between $15 and $20.

79. [T] The accumulated amount [latex]A[/latex] of a $100,000 investment whose interest compounds continuously for [latex]t[/latex] years is given by [latex]A(t)=100,000\cdot e^{0.055t}[/latex]. Find the amount [latex]A[/latex] accumulated in 5 years.

Solution

Approximately $131,653 is accumulated in 5 years.

80. [T] An investment is compounded monthly, quarterly, or yearly and is given by the function [latex]A=P(1+\frac{j}{n})^{nt}[/latex], where [latex]A[/latex] is the value of the investment at time [latex]t, \, P[/latex] is the initial principle that was invested, [latex]j[/latex] is the annual interest rate, and [latex]n[/latex] is the number of time the interest is compounded per year. Given a yearly interest rate of 3.5% and an initial principle of $100,000, find the amount [latex]A[/latex] accumulated in 5 years for interest that is compounded a. daily, b., monthly, c. quarterly, and d. yearly.

81. [T] The concentration of hydrogen ions in a substance is denoted by [latex][\text{H}^{+}][/latex], measured in moles per liter. The pH of a substance is defined by the logarithmic function [latex]\text{pH}=-\log[\text{H}^{+}][/latex]. This function is used to measure the acidity of a substance. The pH of water is 7. A substance with a pH less than 7 is an acid, whereas one that has a pH of more than 7 is a base.

  1. Find the pH of the following substances. Round answers to one digit.
  2. Determine whether the substance is an acid or a base.
    1. Eggs: [latex][\text{H}^{+}]=1.6 \times 10^{-8}[/latex] mol/L
    2. Beer: [latex][\text{H}^{+}]=3.16 \times 10^{-3}[/latex] mol/L
    3. Tomato Juice: [latex][\text{H}^{+}]=7.94 \times 10^{-5}[/latex] mol/L

Solution

i. a. pH = 8 b. Base ii. a. pH = 3 b. Acid iii. a. pH = 4 b. Acid

82. [T] Iodine-131 is a radioactive substance that decays according to the function [latex]Q(t)=Q_0\cdot e^{-0.08664t}[/latex], where [latex]Q_0[/latex] is the initial quantity of a sample of the substance and [latex]t[/latex] is in days. Determine how long it takes (to the nearest day) for 95% of a quantity to decay.

83. [T] According to the World Bank, at the end of 2013 ([latex]t=0[/latex]) the U.S. population was 316 million and was increasing according to the following model:

[latex]P(t)=316e^{0.0074t}[/latex],

where [latex]P[/latex] is measured in millions of people and [latex]t[/latex] is measured in years after 2013.

  1. Based on this model, what will be the population of the United States in 2020?
  2. Determine when the U.S. population will be twice what it is in 2013.

Solution

a. [latex]\approx 333[/latex] million b. 94 years from 2013, or in 2107

84. [T] The amount [latex]A[/latex] accumulated after 1000 dollars is invested for [latex]t[/latex] years at an interest rate of 4% is modeled by the function [latex]A(t)=1000(1.04)^t[/latex].

  1. Find the amount accumulated after 5 years and 10 years.
  2. Determine how long it takes for the original investment to triple.

85. [T] A bacterial colony grown in a lab is known to double in number in 12 hours. Suppose, initially, there are 1000 bacteria present.

  1. Use the exponential function [latex]Q=Q_0e^{kt}[/latex] to determine the value [latex]k[/latex], which is the growth rate of the bacteria. Round to four decimal places.
  2. Determine approximately how long it takes for 200,000 bacteria to grow.

Solution

a. [latex]k \approx 0.0578[/latex] b. [latex]\approx 92[/latex] hours

86. [T] The rabbit population on a game reserve doubles every 6 months. Suppose there were 120 rabbits initially.

  1. Use the exponential function [latex]P=P_0 a^t[/latex] to determine the growth rate constant [latex]a[/latex]. Round to four decimal places.
  2. Use the function in part a. to determine approximately how long it takes for the rabbit population to reach 3500.

87. [T] The 1906 earthquake in San Francisco had a magnitude of 8.3 on the Richter scale. At the same time, in Japan, an earthquake with magnitude 4.9 caused only minor damage. Approximately how much more energy was released by the San Francisco earthquake than by the Japanese earthquake?

Solution

The San Francisco earthquake had [latex]10^{3.4}[/latex] or [latex]\approx 2512[/latex] times more energy than the Japan earthquake.

Glossary

base
the number [latex]b[/latex] in the exponential function [latex]f(x)=b^x[/latex] and the logarithmic function [latex]f(x)=\log_b x[/latex]
exponent
the value [latex]x[/latex] in the expression [latex]b^x[/latex]
hyperbolic functions
the functions denoted [latex]\sinh, \, \cosh, \, \tanh, \, \text{csch}, \, \text{sech}[/latex], and [latex]\coth[/latex], which involve certain combinations of [latex]e^x[/latex] and [latex]e^{-x}[/latex]
inverse hyperbolic functions
the inverses of the hyperbolic functions where [latex]\cosh[/latex] and [latex]\text{sech}[/latex] are restricted to the domain [latex][0,\infty)[/latex]; each of these functions can be expressed in terms of a composition of the natural logarithm function and an algebraic function
natural exponential function
the function [latex]f(x)=e^x[/latex]
natural logarithm
the function [latex]\ln x=\log_e x[/latex]
number e
as [latex]m[/latex] gets larger, the quantity [latex](1+(1/m))^m[/latex] gets closer to some real number; we define that real number to be [latex]e[/latex]; the value of [latex]e[/latex] is approximately 2.718282

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Calculus Volume 1 Copyright © 2016 by OSCRiceUniversity is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book