How can this equation be solved: $2^{x+1}=3^{2x-1}$
I can get this far:
$2^x(2^1) = \frac{3^{2x}}{3^1}$
$2(2^x) = \frac{1}{3}(3^{2x})$
I know I need to log both sides to remove the $x$'s but not sure how it would work with to $2$ and $1/3$.
How can this equation be solved: $2^{x+1}=3^{2x-1}$
I can get this far:
$2^x(2^1) = \frac{3^{2x}}{3^1}$
$2(2^x) = \frac{1}{3}(3^{2x})$
I know I need to log both sides to remove the $x$'s but not sure how it would work with to $2$ and $1/3$.
We have: $$2^{x+1}=3^{2x-1}$$ We take the logarithm base $2$ on both sides: $$\log_2{(2^{x+1})}=\log_2{(3^{2x-1})}$$ We use the identity $\log(a^b)=b\log(a)$: $$x+1=(2x-1)\cdot\log_2{3}$$ Expand: $$x+1=(2\log_2{3})x-\log_2{3}$$ Gather terms: $$x-(2\log_2{3})x=-\log_2{3}-1$$ Factorize: $$(1-2\log_2{3})x=-(\log_2{3}+1)$$ $$(2\log_2{3}-1)x=\log_2{3}+1$$ Giving us the solution: $$\boxed{x=\frac{\log_2{3}+1}{2\log_2{3}-1}}$$
$$(x+1)\log2=(2x-1)\log3$$
Now $\log(ab/c)=\log a+\log b-\log c$
Take the logarithm of base $2$
$(x+1)log(2)=(2x-1)log(3)$
Simplify
$x+1=2log(3)x-log(3)$
The rest is easy
$$\log_{2}2^{x+1}=\log_{2}3^{2x-1} \rightarrow x+1=(2x-1)\log_2 3$$
$$x(1-2\log_2 3)=-1-\log_2 3 \rightarrow x=\frac{1+\log_2 3 }{2\log_2 3-1}$$
Full solution:
Start with the $(x+1)\log 2=(2x-1)\log 3$ (as stated by lab bhattacharjee).
Then $\frac{x+1}{2x-1}\frac{\log 2}{\log 3}=1$.
So $\frac{x+1}{2x-1}=\frac{\log_33}{\log_32}=\log_23$.
So $x+1=2x\log_23-\log_23.$
This gives $(2\log_23-1)x=1+\log_23$ so $x=\frac{\log_26}{\log_2\frac{9}{2}}=\log_{\frac{9}{2}}6.$