Does the function have total differential in [0,0]?

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Differential
twoflower
Messages
363
Reaction score
0
Hi,

I have this excercise to do:

Let's have function f defined as follows:

<br /> f(x,y) = \frac{xy(x^2 - y^2)}{x^2 + y^2},\ \ [x,y] \neq [0,0]<br />

<br /> f(x,y) = 0,\ \ [x,y] = [0,0]<br />

Find out, whether this function has total differential in [0,0].

Well, first I observed that partial derivatives aren't continuous in [0,0], which is what I expected.

So I computed them from the definition:

<br /> \frac{\partial f}{\partial x}(0,0) = \lim_{t \rightarrow 0} \frac{f(t,0) - f(0,0)}{t} = 0<br />

<br /> \frac{\partial f}{\partial y}(0,0) = \lim_{t \rightarrow 0} \frac{f(0,t) - f(0,0)}{t} = 0<br />

So, if the total differential exists in [0,0], it must be zero linear transform.

Now I have to checkout, if such a transform satisfies the limit and thus it is total differential:

<br /> \lim_{||h|| \rightarrow 0} \frac{f((0,0) + h) - f(0,0) - L(h)}{||h||} = 0 ?<br />

If I rewrite it in a slightly different way ( I put h = (h_1,h_2) and h_2 = kh_1, I get

<br /> \lim_{h_1 \rightarrow 0} \frac{\frac{kh_1^2(h_1^2 - k^2h_1^2)}{h_1^2(1+k^2}}{h_1\sqrt{1+k^2}} = \frac{k(1-k^2)}{\sqrt{(1+k^2)^3}} \lim_{h_1 \rightarrow 0} h_1<br />

Well, I don't know whether this goes to zero so I tried another way, ie. approaching [0,0] on the x-axis and thus putting h_2 = 0

The limit I got was zero, so I can't say at this moment that the total differential doesn't exist in [0,0]. Anyway, according to right results our professor gave us, total differential doesn't exist in [0,0].

How could I prove that?

Thank you very much.
 
Physics news on Phys.org
Did your prof give any rationale for his or her assertion?
 
I don't know why you say you don't know whether
\lim_{h_1 \rightarrow 0} \frac{\frac{kh_1^2(h_1^2 - k^2h_1^2)}{h_1^2(1+k^2}}{h_1\sqrt{1+k^2}} = \frac{k(1-k^2)}{\sqrt{(1+k^2)^3}} \lim_{h_1 \rightarrow 0} h_1
goes to 0- the part involving k is finite for all k while the limit
\lim_{h_1 \rightarrow 0} h_1
is clearly 0.

Another way to handle a problem like this is to put it into polar coordinates. In polar coordinates, this reduces to
f(r,\theta)= r^2 sin(\theta)cos(\theta)cos(2\theta)
which clearly is differentiable at the origin.
 
Halls,

That's what I did and the trig terms further simplify to \sin 4 \theta (within a factor of 2) which makes the differentiation even easier.
 
HallsofIvy said:
I don't know why you say you don't know whether
\lim_{h_1 \rightarrow 0} \frac{\frac{kh_1^2(h_1^2 - k^2h_1^2)}{h_1^2(1+k^2}}{h_1\sqrt{1+k^2}} = \frac{k(1-k^2)}{\sqrt{(1+k^2)^3}} \lim_{h_1 \rightarrow 0} h_1
goes to 0- the part involving k is finite for all k while the limit
\lim_{h_1 \rightarrow 0} h_1
is clearly 0.
Another way to handle a problem like this is to put it into polar coordinates. In polar coordinates, this reduces to
f(r,\theta)= r^2 sin(\theta)cos(\theta)cos(2\theta)
which clearly is differentiable at the origin.

Well, I don't know polar coordinates. Maybe we sometimes touched them but didn't have them in syllabus.

So I'm trying to do it in a non-elegant way :)

So I got to the point where I need to prove the zero limit involving the total differential.

That is, I need to prove that the following goes to zero as h = [h_1,h_2] \rightarrow [0,0]

<br /> \left|\frac{h_1h_2(h_1^2 - h_2^2)}{(h_1^2 + h_2^2)\sqrt{h_1^2 + h_2^2}}\right|<br />

Could you please give me some hint how to prove that? It would be sufficient to find there some part that would be bounded for all h_1,h_2 going to 0 and multiplying it with some zero part would give me the zero as the result.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...

Similar threads

Back
Top