In a polynomial equation like x2=9, the unknown is the base and the exponent is fixed. In an exponential equation, the roles reverse — the base is known and the unknown sits in the exponent. The equation 2x=8 asks not "what number squared gives 9?" but "how many times must 2 be multiplied by itself to reach 8?" That shift demands a different set of solving techniques, all grounded in the laws of exponents.
What is an Exponential Equation
An exponential equation is any equation in which the variable appears in an exponent. The equation 2x=16 is exponential — the unknown x controls how many times the base is applied. The equation 32x−1=27 is exponential. The equation 5⋅4x=320 is exponential.
What makes these equations distinct from polynomial equations is the position of the variable. In x3=8, the variable is the base and the exponent is a fixed number — this is a polynomial equation, solved by taking a root. In 2x=8, the base is fixed and the exponent is the variable — this is an exponential equation, and roots alone will not solve it.
The distinction matters because the techniques are entirely different. Polynomial equations are solved by factoring, applying the quadratic formula, or extracting roots. Exponential equations require rewriting expressions using the laws of exponents, matching bases, or — when those approaches fail — logarithms.
Forms of Exponential Equations
Exponential equations appear in several recognizable forms, and identifying the form determines which solving method applies.
A single exponential equal to a constant — 2x=16 — is the simplest case. If the constant is a power of the same base, matching bases resolves it immediately.
A coefficient multiplying the exponential term — 3⋅2x=24 — requires isolating the exponential first. Divide both sides by 3 to get 2x=8, then proceed.
A linear expression in the exponent — 23x+1=32 — adds one algebraic step after the bases are matched: 3x+1=5, so x=34.
An additive constant alongside the exponential — 2x+5=13 — must be moved before anything else. Subtract 5 to isolate 2x=8.
Both sides exponential with convertible bases — 4x=8 — calls for rewriting to a common base using the power of a power rule.
Both sides exponential with genuinely different bases — 2x=3x−1 — cannot be solved by matching bases. These require logarithms.
A sum of same-base terms — 2x+2x+1=12 — needs factoring via the product rule before the exponential can be isolated.
A quadratic structure in disguise — 4x−3⋅2x+2=0 — hides a polynomial equation under the exponential notation, solved by substitution.
Preparing the Equation
Before applying any method, the equation must be arranged so that the exponential structure is exposed.
The first priority is isolating the exponential term. Move additive constants to the opposite side: 5⋅3x+7=252 becomes 5⋅3x=245. Divide out multiplicative coefficients: 3x=49.
The second priority is recognizing common bases. The numbers 2,4,8,16,32,64 are all powers of 2. The numbers 3,9,27,81 are powers of 3. The numbers 5,25,125 are powers of 5. Spotting these relationships determines whether matching bases is feasible.
The third priority is rewriting bases before solving. The equation 8x=4x+3 looks like it has different bases, but 8=23 and 4=22. Applying the power of a power rule gives 23x=22(x+3), and the equation is ready for base matching.
The fourth priority is spotting the quadratic pattern. If the equation contains both a2x and ax — recognizable because a2x=(ax)2 by the power of a power rule — substitution will convert it into a polynomial equation.
Preparation is not a separate step from solving — it is the step that makes solving possible.
Solving Methods Overview
Four methods cover virtually all exponential equations encountered in algebra.
Matching bases rewrites both sides as powers of the same base, then equates the exponents. It works when the bases are equal or convertible to a common base through the laws of exponents.
Using exponent laws restructures the equation by factoring, applying the product rule, or combining terms. It works when the equation contains multiple exponential terms with the same base that need to be consolidated before the exponential can be isolated.
Using logarithms takes the log of both sides and brings the exponent down using the identity log(ax)=x⋅log(a). It works for any exponential equation, but is essential when the bases on both sides are genuinely different and no common base exists.
Substitution replaces ax with a temporary variable t, converting the exponential equation into a polynomial — typically a quadratic. It works when the equation involves both a2x and ax, creating a squared-and-linear pattern that factors cleanly.
Each method has its natural domain. Matching bases is fastest when it applies. Exponent laws handle multi-term equations. Logarithms are the universal fallback. Substitution targets disguised polynomials.
Method: Matching Bases
The simplest exponential equations yield to a single principle: if two powers of the same base are equal and the base is positive and not equal to 1, then their exponents must be equal.
ax=ay⟹x=y(a>0,a=1)
This works because exponential functions with base a>0, a=1 are one-to-one — different exponents always produce different outputs.
For 2x=8, recognize that 8=23. The equation becomes 2x=23, so x=3.
The method extends to cases where the connection between bases is less obvious. The equation 4x=8 involves different bases, but both are powers of $2$: 4=22 and 8=23. Rewriting gives (22)x=23, which by the power of a power rule becomes 22x=23. Matching exponents: 2x=3, so x=23.
The equation 9x+1=27 works the same way. Both bases are powers of 3: 9=32 and 27=33. Rewriting: (32)x+1=33, giving 32(x+1)=33. So 2(x+1)=3, and x=21.
The key skill is recognizing when two numbers share a common base. Familiarity with small powers — 2,4,8,16,32; 3,9,27,81; 5,25,125 — makes this recognition faster.
Method: Using Exponent Laws
Some exponential equations require algebraic manipulation before the bases can be matched. The laws of exponents provide the tools for restructuring these expressions.
Consider 2x+1+2x=12. The term 2x+1 can be rewritten using the product rule: 2x+1=2x⋅21=2⋅2x. The equation becomes 2⋅2x+2x=12.
Now 2x is a common factor: 2x(2+1)=12, which simplifies to 3⋅2x=12, so 2x=4=22, giving x=2.
Consider 3x+2−3x=72. Rewrite 3x+2=3x⋅32=9⋅3x. The equation becomes 9⋅3x−3x=72, then 3x(9−1)=72, so 8⋅3x=72 and 3x=9=32. Thus x=2.
The general strategy is to express every exponential term as a product involving a single exponential expression — the same technique used to factor polynomials by pulling out a common term. Factor out that common piece, reduce the equation to a single exponential term equal to a constant, and finish with base matching or logarithms.
Method: Using Logarithms
When the bases on both sides of an equation cannot be matched — because no common base exists — logarithms provide the way forward.
The core identity is log(ax)=x⋅log(a). Taking the logarithm of both sides brings the exponent down from its position as a power to the position of a multiplier, where it can be isolated algebraically.
For 2x=5, no integer or simple rational power of 2 equals 5. Take the logarithm of both sides: x⋅log(2)=log(5). Divide: x=log(2)log(5)≈2.322.
For 3x+1=7, take logarithms: (x+1)⋅log(3)=log(7). Then x+1=log(3)log(7) and x=log(3)log(7)−1≈0.771.
For 2x=3x−1, both sides are exponential with different bases. Take logarithms: x⋅log(2)=(x−1)⋅log(3). Distribute: x⋅log(2)=x⋅log(3)−log(3). Collect x: x(log(2)−log(3))=−log(3). Solve: x=log(3)−log(2)log(3)≈2.710.
Logarithms work universally — they solve any exponential equation, including those where matching bases also works. The other methods are shortcuts; logarithms are the general tool.
Method: Substitution (Quadratic in Disguise)
Some exponential equations disguise a familiar structure. The equation 4x−3⋅2x+2=0 looks intimidating, but a substitution reveals a quadratic hiding underneath.
The substitution works whenever the equation involves two exponential terms where one exponent is double the other — a2x and ax, or a4x and a2x. The doubled exponent creates a perfect square under substitution, converting the exponential equation into a polynomial one.
More complex examples follow the same pattern. The equation 9x+2⋅3x−15=0 becomes t2+2t−15=0 with t=3x, factoring as (t+5)(t−3)=0. Since 3x>0 for all real x (the exponential function is always positive), the solution t=−5 is rejected, leaving 3x=3 and x=1.
Equations with Rational and Negative Exponents
Not every equation with exponents has the variable in the exponent. Some place the variable in the base while the exponent is a fixed rational or negative number. These are solved by inverting the exponent.
The equation x2/3=4 asks: what value of x, when raised to the power 32, gives 4? To isolate x, raise both sides to the reciprocal power 23:
The equation x3/4=27 is solved by raising both sides to the power 34: x=274/3=(327)4=34=81.
The reciprocal exponent works because (am/n)n/m=a1=a by the power of a power rule. The exponent and its reciprocal undo each other, leaving the base isolated.
Checking Solutions
Exponential equations demand verification, because the solving process can introduce values that fail in the original equation.
Domain validity is the first check. The base of an exponential function must be positive when the exponent is irrational, and nonzero when the exponent is negative. Any solution that violates these conditions is extraneous and must be discarded.
The substitution method introduces the most common source of false solutions. When t=ax is used, only positive values of t are valid — because ax>0 for any positive base a and any real x. A quadratic in t may produce a negative root, but that root has no corresponding real value of x.
Squaring both sides of an equation — sometimes necessary when rational exponents are involved — can also generate extraneous solutions. The equation x1/2=−3 has no real solution, since a square root is non-negative. But squaring gives x=9, which does not satisfy the original equation.
Substituting each candidate back into the original equation is the reliable final step. If the left side equals the right side, the solution stands. If not, it is discarded — regardless of how cleanly the algebra produced it.