Solving $2^x+2^{3x}=16$

155 Views Asked by At

Solve $$2^x+2^{3x}=16$$

My attempt:

The simplest form of this equation I could obtained after simplification is $1+2^{2x}=2^{4-x}$. I couldn't find the value of $x$

My conclusion:

Either the question is wrongly framed or there is no solution.

3

There are 3 best solutions below

0
On BEST ANSWER

$$2^x+2^{3x}=16$$ Let $u=2^x$ $$\implies u+u^3=16$$ solve $u^3+u-16=0$ using Newton–Raphson you get : $$u\approx 2.38768$$ $$2^x=2.38768$$ $$\boxed{x=1.25561}$$

2
On

So this is what I did: hand worked problem

After finding y this should be easy. I followed the cubic formula found in the next link: Cubic Formula

I hope this helps you out.

0
On

Plotting both functions, we see that there is a solution on $[1,2]$. My initial feeling is that we can only find the solution by using a computer.

enter image description here