Logarithms. Solve for m

102 Views Asked by At

Solve $x y^m = y x^3$ for $m$.

I know this has to do with logarithms, but I'm not able to figure out how it relates to logs.

2

There are 2 best solutions below

1
On BEST ANSWER

$xy^m=yx^3\implies \log x + m \log y=\log y + 3 \log x \implies (m-1)\log y=2\log x$

$\implies m-1=\dfrac{2\log x}{\log y}\implies m=\dfrac{2\log x}{\log y}+1$

0
On

Rewrite $xy^m = yx^3$ as

$$y^{m-1}=x^2$$

Take log of both sides,

$$ (m-1)\ln y = 2\ln x $$

which leads to

$$m= 2\log_y x +1$$