Implicit Differentiation Problem: x^2 + zsin(xyz) = 0

hank

Junior Member
Joined
Sep 13, 2006
Messages
209
Ok, here goes..

Instructions:
Calculate fx and fy using implicit differentiation. Leave answers in terms of x, y, z.

Problem:
x^2 + zsin(xyz) = 0

Comments:
I get close to finding the solution, but can't quite get my answer like the book's answer.
Can someone do this problem and show me the steps so I can see where I'm going wrong?
 
Re: Implicit Differentiation Problem

fx\displaystyle f_{x}:Do it the same as 'regular differentiation except regard the variables except for x as constants.

x2+zsin(xyz)\displaystyle x^{2}+zsin(xyz)

fx=2x+z2ycos(xyz)\displaystyle f_{x}=2x+z^{2}ycos(xyz).........[1]

When you differentiate zsin(xyz), use the chain rule and remember that z is a constant. Derivative of outside is

cos(xyz)\displaystyle cos(xyz). Since yz is a constant, per the product rule, the derivative of the inside is x(0)+zy.

So, we have z2ycos(xyz)\displaystyle z^{2}ycos(xyz). Add on the derivative of x^2 and you get [1]
 
Re: Implicit Differentiation Problem

Hi, galactus..

I'm sorry, it was supposed to be done using implicit differentiation.
I put partial by mistake in the instructions.
 
Re: Implicit Differentiation Problem

x2+zsin(xyz)=0\displaystyle x^2 + z\sin(xyz) = 0

fx=2x+zcos(xyz)[yz+xdydxz+xydzdx]+sin(xyz)dzdx\displaystyle f_x = 2x + z\cos(xyz)\left[yz + x\frac{dy}{dx}z + xy\frac{dz}{dx}\right] + \sin(xyz)\frac{dz}{dx}

fy=2xdxdy+zcos(xyz)[dxdyyz+xz+xydzdy]+sin(xyz)dzdy\displaystyle f_y = 2x \frac{dx}{dy} + z\cos(xyz)\left[\frac{dx}{dy}yz + xz + xy\frac{dz}{dy}\right] + \sin(xyz)\frac{dz}{dy}
 
Top