Exponential Equations

82 Views Asked by At

I solved this , but I am not sure if I did in the right way.

$$2^{2x + 1} - 2^{x + 2} + 8 = 0$$

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

$$\log_22^{x + 2} - \log_22^{2x + 2} = \log_28$$

$$x + 2- 2x - 2 = 3$$

solving for $x$:

$$x = -2$$

any feedback would be appreciated.

3

There are 3 best solutions below

1
On BEST ANSWER

You can do it without including logarithms . Just take $t = 2^x$. It will become a quadratic in $t$ solve for $t$ . If $t$ has any negative value , neglect it beacuse $t> 0$ .

$t^2-2t+4 = 0 $ which has complex roots and hence there is no solution for $x$ in the real domain .

0
On

You can easily check the solution you get. Checking $x=-2$, you get $$ 2^{2x+1}-2^{x+2}+8=2^{-3}-2^{0}+8=\dfrac{1}{8}-1+8\ne0, $$which means you have an error. Specifically, you transition from the first line to the second line is incorrect.

0
On

let $2^{x+2}=t$ then $2^{2x+1}=\frac{1}{8}t^2$

substituting in the equation ,you get $$\frac{1}{8}t^2-t+8=0$$ which is a quadratic equation and can be easily solved.