Is It Enough to Show Continuity and Directional Derivatives?

  • Context: MHB 
  • Thread starter Thread starter GreenGoblin
  • Start date Start date
  • Tags Tags
    Continuity
Click For Summary

Discussion Overview

The discussion revolves around the requirements for demonstrating continuity and the existence of directional derivatives for a function at the point (0,0). Participants explore the implications of continuity, the definitions of directional derivatives, and provide examples to illustrate their points.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant questions whether showing that the limit approaches 0 is sufficient for continuity, expressing confusion over the expectations for the problem.
  • Another participant suggests that to show continuity, one must demonstrate that for any sequence approaching (0,0), the function approaches the limit L, which should equal 0.
  • There is a clarification that directional derivatives are not the same as partial derivatives; they involve the rate of change in any direction, not just along the axes.
  • One participant proposes using polar coordinates to simplify the analysis of the limit as it approaches (0,0), indicating that this method could clarify the continuity argument.
  • Another participant introduces a specific function example to illustrate a case where the limit does not equal the function value at (0,0), raising questions about differentiability and continuity.
  • Some participants express frustration and confusion regarding the clarity of the problem and the relevance of certain examples presented in the discussion.

Areas of Agreement / Disagreement

Participants exhibit a mix of agreement and disagreement. While some agree on the need to show limits for continuity, others challenge the clarity of the problem and the relevance of examples. The discussion remains unresolved regarding the specific requirements for demonstrating continuity and the nature of directional derivatives.

Contextual Notes

There are limitations in the clarity of the problem statement, and participants express uncertainty about the expectations for calculations related to continuity and directional derivatives. The discussion also highlights the complexity of defining differentiability in the context of functions of two variables.

GreenGoblin
Messages
68
Reaction score
0
View attachment 639I am attaching a pico of the question as I don't think of how I can adequately write this up with text and symbols. Ok, so, I have one problem in my find. I know that it is continuous, if the limit as it approaches the point (in this case (0,0) = the function evaluated at that point). BUT, we already have that it is defined as 0 at this point. and the limit of 0 is 0 so this is trivially true.. but more is expected to be written here.. its not enough marks for this. Is this ok what I am doing? do i have to show that xy^2/x^2+y^2 goes to 0? or that 0 goes to 0 :s. part 2 what is meant by 'directional' differatives? is it partial differatives? just as normal i find dz/dx, dz/dy? and second orders too or not? i think the question isn't clear what is expected to calculate.
 

Attachments

  • q.png
    q.png
    6.3 KB · Views: 106
Physics news on Phys.org
You have to show that Any sequence $X_n \in \mathbb{R} \times \mathbb{R}$ s.t that $X_n \to (0,0)$, $f(X_n) \to L$ and L = 0.

As for directional derivatives, you have to show that $lim_{h \to 0} \frac{f(x+hv)-f(x)}{h}$ exists along any 2 dimensional vector v at point (0,0) = x

so $\displaystyle \lim_{h \to 0} \frac{f(hv)}{h}$ has a limit for a non zero vector v.
 
Last edited by a moderator:
huh?i posted a pica.of the problem. that can't be the answer because this is not x, this is (x,y) so the answer has to be as much to do with y as x.
 
Last edited by a moderator:
GreenGoblin said:
huh?i posted a pica. of the problem. that can't be the answer because this is not x, this is (x,y) so the answer has to be as much to do with y as x.

i used x in the sense that $x \in \mathbb{R} \times \mathbb{R}$, so x = ($x_1,x_2$)
 
Last edited by a moderator:
The "difficult" part of showing continuity is showing that the limit is 0. You cannot, for example, just note that if x= 0 the fraction is 0 for any y and so approaching (0, 0) along the y-axis, the limit is 0. You have to show that if you are "close" to (0, 0), in any direction, the value of the function is "close" to 0. I think the simplest way to handle this is to change to polar coordinates. That way, the single variable, r, measures the distance from (0, 0). x= r cos(\theta), y= r sin(\theta), and x^2+ y^2= r^2 so this fraction becomes
\frac{r^3cos(\theta)sin^2(\theta)}{r^2}= r cos(\theta)sin^2(\theta) which clearly is close to 0 for r close to 0.

No, "directional derivatives" are not, strictly speaking, "partial derivatives". The "directional derivative" is the rate of change as you move in the given direction, not necessarily just in the direction of the x and y axis. The directional derivative of f(x,y) in the direction of unit vector, v, is \nabla f\cdot v. Equivalently, the directional derivative of f(x, y) in direction \theta to the positive x-axis is cos(\theta)\frac{\partial f}{\partial x}+ sin(\theta)\frac{\partial f}{\partial y}. To determine whether or not the directional derivatives exist at (0, 0), replace y with mx and take the ordinary derivative of the resulting function of x. That works for all "directions" except along the y-axis where, of course, the directional derivative is just the partial derivative with respect to y.

As for showing that the function is not "differentiable" at (0, 0), what definition of "differentiable" are you using for a function of two variables?

(Note that the function, f(x,y), defined to be 0 if xy= 0, 1 if xy is not 0, has both partial derivatives at (0, 0) but is not even continuous there.)
 
Last edited by a moderator:
right but the function is defined as 0 at (0,0). so it has to be continuous as lim 0 = 0, and f(0,0) = 0 ?? :s I am stuck because it seems trivially true.
 
Take the following function$$f(x,y) = \left\{
\begin{array}{lr}
(x+y+1,\frac{x^2-y^2}{x^2+y^2}) & : (x,y) \not = (0,0)\\
(1,0) & : (x,y) = (0,0)
\end{array}
\right.
$$

Then f(0,0) = (1,0)
But Take the sequence $X_j$ = ($\frac{1}{j}$,0) where $j \in \mathbb{N}$
then $X_j \to (0, 0)$ as $j \to \infty$

but $lim_{j \to \infty}f(0,\frac{1}{j}) = (\frac{1}{j} + 1, 1) \to (1,1)$
but (1,1) $\not = f(0,0) = (1,0)$.
 
jakncoke said:
Take the following function$$f(x,y) = \left\{
\begin{array}{lr}
(x+y+1,\frac{x^2-y^2}{x^2+y^2}) & : (x,y) \not = (0,0)\\
(1,0) & : (x,y) = (0,0)
\end{array}
\right.
$$

Then f(0,0) = (1,0)
But Take the sequence $X_j$ = ($\frac{1}{j}$,0) where $j \in \mathbb{N}$
then $X_j \to (0, 0)$ as $j \to \infty$

but $lim_{j \to \infty}f(0,\frac{1}{j}) = (\frac{1}{j} + 1, 1) \to (1,1)$
but (1,1) $\not = f(0,0) = (1,0)$.
what has that got to do with anything? i already don't like you.
 
GreenGoblin said:
what has that got to do with anything? i already don't like you.

Those were the magic words. Thread closed.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K