Epsilon-Delta Proof: Limiting x^2 + xy + y to 3

  • Thread starter Thread starter Stevecgz
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 3K views
Stevecgz
Messages
68
Reaction score
0
I'm working on an Epsilon-delta proof for:

[tex]\lim_{(x,y)\rightarrow (1,1)} x^2 + xy + y = 3[/tex]

I've tired a couple of different approaches but am not getting anywhere (I'm terrible at these). Any suggestions would be appreciated. Thanks.

Steve
 
Physics news on Phys.org
Stevecgz said:
I'm working on an Epsilon-delta proof for:

[tex]\lim_{(x,y)\rightarrow (1,1)} x^2 + xy + y = 3[/tex]

I've tired a couple of different approaches but am not getting anywhere (I'm terrible at these). Any suggestions would be appreciated. Thanks.

Steve

Start off with the definition:

[tex]\lim_{(x,y)\rightarrow (1,1)} x^2 + xy + y = 3 \mbox{ if, and only if }[/tex]
[tex]\mbox{for every }\epsilon >0,\mbox{ there exists a }\delta >0 \mbox{ such that } 0<\sqrt{(x-1)^2+(y-1)^2}<\delta \mbox{ implies that }|x^2 + xy + y - 3| <\epsilon[/tex]​
 
Prove that the sum of two continuous functions is itself a continuous function.
 
benorin said:
Start off with the definition:

[tex]\lim_{(x,y)\rightarrow (1,1)} x^2 + xy + y = 3 \mbox{ if, and only if }[/tex]
[tex]\mbox{for every }\epsilon >0,\mbox{ there exists a }\delta >0 \mbox{ such that } 0<\sqrt{(x-1)^2+(y-1)^2}<\delta \mbox{ implies that }|x^2 + xy + y - 3| <\epsilon[/tex]​


Thanks benorin. I was trying with [tex]0<\sqrt{x^2+y^2}<\delta[/tex]. I think I can get it now.

Steve
 
By the way, while [itex]\sqrt{(x_1-x_0)^2+ (y_1-y_0)^2}[/itex] is the "standard metric" it would be equivalent to show the "for every [itex]\epsilon>0[/itex] there exist [itex]\delta> 0[/itex] such that max (|x-1|,|y-1|)< [itex]\delta[/itex] implies that |x2+ xy+ y- 3|<[itex]\epsilon[/itex] and might be simpler. Of course, your teacher might require that you be able to show that they are equivalent!