$\log_3(2x-1) + \log_3(x-1) < 1$

56 Views Asked by At

Become $\log_3(2x^2 -3x+1) < \log_3(3)$

At first i thought become $\log_3(2x^2 -3x+1) - \log_3(3) <0$

$\log_3\frac{2x^2-3x+1}{3}<0$

(EDIT : i make it $\frac{2x^2-3x+1}{3}<0$

$ 2x^2-3x+1 <0$ i guess its where i wrong?)

But it is $2x^2-3x+1<3$ why the first one wrong?

2

There are 2 best solutions below

0
On

The question has been edited. My first sentence refers to the earlier version.

$(2x-1)(x-1)=2x^{2}-3x+1$. You have $2x^{2}-3x-1$ in stead of $2x^{2}-3x+1$.

Since $\log_3$ is an increasing function the inequality becomes $2x^{2}-3x+1 <3$. Or $2x^{2}-3x-2 <0$. This gives $-1/2<x<2$ as you can see by completing the square. But we need $x>1$ for the logarithms to be defined so the final answer is $1<x<2$.

0
On

The first one is wrong because $\log_3 (3) = 1$. In addition, it should be $2x^2-3x+1$ instead of $2x^2-3x+1$.

That being said, the reason you want to put both sides into logarithms with the same base is because you can raise both sides to the power of $3$. If $\log_3 x = \log_3 y$, then $x = y$ which simplifies your equation into a quadratic.

Don't forget to check if the values of $x$ by substituting in the original equation.