5.5 Solving Equations Involving Exponential Functions

In this section we will develop techniques for solving equations involving exponential functions. Consider the equation 2^{x} = 128. After a moment’s calculation, we find 128 = 2^{7}, so we have 2^{x} = 2^{7}. The one-to-one property of exponential functions, detailed in Theorem 5.7, tells us that 2^{x} = 2^{7} if and only if x=7. This means that not only is x=7 a solution to 2^{x} = 2^{7}, it is the only solution.

Now suppose we change the problem ever so slightly to 2^{x} = 129. We could use one of the inverse properties of exponentials and logarithms listed in Theorem 5.6 to write 129 = 2^{\log_{2}(129)}. We’d then have 2^{x} = 2^{\log_{2}(129)}, which means our solution is x = \log_{2}(129).

After all, the definition of \log_{2}(129) is `the exponent we put on 2 to get 129.’ Indeed we could have obtained this solution directly by rewriting the equation 2^{x} = 129 in its logarithmic form \log_{2}(129) = x. Either way, in order to get a reasonable decimal approximation to this number, we’d use the change of base formula, Theorem 5.9, to give us something more calculator friendly. Typically this means we convert our answer to base 10 or base e, and we choose the latter: \log_{2}(129) = \frac{\ln(129)}{\ln(2)} \approx 7.011.

Still another way to obtain this answer is to `take the natural log’ of both sides of the equation. Due to the fact that f(x) = \ln(x) is a function, as long as two quantities are equal, their natural logs are equal.[1]

We then use the Power Rule to write the exponent x as a factor then divide both sides by the constant \ln(2) to obtain our answer.[2]

    \[ \begin{array}{rclr} 2^{x} & = & 129 & \\ \ln\left(2^{x}\right) & = & \ln(129) & \text{Take the natural log of both sides.} \\ x \ln(2) & = & \ln(129) & \text{Power Rule} \\ [4pt] x & = &\dfrac{\ln(129)}{\ln(2)} & \\ \end{array}\]

We summarize our two strategies for solving equations featuring exponential functions below.

Steps for Solving an Equation Involving Exponential Functions

  1. Isolate the exponential function.
  2. (a)  If convenient, express both sides with a common base and equate the exponents.
    (b) Otherwise, take the natural log of both sides of the equation and use the Power Rule.

 

Example 5.5.1

Example 5.5.1.1

Solve the following equations. Check your answer using a graphing utility.

2^{3x} = 16^{1-x}

Solution:

Solve 2^{3x} = 16^{1-x} for x.

16 is a power of 2, so we can rewrite 2^{3x} = 16^{1-x} as 2^{3x} = \left(2^4\right)^{1-x}. Using properties of exponents, we get 2^{3x} = 2^{4(1-x)}.

Using the one-to-one property of exponential functions, we get

    \[ \begin{array}{rcl} 3x & = & 4(1-x) \\ 3x & = & 4 - 4x \\ 7x & = & 4 \\[4pt] x & = & \frac{4}{7} \end{array} \]

Graphing \textcolor{red}{f(x) = 2^{3x}} and \textcolor{blue}{g(x) = 16^{1-x}} and see that they intersect at x =\frac{4}{7} \approx 0.571.

Rendered by QuickLaTeX.com

Example 5.5.1.2

Solve the following equations. Check your answer using a graphing utility.

2000 = 1000 \cdot 3^{-0.1 t}

Solution:

Solve 2000 = 1000 \cdot 3^{-0.1 t} for t.

We begin solving 2000 = 1000 \cdot 3^{-0.1 t} by dividing both sides by 1000 to isolate the exponential which yields 3^{-0.1t} = 2.

As it is inconvenient to write 2 as a power of 3, we use the natural log to get

    \[ \begin{array}{rclr} \ln\left(3^{-0.1t}\right) & = & \ln(2) & \\ -0.1 t \ln(3) & = & \ln(2) & \text{Power Rule} \\[4pt] t & = & -\frac{\ln(2)}{0.1 \ln(3)} & \\[6pt] & = & -\frac{10\ln(2)}{\ln(3)} \end{array} \]

We see the graphs of \textcolor{red}{f(x) = 2000} and \textcolor{blue}{g(x) = 1000 \cdot 3^{-0.1 x}} intersect at x = -\frac{10\ln(2)}{\ln(3)} \approx -6.309.

Rendered by QuickLaTeX.com

Example 5.5.1.3

Solve the following equations. Check your answer using a graphing utility.

9 \cdot 3^{x} = 7^{2x}

Solution:

Solve 9 \cdot 3^{x} = 7^{2x} for x.

We first note that we can rewrite the equation 9 \cdot 3^{x} = 7^{2x} as 3^2 \cdot 3^x = 7^{2x} to obtain 3^{x+2} = 7^{2x}.

As it is not convenient to express both sides as a power of 3 (or 7 for that matter) we use the natural log: \ln\left(3^{x+2}\right) = \ln\left(7^{2x}\right).

The power rule gives (x+2) \ln(3) = 2x \ln(7). Even though this equation appears very complicated, keep in mind that \ln(3) and \ln(7) are just constants.

The equation (x+2) \ln(3) = 2x \ln(7) is actually a linear equation (do you see why?) and as such we gather all of the terms with x on one side, and the constants on the other. We then divide both sides by the coefficient of x, which we obtain by factoring.

    \[ \begin{array}{rclr} (x+2) \ln(3) & = & 2x \ln(7) & \\ x \ln(3) + 2 \ln(3) & = & 2x \ln(7) & \\ 2 \ln(3) & = & 2x \ln(7) - x \ln(3) & \\ 2 \ln(3) & = & x (2 \ln(7) - \ln(3)) & \text{Factor.}\\[4pt] x & = & \frac{2 \ln(3)}{2\ln(7) - \ln(3)} & \\ \end{array}\]

We see the graphs of f(x) = 9 \cdot 3^{x} and g(x) = 7^{2x} intersect at x = \frac{2 \ln(3)}{2\ln(7) - \ln(3)} \approx 0.787.

Rendered by QuickLaTeX.com

Example 5.5.1.4

Solve the following equations. Check your answer using a graphing utility.

75 = \frac{100}{1 + 3e^{-2t}}

Solution:

Solve 75 = \frac{100}{1 + 3e^{-2t}} for t.

Our objective in solving 75 = \frac{100}{1 + 3e^{-2t}} is to first isolate the exponential.

To that end, we clear denominators and get 75\left(1 + 3e^{-2t}\right) = 100, or

    \[ \begin{array}{rclr} 75 + 225e^{-2t} & = & 100 & \\ 225e^{-2t} & = & 25 & \\[4pt] e^{-2t} & = & \frac{1}{9} & \\[4pt] \ln\left(e^{-2t}\right) & = & \ln\left( \frac{1}{9} \right) & \text{Apply the natural log} \\[4pt] -2t & = & -\ln(9) & \text{Power Rule} \\ t & = & \frac{\ln(9)}{2} & \\[4pt] t & = & \ln(3) & \end{array} \]

To check, we see the graphs of f(x) = 75 and g(x) = \frac{100}{1 + 3e^{-2x}}, intersect at x =\ln(3) \approx 1.099.

Rendered by QuickLaTeX.com

Example 5.5.1.5

Solve the following equations. Check your answer using a graphing utility.

25^{x} = 5^{x} + 6

Solution:

Solve 25^{x} = 5^{x} + 6 for x.

We start solving 25^{x} = 5^{x} + 6 by rewriting 25 = 5^2 so that we have \left(5^2\right)^{x} = 5^{x} + 6, or 5^{2x} = 5^{x} + 6.

Even though we have a common base, having two terms on the right hand side of the equation foils our plan of equating exponents or taking logs.

If we stare at this long enough, we notice that we have three terms with the exponent on one term exactly twice that of another. To our surprise and delight, we have a `quadratic in disguise’.

Letting u = 5^{x}, we have u^2 = \left(5^{x}\right)^2 = 5^{2x} so the equation 5^{2x} = 5^{x} + 6 becomes u^2 = u + 6. Solving this as u^2 - u - 6=0 gives u = -2 or u = 3. As u = 5^{x}, we have

    \[5^{x} = -2  \text{ or } 5^{x} = 3 \]

5^{x} = -2 has no real solution,[3] so we focus on 5^{x} = 3. It isn’t convenient to express 3 as a power of 5, thus we take natural logs and get \ln\left(5^{x}\right) = \ln(3) so that

    \[x \ln(5) = \ln(3) \text{ or } x = \frac{\ln(3)}{\ln(5)}\]

We see the graphs of \textcolor{red}{f(x) = 25^{x}} and \textcolor{blue}{g(x) = 5^{x} + 6} intersect at x = \frac{\ln(3)}{\ln(5)}.

Rendered by QuickLaTeX.com

Example 5.5.1.6

Solve the following equations. Check your answer using a graphing utility.

\frac{e^{x} - e^{-x}}{2} = 5

Solution:

Solve \frac{e^{x} - e^{-x}}{2} = 5 for x.

Clearing the denominator in \frac{e^{x} - e^{-x}}{2} = 5 gives e^{x} - e^{-x} = 10, at which point we pause to consider how to proceed. Rewriting e^{-x} = \frac{1}{e^{x}}, we see we have another denominator to clear: e^{x} - \frac{1}{e^{x}} = 10.

Doing so gives e^{2x} - 1 = 10e^{x}, which, once again fits the criteria of being a `quadratic in disguise.’

If we let u = e^{x}, then u^2 = e^{2x} so the equation e^{2x} - 1 = 10e^{x} can be viewed as u^2-1 = 10u. Solving u^2 - 10u - 1 = 0 using the quadratic formula gives u = 5 \pm \sqrt{26}.

From this, we have e^{x} = 5 \pm \sqrt{26}. Because 5 - \sqrt{26} < 0, we get no real solution to e^{x} = 5 - \sqrt{26} (why not?) but for e^{x} = 5 + \sqrt{26}, we take natural logs to obtain x = \ln\left(5 + \sqrt{26}\right).

We see the graphs of f(x) = \frac{e^{x} - e^{-x}}{2} and g(x) = 5 intersect at x = \ln\left(5 + \sqrt{26}\right) \approx 2.312.

Rendered by QuickLaTeX.com

 

Note that verifying our solutions to the equations in Example 5.5.1 analytically holds great educational value, as it reviews many of the properties of logarithms and exponents in tandem.

For example, to verify our solution to 2000 = 1000 \cdot 3^{-0.1 t}, we substitute t = -\frac{10\ln(2)}{\ln(3)} and check:

    \[ \begin{array}{rclr} 2000 & \stackrel{?}{=} & 1000 \cdot 3^{-0.1 \left(-\frac{10\ln(2)}{\ln(3)}\right)} & \\ 2000 & \stackrel{?}{=} & 1000 \cdot 3^{\frac{\ln(2)}{\ln(3)}} & \\ 2000 & \stackrel{?}{=} & 1000 \cdot 3^{\log_{3}(2)} & \text{Change of Base}\\ 2000 & \stackrel{?}{=} & 1000 \cdot 2 & \text{Inverse Property}\\ 2000 & \stackrel{\checkmark}{=} & 2000 & \\ \end{array}\]

We strongly encourage the reader to check the remaining equations analytically as well.

We close this section by finding a function inverse.

 

Example 5.5.2

Example 5.5.2.1

The function f(x) = \dfrac{5e^{x}}{e^{x}+1} is one-to-one.

Write a formula for f^{-1}(x).

Solution:

Write a formula for f^{-1}(x).

We start by writing y=f(x), and interchange the roles of x and y. To solve for y, we first clear denominators and then isolate the exponential function.

    \[ \begin{array}{rclr} y & = & \dfrac{5e^{x}}{e^{x}+1} & \\ [12pt] x & = & \dfrac{5e^{y}}{e^{y}+1} & \text{Switch } x \text{ and } y \\ [12pt] x \left(e^{y}+1\right) & = & 5e^{y} & \\ [4pt] x e^{y}+x & = & 5e^{y} & \\ [4pt] x & = & 5e^{y} - x e^{y} & \\ [4pt] x & = & e^{y}(5 - x) & \\ [4pt] e^{y}& = & \dfrac{x}{5-x} & \\[12pt] \ln\left(e^{y}\right) & = & \ln\left(\dfrac{x}{5-x}\right) & \\[12pt] y & = & \ln\left(\dfrac{x}{5-x}\right) & \\ \end{array}\]

We claim f^{-1}(x) = \ln\left(\frac{x}{5-x}\right). To verify this analytically, we would need to verify the compositions \left(f^{-1} \circ f\right)(x) = x for all x in the domain of f and that \left(f \circ f^{-1}\right)(x) = x for all x in the domain of f^{-1}. We leave this, as well as a graphical check, to the reader in Exercise 41.

Example 5.5.2.2

The function f(x) = \dfrac{5e^{x}}{e^{x}+1} is one-to-one.

Solve \dfrac{5e^{x}}{e^{x}+1} = 4.

Solution:

Solve \dfrac{5e^{x}}{e^{x}+1} = 4.

We recognize the equation \frac{5e^{x}}{e^{x}+1} = 4 as f(x) = 4. Hence, our solution is

    \[ \begin{array}{rcl} x &=& f^{-1}(4) \\[4pt] &=& \ln\left(\frac{4}{5-4}\right) \\[4pt] &=& \ln(4) \end{array} \]

We can check this fairly quickly algebraically. Using e^{\ln(4)} = 4, we find \frac{5e^{\ln(4)}}{e^{\ln(4)}+1} = \frac{5(4)}{4+1} = \frac{20}{5} = 4.

5.5.1 Section Exercises

In Exercises 1 – 33, solve the equation analytically.

  1. 2^{4x} = 8
  2. 3^{(x - 1)} = 27
  3. 5^{2x-1} = 125
  4. 4^{2t} = \frac{1}{2}
  5. 8^{t} = \frac{1}{128}
  6. 2^{(t^{3} - t)} = 1
  7. 3^{7x} = 81^{4-2x}
  8. 9 \cdot 3^{7x} = \left(\frac{1}{9}\right)^{2x}
  9. 3^{2x} = 5
  10. 5^{-t} = 2
  11. 5^{t} = -2
  12. 3^{(t - 1)} = 29
  13. (1.005)^{12x} = 3
  14. e^{-5730k} = \frac{1}{2}
  15. 2000e^{0.1t} = 4000
  16. 500\left(1-e^{2t}\right) = 250
  17. 70 + 90e^{-0.1t} = 75
  18. 30-6e^{-0.1t}=20
  19. \dfrac{100e^{x}}{e^{x}+2}=50
  20. \dfrac{5000}{1+2e^{-3t}}=2500
  21. \dfrac{150}{1 + 29e^{-0.8t}} = 75
  22. 25\left(\frac{4}{5}\right)^{x} = 10
  23. e^{2x} = 2e^{x}
  24. 7e^{2t} = 28e^{-6t}
  25. 3^{(x - 1)} = 2^{x}
  26. 3^{(x - 1)} = \left(\frac{1}{2}\right)^{(x + 5)}
  27. 7^{3+7x} = 3^{4-2x}
  28. e^{2t} - 3e^{t}-10=0
  29. e^{2t} = e^{t}+6
  30. 4^{t} + 2^{t} = 12
  31. e^{x}-3e^{-x}=2
  32. e^{x}+15e^{-x}=8
  33. 3^{x}+25\cdot3^{-x}=10

In Exercises 34 – 39, find the domain of the function

  1. T(x) = \dfrac{e^{x} - e^{-x}}{e^{x} + e^{-x}}
  2. C(x) = \dfrac{e^{x} + e^{-x}}{e^{x} - e^{-x}}
  3. s(t) = \sqrt{e^{2t} - 3}
  4. c(t) = \sqrt[3]{e^{2t} - 3}
  5. L(x) = \log\left( 3 - e^{x} \right)
  6. \ell(x) = \ln\left( \dfrac{e^{2x}}{e^{x}-2} \right)
  7. Compute the inverse of f(x) = \dfrac{e^{x} - e^{-x}}{2}. State the domain and range of both f and f^{-1}.
  8. In Example 5.5.1, we found that the inverse of f(x) = \dfrac{5e^{x}}{e^{x}+1} was f^{-1}(x) = \ln\left(\dfrac{x}{5-x}\right) but we left a few loose ends for you to tie up.
    1. Algebraically check our answer by verifying: \left(f^{-1} \circ f\right)(x) = x for all x in the domain of f and that \left(f \circ f^{-1}\right)(x) = x for all x in the domain of f^{-1}.
    2. Find the range of f by finding the domain of f^{-1}.
    3. With help of a graphing utility, graph y = f(x), y = f^{-1}(x) and y = x on the same set of axes. How does this help to verify our answer?
    4. Let g(x) = \dfrac{5x}{x+1} and h(x) = e^{x}. Show that f = g \circ h and that (g \circ h)^{-1} = h^{-1} \circ g^{-1}.

 

Section 5.5 Exercise Answers can be found in the Appendix … Coming soon


  1. This is also the `if' part of the statement \log_{b}(u) = \log_{b}(w) if and only if u=w in Theorem 5.7.
  2. Please resist the temptation to divide both sides by `\ln' instead of \ln(2). Just like it wouldn't make sense to divide both sides by the square root symbol `\sqrt{\vphantom{2} \,}' when solving x \sqrt{2} = 5, it makes no sense to divide by `\ln'.
  3. Why not?

License

Share This Book