Exponential equation in AP Pre-Calculus

In AP Precalculus, an exponential equation is an equation where the variable appears in an exponent, such as 2^x = 5^(1-x), solved by matching bases, using properties of exponents, or applying logarithms to bring the variable down (Topic 2.13, LO 2.13.A).

Verified for the 2027 AP Pre-Calculus examLast updated June 2026

What is exponential equation?

An exponential equation is any equation where the unknown sits in the exponent. That placement is the whole story. In a regular equation like x² = 9, you undo a power with a root. But in 2^x = 9, the variable is upstairs, and the tool that pulls it back down is the logarithm. Logs and exponentials are inverse functions, so taking the log of both sides converts an exponent problem into a linear-style problem you already know how to solve.

In the CED, this lives in Topic 2.13 under learning objective 2.13.A. The essential knowledge spells out your toolkit. You can use properties of exponents to rewrite both sides with the same base (3^(2x-1) = 27^(x+2) becomes 3^(2x-1) = 3^(3x+6), so 2x - 1 = 3x + 6). When the bases won't match, you take a log of both sides and use log properties to pull the exponent out front. The CED even gives you the rewriting identity b^x = c^((log_c b)x), which lets you express any exponential in any base you want. One more rule from the CED that graders care about. Always check your answers for extraneous solutions, because the math or the real-world context can rule out values your algebra produced.

Why exponential equation matters in AP® Precalculus

Exponential equations are the payoff of Unit 2: Exponential and Logarithmic Functions. Everything you learned earlier in the unit, exponential models, log properties, inverse functions, exists so you can actually solve for the variable in the exponent. Learning objective 2.13.A asks you to solve exponential and logarithmic equations and inequalities, and 2.13.B asks you to construct inverses of functions like f(x) = ab^(x-h) + k, which is solving an exponential equation for x in disguise. This skill also powers the modeling side of the unit. Any time a problem says "when does the bacteria population reach 8,000" or "how long until the investment doubles," you're setting up and solving an exponential equation. That makes this one of the most FRQ-relevant skills in the course, since contextual exponential models show up constantly.

How exponential equation connects across the course

Properties of Logarithms (Unit 2)

The power rule, log(b^x) = x·log(b), is the move that solves exponential equations. It takes the variable out of the exponent and drops it into ordinary algebra. Without log properties, an equation like 2^x = 5^(1-x) is unsolvable by hand.

Properties of Exponents (Unit 2)

When both sides can be written with the same base, exponent properties let you skip logs entirely. Rewriting 27 as 3³ turns 3^(2x-1) = 27^(x+2) into a one-line linear equation by setting the exponents equal.

Change of Base Formula (Unit 2)

Solving 2^x = 9 gives x = log₂(9), but your calculator only has log and ln buttons. Change of base converts that into ln(9)/ln(2), which is how you actually get a decimal answer on the exam.

Extraneous Solutions (Unit 2)

The CED explicitly says to examine results for solutions "precluded by the mathematical or contextual limitations." An algebraically valid answer might force a log of a negative number or a negative time in a population model, so always plug back in.

Is exponential equation on the AP® Precalculus exam?

Exponential equations show up two ways. First, as straight solve-it MCQs and FRQ parts, like solving 2^x = 5^(1-x) with logarithms or 3^(2x-1) = 27^(x+2) by matching bases. You need to recognize which strategy fits, then execute log properties cleanly. Second, and more often on FRQs, they hide inside modeling problems. A question gives you P(t) = 500 · 2^(t/3) for a doubling bacterial culture and asks when the population hits 8,000. Setting 500 · 2^(t/3) = 8000 and solving for t is exactly LO 2.13.A in action. Expect to express answers in exact log form (like x = ln 5 / ln 10) and as calculator decimals, and expect at least one question where checking for extraneous or contextually impossible solutions earns the point.

Exponential equation vs power equation

It comes down to where the variable lives. A power equation like x³ = 8 has the variable in the base, so you solve it with roots. An exponential equation like 3^x = 8 has the variable in the exponent, so you solve it with logarithms. Mixing these up leads to taking a cube root of 3^x, which gets you nowhere. Quick check before you solve. If the variable is downstairs, use roots. If it's upstairs, use logs.

Key things to remember about exponential equation

  • An exponential equation has the variable in the exponent, like 2^x = 9, and logarithms are the inverse operation that brings it down.

  • If both sides can be written with the same base, set the exponents equal and skip logarithms entirely, as in 3^(2x-1) = 27^(x+2).

  • If the bases can't match, take the log of both sides and use the power property to pull the exponent out front.

  • The CED identity b^x = c^((log_c b)x) lets you rewrite any exponential expression in a different base, which can reveal helpful structure.

  • Always check solutions against mathematical and contextual limits, since the CED specifically warns about extraneous solutions.

  • Modeling FRQs test this constantly, because answering 'when does the population reach 8,000' means setting the model equal to 8,000 and solving an exponential equation.

Frequently asked questions about exponential equation

What is an exponential equation in AP Precalculus?

It's an equation where the variable appears in an exponent, like 2^x = 5^(1-x) or 500 · 2^(t/3) = 8000. Topic 2.13 (LO 2.13.A) covers solving them with properties of exponents, properties of logarithms, and the inverse relationship between exponentials and logs.

Do you always need logarithms to solve an exponential equation?

No. If both sides can be rewritten with the same base, you just set the exponents equal. For example, 3^(2x-1) = 27^(x+2) becomes 3^(2x-1) = 3^(3x+6), so 2x - 1 = 3x + 6 and x = -7. Logs are only required when the bases can't be matched.

How is an exponential equation different from an exponential function?

A function like f(x) = ab^x describes a relationship for every input. An equation sets an exponential expression equal to a specific value and asks you to find the input that makes it true. Solving P(t) = 500 · 2^(t/3) for when P(t) = 8000 means turning the function into the equation 500 · 2^(t/3) = 8000.

Can an exponential equation have an extraneous solution?

Yes, and the CED calls this out directly. Algebra can produce answers that the math rules out (like requiring the log of a negative number) or that the context rules out (like a negative time in a growth model). Always verify your answer in the original equation and setting.

Why is 2^x = 9 not solved by taking a root?

Because the variable is in the exponent, not the base. Roots undo powers like x² = 9, but to undo 2^x you need the inverse of the exponential function, which is the logarithm. The answer is x = log₂(9), or ln(9)/ln(2) by change of base.