Proving differentiability in two dimensions

quietrain
Messages
648
Reaction score
2

Homework Statement


proof at 0,0 g(x,y) is differentiable
ma.jpg

Homework Equations


notes says i have to write in the form
fx(0,0)\Deltax + fy(0,0)\Deltay + E1\Deltax + E2\Deltay

The Attempt at a Solution



i compute fx(0,0) = 0
and fy(0,0) = 0

but what's the E talking about?

what am i trying to do when i express the function in that form? and how does that show that it is differentiable? thanks!
 
Physics news on Phys.org


The "E" is the non-linear partm, with one "x" or "y" factored out. For example, if the problem were f(x,y)= x^2+ y^2+ x+ y then f_x(0, 0)= 1 and f_y(0, 0)= 1 so the "f_x\Delta x+ f_y\Delta y" part is just \Delta x+ \Delta y.

Now F(\Delta x, \Delta y)= (\Delta x)^2+ (\Delta y)^2+ \Delta x+ \Delta y so that the "E_1\Delta x+ E_2\Delta x" is (\Delta x)^2+ (\Delta y)^2 which means that E_1= \Delta x and E_2= \Delta y.
 


erm ok but how does all those show that the function is differentiable at a point? you mean as long as i can manipulate the function g(x,y) into the form of
fx(0,0)\Deltax + fy(0,0)\Deltay + E1\Deltax + E2\Deltay
then i have shown it is differentiable at 0,0?

but the form of g(x,y) doesn't look kind :(
 
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...
Back
Top