Solving $\frac{y^{8a}x^{b}\log_x(y^{8a})}{2x^2y^c} = \frac{y^{3/2}\ln(y)}{3\ln(x)}$ for $a$, $b$, and $c$

200 Views Asked by At

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.

2

There are 2 best solutions below

1
On

$$\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$$

3
On

$$\frac{y^{8a}x^{b}\log_x(y^{8a})}{2x^2y^c} =\frac{y^{8a}}{y^c}\times\frac{x^b}{x^2}\times\frac{1}2\times\log_x (y^{8a})=y^{8a-c}\times x^{b-2}\times\frac{1}2\times\frac{\ln(y^{8a})}{\ln x}\\=y^{8a-c}\times x^{b-2}\times\frac{1}2\times \frac{8a\ln(y)}{\ln x}=y^{8a-c}\times x^{b-2}\times\frac{8a}2\times \frac{\ln y}{\ln x} $$ Now if we use the assumption we have: $$y^{8a-c}\times x^{b-2}\times\frac{8a}2\times \frac{\ln y}{\ln x}=\frac{y^{3/2}\ln(y)}{3\ln(x)}$$ so $8a-c=3/2$, $b-2=0$ and $8a/2=1/3$. This is what @pondy achieved.