Equation with different bases (exponential)

1.1k Views Asked by At

I seem to be stuck with the following equation right here: $$2^x + 2^{x+1} = 3^{x+2} + 3^{x+3}$$

4

There are 4 best solutions below

0
On BEST ANSWER

Notice, $$2^x+2^{x+1}=3^{x+2}+3^{x+3}$$ $$2^x+2\cdot 2^x=3^2\cdot 3^x+3^3\cdot 3^x$$ $$2^x+2\cdot 2^x=9\cdot 3^x+27\cdot 3^x$$ $$3\cdot 2^x=36\cdot 3^x$$ $$\frac{3^x}{2^x}=\frac{1}{12}$$

$$\left(\frac{3}{2}\right)^x=\frac{1}{12}$$ $$x\ln\frac{3}{2}=-\ln 12$$ $$\bbox[5pt, border:2.5pt solid #FF0000]{\color{blue}{x=-\frac{\ln 12}{\ln(3/2)}}}$$ $$

0
On

Note that $2^x+2^{x+1}=2^x+2\cdot 2^x=3\cdot 2^x$.

Similarly, $3^{x+2}+3^{x+3}=9\cdot 4\cdot 3^x$.

So our equation can be rewritten as $3\cdot 2^x=9\cdot 4\cdot 3^x$, or equivalently $(3/2)^x=1/12$, which can be solved using logarithms.

0
On

The main idea is to factor each side.

Notice that $2^x + 2^{x+1} = 2^x (1 + 2^1) = 3 \cdot 2^x$.

You can do the same thing with the right-hand side. That should help a lot.

0
On

\begin{align} 2^x+2^{x+1}&=3^{x+2}+3^{x+3}\\ 2^x+2\cdot2^x&=3^2\cdot3^x+3^3\cdot3^x\\ (1+2)2^x&=(3^2+3^3)3^x\\ 3\cdot2^x&=36\cdot3^x\\ 2^x&=12\cdot3^x\\ \left(\frac23\right)^x&=12\\ \end{align} Now use logarithms.