I am given this question and told to solve for $a,b,c$:
$$\frac{y^{8a}x^{b}\log_x(y^{8a})}{2x^2y^c} = \frac{y^{3/2}\ln(y)}{3\ln(x)}$$
I tried to convert all the logarithms to $\ln$ and remove the $\frac{\ln(x)}{\ln(y)}$ term from both sides of the equation, but eventually I am stuck as this expression has two variables $x,y$ which are unknowns.
I got a final form$$8ay^{8a-c-3/2} = 2x^{2-b},$$thus concluding that $a=1/4$, but from there I do not know how to continue on.
Any help is greatly appreciated. Thanks.
$$\frac {\ln(y)}{\ln(x)} = \log_x y$$
Using this, your equation will simplify to
$$\frac{y^{8a}x^{b} 8a \log_x(y)}{2x^2y^c} = \frac{y^{3/2}\log_x(y)}{3}$$
$$\frac{8a}2 y^{8a-c}x^{b-2} = \frac{y^{3/2}}{3} $$
Equating the exponents and the constants we get,
$$\frac{8a}2 = \frac 13, \, \, b-2 = 0, \, \, 8a-c = \frac 32$$