Loading…

Exponential Equation Solver

Math Algebra • Equations

View all topics

Solve exponential equations using same-base comparison, logarithms, numerical verification, and graph intersections. The solver supports forms such as 2^x = 16, 3^(2x − 1) = 27, e^(kx + m) = b, and exp(kx + m) = c x.

Same base: a^f(x) = a^g(x) ⇒ f(x) = g(x) Log rule: a^u = b ⇒ u = ln(b)/ln(a) Domain: a must be positive and a ≠ 1 Sample: 3^(2x − 1) = 27 → x = 2

Equation input

Use x as the variable. Use ^ for powers and exp(...) for \(e^{(\cdot)}\). Examples: 2^x = 16, 3^(2x - 1) = 27, 5^(x + 1) = 125, e^(2x - 1) = 5, or exp(x) = 3x.

Solver settings

Graph settings

Drag the graph to pan. Use the mouse wheel or trackpad to zoom. On touch screens, pinch to zoom. Green points are verified real solutions.

Quick examples

Ready
Enter an exponential equation, then click “Solve equation”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What is an exponential equation?

An exponential equation is an equation in which the variable appears in an exponent, such as 2^x = 16 or 3^(2x - 1) = 27.

What is the solution of 3^(2x - 1) = 27?

Since 27 = 3^3, the equation becomes 3^(2x - 1) = 3^3. Equating exponents gives 2x - 1 = 3, so x = 2.

When can I equate exponents?

You can equate exponents when both sides are powers of the same positive base, such as a^f(x) = a^g(x) with a > 0 and a not equal to 1.

When do I use logarithms?

Use logarithms when the variable is in the exponent and the two sides cannot easily be written with the same base. For example, a^(kx + m) = b gives kx + m = ln(b)/ln(a).

What restrictions apply to exponential bases?

For standard real exponential solving, the base should be positive and not equal to 1.

Why must b be positive in a^u = b?

For positive base a, the expression a^u is always positive, so a^u = b has no real solution if b is less than or equal to zero.

What is the Lambert W function?

The Lambert W function solves equations of the form W(z)e^W(z) = z. It is useful for mixed exponential-linear equations such as exp(kx + m) = c x.

Can exp(x) = 3x have two solutions?

Yes. Mixed exponential-linear equations may have two real solutions. The calculator uses Lambert W recognition and numerical verification to find real candidates in supported ranges.

Why does the graph show two curves?

The graph plots the left-hand side and right-hand side separately. Solutions occur where the curves intersect.

Why does the moving point disappear after zooming or panning?

The moving point is only an animation aid. It is hidden after zooming or panning so the only persistent highlights are meaningful solution points.

Can the calculator solve every exponential equation symbolically?

No. Some equations are too complex for closed-form symbolic solving. The calculator combines analytic pattern detection with numerical scanning and final verification.

Can I zoom and pan the graph?

Yes. You can drag to pan, use the mouse wheel or trackpad to zoom, pinch on touch screens, or use the graph control buttons.