Logarithmic inequalities

Overview
Important

A logarithmic inequality is an inequality that involves a logarithm, such as loga(f(x))>b\log_a(f(x)) > b or loga(f(x))<g(x)\log_a(f(x)) < g(x). To solve these, you often rewrite the inequality in exponential form and consider the domain where the logarithm is defined (i.e., its argument is positive).

Important properties

  • The logarithm loga(x)\log_a(x) is only defined for x>0x > 0 and a>0a > 0, a1a \neq 1.

  • If a>1a > 1, loga(x)\log_a(x) is an increasing function: if x1<x2x_1 < x_2, then loga(x1)<loga(x2)\log_a(x_1) < \log_a(x_2).

  • If 0<a<10 < a < 1, loga(x)\log_a(x) is a decreasing function: if x1<x2x_1 < x_2, then loga(x1)>loga(x2)\log_a(x_1) > \log_a(x_2).

  • To solve loga(f(x))>b\log_a(f(x)) > b, rewrite as f(x)>abf(x) > a^b (if a>1a > 1) and also require f(x)>0f(x) > 0.