$ 2 \ln (5x) = 16$
$ \ln (5x) = 8 $
$ 5x = e^8 $
$ x = \dfrac {1}{5}e^8$
But why can't we do it like this:
$ \ln(5x)^2 = 16$
I thought that was a possibilty with logaritms?
$ 2 \ln (5x) = 16$
$ \ln (5x) = 8 $
$ 5x = e^8 $
$ x = \dfrac {1}{5}e^8$
But why can't we do it like this:
$ \ln(5x)^2 = 16$
I thought that was a possibilty with logaritms?
Sure it's possible. We have $\ln((5x)^2)=16$, and therefore $(5x)^2=e^{16}$. Take square roots, remembering that $x$ must be positive for the logarithm to be defined. We get the right answer, a little more slowly than before.
$$\ln ((5x)^2) = 16,\qquad x>0$$
$$25x^2 = e^{16}$$
$$x^2 = \frac{e^{16}}{25}$$
$$x = \pm\sqrt{\frac{e^{16}}{25}} =\pm\frac{\sqrt{e^{16}}}{5}=\pm\frac{e^{16/2}}{5}=\pm \frac{e^8}{5}$$
But since you've introduced the square you have to go back and check the answers - The negative one doesn't fit. So they're equivalent.
If you mean $\ln\left[(5x)^2\right]$, then yes!
You are allowed to do that!