Implicit Derivative with Three Variable

$\begingroup$

Find $\frac{\partial z}{\partial x}$ from these equation:

$xyz-2xz+3yz-4xy=0$

How $\frac{\partial z}{\partial x}$ can be done using manually method? Thanks... I stuck at variable whose contains 'z'...

$\endgroup$

1 Answer

$\begingroup$

Denote $\dfrac{\partial z}{\partial x} = z'$, we have: $xyz - 2xz + 3yz - 4xy = 0 \Rightarrow z(xy-2x+3y) = 4xy$. Using the product rule and differentiating both sides with respect to $x$:

$z'(xy-2x+3y) + z(y-2) = 4y \Rightarrow \dfrac{4xyz'}{z} = 4y - yz + 2z \Rightarrow z' = \dfrac{z(4y-yz+2z)}{4xy} = \dfrac{z(4y-yz+2z)}{z(xy-2x+3y)} = \dfrac{-yz+2z+4y}{3y-2x+yx}$

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like