Exponential and Logarithmic Functions
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
Its population after 2 years is
In general, its population after [latex]t[/latex] years is
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].
[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.
Evaluating Exponential Functions
Recall the properties of exponents: If [latex]x[/latex] is a positive integer, then we define [latex]b^x=b·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].
[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·2[/latex]. The number of bacteria after 8 hours is [latex]n(8)=n(4)·2=1000·2^2[/latex]. In general, the number of bacteria after [latex]4m[/latex] hours is [latex]n(4m)=1000·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·2^{t/4}[/latex]. Find the number of bacteria after 6 hours, 10 hours, and 24 hours.
Answer:
The number of bacteria after 6 hours is given by [latex]n(6)=1000·2^{6/4} \approx 2828[/latex] bacteria. The number of bacteria after 10 hours is given by [latex]n(10)=1000·2^{10/4} \approx 5657[/latex] bacteria. The number of bacteria after 24 hours is given by [latex]n(24)=1000·2^6=64,000[/latex] bacteria.
Given the exponential function [latex]f(x)=100·3^{x/2}[/latex], evaluate [latex]f(4)[/latex] and [latex]f(10)[/latex].
Answer:
[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)).
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],
- [latex]b^x·b^y=b^{x+y}[/latex]
- [latex]\large\frac{b^x}{b^y} \normalsize = b^{x-y}[/latex]
- [latex](b^x)^y=b^{xy}[/latex]
- [latex](ab)^x=a^x b^x[/latex]
- [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.
- [latex]\large \frac{(2x^{2/3})^3}{(4x^{-1/3})^2}[/latex]
- [latex]\large \frac{(x^3 y^{-1})^2}{(xy^2)^{-2}}[/latex]
Answer:
- 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].
- 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](6x^{-3}y^2)/(12x^{-4}y^5)[/latex].
Answer: [latex]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
The amount of money after 2 years is
More generally, the amount after [latex]t[/latex] years is
If the money is compounded 2 times per year, the amount of money after half a year is
The amount of money after 1 year is
After [latex]t[/latex] years, the amount of money in the account is
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
What happens as [latex]n\to \infty[/latex]? To answer this question, we let [latex]m=n/r[/latex] and write
and examine the behavior of [latex](1+1/m)^m[/latex] as [latex]m\to \infty[/latex], using a table of values ((Figure)).
[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 |
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.
Compounding Interest
Suppose [latex]\$500[/latex] is invested in an account at an annual interest rate of [latex]r=5.5\%[/latex], compounded continuously.
- 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].
- Find the amount of money in the account after 10 years and after 20 years.
Answer:
- 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].
- After 10 years, the amount of money in the account is
[latex]A(10)=500e^{0.055·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·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.
Answer: [latex]A(t)=750e^{0.04t}[/latex]. After 30 years, there will be approximately [latex]\$2,490.09[/latex].
Hint
[latex]A(t)=Pe^{rt}[/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
For example,
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,
Since the functions [latex]f(x)=e^x[/latex] and [latex]g(x)=\ln(x)[/latex] are inverses of each other,
and their graphs are symmetric about the line [latex]y=x[/latex] ((Figure)).
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)).
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
Solving Equations Involving Exponential Functions
Solve each of the following equations for [latex]x[/latex].
- [latex]5^x=2[/latex]
- [latex]e^x+6e^{−x}=5[/latex]
Answer:
- 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].
- 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].
Answer:
[latex]x=\frac{\ln 3}{2}[/latex]
Hint
First solve the equation for [latex]e^{2x}[/latex].
Solving Equations Involving Logarithmic Functions
Solve each of the following equations for [latex]x[/latex].
- [latex]\ln (\frac{1}{x})=4[/latex]
- [latex]\log_{10} \sqrt{x}+ \log_{10} x=2[/latex]
- [latex]\ln(2x)-3 \ln(x^2)=0[/latex]
Answer:
- 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].
- 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].
- 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].
Answer:
[latex]x=\frac{1}{e}[/latex]
Hint
First use the power property, then use the product property of logarithms.
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].
- [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].
- [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,
In addition, we know that [latex]b^x[/latex] and [latex]\log_b (x)[/latex] are inverse functions. Therefore,
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
Let [latex]u=\log_b a, \, v=\log_a x[/latex], and [latex]w=\log_b x[/latex]. We will show that [latex]u·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
Therefore, [latex]b^{uv}=b^w[/latex]. Since exponential functions are one-to-one, we can conclude that [latex]u·v=w[/latex].
□
Changing Bases
Use a calculating utility to evaluate [latex]\log_3 7[/latex] with the change-of-base formula presented earlier.
Answer:
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].
Answer:
1.29248
Hint
Use the change of base to rewrite this expression in terms of expressions involving the natural logarithm function.
Chapter Opener: The Richter Scale for Earthquakes
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:
Consider an earthquake that measures 8 on the Richter scale and an earthquake that measures 7 on the Richter scale. Then,
Therefore,
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
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?
Answer:
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.
The magnitude 8.4 earthquake is roughly 10 times as severe as the magnitude 7.4 earthquake.
Hint
[latex]R_1-R_2=\log_{10}(A_1 / A_2)[/latex].
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.
Definition
Hyperbolic cosine
Hyperbolic sine
Hyperbolic tangent
Hyperbolic cosecant
Hyperbolic secant
Hyperbolic cotangent
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
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)).
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)).
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
- [latex]\cosh(−x)=\cosh x[/latex]
- [latex]\sinh(−x)=−\sinh x[/latex]
- [latex]\cosh x+\sinh x=e^x[/latex]
- [latex]\cosh x-\sinh x=e^{−x}[/latex]
- [latex]\cosh^2 x-\sinh^2 x=1[/latex]
- [latex]1-\tanh^2 x=\text{sech}^2 x[/latex]
- [latex]\coth^2 x-1=\text{csch}^2 x[/latex]
- [latex]\sinh(x \pm y)=\sinh x \cosh y \pm \cosh x \sinh y[/latex]
- [latex]\cosh (x \pm y)=\cosh x \cosh y \pm \sinh x \sinh y[/latex]
Evaluating Hyperbolic Functions
- Simplify [latex]\sinh(5 \ln x)[/latex].
- If [latex]\sinh x=3/4[/latex], find the values of the remaining five hyperbolic functions.
Answer:
- 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].
- 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].
Answer:
[latex](x^2+x^{-2})/2[/latex]
Hint
Use the definition of the cosh function and the power property of logarithm functions.
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
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,
This can be solved like a quadratic equation, with the solution
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
Evaluating Inverse Hyperbolic Functions
Evaluate each of the following expressions.
Answer:
[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].
Answer:
[latex]\frac{1}{2}\ln(3) \approx 0.5493[/latex].
Hint
Use the definition of [latex]\tanh^{-1} x[/latex] and simplify.
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]
Answer:
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]
Answer:
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.
- [latex]y=4^{−x}[/latex]
- [latex]y=3^{x-1}[/latex]
- [latex]y=2^{x+1}[/latex]
- [latex]y=(\frac{1}{2})^x+2[/latex]
- [latex]y=−3^{−x}[/latex]
- [latex]y=1-5^x[/latex]
Answer:
d
Answer:
b
Answer:
e
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]
Answer:
Domain: all real numbers, Range: [latex](2,\infty)[/latex], Horizontal asymptote at [latex]y=2[/latex]
12. [latex]f(x)=−2^x[/latex]
13. [latex]f(x)=3^{x+1}[/latex]
Answer:
Domain: all real numbers, Range: [latex](0,\infty)[/latex], Horizontal asymptote at [latex]y=0[/latex]
14. [latex]f(x)=4^x-1[/latex]
15. [latex]f(x)=1-2^{−x}[/latex]
Answer:
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]
17. [latex]f(x)=e^{−x}-1[/latex]
Answer:
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]
Answer:
[latex]8^{1/3}=2[/latex]
20. [latex]\log_5 1=0[/latex]
21. [latex]\log_5 25=2[/latex]
Answer:
[latex]5^2=25[/latex]
22. [latex]\log 0.1=-1[/latex]
23. [latex]\ln(\frac{1}{e^3})=-3[/latex]
Answer:
[latex]e^{-3}=\frac{1}{e^3}[/latex]
24. [latex]\log_9 3=0.5[/latex]
25. [latex]\ln 1=0[/latex]
Answer:
[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]
Answer:
[latex]\log_4(\frac{1}{16})=-2[/latex]
28. [latex]10^2=100[/latex]
29. [latex]9^0=1[/latex]
Answer:
[latex]\log_9 1=0[/latex]
30. [latex](\frac{1}{3})^3=\frac{1}{27}[/latex]
31. [latex]\sqrt[3]{64}=4[/latex]
Answer:
[latex]\log_{64} 4=\frac{1}{3}[/latex]
32. [latex]e^x=y[/latex]
33. [latex]9^y=150[/latex]
Answer:
[latex]\log_9 150=y[/latex]
34. [latex]b^3=45[/latex]
35. [latex]4^{-3/2}=0.125[/latex]
Answer:
[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]
37. [latex]f(x)=\ln(x-1)[/latex]
Answer:
Domain: [latex](1,\infty ),[/latex] Range: [latex](−\infty ,\infty)[/latex], Vertical asymptote at [latex]x=1[/latex]
38. [latex]f(x)=\ln(−x)[/latex]
39. [latex]f(x)=1-\ln x[/latex]
Answer:
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]
41. [latex]f(x)=\ln(x+1)[/latex]
Answer:
Domain: [latex](-1,\infty)[/latex], Range: [latex](−\infty ,\infty)[/latex], Vertical asymptote at [latex]x=-1[/latex]
For the following exercises, use properties of logarithms to write the expressions as a sum, difference, and/or product of logarithms.
42. [latex]\log x^4y[/latex]
43. [latex]\log_3 \frac{9a^3}{b}[/latex]
Answer:
[latex]2+3\log_3 a-\log_3 b[/latex]
44. [latex]\ln a\sqrt[3]{b}[/latex]
45. [latex]\log_5 \sqrt{125xy^3}[/latex]
Answer:
[latex]\frac{3}{2}+\frac{1}{2}\log_5 x+\frac{3}{2}\log_5 y[/latex]
46. [latex]\log_4 \frac{\sqrt[3]{xy}}{64}[/latex]
47. [latex]\ln(\frac{6}{\sqrt{e^3}})[/latex]
Answer:
[latex]-\frac{3}{2}+\ln 6[/latex]
For the following exercises, solve the exponential equation exactly.
48. [latex]5^x=125[/latex]
49. [latex]e^{3x}-15=0[/latex]
Answer:
[latex]\frac{\ln 15}{3}[/latex]
50. [latex]8^x=4[/latex]
51. [latex]4^{x+1}-32=0[/latex]
Answer:
[latex]\frac{3}{2}[/latex]
52. [latex]3^{x/14}=\frac{1}{10}[/latex]
53. [latex]10^x=7.21[/latex]
Answer:
[latex]\log 7.21[/latex]
54. [latex]4·2^{3x}-20=0[/latex]
55. [latex]7^{3x-2}=11[/latex]
Answer:
[latex]\frac{2}{3}+\frac{\log 11}{3\log 7}[/latex]
For the following exercises, solve the logarithmic equation exactly, if possible.
56. [latex]\log_3 x=0[/latex]
57. [latex]\log_5 x=-2[/latex]
Answer:
[latex]x=\frac{1}{25}[/latex]
58. [latex]\log_4 (x+5)=0[/latex]
59. [latex]\log(2x-7)=0[/latex]
Answer:
[latex]x=4[/latex]
60. [latex]\ln\sqrt{x+3}=2[/latex]
61. [latex]\log_6 (x+9)+\log_6 x=2[/latex]
Answer:
[latex]x=3[/latex]
62. [latex]\log_4(x+2)-\log_4(x-1)=0[/latex]
63. [latex]\ln x+\ln (x-2)=\ln 4[/latex]
Answer:
[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.
64. [latex]\log_5 47[/latex]
65. [latex]\log_7 82[/latex]
Answer:
[latex]\frac{\ln 82}{\ln 7} \approx 2.2646[/latex]
66. [latex]\log_6 103[/latex]
67. [latex]\log_{0.5} 211[/latex]
Answer:
[latex]\frac{\ln 211}{\ln 0.5} \approx -7.7211[/latex]
68. [latex]{\text{log}}_{2}\pi [/latex]
69. [latex]\log_{0.2} 0.452[/latex]
Answer:
[latex]\frac{\ln 0.452}{\ln 0.2} \approx 0.4934[/latex]
70. 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]71. [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·2^{t/4}[/latex]. Find the number of bacteria present after 15 days.
Answer:
[latex]\approx 17,491[/latex]
72. [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·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.
73. [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·e^{0.055t}[/latex]. Find the amount [latex]A[/latex] accumulated in 5 years.
Answer:
Approximately $131,653 is accumulated in 5 years.
74. [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.
75. [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.
- Find the pH of the following substances. Round answers to one digit.
- Determine whether the substance is an acid or a base.
- Eggs: [latex][\text{H}^{+}]=1.6 \times 10^{-8}[/latex] mol/L
- Beer: [latex][\text{H}^{+}]=3.16 \times 10^{-3}[/latex] mol/L
- Tomato Juice: [latex][\text{H}^{+}]=7.94 \times 10^{-5}[/latex] mol/L
Answer:
i. a. pH = 8 b. Base ii. a. pH = 3 b. Acid iii. a. pH = 4 b. Acid
76. [T] Iodine-131 is a radioactive substance that decays according to the function [latex]Q(t)=Q_0·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.
77. [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.
- Based on this model, what will be the population of the United States in 2020?
- Determine when the U.S. population will be twice what it is in 2013.
Answer:
a. [latex]\approx 333[/latex] million b. 94 years from 2013, or in 2107
78. [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].
- Find the amount accumulated after 5 years and 10 years.
- Determine how long it takes for the original investment to triple.
79. [T] A bacterial colony grown in a lab is known to double in number in 12 hours. Suppose, initially, there are 1000 bacteria present.
- 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.
- Determine approximately how long it takes for 200,000 bacteria to grow.
Answer:
a. [latex]k \approx 0.0578[/latex] b. [latex]\approx 92[/latex] hours
80. [T] The rabbit population on a game reserve doubles every 6 months. Suppose there were 120 rabbits initially.
- 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.
- Use the function in part a. to determine approximately how long it takes for the rabbit population to reach 3500.
81. [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?
Answer:
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
Licenses & Attributions
CC licensed content, Shared previously
- Calculus I. Provided by: OpenStax Located at: https://openstax.org/books/calculus-volume-1/pages/1-introduction. License: CC BY-NC-SA: Attribution-NonCommercial-ShareAlike. License terms: Download for free at http://cnx.org/contents/[email protected].
Hint
[latex]x^a/x^b=x^{a-b}[/latex]