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

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) = \frac{x}{x + y^{2}}


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
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top