Solve each logarithmic inequality over the real numbers. Here \(\log\) denotes the common logarithm.
1) \(\log(x^2) \le 2\)
2) \((\log x)^2 - 3\log x + 2 \le 0\)
3) \(\log(x) + \log(x - 9) > 1\)
Hints
- A substitution can turn an expression involving \(\log x\) into a quadratic inequality.
- Use the product property to combine a sum of logarithms.
- State the domain before solving, especially when the argument contains a square.
- Use a sign chart or the graph of a quadratic to solve the resulting polynomial inequality.
Solution
1. The domain requires \(x^2 > 0\), so \(x \ne 0\). Since the common logarithm is increasing, \(\log(x^2) \le 2\) gives \(x^2 \le 100\), or \(-10 \le x \le 10\). Excluding \(0\) gives \([-10, 0) \cup (0, 10]\).
2. The domain requires \(x > 0\). Let \(u = \log x\). Then \(u^2 - 3u + 2 \le 0\), or \((u - 1)(u - 2) \le 0\). Thus, \(1 \le u \le 2\). Substituting back gives \(1 \le \log x \le 2\), so \(10 \le x \le 100\).
3. The domain requires \(x > 9\). Use the product property: \(\log(x(x - 9)) > 1\). Since the logarithm is increasing, \(x(x - 9) > 10\), so \(x^2 - 9x - 10 > 0\). Factoring gives \((x - 10)(x + 1) > 0\), so \(x < -1\) or \(x > 10\). Intersecting with \(x > 9\) gives \(x > 10\).
Answer
1) \([-10, 0) \cup (0, 10]\)
2) \([10, 100]\)
3) \((10, \infty)\)