Proving differentiability in two dimensions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
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)[tex]\Delta[/tex]x + fy(0,0)[tex]\Delta[/tex]y + E1[tex]\Delta[/tex]x + E2[tex]\Delta[/tex]y

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 [itex]f(x,y)= x^2+ y^2+ x+ y[/itex] then [itex]f_x(0, 0)= 1[/itex] and [itex]f_y(0, 0)= 1[/itex] so the "[itex]f_x\Delta x+ f_y\Delta y[/itex]" part is just [itex]\Delta x+ \Delta y[/itex].

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


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)[tex]\Delta[/tex]x + fy(0,0)[tex]\Delta[/tex]y + E1[tex]\Delta[/tex]x + E2[tex]\Delta[/tex]y
then i have shown it is differentiable at 0,0?

but the form of g(x,y) doesn't look kind :(