Limit & Domain Homework: Find Solution

  • Thread starter Thread starter bayan
  • Start date Start date
  • Tags Tags
    Domain Limit
bayan
Messages
202
Reaction score
0

Homework Statement



Find the limit (if it exists) and domain of the following function. (I do not need to use epsilon delta proof, just results on different curves to prove this)

\stackrel{lim}{_{(x,y)→(−1,0)}} \frac {x(x+1)y^2}{(x+1)^2+y^2}

Homework Equations



The Attempt at a Solution

Just by looking at function I can see that Domain is ℝ | x≠0, x≠-1, y≠0 , y^2≠-(x+1)^2|

Having graphed that function in Google I can see that at (-1,0) the function is not continuous and if I try and substitute the x and y values into function I end up with \frac{0}{0} and I get similar results if I try y=mx

I have also tried
\stackrel{lim}{_{x→0}} \frac {(x-1)(x-1+1)y^2}{(x-1+1)^2+y^2} and y=mx

Regards
 
Last edited:
Physics news on Phys.org
You may want to look closer at the function to find the domain, for example why is x = 0 not allowed, or y² = (x + 1)² ?

If you substitute y = mx and let x go to -1 you should not get 0/0. Can you show us your calculation in a little more detail?
 
bayan said:

Homework Statement



Find the limit (if it exists) and domain of the following function. (I do not need to use epsilon delta proof, just results on different curves to prove this)

\stackrel{lim}{_{(x,y)→(−1,0)}} \frac {x(x+1)y^2}{(x+1)^2+y^2}

Homework Equations



The Attempt at a Solution



Just by looking at function I can see that Domain is ℝ | x≠0, x≠-1, y≠0 , y^2≠(x+1)^2|

Having graphed that function in Google I can see that at (-1,0) the function is not continuous and if I try and substitute the x and y values into function I end up with \frac{0}{0} and I get similar results if I try y=mx

I have also tried
\stackrel{lim}{_{x→0}} \frac {(x-1)(x-1+1)y^2}{(x-1+1)^2+y^2} and y=mx

Regards

x=0, does not make the denominator zero. Neither does y2 = (x+1)2 make the denominator zero.

In fact when x = -1, the only case for which the denominator is zero, is when you also have y = 0

Of course, that's precisely the point at which you need to find the limit.

By the way, the line given by y = mx does not pass through the point, (-1, 0) . Consider the line y = m(x+1) . Looking at the limit along this line is only helpful if the limit doesn't exist.


I suggest shifting you curve one unit to the right., and the switching to polar coordinates.
 
Thanks for your replies,

I missed a - sign in my OP, so the denominator goes to zero if x=-1 y=0 or y^2=-(x+1)^2 and numerator goes to zero if x=0 or x=-1


By shifting curve to the right I get the following for the function \frac{(x-1)xy^2}{x^2+y^2} and by letting y=m(x+1) I get \frac {(x-1)xm^2(x+1)^2}{x^2+m^2(x+1)^2} I can't seem to take it any further from here on and subbing 0 for x I get \frac {0}{m^2}

where have I gone wrong in try to find the limit ( or showing that it does not exist)?

Regards
 
Last edited:
For m \neq 0, 0/m² = 0.
All you need to check is that it is also 0 when y = 0, i.e. where you are approaching along the x-axis.

I thought you were talking about the function over the reals by the way, in which case y^2 = -(x + 1)^2 will never hold (except for when x = -1 and y = 0 as you already noted), because y² and (x + 1)² are always positive.
 
bayan said:
Thanks for your replies,

I missed a - sign in my OP, so the denominator goes to zero if x=-1 y=0 or y^2=-(x+1)^2 and numerator goes to zero if x=0 or x=-1

Which sign did you change?

By shifting curve to the right I get the following for the function \frac{(x-1)xy^2}{x^2+y^2} and by letting y=m(x+1) I get \frac {(x-1)xm^2(x+1)^2}{x^2+m^2(x+1)^2} I can't seem to take it any further from here on and subbing 0 for x I get \frac {0}{m^2}

where have I gone wrong in try to find the limit ( or showing that it does not exist)?

Regards

Now that you've shifted the function you need to do the limit of the shifted function as (x, y) (0, 0), so you should use ##\ y = mx\ .\ ## Unless I've messed something up, the resulting limit does exist. That being the case, the problem may appear to be solved, but it's not solved. Such a method can only show (in some cases) that a limit does not exist.

Change ##\displaystyle \ \frac{(x-1)xy^2}{x^2+y^2}\ ## to polar coordinates, for which you merely need to consider the limit as r → 0 .
 
SammyS said:
Which sign did you change?


Now that you've shifted the function you need to do the limit of the shifted function as (x, y) (0, 0), so you should use ##\ y = mx\ .\ ## Unless I've messed something up, the resulting limit does exist. That being the case, the problem may appear to be solved, but it's not solved. Such a method can only show (in some cases) that a limit does not exist.

Change ##\displaystyle \ \frac{(x-1)xy^2}{x^2+y^2}\ ## to polar coordinates, for which you merely need to consider the limit as r → 0 .

Thanks for your replies, I am a bit rusty with polar coordinates but using y=mx I get the following with the function.

\frac {(x-1)xm^2x^2}{x^2+m^2x^2}

\frac {(x-1)xm^2x^2}{x^2(m^2+1)}

\frac {(x-1)xm^2}{m^2+1}

\frac {m^2x^2-m^2x}{m^2+1}

is this the right method? also having a quick read on polar coordinates I see that x^2+y^2=r^2 how can I change (x-1)xy^2 to polar form?

Regards
 
The standard conversion to polar coordinates is:
x = r cos(θ)
y = r sin(θ)
from which we get x2 + y2 = r2

On the line y = mx, y = m*r*cos(θ).

BTW, instead of using SIZE to make itex stuff larger, just use tex without the SIZE tags. It's also better, in my opinion, to use the least amount of LaTeX that you can, as large tracts of LaTeX can bog some browsers down, making the pages slow to render. None of what I wrote above uses LaTeX.
 
bayan said:
Thanks for your replies, I am a bit rusty with polar coordinates but using y=mx I get the following with the function.

\frac {(x-1)xm^2x^2}{x^2+m^2x^2}

\frac {(x-1)xm^2x^2}{x^2(m^2+1)}

\frac {(x-1)xm^2}{m^2+1}

\frac {m^2x^2-m^2x}{m^2+1}

is this the right method? also having a quick read on polar coordinates I see that x^2+y^2=r^2 how can I change (x-1)xy^2 to polar form?

Regards

Have you taken the limit of \displaystyle \ \frac {m^2x^2-m^2x}{m^2+1}\ as x → 0 ?

While approaching (0, 0) along the line y = mx can be useful to show that a limit doesn't exist, it can't show that a limit (x,y) → (0,0) does exist, although if the limit does exist, this will show you what the limit is.

When you change to polar coordinates do it with the expression ## \displaystyle \ \frac{(x-1)xy^2}{x^2+y^2}\,,\ ## not with \displaystyle \ \frac {m^2x^2-m^2x}{m^2+1}\ .
 
  • #10
SammyS said:
Have you taken the limit of \displaystyle \ \frac {m^2x^2-m^2x}{m^2+1}\ as x → 0 ?

While approaching (0, 0) along the line y = mx can be useful to show that a limit doesn't exist, it can't show that a limit (x,y) → (0,0) does exist, although if the limit does exist, this will show you what the limit is.

When you change to polar coordinates do it with the expression ## \displaystyle \ \frac{(x-1)xy^2}{x^2+y^2}\,,\ ## not with \displaystyle \ \frac {m^2x^2-m^2x}{m^2+1}\ .

Thanks, so in polar coordinates the function can be written as \displaystyle \ \frac{(rcosθ-1)rcosθ(rsinθ)^2}{r^2}

and just subbing \displaystyle r=0 yields to \displaystyle \frac {0}{0} or do I need to further simplify the function in polar form and then sub in \displaystyle r=0

Also for the domain I can see as you mentioned before (for the denominator part) \displaystyle (x+1)^2 can not be a negative number as it is square and same applies to \displaystyle y^2 would the domain be all \displaystyle ℝ , \displaystyle y≠0 or \displaystyle x≠-1,0

Regards
 
  • #11
bayan said:
Thanks, so in polar coordinates the function can be written as \displaystyle \ \frac{(rcosθ-1)rcosθ(rsinθ)^2}{r^2}

and just subbing \displaystyle r=0 yields to \displaystyle \frac {0}{0} or do I need to further simplify the function in polar form and then sub in \displaystyle r=0

Also for the domain I can see as you mentioned before (for the denominator part) \displaystyle (x+1)^2 can not be a negative number as it is square and same applies to \displaystyle y^2 would the domain be all \displaystyle ℝ , \displaystyle y≠0 or \displaystyle x≠-1,0

Regards
How much work have you done with limits?

What sort of answer is 0/0 for a limit or for anything else?

Factor whatever power of r that you can from the numerator & cancel whatever possible from the denominator.

How much work have you done with limits?
 
  • #12
SammyS said:
How much work have you done with limits?

a little bit, but this one is confusing me for some reason (possibly lack of experience with limits)


SammyS said:
What sort of answer is 0/0 for a limit or for anything else?

## \frac {0}{0} ## would be undermined, right?

SammyS said:
Factor whatever power of r that you can from the numerator & cancel whatever possible from the denominator.

so this is how I have gone with factoring it:

## \frac{(r cos θ -1)r cos θ (r sin θ)^2}{r^2}
= \frac {(r^2 cos^2 θ - r cos θ)r^2 sin ^2 θ}{r^2}
= \frac {r((r cos^2 θ - cos θ)r sin^2 θ)}{r^2}
= \frac {(r cos^2 θ - cos θ)r sin^2 θ}{r}
= (r cos^2 θ - cos θ) sin^2 θ ##

and setting ##r=0## i get ## -cos θ sin^2 θ## do I then use trig identity ## sin^2 θ = \frac {1-cos 2θ}{2}## ? also as ##r→0## does ##θ## also tend to ##0##?

Regards
 
  • #13
##\displaystyle \ \frac{(rcosθ-1)rcosθ(rsinθ)^2}{r^2}##

is the same as

##\displaystyle \ \frac{r^3(r\cosθ-1)\cosθ(\sin^2θ)}{r^2}\quad\to\quad r(r\cosθ-1)\cosθ( \sin^2θ)\ .##

As r → 0, this is 0, for all values of θ . Right ?
 
  • #14
SammyS said:
As r → 0, this is 0, for all values of θ . Right ?


Thanks, so the limit is at (-1,0) is 0 regardless of the path taken ( which would be represented by θ) right?

also did I have the right idea in regards to the domain of the funtion? all ##ℝ## ##|y≠0## , ##x≠-1,0|##
Regards
 
  • #15
bayan said:
Thanks, so the limit is at (-1,0) is 0 regardless of the path taken ( which would be represented by θ) right?

also did I have the right idea in regards to the domain of the funtion? all ##ℝ## ##|y≠0## , ##x≠-1,0|##
Regards
The original function, ##\displaystyle \ \frac {x(x+1)y^2}{(x+1)^2+y^2}\ ##, is defined at x=0 and y=0, i.e. at (x,y)=(0,0), and is 0 at that point.

##\displaystyle \frac{0(0+1)0^2}{(0+1)^2+0^2}=\frac{0}{1}=0\ ##
 
  • #16
Given that (0,0) is defined would I be correct in saying the function in undefined only at (-1,0) hence ##D= R## except ##x=-1, y=0## ?

Regards
 
  • #17
bayan said:
Given that (0,0) is defined would I be correct in saying the function in undefined only at (-1,0) hence ##D= R## except ##x=-1, y=0## ?

Regards

\mathbb{R}

The domain is all of ##\ \mathbb{R}^2\,,\ ## except (-1, 0) .
 
  • #18
Thanks for your help
 
Back
Top