TOPIC

Solving exponential equations using laws of indices

MY PROGRESS

Pug Score

0%

Best Streak

0 in a row

Study Points

+0

Overview

Practice

Watch

Read

Quiz

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Best Practice

No score

Read

Not viewed

Best Quiz

No attempts


Best Streak

0 in a row

Study Points

+0

Read

Solving Exponential Equations Using Exponent Rules

A step-by-step guide to solving exponential equations by applying exponent rules such as the product, quotient, and power rules to rewrite both sides with a common base.

Introduction

An exponential equation is any equation where the variable appears in an exponent, such as \(3^{x+1} = 81\) or \(4^{2x-1} = 8\). When both sides of the equation can be written as powers of the same base, you can solve them quickly using the laws of exponents instead of logarithms. This method relies on one key idea: if \(b^m = b^n\) and \(b\) is a positive number not equal to \(1\), then \(m = n\).

Exponent rules you need before you start

Solving exponential equations this way depends on being comfortable with a handful of exponent properties. The most useful ones are summarized below.

Rule Formula Product rule bm × bn = bm+n Quotient rule bm ÷ bn = bm−n Power rule (bm)n = bm×n Negative exponent b−n = 1 ÷ bn
Common exponent rules used to rewrite exponential expressions with a common base.

The method: match the base, then compare exponents

Follow these steps whenever you're asked to solve an exponential equation:

  1. Rewrite every term in the equation as a power of the same base, using prime factorization if needed (for example, \(8 = 2^3\) and \(27 = 3^3\)).
  2. Apply the product, quotient, or power rule of exponents to combine exponents on each side.
  3. Once both sides have the identical base, set the exponents equal to each other.
  4. Solve the resulting equation for the variable.
  5. Substitute your answer back into the original equation to confirm it works.

Worked example 1: a simple same-base equation

Solve \(2^{x+1} = 8\).

Since \(8 = 2^3\), rewrite the equation as \(2^{x+1} = 2^3\). Because the bases match, the exponents must be equal: \(x + 1 = 3\), so \(x = 2\). Checking, \(2^{2+1} = 2^3 = 8\), which confirms the solution.

Graph of y = 2 to the power of (x+1) minus 8, showing the root at x = 2 Plot of y = 2**(x+1) - 8 for x in [-2, 4] -2 -1 0 1 2 3 4 -10 0 10 20 x y x = 2 (solution)

Worked example 2: using the power rule

Solve \(9^{x} = 27^{x-2}\).

Rewrite both sides with base \(3\): \(9 = 3^2\) and \(27 = 3^3\), so the equation becomes \((3^2)^{x} = (3^3)^{x-2}\). Applying the power rule gives \(3^{2x} = 3^{3x-6}\). Since the bases are equal, \(2x = 3x - 6\), which gives \(x = 6\).

Worked example 3: using the quotient rule

Solve \(\dfrac{5^{2x}}{5^{x-1}} = 125\).

By the quotient rule, the left side simplifies to \(5^{2x-(x-1)} = 5^{x+1}\). Since \(125 = 5^3\), the equation becomes \(5^{x+1} = 5^3\), so \(x + 1 = 3\) and \(x = 2\).

When this method doesn't apply

Not every exponential equation can be rewritten with a common base, for example \(2^x = 10\). In that case exponent rules alone are not enough, and logarithms are required instead. It's also worth connecting this algebraic method to a graphical view: if you graph exponential functions on both sides of an equation, the solution is simply the x-coordinate where the two curves intersect. This is especially useful for checking answers when the same-base equations come from real growth or decay contexts, such as those studied in exponential growth and decay by a factor.

A note on reading exponential models

Once you're confident solving exponential equations algebraically, the same base-matching skill helps when you need to find an exponential function given its graph, since many of those problems ask you to solve for an unknown exponent once you know two points on the curve.

Related lessons