3

How to solve this? My problem is to solve:

$$x^{\log_3(x-4)} \ge \frac{1}{27}.$$

The log base is $3$.

TMM
  • 9,976

1 Answers1

3

Following the suggestions above, we take the log base 3 of both sides to get $(\log_{3}x)(\log_{3}x-4)\ge-3$, using the fact that $f(x)=\log_{3}x$ is increasing. Substituting $u=\log_{3}x$ gives $u(u-4)\ge-3$ so $u^2-4u+3\ge0$.

Then $(u-3)(u-1)\ge0$, so either $u\le1$ or $u\ge3$.

If $u\le1$, then $\log_{3}x\le1$ so $0<x\le3$.

If $u\ge3$, then $\log_{3}x\ge3$ so $x\ge27$.

Therefore the solution is given by $(0,3]\cup[27,\infty)$.

user84413
  • 27,211