Skip to content
Exponential and Logarithmic Equations

Exponential and Logarithmic Equations

By the end of this section, you will be able to:

  • Use like bases to solve exponential equations
  • Use logarithms to solve exponential equations
  • Use the definition of a logarithm to solve logarithmic equations
  • Use the one-to-one property of logarithms to solve logarithmic equations
  • Solve applied problems involving exponential and logarithmic equations

In 1859, an Australian landowner named Thomas Austin released 24 rabbits into the wild for hunting. Because Australia had few predators and ample food, the rabbit population exploded. In fewer than ten years, the rabbit population numbered in the millions.

Uncontrolled population growth, as in the wild rabbits in Australia, can be modeled with exponential functions. Equations resulting from those exponential functions can be solved to analyze and make predictions about exponential growth. In this section, we will learn techniques for solving exponential functions.

Using Like Bases to Solve Exponential Equations

The first technique involves two functions with like bases. Recall that the one-to-one property of exponential functions tells us that, for any real numbers bb, SS, and TT, where b>0b>0, b1b\ne1, bS=bTb^S=b^T if and only if S=TS=T.

In other words, when an exponential equation has the same base on each side, the exponents must be equal. This also applies when the exponents are algebraic expressions. Therefore, we can solve many exponential equations by using the rules of exponents to rewrite each side as a power with the same base. Then, we use the fact that exponential functions are one-to-one to set the exponents equal to one another, and solve for the unknown.

For example, consider the equation 34x7=32x33^{4x-7}=\tfrac{3^{2x}}{3}. To solve for xx, we use the division property of exponents to rewrite the right side so that both sides have the common base, 33. Then we apply the one-to-one property of exponents by setting the exponents equal to one another and solving for xx:

34x7=32x3Rewrite 3 as 31.34x7=32x31Use the division property of exponents.34x7=32x1Apply the one-to-one property of exponents.4x7=2x1Subtract 2x and add 7 to both sides.2x=6Divide by 2.x=3 \begin{array}{lrcl} & 3^{4x-7} &=& \tfrac{3^{2x}}{3} \\[4pt] \text{Rewrite 3 as } 3^{1}. & 3^{4x-7} &=& \tfrac{3^{2x}}{3^{1}} \\[4pt] \text{Use the division property of exponents.} & 3^{4x-7} &=& 3^{2x-1} \\[4pt] \text{Apply the one-to-one property of exponents.} & 4x-7 &=& 2x-1 \\[4pt] \text{Subtract } 2x \text{ and add 7 to both sides.} & 2x &=& 6 \\[4pt] \text{Divide by 2.} & x &=& 3 \end{array}

Using the One-to-One Property of Exponential Functions to Solve Exponential Equations. For any algebraic expressions SS and TT, and any positive real number b1b\ne1,

bS=bT if and only if S=Tb^S=b^T\ \text{if and only if}\ S=T

How to: given an exponential equation with the form bS=bTb^S=b^T, where SS and TT are algebraic expressions with an unknown, solve for the unknown.

  1. Use the rules of exponents to simplify, if necessary, so that the resulting equation has the form bS=bTb^S=b^T.
  2. Use the one-to-one property to set the exponents equal.
  3. Solve the resulting equation, S=TS=T, for the unknown.

Example. Solve 2x1=22x42^{x-1}=2^{2x-4}.

Solution.

The common base is 2.2x1=22x4By the one-to-one property the exponents must be equal.x1=2x4Solve for x.x=3 \begin{array}{lrcl} \text{The common base is 2.} & 2^{x-1} &=& 2^{2x-4} \\[4pt] \text{By the one-to-one property the exponents must be equal.} & x-1 &=& 2x-4 \\[4pt] \text{Solve for } x. & x &=& 3 \end{array}

Solve52x=53x+25^{2x}=5^{3x+2}.

Rewriting Equations So All Powers Have the Same Base

Sometimes the common base for an exponential equation is not explicitly shown. In these cases, we simply rewrite the terms in the equation as powers with a common base, and solve using the one-to-one property.

For example, consider the equation 256=4x5256=4^{x-5}. We can rewrite both sides of this equation as a power of 22. Then we apply the rules of exponents, along with the one-to-one property, to solve for xx:

256=4x5Rewrite each side as a power with base 2.28=(22)x5Use the one-to-one property of exponents.28=22x10Apply the one-to-one property of exponents.8=2x10Add 10 to both sides.18=2xDivide by 2.x=9 \begin{array}{lrcl} & 256 &=& 4^{x-5} \\[4pt] \text{Rewrite each side as a power with base 2.} & 2^{8} &=& (2^{2})^{x-5} \\[4pt] \text{Use the one-to-one property of exponents.} & 2^{8} &=& 2^{2x-10} \\[4pt] \text{Apply the one-to-one property of exponents.} & 8 &=& 2x-10 \\[4pt] \text{Add 10 to both sides.} & 18 &=& 2x \\[4pt] \text{Divide by 2.} & x &=& 9 \end{array}

How to: given an exponential equation with unlike bases, use the one-to-one property to solve it.

  1. Rewrite each side in the equation as a power with a common base.
  2. Use the rules of exponents to simplify, if necessary, so that the resulting equation has the form bS=bTb^S=b^T.
  3. Use the one-to-one property to set the exponents equal.
  4. Solve the resulting equation, S=TS=T, for the unknown.

Example. Solve 8x+2=16x+18^{x+2}=16^{x+1}.

Solution.

8x+2=16x+1Write 8 and 16 as powers of 2.(23)x+2=(24)x+1To take a power of a power, multiply exponents.23x+6=24x+4Use the one-to-one property to set the exponents equal.3x+6=4x+4Solve for x.x=2 \begin{array}{lrcl} & 8^{x+2} &=& 16^{x+1} \\[4pt] \text{Write 8 and 16 as powers of 2.} & (2^{3})^{x+2} &=& (2^{4})^{x+1} \\[4pt] \text{To take a power of a power, multiply exponents.} & 2^{3x+6} &=& 2^{4x+4} \\[4pt] \text{Use the one-to-one property to set the exponents equal.} & 3x+6 &=& 4x+4 \\[4pt] \text{Solve for } x. & x &=& 2 \end{array}

Solve52x=253x+25^{2x}=25^{3x+2}.

Example. Solve 25x=22^{5x}=\sqrt2.

Solution.

Write the square root of 2 as a power of 2.25x=21/2Use the one-to-one property.5x=12Solve for x.x=110 \begin{array}{lrcl} \text{Write the square root of 2 as a power of 2.} & 2^{5x} &=& 2^{1/2} \\[4pt] \text{Use the one-to-one property.} & 5x &=& \tfrac{1}{2} \\[4pt] \text{Solve for } x. & x &=& \tfrac{1}{10} \end{array}

Solve5x=55^x=\sqrt5.

Q&A. Do all exponential equations have a solution? If not, how can we tell if there is a solution during the problem-solving process?

No. Recall that the range of an exponential function is always positive. While solving the equation, we may obtain an expression that is undefined.

Example. Solve 3x+1=23^{x+1}=-2.

Solution. This equation has no solution. There is no real value of xx that will make the equation a true statement because any power of a positive number is positive.

Analysis. The graph below shows that the two graphs do not cross, so the left side is never equal to the right side. Thus, the equation has no solution.

Solve2x=1002^x=-100.

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)\log(a)=\log(b) is equivalent to a=ba=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. Solve 5x+2=4x5^{x+2}=4^x.

Solution.

5x+2=4xThere is no easy way to get the powers to have the same base.ln5x+2=ln4xTake ln of both sides.(x+2)ln5=xln4Use laws of logs.xln5+2ln5=xln4Use the distributive law.xln5xln4=2ln5Get terms with x on one side, terms without x on the other.x(ln5ln4)=2ln5Factor out an x on the left-hand side.xln ⁣(54)=ln ⁣(125)Use the laws of logs.x=ln(1/25)ln(5/4)Divide by the coefficient of x. \begin{array}{lrcl} & 5^{x+2} &=& 4^x \\[4pt] \text{There is no easy way to get the powers to have the same base.} & \ln5^{x+2} &=& \ln4^x \\[4pt] \text{Take ln of both sides.} & (x+2)\ln5 &=& x\ln4 \\[4pt] \text{Use laws of logs.} & x\ln5+2\ln5 &=& x\ln4 \\[4pt] \text{Use the distributive law.} & x\ln5-x\ln4 &=& -2\ln5 \\[4pt] \text{Get terms with } x \text{ on one side, terms without } x \text{ on the other.} & x(\ln5-\ln4) &=& -2\ln5 \\[4pt] \text{Factor out an } x \text{ on the left-hand side.} & x\ln\!\left(\tfrac{5}{4}\right) &=& \ln\!\left(\tfrac{1}{25}\right) \\[4pt] \text{Use the laws of logs.} & x &=& \tfrac{\ln(1/25)}{\ln(5/4)} \\[4pt] \text{Divide by the coefficient of } x. &&& \end{array}

Solve2x=3x+12^x=3^{x+1}forxx. Round to four decimal places.

Q&A. Is there any way to solve 2x=3x2^x=3^x?

Yes. The solution is 00.

Equations Containing e

One common type of exponential equations are those with base ee. 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 ee on either side, we can use the natural logarithm to solve it.

How to: given an equation of the form y=Aekty=Ae^{kt}, solve for tt.

  1. Divide both sides of the equation by AA.
  2. Apply the natural logarithm of both sides of the equation.
  3. Divide both sides of the equation by kk.

Example. Solve 100=20e2t100=20e^{2t}.

Solution.

100=20e2tDivide by the coefficient of the power.5=e2tTake ln of both sides. Use the fact that ln(x) and ex are inverse functions.ln5=2tDivide by the coefficient of t.t=ln52 \begin{array}{lrcl} & 100 &=& 20e^{2t} \\[4pt] \text{Divide by the coefficient of the power.} & 5 &=& e^{2t} \\[4pt] \text{Take ln of both sides. Use the fact that } \ln(x) \text{ and } e^x \text{ are inverse functions.} & \ln5 &=& 2t \\[4pt] \text{Divide by the coefficient of } t. & t &=& \tfrac{\ln5}{2} \end{array}

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

Solve3e0.5t=113e^{0.5t}=11fortt. Round to four decimal places.

Q&A. Does every equation of the form y=Aekty=Ae^{kt} have a solution?

No. There is a solution when k0k\ne0, and when yy and AA are either both 00 or neither 00, and they have the same sign. An example of an equation with this form that has no solution is 2=3et2=-3e^t.

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

Solution.

4e2x+5=12Combine like terms.4e2x=7Divide by the coefficient of the power.e2x=74Take ln of both sides.2x=ln ⁣(74)Solve for x.x=12ln ⁣(74) \begin{array}{lrcl} & 4e^{2x}+5 &=& 12 \\[4pt] \text{Combine like terms.} & 4e^{2x} &=& 7 \\[4pt] \text{Divide by the coefficient of the power.} & e^{2x} &=& \tfrac{7}{4} \\[4pt] \text{Take ln of both sides.} & 2x &=& \ln\!\left(\tfrac{7}{4}\right) \\[4pt] \text{Solve for } x. & x &=& \tfrac{1}{2}\ln\!\left(\tfrac{7}{4}\right) \end{array}

Solve3+e2t=7e2t3+e^{2t}=7e^{2t}fortt. Enter the exact answer.

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. Solve e2xex=56e^{2x}-e^x=56.

Solution.

e2xex=56Get one side of the equation equal to zero.e2xex56=0Factor by the FOIL method.(ex+7)(ex8)=0If a product is zero, then one factor must be zero.ex+7=0orex8=0Isolate the exponentials.ex=7orex=8Reject the equation in which the power equals a negative number.ex=8Solve the equation in which the power equals a positive number.x=ln8 \begin{array}{lrcl} & e^{2x}-e^{x} &=& 56 \\[4pt] \text{Get one side of the equation equal to zero.} & e^{2x}-e^{x}-56 &=& 0 \\[4pt] \text{Factor by the FOIL method.} & (e^{x}+7)(e^{x}-8) &=& 0 \\[4pt] \text{If a product is zero, then one factor must be zero.} & e^{x}+7=0 & \text{or} & e^{x}-8=0 \\[4pt] \text{Isolate the exponentials.} & e^{x}=-7 & \text{or} & e^{x}=8 \\[4pt] \text{Reject the equation in which the power equals a negative number.} & e^{x} &=& 8 \\[4pt] \text{Solve the equation in which the power equals a positive number.} & x &=& \ln8 \end{array}

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 ex=7e^x=-7 because a positive number never equals a negative number. The solution ln(7)\ln(-7) is not a real number, and in the real number system this solution is rejected as an extraneous solution.

Solvee2x=ex+2e^{2x}=e^x+2. Enter the exact answer.

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.

Using the Definition of a Logarithm to Solve Logarithmic Equations

We have already seen that every logarithmic equation logb(x)=y\log_b(x)=y is equivalent to the exponential equation by=xb^y=x. We can use this fact, along with the rules of logarithms, to solve logarithmic equations where the argument is an algebraic expression.

For example, consider the equation log2(2)+log2(3x5)=3\log_2(2)+\log_2(3x-5)=3. To solve this equation, we can use rules of logarithms to rewrite the left side in compact form and then apply the definition of logs to solve for xx:

log2(2)+log2(3x5)=3Apply the product rule of logarithms.log2(2(3x5))=3Distribute.log2(6x10)=3Apply the definition of a logarithm.23=6x10Calculate 23.8=6x10Add 10 to both sides.18=6xDivide by 6.x=3 \begin{array}{lrcl} & \log_2(2)+\log_2(3x-5) &=& 3 \\[4pt] \text{Apply the product rule of logarithms.} & \log_2\bigl(2(3x-5)\bigr) &=& 3 \\[4pt] \text{Distribute.} & \log_2(6x-10) &=& 3 \\[4pt] \text{Apply the definition of a logarithm.} & 2^{3} &=& 6x-10 \\[4pt] \text{Calculate } 2^3. & 8 &=& 6x-10 \\[4pt] \text{Add 10 to both sides.} & 18 &=& 6x \\[4pt] \text{Divide by 6.} & x &=& 3 \end{array}

Using the Definition of a Logarithm to Solve Logarithmic Equations. For any algebraic expression SS and real numbers bb and cc, where b>0b>0, b1b\ne1,

logb(S)=c if and only if bc=S\log_b(S)=c\ \text{if and only if}\ b^c=S

Example. Solve 2lnx+3=72\ln x+3=7.

Solution.

2lnx+3=7Subtract 3.2lnx=4Divide by 2.lnx=2Rewrite in exponential form.x=e2 \begin{array}{lrcl} & 2\ln x+3 &=& 7 \\[4pt] \text{Subtract 3.} & 2\ln x &=& 4 \\[4pt] \text{Divide by 2.} & \ln x &=& 2 \\[4pt] \text{Rewrite in exponential form.} & x &=& e^{2} \end{array}

Solve6+lnx=106+\ln x=10.

Example. Solve 2ln(6x)=72\ln(6x)=7.

Solution.

2ln(6x)=7Divide by 2.ln(6x)=72Use the definition of ln.6x=e7/2Divide by 6.x=16e7/2 \begin{array}{lrcl} & 2\ln(6x) &=& 7 \\[4pt] \text{Divide by 2.} & \ln(6x) &=& \tfrac{7}{2} \\[4pt] \text{Use the definition of ln.} & 6x &=& e^{7/2} \\[4pt] \text{Divide by 6.} & x &=& \tfrac{1}{6}e^{7/2} \end{array}

Solve2ln(x+1)=102\ln(x+1)=10.

Example. Solve lnx=3\ln x=3.

Solution.

Use the definition of the natural logarithm.x=e3 \begin{array}{lrcl} \text{Use the definition of the natural logarithm.} & x &=& e^{3} \end{array}

The graph below represents the equation. On the graph, the xx-coordinate of the point at which the two graphs intersect is close to 2020. In other words, e320e^3\approx20. A calculator gives a better approximation: e320.0855e^3\approx20.0855.

Use a graphing calculator to estimate the approximate solution to the logarithmic equation2x=10002^x=1000, to 2 decimal places.

Using the One-to-One Property of Logarithms to Solve Logarithmic Equations

As with exponential equations, we can use the one-to-one property to solve logarithmic equations. The one-to-one property of logarithmic functions tells us that, for any real numbers x>0x>0, S>0S>0, T>0T>0 and any positive real number bb, where b1b\ne1,

logbS=logbT if and only if S=T\log_bS=\log_bT\ \text{if and only if}\ S=T

For example, if log2(x1)=log2(8)\log_2(x-1)=\log_2(8), then x1=8x-1=8.

So, if x1=8x-1=8, then we can solve for xx, and we get x=9x=9. To check, we can substitute x=9x=9 into the original equation: log2(91)=log2(8)=3\log_2(9-1)=\log_2(8)=3. In other words, when a logarithmic equation has the same base on each side, the arguments must be equal. This also applies when the arguments are algebraic expressions. Therefore, when given an equation with logs of the same base on each side, we can use rules of logarithms to rewrite each side as a single logarithm. Then we use the fact that logarithmic functions are one-to-one to set the arguments equal to one another and solve for the unknown.

For example, consider the equation log(3x2)log(2)=log(x+4)\log(3x-2)-\log(2)=\log(x+4). To solve this equation, we can use the rules of logarithms to rewrite the left side as a single logarithm, and then apply the one-to-one property to solve for xx:

log(3x2)log(2)=log(x+4)Apply the quotient rule of logarithms.log ⁣(3x22)=log(x+4)Apply the one-to-one property of a logarithm.3x22=x+4Multiply both sides of the equation by 2.3x2=2x+8Subtract 2x and add 2.x=10 \begin{array}{lrcl} & \log(3x-2)-\log(2) &=& \log(x+4) \\[4pt] \text{Apply the quotient rule of logarithms.} & \log\!\left(\tfrac{3x-2}{2}\right) &=& \log(x+4) \\[4pt] \text{Apply the one-to-one property of a logarithm.} & \tfrac{3x-2}{2} &=& x+4 \\[4pt] \text{Multiply both sides of the equation by 2.} & 3x-2 &=& 2x+8 \\[4pt] \text{Subtract } 2x \text{ and add 2.} & x &=& 10 \end{array}

To check the result, substitute x=10x=10 into log(3x2)log(2)=log(x+4)\log(3x-2)-\log(2)=\log(x+4).

log(3(10)2)log(2)=log((10)+4)log(28)log(2)=log(14)The solution checks.log ⁣(282)=log(14) \begin{array}{lrcl} & \log(3(10)-2)-\log(2) &=& \log((10)+4) \\[4pt] & \log(28)-\log(2) &=& \log(14) \\[4pt] \text{The solution checks.} & \log\!\left(\tfrac{28}{2}\right) &=& \log(14) \end{array}

Using the One-to-One Property of Logarithms to Solve Logarithmic Equations. For any algebraic expressions SS and TT and any positive real number bb, where b1b\ne1,

logbS=logbT if and only if S=T\log_bS=\log_bT\ \text{if and only if}\ S=T

Note, when solving an equation involving logarithms, always check to see if the answer is correct or if it is an extraneous solution.

How to: given an equation containing logarithms, solve it using the one-to-one property.

  1. Use the rules of logarithms to combine like terms, if necessary, so that the resulting equation has the form logbS=logbT\log_bS=\log_bT.
  2. Use the one-to-one property to set the arguments equal.
  3. Solve the resulting equation, S=TS=T, for the unknown.

Example. Solve ln(x2)=ln(2x+3)\ln(x^2)=\ln(2x+3).

Solution.

ln(x2)=ln(2x+3)Use the one-to-one property of the logarithm.x2=2x+3Get zero on one side before factoring.x22x3=0Factor using FOIL.(x3)(x+1)=0If a product is zero, one of the factors must be zero.x3=0orx+1=0Solve for x.x=3orx=1 \begin{array}{lrcl} & \ln(x^{2}) &=& \ln(2x+3) \\[4pt] \text{Use the one-to-one property of the logarithm.} & x^{2} &=& 2x+3 \\[4pt] \text{Get zero on one side before factoring.} & x^{2}-2x-3 &=& 0 \\[4pt] \text{Factor using FOIL.} & (x-3)(x+1) &=& 0 \\[4pt] \text{If a product is zero, one of the factors must be zero.} & x-3=0 & \text{or} & x+1=0 \\[4pt] \text{Solve for } x. & x=3 & \text{or} & x=-1 \end{array}

Analysis. There are two solutions: 33 or 1-1. The solution 1-1 is negative, but it checks when substituted into the original equation because the argument of the logarithm functions is still positive.

Solveln(x2)=ln1\ln(x^2)=\ln1. Enter both solutions, separated by a comma.

Solving Applied Problems Using Exponential and Logarithmic Equations

In previous sections, we learned the properties and rules for both exponential and logarithmic functions. We have seen that any exponential function can be written as a logarithmic function and vice versa. We have used exponents to solve logarithmic equations and logarithms to solve exponential equations. We are now ready to combine our skills to solve equations that model real-world situations, whether the unknown is in an exponent or in the argument of a logarithm.

One such application is in science, in calculating the time it takes for half of the unstable material in a sample of a radioactive substance to decay, called its half-life. The table below lists the half-life for several of the more common radioactive substances.

SubstanceUseHalf-life
gallium-67nuclear medicine80 hours
cobalt-60manufacturing5.3 years
technetium-99mnuclear medicine6 hours
americium-241construction432 years
carbon-14archeological dating5,730 years
uranium-235atomic power703,800,000 years

We can see how widely the half-lives for these substances vary. Knowing the half-life of a substance allows us to calculate the amount remaining after a specified time. We can use the formula for radioactive decay:

A(t)=A0eln(0.5)TtA(t)=A0eln(0.5)tTA(t)=A0(eln(0.5))t/TA(t)=A0(12)t/T \begin{array}{lrcl} & A(t) &=& A_0e^{\tfrac{\ln(0.5)}{T}t} \\[4pt] & A(t) &=& A_0e^{\ln(0.5)\tfrac{t}{T}} \\[4pt] & A(t) &=& A_0\bigl(e^{\ln(0.5)}\bigr)^{t/T} \\[4pt] & A(t) &=& A_0\left(\tfrac{1}{2}\right)^{t/T} \end{array}

where

  • A0A_0 is the amount initially present
  • TT is the half-life of the substance
  • tt is the time period over which the substance is studied
  • A(t)A(t) is the amount of the substance present after time tt

Example. How long will it take for ten percent of a 1000-gram sample of uranium-235 to decay?

Solution.

y=1000eln(0.5)703,800,000tAfter 10% decays, 900 grams are left.900=1000eln(0.5)703,800,000tDivide by 1000.0.9=eln(0.5)703,800,000tTake ln of both sides.ln(0.9)=ln ⁣(eln(0.5)703,800,000t)ln(eM)=Mln(0.9)=ln(0.5)703,800,000tSolve for t.t=703,800,000×ln(0.9)ln(0.5) yearst106,979,777 years \begin{array}{lrcl} & y &=& 1000e^{\tfrac{\ln(0.5)}{703{,}800{,}000}t} \\[4pt] \text{After 10\% decays, 900 grams are left.} & 900 &=& 1000e^{\tfrac{\ln(0.5)}{703{,}800{,}000}t} \\[4pt] \text{Divide by 1000.} & 0.9 &=& e^{\tfrac{\ln(0.5)}{703{,}800{,}000}t} \\[4pt] \text{Take ln of both sides.} & \ln(0.9) &=& \ln\!\left(e^{\tfrac{\ln(0.5)}{703{,}800{,}000}t}\right) \\[4pt] \ln(e^M)=M & \ln(0.9) &=& \tfrac{\ln(0.5)}{703{,}800{,}000}t \\[4pt] \text{Solve for } t. & t &=& 703{,}800{,}000\times\tfrac{\ln(0.9)}{\ln(0.5)}\ \text{years} \\[4pt] & t &\approx& 106{,}979{,}777\ \text{years} \end{array}

Analysis. Ten percent of 1000 grams is 100 grams. If 100 grams decay, the amount of uranium-235 remaining is 900 grams.

How long will it take before twenty percent of our 1000-gram sample of uranium-235 has decayed? Round to the nearest year.

Key equations

One-to-one property for exponential functionsFor any algebraic expressions SS and TT, and any positive real number b1b\ne1, bS=bTb^S=b^T if and only if S=TS=T
Definition of a logarithmFor any algebraic expression SS and positive real numbers bb and cc, where b1b\ne1, logb(S)=c\log_b(S)=c if and only if bc=Sb^c=S
One-to-one property for logarithmic functionsFor any algebraic expressions SS and TT and any positive real number bb, where b1b\ne1, logbS=logbT\log_bS=\log_bT if and only if S=TS=T

Key concepts

  • We can solve many exponential equations by using the rules of exponents to rewrite each side as a power with the same base, then use the fact that exponential functions are one-to-one to set the exponents equal to one another and solve for the unknown.
  • When an exponential equation has bases that are explicitly shown as being equal, set the exponents equal to one another and solve for the unknown.
  • When an exponential equation has bases that are not explicitly shown as being equal, rewrite each side of the equation as powers of the same base, then set the exponents equal to one another and solve for the unknown.
  • When an exponential equation cannot be rewritten with a common base, solve by taking the logarithm of each side.
  • We can solve exponential equations with base ee by applying the natural logarithm of both sides, because exponential and logarithmic functions are inverses of each other.
  • After solving an exponential equation, check each solution in the original equation to find and eliminate any extraneous solutions.
  • When given an equation of the form logb(S)=c\log_b(S)=c, where SS is an algebraic expression, we can use the definition of a logarithm to rewrite the equation as the equivalent exponential equation bc=Sb^c=S, and solve for the unknown.
  • We can also use graphing to solve equations of the form logb(S)=c\log_b(S)=c: we graph both y=logb(S)y=\log_b(S) and y=cy=c on the same coordinate plane and identify the solution as the xx-value of the intersecting point.
  • When given an equation of the form logbS=logbT\log_bS=\log_bT, where SS and TT are algebraic expressions, we can use the one-to-one property of logarithms to solve the equation S=TS=T for the unknown.
  • Combining the skills learned in this and previous sections, we can solve equations that model real-world situations, whether the unknown is in an exponent or in the argument of a logarithm.

Practice

Use like bases to solve exponential equations

Solve6443x=1664\cdot4^{3x}=16.

Solve23n14=2n+22^{-3n}\cdot\tfrac{1}{4}=2^{n+2}.

Solve363b362b=2162b\tfrac{36^{3b}}{36^{2b}}=216^{2-b}.

Use logarithms to solve exponential equations

Solvee3k+6=44e^{-3k}+6=44. Enter the exact answer.

Solvee2xex132=0e^{2x}-e^x-132=0. Enter the exact answer.

Solvee2xex6=0e^{2x}-e^x-6=0. Enter the exact answer.

Solve7e3x5+7.9=477e^{3x-5}+7.9=47. Round to four decimal places.

Use the definition of a logarithm to solve logarithmic equations

Use the definition of a logarithm to rewritelog(1100)=2\log\left(\tfrac{1}{100}\right)=-2as an exponential equation.

Solve5log7n=105\log_7 n=10.

Solve4+log2(9k)=24+\log_2(9k)=2.

Solve104ln(98x)=610-4\ln(9-8x)=6.

Use the one-to-one property of logarithms to solve logarithmic equations

Solveln(x210)+ln(9)=ln(10)\ln(x^2-10)+\ln(9)=\ln(10). Enter both solutions, separated by a comma.

Solveln(x)+ln(x3)=ln(7x)\ln(x)+\ln(x-3)=\ln(7x).

Solvelog11(2x27x)=log11(x2)\log_{11}(-2x^2-7x)=\log_{11}(x-2).

Solvelog9(3x)=log9(4x8)\log_9(3-x)=\log_9(4x-8).

Solve applied problems involving exponential and logarithmic equations

An account with an initial deposit of $6{,}500 earns7.25%7.25\%annual interest, compounded continuously. How much will the account be worth after 20 years? Round to the nearest cent.

The population of a small town is modeled by the equationP=1650e0.5tP=1650e^{0.5t}, wherettis measured in years. In approximately how many years will the town’s population reach20,00020{,}000? Round to the nearest year.


This section is adapted from Precalculus 2e, Section 4.6: Exponential and Logarithmic Equations by Jay Abramson and OpenStax, © OpenStax, licensed under CC BY-NC-SA 4.0. Access the original for free at openstax.org. Changes: omitted the corequisite-skills review subsection (module m49366’s “Objective 1”/“Objective 2” intermediate-algebra refresher, with its own separate Learning Objectives and Practice Makes Perfect sets) that precedes this section’s actual content in the pinned module, since it duplicates intermediate-algebra material outside this section’s own five learning objectives; omitted the decorative photograph of wild rabbits in Australia, which carries no mathematics; recreated the “they do not cross” graph of y=3x+1y=3^{x+1} and y=2y=-2 and the graph of y=lnxy=\ln x and y=3y=3 crossing near (e3,3)(e^3,3) as accessible generated figures from their exact equations; converted the practice problems (“Try Its”) into interactive exercises with instant feedback, a multiple choice for each “no solution” case (2x=1002^x=-100; log11(2x27x)=log11(x2)\log_{11}(-2x^2-7x)=\log_{11}(x-2)), and a fillin with answerMode="unordered" for each of the two-solution cases (ln(x2)=ln1\ln(x^2)=\ln1; ln(x210)+ln(9)=ln(10)\ln(x^2-10)+\ln(9)=\ln(10)); adapted two Try Its (2x=3x+12^x=3^{x+1} and 3e0.5t=113e^{0.5t}=11) from an exact-quotient-of-logarithms response, which the grader’s exact-log form cannot represent because both logarithms’ arguments are themselves fractions, into a “round to four decimal places” decimal response instead; and adapted fourteen selected end-of-section exercises — three like-base equations, three logarithm-based exponential equations (two exact, one decimal), four solved with the definition of a logarithm (one converted to exponential form), four solved with the one-to-one property of logarithms (including both no-solution and two-solution cases), and two applied problems (continuous compounding, exponential population growth) — into fourteen interactive components in a closing Practice block, one group per objective. The pinned CNXML’s own accessibility summary attribute on the half-life table (module m49366, table Table_04_06_001) states carbon-14’s half-life as “5,715 years,” while the table’s own visible cell — and the printed PDF — both give “5,730 years” (the commonly cited value); this page follows the visible table and the PDF rather than the inconsistent summary text.