How do you find the derivatives of y=ln(x^2y)?

1 Answer
Aug 19, 2017

Please see below.

Explanation:

To find the derivatives of x and y with respect to some variable t, use the chain rule (implicit differentiation).

y = ln(x^2y) I would rewrite using properties of logarithms.

y = 2lnx+lny

Differentiate w.r.t. t

dy/dt = 2/x dx/dt + 1/y dy/dt

Solving for dy/dt

(1-1/y)dy/dt = 2/x dx/dt

(y-1)/y dy/dt = 2/x dx/dt

dy/dt = (2y)/(x(y-1)) dx/dt

And solving for dx/dt,

(1-1/y)dy/dt = 2/x dx/dt

dx/dt = x/2(1-1/y) dy/dt

= (x(y-1))/(2y) dy/dt