Proving the Limit of f(x,y)= y+x^2cosy is 0 at (0,0) by Epsilon-Delta Definition

  • Thread starter Thread starter sigh1342
  • Start date Start date
  • Tags Tags
    Limit
sigh1342
Messages
30
Reaction score
0

Homework Statement



show that $$f(x,y) =y+x^2cosy $$ has a limit 0 at (0,0) by the ε-δ definition.

Homework Equations





The Attempt at a Solution


$$|y+x^2cosy| ≤ |y|+|x^2|$$ (by tri. inequ. and $$|cosy|≤1$$
then can I suppose $$|x^2|<|x|$$ , since $$|x|<1$$,
then $$|y+x^2cosy| ≤ |x|+|y| ≤ 2\sqrt{x^2+y^2} $$ ?
if not , how can I do it by the ε-δ definition
 
Physics news on Phys.org
Attached
 

Attachments

  • 002.jpg
    002.jpg
    13.3 KB · Views: 431
Given \epsilon&gt; 0, show that there exist \delta&gt; 0 such that if \sqrt{x^2+ y^2}&lt; \delta (this is the distance from (x, y) to (0, 0)) then |y+ x^2cos(y)|&lt;\epsilon.

From your last inequality, |y+ x^2cos(y)|&lt; 2\sqrt{x^2+ y^2} you just need to choose \delta&lt; \epsilon/2.
 
thanks you guys, actually I would want to know can I suppose x^2|<|x| , since |x|<1
 
Hmm depends on how small you want your neighborhood to be in terms of your choice of δ.

Otherwise you can assume that |x| ≤ (x2+y2)1/2 < δ and |y| ≤ (x2+y2)1/2 < δ

So that : |y| + |x|^2 &lt; δ + δ^2 = δ(δ+1) Then for δ≤1, we would have :

|y| + |x|^2 &lt; δ + δ^2 = δ(δ+1) ≤ 2δ ≤ ε

So as long as δ ≤ min{1, ε/2} you're good.
 
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