Solve $2^x+4^x=2$

233 Views Asked by At

This is the equation, but the result is different from wolframalpha:

$$2^x+4^x=2$$ $$2^x+2^{2x}=2^1$$ $$x+2x=1$$ $$x=\frac{1}{3}$$

WolframAlpha: $x=0$

Where is the error?

4

There are 4 best solutions below

0
On BEST ANSWER

$$2^x+2^{2x}=2$$

Now put $2^x=t$

$$t+t^{2}=2$$

$$t^{2}+t-2=0$$

$$(t-1)(t+2)=0$$

Thus $t=1$ or $t=-2$

$2^x=1$ or $2^x=-2$

Since $2^x>0 $ for all real $x$ , $2^x=1=2^0$

Therefore $x=0$

0
On

$a^x \cdot a^y=a^{x+y}$ is the identity
you are using $a^x+a^y=a^{x+y}$ which is not correct

0
On

we have $$2^{2x}+2^x-2=0$$ and with $$2^x=t$$ you will get $$t^2+t-2=0$$ a quadratic equation to solve.

0
On

$2^x + 4^x= 2$ $\Rightarrow$ $2^x (1 + 2^x ) = 2$ $\Rightarrow $ $1 + 2^x = 2 ^{1 - x}$ $\Rightarrow$ $1 + 2^x = 2 ^{- x} \times 2$

Now Set $ y = 2^x$; then we have

$1 + y = y^{-1} \times 2 $ $\Rightarrow$ $y^2 + y -2 = 0$. Which has solutions $y = 1$ and $y = -2$.

$y = -2 $ is unacceptable, because $y = 2^x$ is a positive function. So $y = 2^x = 0$ is acceptable and will give us $ x = 0$. And we are done!