How to solve an exponential equation using logarithms

Solving an exponential equation requires isolating the exponential term and taking the logarithm of both sides to bring the variable out of the exponent. This method applies when the variable is in the exponent and the bases cannot be easily matched to use the one-to-one property.

The setup

Isolate the term with the variable in the exponent on one side of the equation. Ensure the other side of the equation is strictly positive, as the logarithm of a negative number or zero is undefined in the real number system.

The steps

  1. Isolate the exponential expression. 2. Take the natural logarithm (ln\ln) or common logarithm (log\log) of both sides. 3. Use the power rule of logarithms, ln(ax)=xln(a)\ln(a^x) = x \ln(a), to bring the exponent down as a multiplier. 4. Solve the resulting linear or algebraic equation for the variable.

Checking the result

Substitute the numerical answer back into the original equation. Evaluate both sides to verify they result in the same value, accounting for minor discrepancies due to rounding errors if using a decimal approximation.

Common errors

A frequent mistake is failing to isolate the exponential term before taking the logarithm. Another is attempting to distribute a logarithm across addition, incorrectly assuming ln(x+y)=ln(x)+ln(y)\ln(x+y) = \ln(x) + \ln(y). Finally, taking the logarithm of a negative constant indicates no real solution exists, which is often mistakenly ignored.

Worked example

Solve 3e2x1+4=193e^{2x - 1} + 4 = 19 for x.

Subtract 4 from both sides: 3e2x1=153e^{2x - 1} = 15. Divide both sides by 3: e2x1=5e^{2x - 1} = 5. Take the natural logarithm of both sides: ln(e2x1)=ln(5)\ln(e^{2x - 1}) = \ln(5). Apply the power rule and the identity ln(e)=1\ln(e) = 1: 2x1=ln(5)2x - 1 = \ln(5). Add 1 to both sides: 2x=ln(5)+12x = \ln(5) + 1. Divide by 2: x=ln(5)+12x = \frac{\ln(5) + 1}{2}. The exact solution is x=ln(5)+12x = \frac{\ln(5) + 1}{2}, which evaluates to approximately 1.3047.

FAQ

Run your own problem

References: OpenStax College Algebra, Chapter 6: Exponential and Logarithmic Functions · Khan Academy: Exponential equations with logarithms

See also