Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Exponential Inequalities






When We Compare Powers

Exponential equations ask when two exponential expressions are equal. Exponential inequalities ask when one is larger than the other — and the answer hinges on a single property of the base that changes everything about how the inequality behaves.



Key Principle: Base Determines Direction

The behavior of an exponential inequality depends entirely on whether the base is greater than 11 or between 00 and 11. This is the central idea on this page, and every solving method flows from it.

When a>1a > 1, the function axa^x is increasing — larger exponents produce larger values. So the inequality ax>aya^x > a^y holds exactly when x>yx > y. The direction of the inequality is preserved.

When 0<a<10 < a < 1, the function axa^x is decreasing — larger exponents produce smaller values. So the inequality ax>aya^x > a^y holds exactly when x<yx < y. The direction of the inequality flips.

The base a=1a = 1 is excluded because 1x=11^x = 1 for all xx — no inequality between distinct powers is possible.

This directional rule replaces the familiar "multiply or divide by a negative flips the inequality" from linear algebra. In exponential inequalities, it is not the sign of a multiplier but the size of the base that governs whether the inequality reverses.

Solving Basic Exponential Inequalities

The simplest exponential inequalities are solved by expressing both sides as powers of the same base and then applying the directional rule.

The inequality 2x>82^x > 8 rewrites as 2x>232^x > 2^3. Since the base 22 is greater than 11, the function is increasing and the inequality preserves direction: x>3x > 3.

The inequality (13)x>9\left(\frac{1}{3}\right)^x > 9 requires more care. Rewrite 99 as a power of 13\frac{1}{3}: since 132=32=9\frac{1}{3}^{-2} = 3^2 = 9, the inequality becomes (13)x>(13)2\left(\frac{1}{3}\right)^x > \left(\frac{1}{3}\right)^{-2}. The base 13\frac{1}{3} is between 00 and 11, so the function is decreasing and the inequality flips: x<2x < -2.

The inequality 5x11255^{x-1} \leq 125 rewrites as 5x1535^{x-1} \leq 5^3. Base greater than 11, direction preserved: x13x - 1 \leq 3, so x4x \leq 4.

The procedure is consistent: rewrite both sides with a common base, then read off the inequality between exponents — preserving direction if the base exceeds 11, reversing it if the base is a proper fraction.

Inequalities Requiring Simplification

When the two sides of an inequality do not immediately share a base, the laws of exponents are needed to rewrite one or both sides before comparison.

The inequality 4x<324^x < 32 involves 4=224 = 2^2 and 32=2532 = 2^5. Rewriting: (22)x<25(2^2)^x < 2^5, so 22x<252^{2x} < 2^5. Base 2>12 > 1, direction preserved: 2x<52x < 5, giving x<52x < \frac{5}{2}.

The inequality 9x+127x9^{x+1} \geq 27^x involves 9=329 = 3^2 and 27=3327 = 3^3. Rewriting: 32(x+1)33x3^{2(x+1)} \geq 3^{3x}, which gives 32x+233x3^{2x+2} \geq 3^{3x}. Base 3>13 > 1, direction preserved: 2x+23x2x + 2 \geq 3x, so 2x2 \geq x, meaning x2x \leq 2.

The inequality (14)x>(18)2\left(\frac{1}{4}\right)^x > \left(\frac{1}{8}\right)^2 requires converting both bases. Since 14=22\frac{1}{4} = 2^{-2} and 18=23\frac{1}{8} = 2^{-3}, the inequality becomes (22)x>(23)2(2^{-2})^x > (2^{-3})^2, or 22x>262^{-2x} > 2^{-6}. Base 2>12 > 1: 2x>6-2x > -6, so x<3x < 3.

The algebraic manipulation happens before the directional rule is applied. Simplify first, compare second.

Domain and Sign Considerations

Exponential expressions with positive bases carry a property that constrains the solution space: ax>0a^x > 0 for every real xx when a>0a > 0.

No real exponent can make a positive base produce zero or a negative result. The equation 2x=02^x = 0 has no solution. The inequality 3x<03^x < 0 has no solution. This fact is not just a technicality — it eliminates entire branches of potential answers.

The inequality 2x>52^x > -5 is satisfied by every real xx, because 2x2^x is always positive and thus always greater than 5-5. No computation is needed once the sign property is recognized.

The inequality 2x<12^x < -1 has no solution at all, for the same reason.

When negative exponents appear with variable bases, domain restrictions must be checked. The expression x2>4x^{-2} > 4 requires x0x \neq 0, and the solution set must exclude zero regardless of what the algebra produces. Similarly, expressions involving rational exponents with even roots require the base to be non-negative.

Compound Inequalities

A compound exponential inequality places an exponential expression between two bounds, requiring the variable to satisfy both constraints simultaneously.

The inequality 14<2x<16\frac{1}{4} < 2^x < 16 sets lower and upper bounds on 2x2^x. Rewrite each bound as a power of 22: 22<2x<242^{-2} < 2^x < 2^4. Since the base 2>12 > 1 preserves direction, the solution is 2<x<4-2 < x < 4.

The inequality 1273x181\frac{1}{27} \leq 3^{x-1} \leq 81 rewrites as 333x1343^{-3} \leq 3^{x-1} \leq 3^4. Preserving direction: 3x14-3 \leq x - 1 \leq 4, so 2x5-2 \leq x \leq 5.

With a base between 00 and 11, both inequality directions flip. The inequality 19<(13)x<3\frac{1}{9} < \left(\frac{1}{3}\right)^x < 3 rewrites as (13)2<(13)x<(13)1\left(\frac{1}{3}\right)^{-2} < \left(\frac{1}{3}\right)^x < \left(\frac{1}{3}\right)^{-1}. Since 13<1\frac{1}{3} < 1, the function is decreasing: 2>x>1-2 > x > -1, which reads as 1<x<2-1 < x < -2 — but this is empty when written carelessly. Reversing properly: 2<x<1-2 < x < -1. Care with the direction at each step prevents this kind of error.

Systems involving multiple exponential inequalities with different bases are handled by solving each inequality independently and then intersecting the solution sets.