Solve for $x$ ; $ 2^x+4^x=8^x$

58 Views Asked by At

I reduced the equation to

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

It is easy to see that $x$ is irrational.I tried logarithms and failed to get an expression for $x$.Any help??

5

There are 5 best solutions below

0
On BEST ANSWER

Let $z=2^x$, then $2^x+4^x=8^x \implies z+z^2=z^3 \implies z=0 or z^2-z-1$ So three roots of $z$ $0, \frac{1\pm \sqrt{5}}{2}$ as $z=2^x>0$ So only one real root is possible/ We have $$2^x=\frac{1+\sqrt{5}}{2}\implies x=\log_2 \left(\frac{1+\sqrt{5}}{2}\right). $$

0
On

Suppose $y=2^x$, then from $1+2^x=2^{2x}$, we get $$1+y=y^2$$ could you finish?

0
On

Hint. Set $y=2^x$, solve for $y$. Then solve for $x$.

0
On

Hint: The equation is same as $y+y^{2}=y^{3}$ where $y=2^{x}$. Divide by $y$ and solve the quadratic equation in $y$.

0
On

Writing your expression as $(2^x)^2-2^x-1=0$ and solving we get $2^x=(1+\sqrt{5})/2$. Taking logarithms on both the sides you get the valueof x. Since $2^x$ cannot be -ve discard the other root of your equation.