Skip to main content
Logo image

Section A.7 Chapter 7 Exponential Functions

Subsection A.7.1 Exponential Growth and Decay

Subsubsection A.7.1.1 Compute percent increase and decrease

To calculate an increase of \(r\)%, we write the percent as a decimal and multiply the old amount by \(1+r\text{.}\) To calculate a decrease we multiply the old amount by \(1-r\text{.}\)
Example A.7.1.
A loaf of bread cost $3.00 last month, but this year the price rose by 6%. What should you multiply by to find the new price? What is the new price?
Solution.
To get the new price, we multiply by 1.06 to get
\begin{equation*} 1.06(3.00)=3.18 \end{equation*}
The new price is $3.18.
Example A.7.2.
Priceco is offering a 15% discount off the regular price of $180 for a ceiling fan. What should you multiply by to find the new price? What is the new price.
Solution.
To get the new price, we multiply by \(1-0.15\text{,}\) or 0.85, to get
\begin{equation*} 0.85(180)=153 \end{equation*}
so the new price is $153.
Checkpoint A.7.3.
Muriel’s rent was increased by 8% from $650 per month. What should you multiply by to find her new rent? What is her new rent?
Answer.
\(1.08\text{,}\) $702
Checkpoint A.7.4.
A brand new SUV loses 18% of its value as soon as you drive it off the lot. If your SUV cost $35,000, what should you multiply to find its new value? What is its new value?
Answer.
\(0.82\text{,}\) $28,700

Subsubsection A.7.1.2 Use the order of operations

Recall that evaluating powers comes before multiplication in the order of operations.
Example A.7.5.
Simplify.
  1. \(\displaystyle -4-2^3\)
  2. \(\displaystyle -4(-2)^3\)
  3. \(\displaystyle (-4-2)^3\)
Solution.
  1. Compute \(2^3\) first, then subtract the result from \(-4\text{:}\)
    \begin{equation*} -4-2^3=-4-8=-12 \end{equation*}
  2. Compute \((-2)^3\) first, then multiply the result by \(-4\text{:}\)
    \begin{equation*} -4(-2)^3=-4(-8)=32 \end{equation*}
  3. Compute \((-4-2)\) first, then cube the result:
    \begin{equation*} (-4-2)^3=(-6)^3=-216 \end{equation*}
Example A.7.6.
Evaluate for\(x=6\text{.}\) Round your answers to hundredths.
  1. \(\displaystyle 12(1.05)^x\)
  2. \(\displaystyle 12(1+x/100)^5\)
Solution.
  1. Follow the order of operations. Compute the power first:
    \begin{equation*} 12(1.05)^{\alert{6}} = 12(1.3400956...) = 16.08 \end{equation*}
  2. Follow the order of operations. Compute the power first:
    \begin{equation*} 12(1+\alert{6}/100)^5 = 12(1.06)^5 = 12(1.3382255...) = 16.06 \end{equation*}
Checkpoint A.7.7.
Simplify. Round your answers to the nearest whole number.
  1. \(\displaystyle 450(1-0.12)^4\)
  2. \(\displaystyle 180-80(1+0.25)^3\)
Answer.
  1. \(\displaystyle 270\)
  2. \(\displaystyle 24\)
Checkpoint A.7.8.
Evaluate for \(x=-3,~y=-2\text{.}\)
  1. \(\displaystyle -2x^2+y^3\)
  2. \(\displaystyle 4(x-y)(x+2y)\)
Answer.
  1. \(\displaystyle -26\)
  2. \(\displaystyle 28\)

Subsubsection A.7.1.3 Simplify expressions

Be careful to avoid tempting but false operations with exponents.
Example A.7.9.
Which equation is a correct application of the laws of exponents?
  1. \(20(1+r)^4 = 20+20r^4~~~~~\) or \(~~~~~(ab^t)^3 = a^3b^{3t}\)
  2. \(2^{t/5} = (2^{1/5})^t~~~~~\) or \(~~~~~6.8(10)^t = 68^t\)
Solution.
  1. The first statement is not correct. There is no law that says \((a+b)^n\) is equivalent to \(a^n+b^n\text{,}\) so \((1+r)^4\) is not equivalent to \(1^4+r^4\) or \(1+r^4\text{.}\)
    However, it is true that \((ab)^n = a^nb^n\text{,}\) so in particular the second statement is true:
    \begin{equation*} ~~(ab^t)^3 = a^3(b^t)^3 = a^3b^{3t} \end{equation*}
  2. The first statement is correct. If we start with \((2^{1/5})^t\text{,}\) we can apply the third law, \((a^m)^n = a^{mn}\text{,}\) to find
    \begin{equation*} (2^{1/5})^t = 2^{(1/5)t} = 2^{t/5}\text{.} \end{equation*}
    In the second statement, 6.8 is not raised to power \(t\text{,}\) so we cannot multiply 6.8 times 10.
Decide whether each simplification is a correct application of the laws of exponents. Write a correct statement if possible.
Checkpoint A.7.10.
\(P(1-r)^6 \rightarrow P-Pr^6\)
Answer.
Not correct
Checkpoint A.7.11.
\(25(2^t) \cdot 4(2^t) \rightarrow 100 \cdot 2^{t^2}\)
Answer.
Not correct. \(~25(2^t) \cdot 4(2^t) = 100(2^{2t})\)
Checkpoint A.7.12.
\(a\left(b^{1/8}\right)^{2t} \rightarrow ab^{t/4}\)
Answer.
Correct
Checkpoint A.7.13.
\(N(0.94)^{1/8.3} \rightarrow \dfrac{N}{(0.94)^{8.3}}\)
Answer.
Not correct, but \(~N(0.94)^{-8.3} = \dfrac{N}{(0.94)^{8.3}}\)

Subsection A.7.2 Exponential Functions

Subsubsection A.7.2.1 Evaluate exponential functions

Powers come before products in the order of operations, so to evaluate an exponential function \(f(x)=ab^x\) we evaluate \(b^x\) before multiplying by \(a\text{.}\)
Example A.7.14.
Evaluate \(~f(x)=8 \cdot 4^x\text{.}\)
  1. \(\displaystyle f(2)\)
  2. \(\displaystyle f(-2)\)
  3. \(\displaystyle f\left(\frac{1}{2}\right)\)
  4. \(\displaystyle f\left(-\frac{1}{2}\right)\)
Solution.
Follow the order of operations: compute powers before products.
  1. \(\displaystyle f(2)=8 \cdot 4^2 = 8\cdot 16 = 128\)
  2. \(\displaystyle f(-2)=8 \cdot 4^{-2} = 8\cdot \dfrac{1}{16} = \dfrac{1}{2}\)
  3. \(\displaystyle f\left(\frac{1}{2}\right)=8 \cdot 4^{1/2} = 8\cdot 2 = 16\)
  4. \(\displaystyle f\left(-\frac{1}{2}\right)=8 \cdot 4^{-1/2} = 8\cdot \dfrac{1}{2} = 4\)
Example A.7.15.
Evaluate \(~g(x)=120(0.65)^x~\text{.}\) Round your answers to thousandths.
  1. \(\displaystyle g(2.3)\)
  2. \(\displaystyle g(-1.8)\)
  3. \(\displaystyle g(0.4)\)
  4. \(\displaystyle g(-0.25)\)
Solution.
Follow the order of operations: use your calculator to compute powers before products. Do not round off at intermediate steps!
  1. \(\displaystyle g(2.3) = 120(0.65)^{2.3} = 120(0.37127...) = 44.554\)
  2. \(\displaystyle g(-1.8) = 120(0.65)^{-1.8} = 120(2.17148...) = 260.578\)
  3. \(\displaystyle g(0.4) = 120(0.65)^{0.4} = 120(0.84171...) = 101.006\)
  4. \(\displaystyle g(-0.25) = 120(0.65)^{-0.25} = 120(1.11370...) = 133.645\)
Checkpoint A.7.16.
Evaluate each function. Give your answers as common fractions.
  1. \(G(t)=15(5)^t~\text{.}\) Find \(G(-3)\)
  2. \(H(n)=4\left(\dfrac{1}{27}\right)^n~\text{.}\) Find \(H\left(\dfrac{2}{3}\right)\)
  3. \(F(x)=\dfrac{1}{2} \cdot 8^x~\text{.}\) Find \(F\left(-\dfrac{1}{3}\right)\)
Answer.
  1. \(\displaystyle \dfrac{3}{25}\)
  2. \(\displaystyle \dfrac{4}{9}\)
  3. \(\displaystyle \dfrac{1}{4}\)
Checkpoint A.7.17.
Evaluate each function. Round your answers to hundredths.
  1. \(G(t)=15(1.5)^t~\text{.}\) Find \(G(-3)\)
  2. \(h(z)=1.8(0.8)^z~\text{.}\) Find \(h(4)\)
  3. \(F(w)=2500(1.03)^w~\text{.}\) Find \(F(25)\)
Answer.
  1. \(\displaystyle 4.44\)
  2. \(\displaystyle 0.745\)
  3. \(\displaystyle 5234.44\)

Subsubsection A.7.2.2 Find an unknown exponent

If we can write both sides of an equation as powers with the same base, we can equate the exponents.
Example A.7.18.
Find the value of the exponent.
  1. \(\displaystyle 3^x=81\)
  2. \(\displaystyle 5^x=\dfrac{1}{125}\)
  3. \(\displaystyle \left(\dfrac{3}{4}\right)^x=\dfrac{16}{9}\)
  4. \(\displaystyle 64^x=16\)
Solution.
  1. We can write both sides with base 3.
    \begin{equation*} ~~ 81 = 3^4,~~~\text{so} ~~x=4\text{.} \end{equation*}
  2. We can write both sides with base 5.
    \begin{equation*} ~~125 = 5^3,~~~ \text{so}~~~5^{-3} = \dfrac{1}{125},~~~ \text{and} ~~x=-3\text{.} \end{equation*}
  3. \(\left(\dfrac{3}{4}\right)^2 = \dfrac{9}{16}~\text{,}\) so \(~\left(\dfrac{3}{4}\right)^{-2} = \dfrac{16}{9}~~\text{,}\) and \(~x=-2\text{.}\)
  4. We can write both sides with base 4.
    \begin{equation*} 64 = 4^3~~~ \text{and}~~~16 = 4^2\text{,} \end{equation*}
    so
    \begin{align*} ~(4^3)^x \amp = 4^2 \amp\amp \blert{\text{Multiply exponents.}}\\ 4^{3x} \amp = 4^2 \amp\amp \blert{\text{Equate exponents.}}\\ 3x \amp = 2\\ x \amp =\dfrac{2}{3} \end{align*}
Example A.7.19.
By using trial and error, estimate the value of the exponent to the nearest tenth.
  1. \(\displaystyle 2^x=15\)
  2. \(\displaystyle 3^x=65\)
  3. \(\displaystyle 10^x=0.03\)
  4. \(\displaystyle 0.5^x = 0.20\)
Solution.
  1. \(2^4=16~\text{,}\) so we try a slightly smaller exponent and find that \(2^{3.9} = 14.9285~\text{,}\) so \(x \approx 3.9\text{.}\)
  2. 65 is between \(3^3=27\) and \(3^4=81\text{,}\) so \(x\) must be between 3 and 4. By trying exponents 3.1, 3.2, 3.3, and so on, we find that \(3^{3.8}=65.022\text{,}\) so \(x \approx 3.8\text{.}\)
  3. \(10^{-1}=0.1\) and \(10^{-2}=0.01\text{,}\) so \(-2 \lt x \lt -1\text{.}\) By trying exponents between \(-2\) and \(-1\text{,}\) we find that \(10^{-1.5} = 0.0316\text{,}\) so \(x \approx -1.5\text{.}\)
  4. \(0.5^2 = 0.25\text{,}\) and as we increase the exponent on \(0.5\text{,}\) the result will be smaller. By trial and error we find that \(0.5^{2.3} = 0.2031\text{,}\) so \(x \approx 2.3\text{.}\)
Checkpoint A.7.20.
Find the value of the exponent.
  1. \(\displaystyle 2^x = \dfrac{1}{1024}\)
  2. \(\displaystyle 125^x = 25\)
Answer.
  1. \(\displaystyle 10\)
  2. \(\displaystyle \dfrac{2}{3}\)
Checkpoint A.7.21.
By using trial and error, estimate the value of the exponent to the nearest tenth.
  1. \(\displaystyle 10^x = 50\)
  2. \(\displaystyle 1.08^x = 1.5\)
Answer.
  1. \(\displaystyle 1.7\)
  2. \(\displaystyle 5.3\)

Subsubsection A.7.2.3 Solve equations graphically

We first solve equations graphically in Section 1.2, so you might want to review that subsection.
Example A.7.22.
Here is a graph of \(f(x)=x^2+2x-16\text{.}\) Use the graph to solve the equation \(x^2+2x-16=8\text{.}\) Show your work on the graph.
parabola
Solution.
To solve the equation, we want to find \(x\)-values that produce a function value of 8. The vertical coordinate of each point on the graph is given by the function value, \(f(x)\text{.}\) So we look for points on the graph with vertical coordinate \(f(x)=8\text{.}\)
parabola with annotations
There are two such points, \((-6,8)\) and \((4,8)\text{.}\) Those points tell us that \(f(-6)=8\) and \(f(4)=8\text{.}\) Thus, the \(x\)-coordinates of the points, namely \(-6\) and \(4\text{,}\) are the solutions. To check algebraically, we can verify that \(f(-6)=8\) and \(f(4)=8\text{:}\)
\begin{align*} f(\alert{-6}) \amp = (\alert{-6})^2+2(\alert{-6})-16 = 36-12-16 = 8\\ f(\alert{4})\amp = \alert{4}^2+2(\alert{4})-16 = 16+8-16 = 8 \end{align*}
Example A.7.23.
Here is a graph of \(G(x)=\dfrac{20}{(x-3)^2}\text{.}\) Use the graph to solve the equation \(\dfrac{20}{(x-3)^2} = 5\text{.}\) Show your work on the graph.
transformed inverse-square
Solution.
We find any points on the graph with vertical coordinate \(G(x)=5\text{.}\) There are two points, \((1,5)\) and \((5,5\text{.}\)) The \(x\)-coordinates of those points, namely 1 and 5, are the solutions.
transformed inverse-square-annotated
Checkpoint A.7.24.
Here is a graph of \(\displaystyle F(x)=\dfrac{1}{16}x^3+\dfrac{3}{8}x^2-\dfrac{3}{2}-7~\)
cubic
Use the graph to solve the equation
\begin{equation*} ~\dfrac{1}{16}x^3+\dfrac{3}{8}x^2-\dfrac{3}{2}-7 = -3~ \end{equation*}
Show your work on the graph.
Answer.
\(-8\text{,}\) \(-2\text{,}\) \(4\)
cubic
Checkpoint A.7.25.
Here is a graph of \(~g(x)=15x^{2/3}~\)
y=15 x to 2/3
Use the graph to solve the equation
\begin{equation*} ~15x^{2/3} = 60~ \end{equation*}
Show your work on the graph.
Answer.
\(-8,~8\)
y=15 x to 2/3

Subsection A.7.3 Logarithms

Subsubsection A.7.3.1 Convert between radicals and powers

Because a logarithm is an exponent, it will be helpful to convert easily between radical notation and exponent notation.
Example A.7.26.
Write each power as a radical.
  1. \(\displaystyle x^{2/3}\)
  2. \(\displaystyle t^{-3/2}\)
  3. \(\displaystyle w^{1.25}\)
  4. \(\displaystyle z^{-0.4}\)
Solution.
Recall that the numerator of the exponent is the power and the denominator is the root. A negative exponent indicates a reciprocal.
  1. \(\displaystyle x^{2/3} = \sqrt[3]{x^2}\)
  2. \(\displaystyle t^{-3/2} = \dfrac{1}{t^{3/2}} = \dfrac{1}{\sqrt{t^3}}\)
  3. \(\displaystyle w^{1.25} = w^{5/4} = \sqrt[4]{w^5}\)
  4. \(\displaystyle z^{-0.4} = \dfrac{1}{z^{4/10}} = \dfrac{1}{z^{2/5}} = \dfrac{1}{\sqrt[5]{z^2}}\)
Example A.7.27.
Write each radical expression in exponential form and simplify.
  1. \(\displaystyle \sqrt[4]{b^3}\)
  2. \(\displaystyle \dfrac{1}{\sqrt[6]{a^3}}\)
  3. \(\displaystyle x^2\sqrt[4]{x}\)
  4. \(\displaystyle \dfrac{\sqrt[3]{v}}{\sqrt{v}}\)
Solution.
  1. \(\displaystyle \sqrt[4]{b^3} = b^{3/4}\)
  2. \(\displaystyle \dfrac{1}{\sqrt[6]{a^3}} = \dfrac{1}{a^{3/6}} = a^{-3/6} = a^{-1/2}\)
  3. \(\displaystyle x^2\sqrt[4]{x} = x^2x^{1/4} = a^{2+1/4} = a^{9/4}\)
  4. \(\displaystyle \dfrac{\sqrt[3]{v}}{\sqrt{v}} = \dfrac{v^{1/3}}{v^{1/2}} = v^{1/3-1/2} = v^{-1/6}\)
Checkpoint A.7.28.
Write each power as a radical.
  1. \(\displaystyle m^{-3/5}\)
  2. \(\displaystyle p^{2.75}\)
  3. \(\displaystyle x^{0.18}\)
Answer.
  1. \(\displaystyle \dfrac{1}{\sqrt[5]{m^3}}\)
  2. \(\displaystyle \sqrt[4]{p^{11}}\)
  3. \(\displaystyle \sqrt[50]{x^{9}}\)
Checkpoint A.7.29.
Write each radical expression in exponential form and simplify.
  1. \(\displaystyle \sqrt[10]{n^9}\)
  2. \(\displaystyle \sqrt{h}\sqrt[4]{h}\)
  3. \(\displaystyle \left(\sqrt[3]{t^2}\right)^4\)
Answer.
  1. \(\displaystyle n^{9/10}\)
  2. \(\displaystyle h^{3/4}\)
  3. \(\displaystyle t^{8/3}\)

Subsubsection A.7.3.2 Estimate logs

It is useful to be able to estimate mentally the value of a log.
Example A.7.30.
Write each log equation in exponential form. Then use trial and error to estimate the log between two integers.
  1. \(\displaystyle \log_2 {(6)}=x\)
  2. \(\displaystyle \log_2 {(24)}=x\)
  3. \(\displaystyle \log_2 {(100)}=x\)
  4. \(\displaystyle \log_2 {(0.3)}=x\)
Solution.
  1. \(2^x=6.~\) Because \(~2^2=4~\) and \(~2^3=8\text{,}\) \(~2 \lt x \lt 3\text{.}\)
  2. \(2^x=24.~\) Because \(~2^4=16~\) and \(~2^5=32\text{,}\) \(~4 \lt x \lt 5\text{.}\)
  3. \(2^x=100.~\) Because \(~2^6=64~\) and \(~2^7=128\text{,}\) \(~6 \lt x \lt 7\text{.}\)
  4. \(2^x=0.3.~\) Because \(~2^{-2}=\dfrac{1}{4} = 0.25~\) and \(~2^{-1}=\dfrac{1}{2} = 0.5\text{,}\) \(~-2 \lt x \lt -1\text{.}\)
Example A.7.31.
  1. Use computing technology to complete the table for \(f(x)=5^x~\text{.}\) Round the function values to tenths.
    \(x\) \(2.0\) \(2.1\) \(2.2\) \(2.3\) \(2.4\) \(2.5\) \(2.6\) \(2.7\) \(2.8\) \(2.9\) \(3.0\)
    \(f(x)\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\)
  2. Use your table from part (a) to make a table of values for the function \(g(x) = \log_5 {(x)}\text{.}\)
    \(~x~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\)
    \(g(x)\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\)
Solution.
  1. \(x\) \(2.0\) \(2.1\) \(2.2\) \(2.3\) \(2.4\) \(2.5\) \(2.6\) \(2.7\) \(2.8\) \(2.9\) \(3.0\)
    \(f(x)\) \(25\) \(29.4\) \(34.5\) \(40.5\) \(47.6\) \(55.9\) \(65.7\) \(77.1\) \(90.6\) \(106.4\) \(125\)
  2. \(x\) \(25\) \(29.4\) \(34.5\) \(40.5\) \(47.6\) \(55.9\) \(65.7\) \(77.1\) \(90.6\) \(106.4\) \(125\)
    \(g(x)\) \(2.0\) \(2.1\) \(2.2\) \(2.3\) \(2.4\) \(2.5\) \(2.6\) \(2.7\) \(2.8\) \(2.9\) \(3.0\)
Checkpoint A.7.32.
Write each log equation in exponential form. Then use trial and error to estimate the log, first between two integers, and then to the nearest tenth.
  1. \(\displaystyle \log_3 {(10)}=x\)
  2. \(\displaystyle \log_3 {(20)}=x\)
  3. \(\displaystyle \log_3 {(150)}=x\)
  4. \(\displaystyle \log_3 {(0.5)}=x\)
Answer.
  1. \(3^x = 10,~\) between 2 and 3, \(~2.1\)
  2. \(3^x = 20,~\) between 2 and 3, \(~2.7\)
  3. \(3^x = 150,~\) between 4 and 5, \(~4.6\)
  4. \(3^x = 0.5,~\) between \(-1\) and 0, \(~-0.6\)
Checkpoint A.7.33.
  1. Use computing technology to complete the table for \(f(x)=4^x~\text{.}\)
    \(x\) \(-1\) \(-0.5\) \(0\) \(0.5\) \(1\) \(1.5\) \(2\) \(2.5\) \(3\) \(3.5\) \(4.0\)
    \(f(x)\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\)
  2. Use your table from part (a) to make a table of values for the function \(g(x) = \log_4 {(x)}\text{.}\)
    \(~x~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\) \(~~~~\)
    \(g(x)\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\) \(\)
  3. Use your table from part (b) to make a graph of \(g(x) = \log_4 {(x)}\text{.}\)
    grid
Answer.
  1. \(x\) \(-1\) \(-0.5\) \(0\) \(0.5\) \(1\) \(1.5\) \(2\) \(2.5\) \(3\) \(3.5\) \(4.0\)
    \(f(x)\) \(0.25\) \(0.5\) \(1\) \(2\) \(4\) \(8\) \(16\) \(32\) \(64\) \(128\) \(256\)
  2. \(~x~\) \(0.25\) \(0.5\) \(1\) \(2\) \(4\) \(8\) \(16\) \(32\) \(64\) \(128\) \(256\)
    \(g(x)\) \(-1\) \(-0.5\) \(0\) \(0.5\) \(1\) \(1.5\) \(2\) \(2.5\) \(3\) \(3.5\) \(4.0\)
  3. graph

Subsubsection A.7.3.3 Using logs

Example A.7.34.
Solve each exponential equation by writing your answer as a logarithm, then evaluate if possible (without a calculator).
  1. \(\displaystyle 3 \cdot 2^x = 96\)
  2. \(\displaystyle 3 \cdot 2^x = 90\)
Solution.
  1. First isolate the power to get \(2^x = 32\text{.}\) Then convert to logarithmic form as \(x = \log_2{(32)}\text{.}\) Because \(2^5 = 32\text{,}\) we can simplify the answer to \(x = 5\text{.}\)
  2. First isolate the power to get \(2^x = 30\text{.}\) Then convert to logarithmic form as \(x = \log_2{(30)}\text{.}\) This log is not easy to evaluate without a calculator.
Checkpoint A.7.35.
Solve each exponential equation by writing your answer as a logarithm, then evaluate if possible (without a calculator).
  1. \(\displaystyle 2 \cdot 5^x - 20 = 230\)
  2. \(\displaystyle 2 \cdot 5^x - 20 = 200\)
  3. \(\displaystyle 3^x = 81\)
  4. \(\displaystyle 3^{2x-5} = 81\)
  5. \(\displaystyle 10^{2x} = 1000\)
  6. \(\displaystyle 10^{2x} = 1200\)
  7. \(\displaystyle 5 + 4^{3x} = 7\)
  8. \(\displaystyle 5 + 4^{3x} = 8\)
Answer.
  1. \(\displaystyle \log_5{(125)} = 3\)
  2. \(\displaystyle \log_5{(110)}\)
  3. \(\displaystyle \log_3{(81)} = 4\)
  4. \(\displaystyle \dfrac{1}{2}[5 + \log_3{(81)}] = \dfrac{9}{2}\)
  5. \(\displaystyle \dfrac{1}{3}\log_4{(2)} = \dfrac{1}{6}\)
  6. \(\displaystyle \dfrac{1}{3}\log_4{(3)}\)

Subsection A.7.4 Properties of Logarithms

Let us review some of the algebraic properties we learned earllier as they apply to exponential functions.

Subsubsection A.7.4.1 Apply the laws of exponents

The laws of exponents still apply to variable exponents. (If you would like to review the laws of exponents, they are listed in Section 3.2.)
Example A.7.36.
Use the laws of exponents to simplify.
  1. \(\displaystyle 1.35^6(1.35^4)\)
  2. \(\displaystyle 0.64^5(0.64^n)\)
Solution.
When multiplying two powers with the same base, we add the exponents. Notice that the base does not change.
  1. \(\displaystyle 1.35^6(1.35^4) = 1.35^{6+4}=1.35^{10}\)
  2. \(\displaystyle 0.64^5(0.64^n) = 0.64^{5+n}\)
Example A.7.37.
Use the laws of exponents to simplify.
  1. \(\displaystyle \dfrac{0.32^8}{0.32^2}\)
  2. \(\displaystyle \dfrac{0.32^t}{0.32^x}\)
Solution.
When dividing two powers with the same base, we subtract the exponents.
  1. \(\displaystyle \dfrac{0.32^8}{0.32^2} = 0.32^{8-2} = 0.32^6\)
  2. \(\displaystyle \dfrac{0.32^t}{0.32^x} = 0.32^{t-x}\)
Example A.7.38.
Use the laws of exponents to simplify.
  1. \(\displaystyle \left(1.07^5\right)^3\)
  2. \(\displaystyle \left(1.07^4\right)^p\)
Solution.
When raising a power to a power, we multiply the exponents.
  1. \(\displaystyle \left(1.07^5\right)^3 = 1.07^{15}\)
  2. \(\displaystyle \left(1.07^4\right)^p = 1.07^{4p}\)
Checkpoint A.7.39.
Use the laws of exponents to simplify \(~2.5^{2t}(2.5^3)\text{.}\)
Answer.
\(2.5^{2t+3}\)
Checkpoint A.7.40.
Use the laws of exponents to simplify \(~\left(0.94^4\right)^{m-2}\text{.}\)
Answer.
\(0.94^{4m-8}\)
Checkpoint A.7.41.
Use the laws of exponents to simplify \(~\dfrac{1.13^{8x}}{1.13^{5x}}\text{.}\)
Answer.
\(1.13^{3x}\)

Subsubsection A.7.4.2 Apply the distributive law

Example A.7.42.
Which equation is a correct application of the distributive law?
  1. \(2(5 \cdot 3^x) = 10 \cdot 6^x~~~~~\) or \(~~~~~2(5+3^x) = 10+2 \cdot 3^x\)
  2. \(\log (x+10) = \log {x} + \log {10}~~~~~\) or \(~~~~~\dfrac{1}{x}(x+10) = 1 +\dfrac{10}{x}\)
Solution.
  1. The distributive law applies to multiplying a sum or difference, not a product. In the first equation, \(5 \cdot 3^x\) is a product, so the distributive law does not apply. (We can, however, simplfy that expression with the associative law:
    \begin{equation*} 2(5 \cdot 3^x) = (2\cdot 5)\cdot 3^x = 10 \cdot 3^x \end{equation*}
    The second equation is a correct application of the distributive law. You can check that the first equation is false and the second equation is true by substituting \(x=1\text{.}\)
  2. The distributive law applies only to multiplying a sum or product, not to other operations, such as taking logs. You can check that the first equation is false by substituting \(x=10\text{.}\)
    The second equation is a correct application of the distributive law.
Decide whether each equation is a correct application of the distributive law. Write a correct statement if possible.
Checkpoint A.7.43.
\(\dfrac{x+6}{3} \rightarrow \dfrac{x}{3} + \dfrac{6}{3}\)
Answer.
Correct
Checkpoint A.7.44.
\(\dfrac{6}{x+3} \rightarrow \dfrac{6}{x} + \dfrac{6}{3}\)
Answer.
Not correct
Checkpoint A.7.45.
\(2(P_0 a^t) \rightarrow 2P_0 +2a^t\)
Answer.
Not correct. \(~~2(P_0 a^t) = 2P_0 a^t\)
Checkpoint A.7.46.
\(25(1+r)^8 \rightarrow (25+25r)^8\)
Answer.
Not correct

Subsubsection A.7.4.3 Solve power and exponential equations

Compare the procedures for solving power equations and exponential equations.
Example A.7.47.
Solve \(~3x^{1.05} = 18~\text{.}\) Round your answer to hundredths.
Solution.
This is a power equation. We divide both sides by 3 to isolate the variable, then raise both sides to the reciprocal of the exponent.
\begin{align*} (x^{1.05})^{1/1.05} \amp = 6^{1/1.05}\\ x \amp = 5.51 \end{align*}
Example A.7.48.
Solve \(~3(1.05)^x = 18~\text{.}\) Round your answer to hundredths.
Solution.
This is an exponential equation. We divide both sides by 3, then take logarithms.
\begin{align*} \log(1.05^x) \amp = \log 6 \amp\amp \blert{\text{Apply the third log property.}}\\ x \log 1.05\amp = \log 6\\ x \amp =\dfrac{\log 6}{\log 1.05} = 36.72 \end{align*}
Example A.7.49.
Solve \(~9x^{3/5} = 36~\text{.}\) Round your answer to hundredths.
Solution.
This is a power equation. We divide both sides by 9 to isolate the variable, then raise both sides to the reciprocal of the exponent.
\begin{align*} (x^{3/5})^{5/3} \amp = 4^{5/3}\\ x \amp = 10.08 \end{align*}
Example A.7.50.
Solve \(~1.5(3^{x/5}) = 12~\text{.}\) Round your answer to hundredths.
Solution.
This is an exponential equation. We divide both sides by 1.5, then take logarithms.
\begin{align*} \log 3^{x/5} \amp = \log 8 \amp\amp \blert{\text{Apply the third log property.}}\\ \dfrac{x}{5} \log 3 \amp = \log 8\\ x \amp =\dfrac{5\log 8}{\log 3} = 9.46 \end{align*}
Checkpoint A.7.51.
Solve \(~6x^{3/4}-8 = 76~\text{.}\) Round your answer to hundredths.
Answer.
\(33.74\)
Checkpoint A.7.52.
Solve \(~6\left(\dfrac{3}{4}\right)^x-8 = 76~\text{.}\) Round your answer to hundredths.
Answer.
\(-9.17\)
Checkpoint A.7.53.
Solve \(~13.2(1.36)^x = 284.8~\text{.}\) Round your answer to hundredths.
Answer.
\(9.99\)
Checkpoint A.7.54.
Solve \(~13.2x^{1.26} = 284.8~\text{.}\) Round your answer to hundredths.
Answer.
\(11.45\)

Subsection A.7.5 Exponential Models

Subsubsection A.7.5.1 Interpret function notation

The definitions of the variables help us interpret function notation.
Example A.7.55.
The number of students at Salt Creek Elementary School is growing according to the formula \(~f(t)=500(1.08)^t~\text{,}\) where \(t\) is the number of years since the school opened in 2005.
  1. What does the equation \(~f(6)=500(1.08)^6~\) tell us about the school?
  2. Use function notation to say that the student population was 583 in 2007.
Solution.
  1. In this equation, \(t=6\) and \(f(6)=793\text{.}\) In 2011 (six years after the school opened), the student population was 793.
  2. In 2007, \(t=2\text{,}\) so \(f(2)=500(1.08)^2=583\text{.}\)
Example A.7.56.
The value of Digicorp stock has been falling according to the formula \(~V(w)=48(0.96)^w~\text{,}\) where \(w\) is the number of weeks since its peak value of $48 per share.
  1. Use function notation to say that 8 weeks later the value of a share of Digicorp stock was $34.63.
  2. What does the equation \(~V(12) = 48(0.96)^{12} = 29.41~\) tell us about the stock?
Solution.
  1. We evaluate the function at \(w=8\) to get \(~V(8) = 48(0.96)^8 = 34.63\text{.}\)
  2. In this equation, \(w=12\) and \(V(12) = 29.41\text{,}\) so 12 weeks after the peak value a share of Digicorp stock was worth $29.41.
Checkpoint A.7.57.
The number of internet users in the United States is given by \(~I(t) = 95,331,000(1.09)^t~\text{,}\) where \(t=0\) in 2000. Use function notation to say that the number of internet users in 2005 was 146,679,000.
Answer.
\(I(t) = 146,679,000\)
Checkpoint A.7.58.
The percent of U.S. households that maintain a landline telephone is decreasing according to the formula \(~L(t) = 95(0.96)^t~\text{,}\) where \(t=0\) in 2004. What does the equation \(~L(t) = 95(0.96)^{10} = 63~\) tell us about landlines?
Answer.
In 2014, 63% of households maintained a landline.

Subsubsection A.7.5.2 Doubling time and half-life

Doubling Time and Half-Life.
If \(D\) is the doubling time for an exponential function \(P(t)\text{,}\) then
\begin{equation*} P(t) = P_0 2^{t/D} \end{equation*}
If \(H\) is the half-life for an exponential function \(Q(t)\text{,}\) then
\begin{equation*} Q(t)=Q_0 (0.5)^{t/H} \end{equation*}
Example A.7.59.
The half-life of a cold medication in the body is 6 hours. Find its decay rate.
Solution.
The decay law for the medication is
\begin{equation*} N=N_0(0.5)^{t/8} \end{equation*}
We can rewrite this expression as
\begin{equation*} N=N_0(0.5^{1/8})^t \end{equation*}
so \(b=0.5^{1/8}=0.9170\text{,}\) and \(r=1-b=0.083\text{.}\) The decay rate is 8.3%.
Example A.7.60.
The growth rate of a population of badgers is 3.8% per year. Find its doubling time.
Solution.
The growth law for the population is \(P=P_0(1.038)^t\text{.}\) We set \(P=2P_0\) and solve for \(t\text{.}\)
\begin{align*} 2P_0 \amp = P_0(1.038)^t \amp\amp \blert{\text{Divide both sides by}~P_0.}\\ 2 \amp = (1.038)^t \amp\amp \blert{\text{Take the log of both sides.}}\\ \log 2 \amp = t \log 1.038 \amp\amp \blert{\text{Apply the third log property.}}\\ t \amp = \dfrac{\log 2}{\log 1.038} = 18.59 \end{align*}
The doubling time is 18.59 years.
Checkpoint A.7.61.
The doubling time for a population is 18 years. Find its annual growth rate.
Answer.
3.9%
Checkpoint A.7.62.
A radioactive isotope decays by 0.04% per second. What is its half-life?
Answer.
4.81 hrs

Subsubsection A.7.5.3 Analyze graphs of exponential functions

From a graph, we can read the initial value of an exponential function and then its doubling time or half-life. From there we can calculate the growth or decay law.
Example A.7.63.
The graph shows the population, \(P\text{,}\) of a herd of llamas \(t\) years after 2000.
  1. How many llamas were there in 2000?
  2. What is the doubling time for the population?
  3. What is the annual growth rate for the population?
exponential growth
Solution.
  1. The initial value of the population is given by the \(P\)-intercept of the graph, \((0,15)\text{.}\) There were 15 llamas in 2000.
  2. Look for the time when the initial llama population doubles. When \(t=4,~P=30\text{,}\) and when \(t=8,~P=60\text{,}\) so the llama population doubles every 4 years.
  3. The growth factor for the population is \(2^{1/4} = 1.189\text{,}\) so the annual growth rate is 18.9%.
Example A.7.64.
Write a decay law for the graph shown below, where \(t\) is in hours and \(N\) is in milligrams.
exponential decay
Solution.
The initial value is given by the vertical intercept of the graph, \((0,600)\text{,}\) so \(N_0 = 600\text{.}\)
When \(t=5,~N=300\text{,}\) so the half-life of the substance is 5 hours. Thus the decay law is \(N(t)=600(0.5)^{t/5}\text{,}\) or \(N(t)=600(0.87)^t\text{.}\)
Checkpoint A.7.65.
  1. Write a growth law for the population whose graph is shown, where \(t\) is in years.
  2. What is the annual growth rate for the population?
exponential growth
Answer.
  1. \(\displaystyle P(t) = 10(2^{t/2.5})\)
  2. 32.0%
Checkpoint A.7.66.
  1. Write a decay law for the population whose graph is shown, where \(t\) is in days.
  2. What is the daily decay rate for the population?
exponential decay
Answer.
  1. \(\displaystyle P(t) = 120(0.5^{t/3})\)
  2. 20.6%
You have attempted of activities on this page.