Determining the infinite limit

  • Thread starter Thread starter parisian
  • Start date Start date
  • Tags Tags
    Infinite Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 11K views
parisian
Messages
2
Reaction score
0
Can someone help me determine the infinite limit :

lim
x->0


x-1
x^4(x+2)

Much appreciated
 
Physics news on Phys.org
parisian said:
Can someone help me determine the infinite limit :

lim
x->0


x-1
x^4(x+2)

Much appreciated

Trying to line up numerator and denominator is a very bad idea on the internet: use parentheses: (x-1)/(x^4(x+2)) or, better, use "LaTex":
[tex]\lim_{x\rightarrow 0}\frac{x-1}{x^4(x+2)}[/tex]

However, now I have a problem with "determine the infinite limit". Why do you want help determining it? You just said it was "infinite"! The limit goes to infinity which is to say that the limit does not exist. You can separate it as (1/x^4)((x-1)/(x+2)). As x goes to 0, the right hand fraction goes to a finite limit, -1/2. Since (1/x^4) obviously goes to infinity, so does the entire fraction.
 
True

:P

Thanks any ways