Limits Confusion: What Is Wrong?

  • Thread starter Thread starter zorro
  • Start date Start date
  • Tags Tags
    Confusion Limits
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
zorro
Messages
1,378
Reaction score
0
gif.gif


What is wrong?
 
Physics news on Phys.org
Nothing's wrong, the fact that you can rewrite the function such that the limit becomes of the form 'infinity/infinity' when evaluated 'naively' does not mean that the limit suddenly no longer exists. In fact, this is one of the cases where we are allowed to apply l'hospital's rule, and we then often find a finite answer.

What you could also do, of course, is rewrite it as
[tex]\lim_{n \to \infty} \frac{1 + x^n}{1 + x^n} - \frac{2 x^n}{1 + x^n}[/tex]
and then divide numerator and denominator of the second term by xn (or you can still do that first and then do the same rewriting trick, it just looks a little different).
 
dextercioby said:
I hope the OP sees that nothing in his limit diverges so would it need to be <reingeneered> ??

Re-engineering helps to understand things better.

CompuChip said:
Nothing's wrong, the fact that you can rewrite the function such that the limit becomes of the form 'infinity/infinity' when evaluated 'naively' does not mean that the limit suddenly no longer exists. In fact, this is one of the cases where we are allowed to apply l'hospital's rule, and we then often find a finite answer.

What you could also do, of course, is rewrite it as
[tex]\lim_{n \to \infty} \frac{1 + x^n}{1 + x^n} - \frac{2 x^n}{1 + x^n}[/tex]
and then divide numerator and denominator of the second term by xn (or you can still do that first and then do the same rewriting trick, it just looks a little different).

Thanks!
 
[tex]1=\lim_{n\to\infty}(1)=\lim_{n\to\infty}\frac{n}{n}\text{'}=\text{'}\frac{\infty}{\infty}[/tex]

You are applying the quotient rule where it is invalid to do so. The quotient rule says that IF [tex]\lim_{n\to\infty}a_n=a[/tex] and [tex]\lim_{n\to\infty}b_n=b[/tex], where a and b are real (FINITE!) numbers with b non-zero, THEN [tex]\lim_{n\to\infty}\frac{a_n}{b_n}=\frac{a}{b}[/tex].

In this case a and b are not (finite) real numbers.