Solving Partial Derivatives Homework: fx(x,y) and fy(x,y)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
KillerZ
Messages
116
Reaction score
0

Homework Statement



Use the definition of partial deriviatives as limits to find fx(x,y) and fy(x,y).


Homework Equations



f(x,y) = [tex]\frac{x}{x + y^{2}}[/tex]


The Attempt at a Solution



I don't think this is right because I think I should have an answer of 1.

fx(x,y) = lim h-> 0 [f(x+h,y) - f(x,y)]/h

=lim h->0 [(x+h)/(x+h+y^2) - x/(x+y^2)]/h
=lim h->0 [(x+h)/(x+h+y^2) - x/(x+y^2)]*1/h
=lim h->0 (x+h)/(xh+h^2+(y^2)h) - x/(xh+(y^2)h)
=lim h->0 ((x/h)+1)/(x+h+y^2) - (x/h)/(x+y^2)
=1/(x+y^2)
 
Physics news on Phys.org
I don't think the answer is 1. Look at your last line. You got things like (x/h). If you take lim h->0, that goes to infinity. You need to do enough algebra to cancel the h in the denominator before you can find a sensible limit. Combine (x+h)/(x+h+y^2) - x/(x+y^2) into single fraction and simplify the numerator before you take the limit.
 
fx(x, y) is not equal to 1.

I think you have an error in this line:
=lim h->0 ((x/h)+1)/(x+h+y^2) - (x/h)/(x+y^2)

I don't understand how you got to this expression from the one just before it.

After taking the limit, you should end up with y^2/(x + y^2)^2