Analysis Problem (proving differentiability at a point)

Click For Summary
SUMMARY

The discussion focuses on proving the differentiability of the function f(x, y) defined as f(x, y) = (x^4 + y^4) / (x^2 + y^2) for (x, y) ≠ (0, 0) and f(0, 0) = 0 at the point (0, 0). The user explores the limit definitions of differentiability and attempts to find a suitable linear transformation λ: ℝ² → ℝ. The conclusion reached is that the zero transformation is not the derivative at (0, 0), and the proof is successfully completed by demonstrating that the limit approaches zero using algebraic manipulation and inequalities.

PREREQUISITES
  • Understanding of multivariable calculus, specifically limits and differentiability.
  • Familiarity with linear transformations in vector spaces.
  • Knowledge of algebraic manipulation and inequalities in calculus.
  • Experience with functions of two variables and their graphical interpretations.
NEXT STEPS
  • Study the definition and properties of differentiability in multivariable calculus.
  • Learn about linear transformations and their applications in approximating functions.
  • Explore limit theorems and techniques for evaluating limits in multiple dimensions.
  • Investigate graphical methods for visualizing functions of two variables to aid in understanding differentiability.
USEFUL FOR

Students and professionals in mathematics, particularly those studying calculus and analysis, as well as educators looking for examples of proving differentiability in multivariable functions.

AKG
Science Advisor
Homework Helper
Messages
2,561
Reaction score
4
Need some hints on how to go about doing this:

[tex]f(x, y)=\left\{\begin{array}{cc}\frac{x^4 + y^4}{x^2 + y^2},&\mbox{ if }<br /> (x, y)\neq (0,0)\\0, & \mbox{ if } (x, y) = 0\end{array}\right.[/tex]

Show that f is differentiabile at [itex](0, 0)[/itex].

I've tried a number of things, too ugly and not worth writing down here (all got me nowhere). As far as I can tell, I want to show that some linear transformation [itex]\lambda \ :\ \mathbb{R}^2 \rightarrow \mathbb{R}[/itex] satisfies the equation:

[tex]\lim _{h \rightarrow 0} \frac{|f(0 + h) - f(0) - \lambda (h)|}{|h|} = 0[/tex]

[tex]\lim _{h \rightarrow 0} \frac{|f(h) - \lambda (h)|}{|h|} = 0[/tex]

[tex]\lim _{h \rightarrow 0} \left ( \frac{h_1^4 + h_2^4}{|h|^3} - \frac{\lambda (h)}{|h|} \right ) = 0[/tex]

Note that [itex]h = (h_1, h_2) \in \mathbb{R}^2[/itex]

Now, if we let [itex]\mu = -\lambda[/itex], then we have, and [itex]h_2 = 0[/itex], then we have:

[tex]\lim _{h \rightarrow 0} \left ||h_1| + \frac{\mu (h)}{|h_1|} \right |[/tex]

[tex]\leq \lim _{h \rightarrow 0} |h_1| + \left | \frac{\mu (h)}{|h_1|} \right |[/tex]

We know that there exists some real M > 0 such that [itex]|\mu (v)| \leq M|v|\ \forall \ v \in \mathbb{R}^2[/itex], so:

[tex]\leq \lim _{h \rightarrow 0} |h_1| + M = M[/tex]

So, if the function is differentiable at 0, then M = 0, so the linear transformation [itex]\mu[/itex] is the zero transformation, so the derivative at 0 is the zero transformation. Tell me if I've made a mistake so far, because, if not, I think I can prove that it's also not the zero transformation. If I try to picture the graph, I think it should be zero. But I want to show that there exists some transformation such that :

[tex]\lim _{h \rightarrow 0} \frac{|f(0 + h) - f(0) - \lambda (h)|}{|h|} = 0[/tex]

holds, and when I try [itex]\lambda = 0[/itex], I just can't seem to evaluate the limit right (or rather, prove that it will evaluate to zero). However, I do seem to be able to show that it will be greater than zero, meaning that, if there is a derivative, the zero transformation is not it (contrary to what I just showed above with M = 0). So, clearly, I'm stuck. Any help would be appreciated.

EDIT: Actually, I think I can do the proof, here's what I have.

Assuming what I've done is right so far, and [itex]\lambda = \mu = 0[/itex] (the zero transformation), then I need to prove:

[tex]L = \lim _{h \rightarrow 0} \frac{|f(h)|}{|h|} = 0[/tex]

[tex]L = \lim _{h \rightarrow 0} \frac{|h_1^4 + h_2^4|}{(h_1^2 + h_2^2)^{3/2}}[/tex]

[tex]= \lim _{h \rightarrow 0} \frac{|(h_1^2 + h_2^2)^2 - 2h_1^2h_2^2|}{(h_1^2 + h_2^2)^{3/2}}[/tex]

[tex]= \lim _{h \rightarrow 0} \left ||h| - \frac{2h_1^2h_2^2}{(h_1^2 + h_2^2)^{3/2}} \right |[/tex]

[tex]= 2\lim _{h \rightarrow 0} \frac{h_1^2h_2^2}{(h_1^2 + h_2^2)^{3/2}}[/tex]

[tex]= 2\lim _{h \rightarrow 0} \left (|h|\frac{h_1^2h_2^2}{(h_1^2 + h_2^2)^2} \right )[/tex]

[tex]= 2\lim _{h \rightarrow 0} |h| \left (\frac{h_1h_2}{h_1^2 + h_2^2} \right )^2[/tex]

Now, consider the function [itex]g(z) = z + \frac{1}{z}[/itex] for positive [itex]z \in \mathbb{R}[/itex]. Simple analysis shows that g reaches a minimum at 2, so:

[tex]z + \frac{1}{z} \geq 2[/tex]

Now, let [itex]\frac{|h_1|}{|h_2|} = z[/itex]. Now, if either component of h is zero, we could have proven that the L = 0 long ago, so for the case where neither is zero, we can assign z as we have above. Now, we have:

[tex]\frac{|h_1|}{|h_2|} + \frac{|h_2|}{|h_1|} \geq 2[/tex]

[tex]h_1^2 + h_2^2 \geq 2|h_1||h_2|[/tex]

[tex]\frac{1}{2} \geq \frac{|h_1||h_2|}{h_1^2 + h_2^2}[/tex]

[tex]\frac{1}{4} \geq \left ( \frac{h_1h_2}{h_1^2 + h_2^2} \right )^2[/tex]

[tex]2|h|\frac{1}{4} \geq 2|h|\left ( \frac{h_1h_2}{h_1^2 + h_2^2} \right )^2[/tex]

So:

[tex]L \leq \frac{1}{2}\lim _{h \rightarrow 0} |h| = 0[/tex]

And so the proof is done. Did I do it right?
 
Last edited:
Physics news on Phys.org
Originally, I had trouble with this question (which is why I posted it here). However, I think I got it (see edit in original post) so if anyone could check and make sure I did it right, that would be great. Thanks.
 



Your proof looks correct. Here are some hints on how to approach this problem:

1. First, try to understand the function f(x,y) and what it looks like. This will help you in visualizing the problem and understanding what you need to prove.

2. The key to proving differentiability at a point is to find a linear transformation that approximates the function well enough at that point. In this case, you need to find a linear transformation that approximates f(x,y) at (0,0).

3. Use the definition of differentiability to set up the limit equation as you have done. This will give you an idea of what the linear transformation should look like.

4. Use algebraic manipulation and inequalities to simplify and prove the limit equation. This will involve using properties of limits and manipulating the numerator and denominator.

5. Remember that the linear transformation you are looking for is not unique, so there may be multiple ways to prove differentiability at a point. Keep experimenting and trying different approaches until you find one that works.

Overall, the key to proving differentiability at a point is to have a good understanding of the function and to think creatively about how to approximate it with a linear transformation. Good luck!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K