Limit involving delta-epsilon proof

  • Thread starter Thread starter ZPlayer
  • Start date Start date
  • Tags Tags
    Limit Proof
ZPlayer
Messages
35
Reaction score
0
Hi, Everyone,

Problem asks to prove that limit of x^2 * sin^2 (y) / (x^2 + 2* y^2) as (x,y) approach (0,0) is 0 using delta-epsilon method. Please let me know how to solve, very complicated.

Thanks.
 
Physics news on Phys.org
What have you tried so far?
 
What I tried so far is here.
2yni3no.jpg
 
ZPlayer said:
What I tried so far is here.
2yni3no.jpg

The condition that you need to satisfy is that

|f(x,y)-0|=\left| \frac{x^2sin^2(y)}{x^2+2y^2} \right| \leq \varepsilon

So showing that x^2sin^2(y) \leq \varepsilon is insufficient to prove that the limit is zero. (I'm assuming that xsin(y) was a typo)

Start by using the fact that 0 \leq sin^2(y) \leq 1 and then find some function of delta u(\delta)<\varepsilon such that

\left| \frac{x^2sin^2(y)}{x^2+2y^2} \right| \leq u(\delta)
 
Thanks a lot. Check it out. Here is deal. Let me know if it good.
2rcy7n9.jpg
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top