Limit in multivariable calculus

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
Gauss M.D.
Messages
151
Reaction score
1

Homework Statement



Examine lim (x,y) -> (0,0) of:

[itex]\sqrt{x^{2}+1} - \sqrt{y^{2}-1}[/itex]

[itex]\frac{\sqrt{x^{2}+1} - \sqrt{y^{2}-1}}{x^{2}+y^{2}}[/itex]

The Attempt at a Solution



Tried variable sub:

[itex]\sqrt{x^{2}+1} = a, \sqrt{y^{2}-1} = b[/itex]

[itex]\frac{a - b}{a^{2}-b^{2}}[/itex]

(a -> 1, b -> 1 as x,y -> 0)

Still nasty

Tried polar coordinates:

[itex]\sqrt{1 + r^{2}cosθ} - \sqrt{1 - r^{2}sinθ}/r^{2}[/itex]

But I can't find a way for this limit to exist (which it is supposed to do according to the answers).
 
on Phys.org
I think I got it. Conjugate rule...
 
Gauss M.D. said:

Homework Statement



Examine lim (x,y) -> (0,0) of:

[itex]\sqrt{x^{2}+1} - \sqrt{y^{2}-1}[/itex]

[itex]\frac{\sqrt{x^{2}+1} - \sqrt{y^{2}-1}}{x^{2}+y^{2}}[/itex]

The Attempt at a Solution


...
Are you sure there's not some typo here?

##\displaystyle \sqrt{y^2-1\,}\ ## is only defined for |y| ≥ 1 .
 
Yeah, meant to write 1-y^2. But I figured it out anyway :)
 
Although I still have something I want to make clear: Say I wanted to show that a particular limit does NOT exist, for example:

[itex]xy^{2}/(x^{2}+y^{4})[/itex]

Is the following valid?

Let y = x:

[itex]x^{3}/(x^{2}+x^{4}) = x/1+x^{2}[/itex]

Which is 0 as x,y -> 0

Now let y = [itex]\sqrt{x}[/itex]

[itex]x^{2}/(2x^{2})[/itex]

Since I have found a path to the origin with an undefined limit, does that mean I have proven that the original limit does not exist?

Note by SammyS (Mentor):

The following was included a post which was otherwise an exact duplicate of this post.

I'm placing the extra text here because the other post appears in a thread which has been deleted.

Sorry, I meant, is it sufficient to find two curves with DIFFERENT limits?

I.e. let y = x and you have the limit = 0, and y = sqrt(x) and the limit = 1/2
 
Last edited by a moderator:
My first comment: Be careful with parentheses. You have unbalanced parentheses in one of your expressions. One of your other expression has a more serious problem. It needs an additional set of parentheses to make it true.
Gauss M.D. said:
Although I still have something I want to make clear: Say I wanted to show that a particular limit does NOT exist, for example:

[itex]xy^{2}/(x^{2}+y^{4})[/itex]

Is the following valid?

Let y = x:

[itex]x^{3}/(x^{2}+x^{4}) = x/1+x^{2}[/itex]
What this says literally is that [itex]\ \displaystyle x^{3}/(x^{2}+x^{4}) = \frac{x}{1}+x^{2}\ .[/itex]

What you meant to say (I hope) is [itex]\ \displaystyle x^{3}/(x^{2}+x^{4}) = x/\left(1+x^{2}\right)\,,\[/itex] which is equivalent to [itex]\ \displaystyle x^{3}/(x^{2}+x^{4}) = \frac{x}{1+x^{2}}\ .[/itex]
Which is 0 as x,y -> 0

Now let y = [itex]\sqrt{x}[/itex]

[itex]x^{2}/(2x^{2}[/itex]
This should have been [itex]\ x^{2}/(2x^{2})\ .[/itex]

Since I have found a path to the origin with an undefined limit, does that mean I have proven that the original limit does not exist?
If the limit along that second path was indeed undefined, then yes, that would show that the original limit does not exist.

[itex]\displaystyle \lim_{x\to\,0} \left(\frac{x^{2}}{2x^{2}}\right)\[/itex] does exist. What is it?

(It's different than the limit along the path y = x. That does show that the original limit does not exist.)
 
Yeah that was actually exactly what I meant but got confused in my latex-noobness :S