Limit when x^2 + y^2 -> inf, am I solving it correctly?

  • Thread starter Thread starter Addez123
  • Start date Start date
  • Tags Tags
    Limit
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
8 replies · 2K views
Addez123
Messages
199
Reaction score
21
Homework Statement
Decide if the limit exists.
Relevant Equations
$$\lim_{x^2+y^2 \rightarrow +\infty} {\frac {xy} {x^2+y^2}}$$
I'm not sure if the way I solve these limits is correct, so let me know if I'm doing something wrong.
$$\lim_{x^2+y^2 \rightarrow +\infty} {\frac {xy} {x^2+y^2}}$$
$$r = x^2+y^2$$
$$\lim_{r \rightarrow +\infty} {\frac {r\cdot cos(v) \cdot r \cdot sin(v)} r}$$
$$\lim_{r \rightarrow +\infty} {r\cdot cos(v)sin(v)} \rightarrow \infty$$Also how can I be sure if $$cos(v)\cdot sin(v)$$ will make this go to inf, -inf or even be undefined?
I havn't even defined v..
 
Physics news on Phys.org
Addez123 said:
I havn't even defined v..

Not only that, you define ##r = x^2+y^2## which means ##x \ne r\cos\theta##
Try again, now with ##x =\sqrt r\cos\theta##

And think about what the role and meaning of ##\theta## could be ...
 
  • Like
Likes   Reactions: HallsofIvy
Ah, my bad. I should've defined it as: $$r^2 = x^2 + y^2$$
$$\lim_{x^2+y^2 \rightarrow +\infty} {\frac {xy} {x^2+y^2}}$$

$$\lim_{r^2 \rightarrow +\infty} {\frac {r\cdot cos(v) \cdot r \cdot sin(v)} {r^2}}$$
$$\lim_{r^2 \rightarrow +\infty} {cos(v)sin(v)}$$

Well, this just made it trickier. I have no idea what the angle is.
v = atan(y/x) doesn't really help..

Should I have solved this in a completely different way?
 
Addez123 said:
Ah, my bad. I should've defined it as: $$r^2 = x^2 + y^2$$
$$\lim_{x^2+y^2 \rightarrow +\infty} {\frac {xy} {x^2+y^2}}$$

$$\lim_{r^2 \rightarrow +\infty} {\frac {r\cdot cos(v) \cdot r \cdot sin(v)} {r^2}}$$
$$\lim_{r^2 \rightarrow +\infty} {cos(v)sin(v)}$$

Well, this just made it trickier. I have no idea what the angle is.
v = atan(y/x) doesn't really help..

Should I have solved this in a completely different way?

Whenever you are stuck like this you should ask: what is the definition of the thing I'm trying to prove? In this case, what does this mean (in precise mathematical terms):
$$\lim_{x^2+y^2 \rightarrow +\infty} {\frac {xy} {x^2+y^2}}$$
 
I think your work (after the correction regarding r) is good. You find that the limit is ##\cos v\cdot\sin v## which implies that it depends on ##v## which implies that the limit does not exist.
 
Delta2 said:
I think your work (after the correction regarding r) is good. You find that the limit is ##\cos v\cdot\sin v## which implies that it depends on ##v## which implies that the limit does not exist.

Alternatively, of course, you could choose a sequence of points with ##x = 0## and ## y \rightarrow \infty##, where the limit for that sequence is ##0##. Then, a sequence of points with ##x =y##, where the limit is ##1/2##.

From these examples alone you can see the limit does not exist.
 
  • Like
Likes   Reactions: Addez123 and Delta2
Addez123 said:
Well, this just made it trickier. I have no idea what the angle is.
v = atan(y/x) doesn't really help..
But it should ! ##\ ## I had silently hoped that this would have reminded you of another non-existing limit, $$\lim_{(x,y) \downarrow (0,0)}\; {y\over x}$$ where ##{y\over x}## similarly has a value that depends on the angle at which you approach the origin...

Now that you have been given the answer, is it clear ?
 
I think what @PeroK did is what they expect us to do. It's familiar to previous exercises.
@BvU I don't see how I would've solved for x and y to get v without going in circles like:
$$v = atan( \frac {r \cdot sin(v)}{r\cdot cos(v)})$$
 
  • Like
Likes   Reactions: Delta2 and BvU
Addez123 said:
I think what @PeroK did is what they expect us to do. It's familiar to previous exercises.
@BvU I don't see how I would've solved for x and y to get v without going in circles like:
$$v = atan( \frac {r \cdot sin(v)}{r\cdot cos(v)})$$
You would do the equivalent of what I did but in polar coordinates. ##v = \pi/2## equates to ##x = 0##; and ##v = \pi/4## equates to ## x = y##.