Solving Exponential Equations Using Logarithms

The next step in solving exponential equations involves using their inverse, the logarithm. You will work with several different bases and even with exponents that are expressions.

Solving Exponential Equations Using Logarithms

Sometimes the terms of an exponential equation cannot be rewritten with a common base. In these cases, we solve by taking the logarithm of each side. Recall, since log(a)=log(b) is equivalent to a=b, we may apply logarithms with the same base on both sides of an exponential equation.


How To

Given an exponential equation in which a common base cannot be found, solve for the unknown.

  1. Apply the logarithm of both sides of the equation.
    1. If one of the terms in the equation has base 10, use the common logarithm.
    2. If none of the terms in the equation has base 10, use the natural logarithm.
  2. Use the rules of logarithms to solve for the unknown.


Example 5

Solving an Equation Containing Powers of Different Bases

Solve 5^{x+2}=4x.

Solution

5^{x+2}=4x There is no easy way to get the powers to have the same base.
In 5^{x+2}= In 4^x Take ln of both sides.
(x+2) In5 = x In 4
Use laws of logs.
x In 5 +2 In 5 = x In 4
Use the distributive law.
x In 5 - x  In 4 =-2  In 5 Get terms containing x on one side, terms without x on the other.
x(In 5 -  In 4) =-2  In 5 On the left hand side, factor out an x.
 x In (\dfrac{5}{4}) = In (\dfrac{1}{25})
Use the laws of logs.
x = \dfrac{In(\dfrac{1}{25})}{In (\dfrac{5}{4})}
Divide by the coefficient of x.

Try It #5

Solve 2^x=3^{x+1}.


Q&A

Is there any way to solve 2^x=3^x?

Yes. The solution is 0.


Equations Containing e

One common type of exponential equations are those with base e. This constant occurs again and again in nature, in mathematics, in science, in engineering, and in finance. When we have an equation with a base e on either side, we can use the natural logarithm to solve it.


How To

Given an equation of the form y=Ae^{kt}, solve for t.

  1. Divide both sides of the equation by A.
  2. Apply the natural logarithm of both sides of the equation.
  3. Divide both sides of the equation by k.


Example 6

Solve an Equation of the Form y = Ae^{kt}

Solve 100=20e^{2t}.

Solution

100=20e^{2t}
5=e^{2t} Divide by the coefficient of the power.
In5=2t Take ln of both sides. Use the fact that ln(x)and e^x are inverse functions.
t = \dfrac{In5}{2}
Divide by the coefficient of t.


Analysis
Using laws of logs, we can also write this answer in the form t=ln\sqrt{5}. If we want a decimal approximation of the answer, we use a calculator.


Try It #6

Solve 3e^{0.5t}=11.


Q&A

Does every equation of the form y=Ae^{kt} have a solution?

No. There is a solution when k≠0, and when y and A are either both 0 or neither 0, and they have the same sign. An example of an equation with this form that has no solution is 2=−3e^t.


Example 7

Solving an Equation That Can Be Simplified to the Form y = Ae^{kt}

Solve 4e^{2x}+5=12.

Solution

4e^{2x}+5=12
4e^{2x}=7
Combine like terms.
e^{2x}=\dfrac{7}{4} Divide by the coefficient of the power.
2x=In(\dfrac{7}{4}) Take ln of both sides.
x=\dfrac{1}{2}In(\dfrac{7}{4}) Solve for x.


Try It #7

Solve 3+e^{2t}=7e^{2t}.


Extraneous Solutions

Sometimes the methods used to solve an equation introduce an extraneous solution, which is a solution that is correct algebraically but does not satisfy the conditions of the original equation. One such situation arises in solving when the logarithm is taken on both sides of the equation. In such cases, remember that the argument of the logarithm must be positive. If the number we are evaluating in a logarithm function is negative, there is no output.


Example 8

Solving Exponential Functions in Quadratic Form

Solve e^{2x}−e^x=56.

Solution

e^{2x}−e^x=56
e^{2x}−e^x−56 = 0
Get one side of the equation equal to zero.
(e^{x} + 7) (e^x−8) = 0 Factor by the FOIL method.
e^{x} + 7 = 0 \text{ or } e^x−8  0 If a product is zero, then one factor must be zero.
e^{x} =− 7  \text{ or } e^x=8
Isolate the exponentials.
e^x = 8 Reject the equation in which the power equals a negative number.
x = In 8
Solve the equation in which the power equals a positive number.

Analysis
When we plan to use factoring to solve a problem, we always get zero on one side of the equation, because zero has the unique property that when a product is zero, one or both of the factors must be zero. We reject the equation e^x=−7 because a positive number never equals a negative number. The solution ln(−7) is not a real number, and in the real number system this solution is rejected as an extraneous solution.


Try It #8

Solve e^{2x}=e^x+2.


Q&A

Does every logarithmic equation have a solution?

No. Keep in mind that we can only apply the logarithm to a positive number. Always check for extraneous solutions.


Source: Rice University, https://openstax.org/books/college-algebra/pages/6-6-exponential-and-logarithmic-equations
Creative Commons License This work is licensed under a Creative Commons Attribution 4.0 License.