Converting derivative of log to one without log using chain rule

51 Views Asked by At

If I have this:

$$ \frac{dlnx}{dln\eta} $$

How can I pull the log out of this derivative using the chain rule?

1

There are 1 best solutions below

0
On BEST ANSWER

$$\frac{d\log[x]}{d\log[\eta]} = \frac{\frac{d\log[x]}{dx}}{\frac{d\log[\eta]}{d x}} = \frac{\frac{1}{x}}{\frac{d\log[\eta]}{d\eta}\frac{d\eta}{dx}} = \frac{\eta}{x}\frac{dx}{d\eta}$$