0

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??

  • You're looking for two positive numbers whose sum is equal to their product, such that one is the square of the other. – Allawonder Mar 24 '20 at 09:40

5 Answers5

2

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.

user159888
  • 1,948
  • 1
  • 14
  • 19
1

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

Qurultay
  • 5,224
0

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

0

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

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). $$

Z Ahmed
  • 43,235