Eclair_de_XII said:
Homework Equations
Differentiability: If ##f:ℝ^n\rightarrow ℝ^m## is differentiable at ##a\in ℝ^n##, then there exists a unique linear transformation such that ##\lim_{h\rightarrow 0} \frac{f(a+h)-f(a)-\lambda (h)}{|h|} = 0##.
You are correct that this could be a relevant definition if you intend ##f## and ##\lambda## to be real valued functions that have two arguments and if you intend ##h## to denote a vector with two components. In that case, it would be clearer to write the limit as:
##\lim_{\vec{h} \rightarrow \vec{0}} \frac{ f(\vec{a} + \vec{h}) - f(\vec{a}) - \lambda(\vec{h})}{||\vec{h}||}##If you have studied partial derivatives and their relation to differentiability, I recommend you consider
@Math_QED 's hint. If you have studied directional derivatives, the basic idea is to find some directional derivative that doesn't exist.Proving the nondifferentiability of ##\sqrt{|xy|}## directly from the definition of derivative is a strenuous exercise - it's probably not how your text materials intend you to work the problem. However, we can consider what it would involve.
I don't know how to prove that this limit is not zero,
One way for a limit not to be zero is for it to not to be anything - for the limit not to exist. If ##\vec{h} = (h_x, h_y)## and ##lim_{\vec{h} \rightarrow \vec{0}} Q(\vec{h}) ## exists then various other special limits exist and have the same common value, namely those that express the limits where the variables ##(h_x,h_y)## approach ##\vec{0}## as they move along a particular continuous line or curve.
The contrapostive of that fact is that if you can find special limits of that type that don't exist or exist and have different values, you can conclude ##lim_{\vec{h} \rightarrow \vec{0}} Q(\vec{h}) ## does not exist. (Don't confuse this contrapositive with the
converse of the above fact, which is false, as a generality.)
A graph of ##\sqrt{|xy|}##
http://mbr-team.net/?attachment_id=61 suggests that if we move along the line with the parametric form ##(t,t)## (ie. the line y = x with ##h_x = t, h_y = t##) then the curve traced out on the surface does not have a unique tangent at (0,0). A tangent defined by approaching (0,0) from the first quadrant appears to have a positive slope , and a tangent defined by approaching (0,0) from the third quadrant appears to have a negative slope. This is analogous to considering the differentiability of the single variable function ##f(x) = \sqrt{|x^2|}## at ##x = 0##.
That intuition suggests we try to show the non-existence of the limit:
##L = \lim_{t \rightarrow 0} \frac { f(0+t,0+t) - f(0,0) - \vec{\lambda}(t,t)} {||(t,t)||} ##
##= \lim_{t \rightarrow 0} \frac{\sqrt{(|t^2|)} - 0 - \vec{\lambda}((t,t)) }{||(t,t)||} ##
##= \lim_{t \rightarrow 0} \frac { |t| - 0 - \vec{\lambda}((t,t))} { \sqrt{( t^2 + t^2)} } ##
For the linear map ##\vec{\lambda}## , we are dealing with case ##f: R^2 \rightarrow R##, so ##\vec{\lambda}## has a 1 dimensional image of the form ##\vec{\lambda}((x,y)) = ax + by## for some constants ##a,b## and ##\vec{\lambda}((t,t)) = at + bt##.
##L = \lim_{t \rightarrow 0} \frac{ |t| - at - bt}{ \sqrt{2}|t|} ##
That makes it clear we are considering a limit involving a single variable.
For ##t \ne 0## the function ##\frac{ |t| - at - bt}{ \sqrt{2}|t|}## is equal to ##\frac{1}{\sqrt{2}} - \frac{ (a+b)}{\sqrt{2}} \frac{ t}{|t|} ##.
##L = \lim_{ t \rightarrow 0} \frac{1}{\sqrt{2}} - \frac{ (a+b) t}{\sqrt{2}|t|} ##.
In the case ##a + b = 0## we get ##L = \frac{1}{\sqrt{2}}##, which is obviously not zero.
In the case ##a +b \ne 0 ## we can do more work to show that ##L## does not exit. The basic idea is that
the function ##\frac{t}{|t|}## is equal to the "step" function ##g(t)## defined by: ##g(t) = -1 ## if ##t < 0## and ## g(t) = 1 ## if ##t > 0##. The behavior of this function implies that we are taking the limit of the function ##s(t)## defined by
##s(t) = \frac{1}{\sqrt{2}} + \frac{ (a+b) }{\sqrt{2}}## if ## t < 0##
##s(t) = \frac{1}{\sqrt{2}} - \frac{ (a+b) }{\sqrt{2}}## if ## t > 0##
We might get away with saying that it is "obvious" ##lim_{t \rightarrow 0} s(t) ## doesn't exist. If an instructor expected more detail, we'd have to more work to do!