Solving logarithmic inequalities reduces to a small set of techniques selected by the form of the inequality. The base sets the direction, the form sets the conversion, and the domain trims the result. The table below collects each situation handled on this page with the technique and a worked example.
| Situation |
Technique |
Worked example |
| Single log vs constant, base > 1 |
convert with direction preserved |
log₂(x) > 3 → x > 8 |
| Single log vs constant, 0 < base < 1 |
convert with direction reversed |
log₍₁⁄₂₎(x) > 3 → x < 1⁄8 |
| Logs on both sides, same base |
drop the logs; reverse the comparison if base < 1 |
log₃(2x+1) > log₃(x+4) → x > 3 |
| Composite argument |
solve algebraically, then intersect with the domain (every argument > 0) |
log₂(x−3) > 1 → x > 5 |
| Compound (bounded) |
split into two inequalities, solve each, intersect |
1 < log₂(x) < 4 → 2 < x < 16 |
| Multiple logs, same base |
condense with logarithm rules first, then convert |
log₂(x) + log₂(x−2) > 3 → x > 4 |
| Visual check |
read "curve above the line y = k" on the graph — direction follows whether the curve rises or falls |
a > 1: solution to the right; 0 < a < 1: solution to the left |