Is this solution to a limit equation correct?

  • Thread starter Thread starter nedfin
  • Start date Start date
  • Tags Tags
    Limit
nedfin
Messages
2
Reaction score
1
Homework Statement
I ran into this equation online and an interested in why my answer might be wrong. What if anything is wrong with my logic.
Relevant Equations
1-(1/((x-y)^x))
lim(x,y) -> (inf,0)
Why is this not equivalent to

1 - inf^-inf,

Or 1 - infinitesimal ,

Or 1 ?

My answer was 1, which I told is incorrect.
 
Last edited:
Physics news on Phys.org
<br /> \lim _{(x,y)\to (\infty,0)} \frac{1}{(x-y)^{x}} = 0<br />
because ##(x-y)^x \to \infty ## as ##(x,y)\to (\infty,0)##. It is not equivalent to the first two items. ##\infty ^{-\infty}## is not a thing and neither is "infinitesimal". The initial limit is ##1## as you say.
 
nuuskur said:
<br /> \lim _{(x,y)\to (\infty,0)} \frac{1}{(x-y)^{x}} = 0<br />
because ##(x-y)^x \to \infty ## as ##(x,y)\to (\infty,0)##. It is not equivalent to the first two items. ##\infty ^{-\infty}## is not a thing and neither is "infinitesimal". The initial limit is ##1## as you say.
Thanks
 
nedfin said:
Homework Statement:: I ran into this equation online and an interested in why my answer might be wrong. What if anything is wrong with my logic.
Relevant Equations:: 1-(1/((x-y)^x))
lim(x,y) -> (inf,0)

Why is this not equivalent to

1 - inf^-inf,

Or 1 - infinitesimal ,

Or 1 ?

My answer was 1, which I told is incorrect.
Welcome to PF. :smile: I'm glad that @nuuskur was able to help you.

BTW, please consider learning LaTeX to post equations in discussion forums. You can find a "LaTeX Guide" link at the bottom of the Edit Window. It makes math equations *much* easier to read (as you can see by nuuskru's post). :smile:
 
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