Thread Closed

limits and continuity

 
Share Thread Thread Tools
Nov24-05, 03:55 AM   #1
 

limits and continuity


1a)Do these functions have limits.If the limit exists, find it with justification, if not explain why not


i) f(x,y) =x²-y²/x²+y²
ii) f(x,y) =x³-y³/x²+y²
iii) f(x,y) =xy/|x|+|y|
iv) f(x,y) =1-√(1-x²)/x²+ xy+y²
v) f(x,y) =y³x/y^6+x²

im having problems finding the limits especially iii) and iv). i know that you can prove a limit doesn't exist by demonstration but how do you justify it if it does exist

b) Let f be a real valued function of two real variables defined by:

f(x,y) ={2x² sin y/ x²+y² if y >x
sin(x+y) if y≤x
Determine the points at which f is continuous.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Nov24-05, 05:46 AM   #2
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
If you have a feeling a limit exists you can show it does by using the definition for example. Usually simpler though is the squeeze theorem.

By the way, use brackets next time, the you've written it it looks like:
[tex]f(x,y)=\frac{xy}{|x|}+|y|[/tex]
and I guess it should be:
[tex]f(x,y)=\frac{xy}{|x|+|y|}[/tex]
or f(x,y)=xy/(|x|+|y|)
Also, you haven't stated the point of the limit. In this case, I guess it should be (0,0)

For iii:
You probably already found out that, if the limit exists, it must be zero. So try to find a function g(x,y) that goes to zero as (x,y)->(0,0) and for which [itex]|f(x,y)| \leq g(x,y)|[/itex]. Then, according to the squeeze theorem we have f(x,y)-> 0
 
Nov24-05, 06:41 AM   #3
 
Recognitions:
Homework Helper Homework Help
Another way is to use polar coordinate system.
So change x, and y a little:
[itex]x = r \cos \theta[/itex]
[itex]y = r \sin \theta[/itex]
When x, and y tends to 0, r tends to 0, whereas [itex]\theta[/itex] does not (Do you know why?).
When x -> 0 and y -> 0, and the limit of a function is some value, then that value does not depend on what [itex]\theta[/itex] is. It just depends on r.
-----------------
I'll do i as an example:
[tex]\lim_{\substack{x \rightarrow 0 \\ y \rightarrow 0}} \frac{x ^ 2 - y ^ 2}{x ^ 2 + y ^ 2} = \lim_{r \rightarrow 0} \frac{r ^ 2 \cos ^ 2 \theta - r ^ 2 \sin ^ 2 \theta}{r ^ 2 \cos ^ 2 \theta + r ^ 2 \sin ^ 2 \theta} = \lim_{r \rightarrow 0} \frac{r ^ 2 (\cos ^ 2 \theta - \sin ^ 2 \theta)}{r ^ 2} = \lim_{r \rightarrow 0} \cos ^ 2 \theta - \sin ^ 2 \theta[/tex]
That means the limits of the function depends on [itex]\theta[/itex], which means the limit does not exist!
-----------------
iii, and iv can be done exactly in the same way.
 
Thread Closed
Thread Tools


Similar Threads for: limits and continuity
Thread Forum Replies
Limits & Continuity (Multivariable) Calculus & Beyond Homework 15
Limits and Continuity Calculus & Beyond Homework 1
Limits and Continuity Calculus & Beyond Homework 1
Limits and Continuity Calculus 5
Limits & Continuity Calculus 17