0

Any help would be appreciated. :)

I tried splitting the equation about $x=3$, but the terms $x^2$ and $2^x$ Together in the equation(s) are troubling me.
I don't know why I'm unable to apply the property $log_ax=\frac1{log_xa}$

  • +1 Thanks SDiv, but is it correct to say that there exist no roots<3? (Which we would get, if there are, after solving for $x<3$? – Harshal Gajjar Oct 17 '14 at 10:45
  • Beside $x=3$, there are two roots to the equation. They are close to $\pm \frac{1}{2}$. Just find them following Georg's answer. Cheers :-) – Claude Leibovici Oct 17 '14 at 10:59

1 Answers1

1

HINT

I would say

$x^2 2^{x+1} + 2^{|x-3|+2} = x^2 2^{|x-3|+4} + 2^{x-1}$ |*2

$4x^2 2^{x} + 2^{|x-3|+3} = 4x^2 2^{|x-3|+3} + 2^{x}$

$4x^2 (2^{x} -2^{|x-3|+3})-(2^{x} -2^{|x-3|+3}) = 0$

$(4x^2 -1) (2^{x} -2^{|x-3|+3}) = 0$

georg
  • 2,749