-2
$\begingroup$

I have to find the limit of (x^3y^3-1)/(xy-1) as (x,y) approaches (1,1). The limit alone x=1, y=1 and y=mx is 3. However, I cannot conclude that th limit is 3 since I have not tried all possible paths. So, how can I be sure that I have tried all possible paths through the point (1,1)?

  • 0
    i meant the limit along x=1,y=1 and y=mx is 32017-02-27
  • 0
    You have to argue using an arbitrary sequence $(x_k,y_k)_{k\in\mathbb{N}}$ converging to $(1,1)$.2017-02-27
  • 0
    Please use [$\rm \LaTeX$](http://meta.math.stackexchange.com/q/5020/290189).2017-02-28

1 Answers 1

2

$$\lim_{(x,y)\to(1,1)} \frac{x^3y^3-1}{xy-1}=\lim_{(x,y)\to(1,1)} \frac{(xy-1)(x^2y^2+xy+1)}{xy-1}=3$$

  • 0
    I see that it is much easier when I factorise. However, I feel like I still have a problem. what happens when I cannot factorise. For example, limit of (xy^2)/(x^2+y^2) as (x,y) approaches (0,0). I found that along x=0, y=0 and y=mx, the limit is 0. But I know that zero is not necessarily the answer. how do I go about this one?2017-02-27
  • 0
    Notice that in this case the limit exists $=\lim(x^2y^2+xy+1)$ but in this case $\dfrac{xy^2}{x^2+y^2}$ clearly $x^2+y^2$ is 0 in origin so this point makes problem.2017-02-27