How is $x=-1$ a solution to $3\log_3|-x| = \log_3 x^2 $?

70 Views Asked by At

To solve for x in $$3\log_3|-x| = \log_3 x^2 $$

I made cases such that when $x > 0$ and $x<0$

For first part i.e $x >0$ i get $3\log_3 x=2\log x^2$. so $x=1$.

For other case also comes out to be $x=1$. But textbook states answer to be $x=-1 $ also. Now clearly this satisfies eqiation also. But why this solution is not coming in my working method?

Thanks

3

There are 3 best solutions below

6
On BEST ANSWER

It should. When $x<0$ we have $|-x| = -x$ so

$$3 \log_3 |-x| = \log_3 x^2 \implies -x^3 = x^2 \implies x^2 + x^3 = 0 \implies x^2(x+1) = 0$$

so either $x=0$ which isn't in the domain, or $x+1 = 0 \implies x=-1$.

0
On

$$3\log_3|-x| = \log_3 x^2 $$

is equivalent to

$$3\log_3|x| = \log_3 |x|^2 $$

$$3\log_3|x| = 2\log_3 |x| $$

$$\log_3|x|=0$$

$$|x|=1$$

0
On

Or the absolute value can be rescued:

$2 \cdot \frac{3}{2} \log_3 |x|=\log_3x^2 \Rightarrow \frac{3}{2} \log_3x^2=\log_3x^2 \Rightarrow \log_3x^2=0 \Rightarrow x^2=1 \Rightarrow x=\pm1.$