2

Show that $\lim_{(x,y) \to (0,0)} f(x,y) = \frac{x^3(y^3 + \pi)}{x^2+y^2}$ is equal to zero.

My progress: I have two ideas related to this problem. Initially, I thought about using polar coordinates, but quite uncertain whether it is right approach for this problem or not. Alternatively, I am thinking about squeeze theorem: by AM-GM and triangle inequality, I managed to find a function larger than given $f$ with variables $x,y$ only. Does that imply limit of $f$ will be zero?

2 Answers2

4

Polar form: $\lim_{(x,y) \to (0,0)} \frac{x^3(y^3 + \pi)}{x^2+y^2}=\lim_{r\rightarrow 0} r\cos^3\theta( r^3\sin^3\theta+\pi)=0. $

user159888
  • 1,948
  • 1
  • 14
  • 19
3

Sqeeze it: $0<\left|\frac{x^3(y^3 + \pi)}{x^2+y^2}\right|< x^2y^2+x\pi.$ Take the limits now.

user159888
  • 1,948
  • 1
  • 14
  • 19