Learn on PengiOpenStax Algebra and TrigonometryChapter 6: Exponential and Logarithmic Functions

Lesson 6.6 : Exponential and Logarithmic Equations

In this Grade 7 lesson from OpenStax Algebra and Trigonometry, students learn how to solve exponential and logarithmic equations using techniques such as the one-to-one property of exponential functions, rewriting terms with a common base, and applying logarithms to isolate unknowns. The lesson covers both like-base and unlike-base exponential equations, as well as logarithmic equations solved through the definition of a logarithm and its one-to-one property. Real-world applications, including exponential population growth, are used to show how these equation-solving methods apply to practical problems.

Section 1

📘 Exponential and Logarithmic Equations

New Concept

This lesson covers algebraic techniques for solving exponential and logarithmic equations. You'll learn to find unknown variables by using common bases, applying logarithms, and using one-to-one properties—essential skills for modeling real-world growth and decay.

What’s next

Now, let's put this into practice. You'll start with interactive examples on solving exponential equations by finding like bases, a key first step.

Section 2

One-to-one property of exponential functions

Property

For any algebraic expressions SS and TT, and any positive real number b1b \neq 1,

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

To solve, use the rules of exponents to simplify, if necessary, so that the resulting equation has the form bS=bTb^S = b^T. Then, use the one-to-one property to set the exponents equal, S=TS=T, and solve for the unknown.

Examples

  • Solve 7x3=72x97^{x-3} = 7^{2x-9}. By the one-to-one property, the exponents must be equal: x3=2x9x-3 = 2x-9. Solving for xx gives x=6x=6.
  • Solve 9x+1=27x9^{x+1} = 27^x. First, rewrite both sides with a common base of 3: (32)x+1=(33)x(3^2)^{x+1} = (3^3)^x. This simplifies to 32x+2=33x3^{2x+2} = 3^{3x}. Now, set the exponents equal: 2x+2=3x2x+2 = 3x, so x=2x=2.

Section 3

Solving exponential equations using logarithms

Property

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. Since log(a)=log(b)\operatorname{log}(a) = \operatorname{log}(b) is equivalent to a=ba = b, we may apply logarithms with the same base on both sides of an exponential equation.

To solve, apply the logarithm of both sides of the equation. Then, use the rules of logarithms to solve for the unknown.

Examples

  • Solve 3x+1=5x3^{x+1} = 5^x. Take the natural log of both sides: ln(3x+1)=ln(5x)\ln(3^{x+1}) = \ln(5^x). The power rule gives (x+1)ln(3)=xln(5)(x+1)\ln(3) = x\ln(5). Solving for xx yields x=ln(3)ln(5)ln(3)x = \frac{\ln(3)}{\ln(5)-\ln(3)}.

Section 4

Solving equations containing e

Property

When we have an equation with a base ee on either side, we can use the natural logarithm to solve it.

To solve an equation of the form y=Aekty = Ae^{kt}:

  1. Divide both sides of the equation by AA to isolate the exponential expression.
  2. Apply the natural logarithm of both sides of the equation.
  3. Divide both sides of the equation by kk to solve for tt.

Examples

  • Solve 250=50e2t250 = 50e^{2t}. First, divide by 50 to get 5=e2t5 = e^{2t}. Take the natural log of both sides: ln(5)=ln(e2t)\ln(5) = \ln(e^{2t}), which simplifies to ln(5)=2t\ln(5) = 2t. Thus, t=ln(5)2t = \frac{\ln(5)}{2}.

Section 5

Extraneous solutions

Property

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 when solving logarithmic equations.
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 or zero, there is no output.

Examples

  • Solve log(x)+log(x3)=log(4)\operatorname{log}(x) + \operatorname{log}(x-3) = \operatorname{log}(4). Combine logs to get log(x(x3))=log(4)\operatorname{log}(x(x-3)) = \operatorname{log}(4), so x23x4=0x^2-3x-4=0. Factoring gives (x4)(x+1)=0(x-4)(x+1)=0. Solutions are x=4x=4 and x=1x=-1. Only x=4x=4 is valid, as x=1x=-1 makes the original arguments negative.
  • Solve e2x2ex15=0e^{2x} - 2e^x - 15 = 0. Let u=exu=e^x, so u22u15=0u^2 - 2u - 15 = 0, which factors to (u5)(u+3)=0(u-5)(u+3) = 0. This gives ex=5e^x=5 or ex=3e^x=-3. Since exe^x must be positive, ex=3e^x=-3 is impossible. The only solution is x=ln(5)x=\ln(5).

Section 6

Using the definition of a logarithm

Property

For any algebraic expression SS and real numbers bb and cc, where b>0,b1b > 0, b \neq 1,

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

This property allows you to convert between logarithmic and exponential forms.

Examples

  • Solve 4lnx+1=94\ln x + 1 = 9. First, isolate the logarithm: 4lnx=84\ln x = 8, so lnx=2\ln x = 2. Using the definition (which implies base ee), this becomes x=e2x = e^2.
  • Solve log3(x4)=2\operatorname{log}_3(x-4) = 2. Rewriting in exponential form gives 32=x43^2 = x-4. This simplifies to 9=x49 = x-4, so the solution is x=13x=13.

Section 7

One-to-one property of logarithms

Property

For any algebraic expressions SS and TT and any positive real number bb, where b1b \neq 1,

logbS=logbT if and only if S=T\operatorname{log}_b S = \operatorname{log}_b T \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.

Examples

  • Solve ln(x22)=ln(2x+1)\ln(x^2 - 2) = \ln(2x+1). Using the one-to-one property, set the arguments equal: x22=2x+1x^2 - 2 = 2x+1. This gives x22x3=0x^2-2x-3=0, which factors to (x3)(x+1)=0(x-3)(x+1)=0. The solutions are x=3x=3 and x=1x=-1.
  • Solve log5(4x3)=log5(x+6)\operatorname{log}_5(4x-3) = \operatorname{log}_5(x+6). Since the bases are the same, set the arguments equal: 4x3=x+64x-3 = x+6. This simplifies to 3x=93x = 9, so x=3x=3. Checking the solution shows the arguments are positive.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 6: Exponential and Logarithmic Functions

  1. Lesson 1

    Lesson 6.1 : Exponential Functions

  2. Lesson 2

    Lesson 6.2 : Graphs of Exponential Functions

  3. Lesson 3

    Lesson 6.3 : Logarithmic Functions

  4. Lesson 4

    Lesson 6.4 : Graphs of Logarithmic Functions

  5. Lesson 5

    Lesson 6.5 : Logarithmic Properties

  6. Lesson 6Current

    Lesson 6.6 : Exponential and Logarithmic Equations

  7. Lesson 7

    Lesson 6.7 : Exponential and Logarithmic Models

  8. Lesson 8

    Lesson 6.8 : Fitting Exponential Models to Data

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Exponential and Logarithmic Equations

New Concept

This lesson covers algebraic techniques for solving exponential and logarithmic equations. You'll learn to find unknown variables by using common bases, applying logarithms, and using one-to-one properties—essential skills for modeling real-world growth and decay.

What’s next

Now, let's put this into practice. You'll start with interactive examples on solving exponential equations by finding like bases, a key first step.

Section 2

One-to-one property of exponential functions

Property

For any algebraic expressions SS and TT, and any positive real number b1b \neq 1,

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

To solve, use the rules of exponents to simplify, if necessary, so that the resulting equation has the form bS=bTb^S = b^T. Then, use the one-to-one property to set the exponents equal, S=TS=T, and solve for the unknown.

Examples

  • Solve 7x3=72x97^{x-3} = 7^{2x-9}. By the one-to-one property, the exponents must be equal: x3=2x9x-3 = 2x-9. Solving for xx gives x=6x=6.
  • Solve 9x+1=27x9^{x+1} = 27^x. First, rewrite both sides with a common base of 3: (32)x+1=(33)x(3^2)^{x+1} = (3^3)^x. This simplifies to 32x+2=33x3^{2x+2} = 3^{3x}. Now, set the exponents equal: 2x+2=3x2x+2 = 3x, so x=2x=2.

Section 3

Solving exponential equations using logarithms

Property

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. Since log(a)=log(b)\operatorname{log}(a) = \operatorname{log}(b) is equivalent to a=ba = b, we may apply logarithms with the same base on both sides of an exponential equation.

To solve, apply the logarithm of both sides of the equation. Then, use the rules of logarithms to solve for the unknown.

Examples

  • Solve 3x+1=5x3^{x+1} = 5^x. Take the natural log of both sides: ln(3x+1)=ln(5x)\ln(3^{x+1}) = \ln(5^x). The power rule gives (x+1)ln(3)=xln(5)(x+1)\ln(3) = x\ln(5). Solving for xx yields x=ln(3)ln(5)ln(3)x = \frac{\ln(3)}{\ln(5)-\ln(3)}.

Section 4

Solving equations containing e

Property

When we have an equation with a base ee on either side, we can use the natural logarithm to solve it.

To solve an equation of the form y=Aekty = Ae^{kt}:

  1. Divide both sides of the equation by AA to isolate the exponential expression.
  2. Apply the natural logarithm of both sides of the equation.
  3. Divide both sides of the equation by kk to solve for tt.

Examples

  • Solve 250=50e2t250 = 50e^{2t}. First, divide by 50 to get 5=e2t5 = e^{2t}. Take the natural log of both sides: ln(5)=ln(e2t)\ln(5) = \ln(e^{2t}), which simplifies to ln(5)=2t\ln(5) = 2t. Thus, t=ln(5)2t = \frac{\ln(5)}{2}.

Section 5

Extraneous solutions

Property

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 when solving logarithmic equations.
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 or zero, there is no output.

Examples

  • Solve log(x)+log(x3)=log(4)\operatorname{log}(x) + \operatorname{log}(x-3) = \operatorname{log}(4). Combine logs to get log(x(x3))=log(4)\operatorname{log}(x(x-3)) = \operatorname{log}(4), so x23x4=0x^2-3x-4=0. Factoring gives (x4)(x+1)=0(x-4)(x+1)=0. Solutions are x=4x=4 and x=1x=-1. Only x=4x=4 is valid, as x=1x=-1 makes the original arguments negative.
  • Solve e2x2ex15=0e^{2x} - 2e^x - 15 = 0. Let u=exu=e^x, so u22u15=0u^2 - 2u - 15 = 0, which factors to (u5)(u+3)=0(u-5)(u+3) = 0. This gives ex=5e^x=5 or ex=3e^x=-3. Since exe^x must be positive, ex=3e^x=-3 is impossible. The only solution is x=ln(5)x=\ln(5).

Section 6

Using the definition of a logarithm

Property

For any algebraic expression SS and real numbers bb and cc, where b>0,b1b > 0, b \neq 1,

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

This property allows you to convert between logarithmic and exponential forms.

Examples

  • Solve 4lnx+1=94\ln x + 1 = 9. First, isolate the logarithm: 4lnx=84\ln x = 8, so lnx=2\ln x = 2. Using the definition (which implies base ee), this becomes x=e2x = e^2.
  • Solve log3(x4)=2\operatorname{log}_3(x-4) = 2. Rewriting in exponential form gives 32=x43^2 = x-4. This simplifies to 9=x49 = x-4, so the solution is x=13x=13.

Section 7

One-to-one property of logarithms

Property

For any algebraic expressions SS and TT and any positive real number bb, where b1b \neq 1,

logbS=logbT if and only if S=T\operatorname{log}_b S = \operatorname{log}_b T \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.

Examples

  • Solve ln(x22)=ln(2x+1)\ln(x^2 - 2) = \ln(2x+1). Using the one-to-one property, set the arguments equal: x22=2x+1x^2 - 2 = 2x+1. This gives x22x3=0x^2-2x-3=0, which factors to (x3)(x+1)=0(x-3)(x+1)=0. The solutions are x=3x=3 and x=1x=-1.
  • Solve log5(4x3)=log5(x+6)\operatorname{log}_5(4x-3) = \operatorname{log}_5(x+6). Since the bases are the same, set the arguments equal: 4x3=x+64x-3 = x+6. This simplifies to 3x=93x = 9, so x=3x=3. Checking the solution shows the arguments are positive.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 6: Exponential and Logarithmic Functions

  1. Lesson 1

    Lesson 6.1 : Exponential Functions

  2. Lesson 2

    Lesson 6.2 : Graphs of Exponential Functions

  3. Lesson 3

    Lesson 6.3 : Logarithmic Functions

  4. Lesson 4

    Lesson 6.4 : Graphs of Logarithmic Functions

  5. Lesson 5

    Lesson 6.5 : Logarithmic Properties

  6. Lesson 6Current

    Lesson 6.6 : Exponential and Logarithmic Equations

  7. Lesson 7

    Lesson 6.7 : Exponential and Logarithmic Models

  8. Lesson 8

    Lesson 6.8 : Fitting Exponential Models to Data