Finding limits of 2 varible functions

  • Thread starter Thread starter tnutty
  • Start date Start date
  • Tags Tags
    Functions Limits
tnutty
Messages
324
Reaction score
1

Homework Statement



Find the limit, if it exist, otherwise show that it doesn't exist.

lim F
(x,y) -- > (0,0) ,

where F = xycos(y) / (3x^2 + y^2)


I let T(x,y) = F

Then evaluated the limit as (x,y) - >(x,0) = 0;
The same goes for the vertical line.

The answer is it does not exist, But I can't seem to prove it.
 
Physics news on Phys.org
Let y = tx where t is an arbitrary non-zero constant. This is approaching the point from a line of finite non-zero slope.
 
Let me try :

F(x,tx) = x(tx)*cos(tx) / (3x^2 + (tx)^2)

= tx^2*cos(tx) / (3x^2 + t^2*x^2)
=

tx^2*cos(tx)
-------------
x^2(3 + t^2)

=

t*cos(tx)
-------------
(3 + t^2)

I know that cos(tx) <= 1

so :

t*cos(tx) t
----------- <= -------
(3 + t^2) 3 + t^2not sure what to do next?
 
That's it. 1/(3 + t2) is never 0, and approaching along the x or y-axis yields 0. Since the two limits are not equal, the limit does not exist. Recall the definition of the limit.
 
OH right, Thanks
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top