What Went Wrong?

Calculus Level 2

Is the following sequence of steps valid? If no, which step is wrong?

Step 1 : Consider the following limit:

L = lim n 1 + 2 + 3 + + n n 2 L = \lim_{n \rightarrow \infty} \frac { 1 + 2 + 3 + \cdots + n } { n^2 }

Step 2 : Verify that it is of the indeterminate form \dfrac { \infty}{\infty} .

  • Numerator tends to infinity
  • Denominator tends to infinity

Step 3 : Apply L'hôpital's rule to get

L = lim n 1 2 n = 0 . L = \lim_{n \rightarrow \infty} \frac{ 1 } { 2n } = 0 \; .

Yes it's valid No, step 1 is not valid No, step 2 is not valid No, step 3 is not valid

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Pranshu Gaba
Apr 6, 2016

First of all, let's check whether the value of the limit obtained is correct.

In the sum of n, n², or n³ wiki, we saw that 1 + 2 + 3 + + n = n ( n + 1 ) 2 1 + 2 +3 + \cdots + n = \frac{n(n+1)}{2} . We can substitute this in the problem.

L = lim n 1 + 2 + 3 + + n n 2 = lim n n ( n + 1 ) 2 n 2 = lim n n + 1 2 n = lim n 1 + 1 n 2 \begin{aligned} L & = \lim _{n \to \infty} \frac{1 + 2+ 3 + \cdots + n}{n^{2}} \\ & = \lim _{n \to \infty} \frac{n(n+1)}{2n^2} \\ & = \lim _{n \to \infty} \frac{n+1}{2n} \\ & = \lim _{n \to \infty} \frac{1 + \frac{1}{n}}{2} \end{aligned}

When n n \to \infty , we see that 1 n 0 \frac{1}{n} \to 0 . Therefore L = 1 2 L = \frac{1}{2} . The answer does not match with the answer obtained in the problem, so at least one of the steps in the problem is not valid.


  • There is nothing wrong in Step 1 . The limits exists, and we just found its value.

  • There is nothing wrong in Step 2 either. Both the numerator and the denominator tend to positive infinity. The limit is of the indeterminate form \frac{\infty}{\infty} .

  • However Step 3 is wrong. Since L'hôpital's rule is generally defined for functions whose domain is real numbers and the function in the problem has domain of natural numbers, we cannot apply it directly. Moreover, while trying to apply L'hôpital's rule in Step 3, it is assumed that d d n ( 1 + 2 + 3 + + n ) = 1 \frac{d}{dn} (1 + 2 +3 + \cdots + n ) =1 , which is incorrect.

Instead, let us define a function f : R R f \colon \mathbb{R} \to \mathbb{R} such that f ( x ) = x ( x + 1 ) 2 x 2 f(x) = \frac{x(x+1)}{2x^2} . We can now apply L'hôpital's rule.

lim x f ( x ) = lim x x ( x + 1 ) 2 x 2 = lim x 2 x + 1 4 x = lim x 2 + 1 x 4 \begin{aligned} \lim_{x \to \infty} f(x) & = \lim_{x \to \infty} \frac{x(x+1)}{2x^2} \\ & = \lim_{x \to \infty} \frac{2x + 1}{4x} \\ & = \lim_{x \to \infty} \frac{2 + \frac{1}{x}}{4} \\ \end{aligned}

When x x \to \infty , we see that 1 x 0 \frac{1}{x} \to 0 . Therefore lim x = 2 4 = 1 2 \lim _{x \to \infty} = \frac{2}{4} = \frac{1}{2} .

Note that for every natural number n n , f ( n ) f(n) is identical to the given expression in the problem: 1 + 2 + 3 + + n n 2 \frac{1+ 2 + 3 + \cdots + n}{n^{2}} . As x x tends to + + \infty , we see that f ( x ) f(x) tends to 1 2 \frac{1}{2} . So as n n tends to + +\infty , f ( n ) f(n) also tends to 1 2 \frac{1}{2} . Therefore L = 1 2 L = \frac 12 .


Alternatively, we can apply the Stolz–Cesàro theorem , which is a discrete version of L'hôpital's rule. It states that

  • if { a n } n 1 \{a_n\}_{n \geq 1} and { b n } n 1 \{b_n\}_{n \geq 1} are sequences of real numbers, and

  • if { b n } n 1 \{b_n\}_{n \geq 1} is a strictly monotonic divergent sequence, and

  • if lim n a n b n \displaystyle \lim _{n \to \infty} \frac{a_n}{b_n} is finite and is equal to L L , then

lim n a n b n = L = lim n a n + 1 a n b n + 1 b n \lim _{n \to \infty} \frac{a_n}{b_n} = L = \lim _{n \to \infty} \frac{a_{n+1} - a_n } {b_{n+1} - b_n }

In the given problem, a n = 1 + 2 + 3 + + n a_n = 1 + 2 + 3 + \cdots + n and b n = n 2 b_n = n^{2} . Note that { b n } = n 2 \{b_n\} = n^2 is a strictly increasing and divergent sequence.

L = lim n 1 + 2 + 3 + + n n 2 = lim n ( 1 + 2 + 3 + + n + ( n + 1 ) ) ( 1 + 2 + 3 + + n ) ( n + 1 ) 2 n 2 = lim n n + 1 2 n + 1 = lim n 1 + 1 n 2 + 1 n \begin{aligned} L & = \lim _{n \to \infty} \frac{1 + 2+ 3 + \cdots + n} {n^{2}} \\ & = \lim _{n \to \infty} \frac{(1 + 2 + 3 + \cdots + n + (n + 1)) - (1 + 2 + 3 + \cdots + n) }{(n+1)^2 - n^{2}} \\ & = \lim _{n \to \infty} \frac{n+1}{2n+1} \\ & = \lim _{n \to \infty} \frac{1 + \frac{1}{n}}{2 + \frac{1}{n} } \end{aligned}

When n n \to \infty , we see that 1 n 0 \frac{1}{n} \to 0 . Therefore L = 1 2 L = \frac{1}{2} .

Your Stolz-Cesaro proof is almost correct. It should be:

If lim n a n b n \displaystyle \lim _{n \to \infty} \frac{a_n}{b_n} is finite and is equal to L L , then L = lim n a n + 1 a n b n + 1 b n \displaystyle L = \lim _{n \to \infty} \frac{a_{n+1} - a_n } {b_{n+1} - b_n } .

Very neat solution! +1

Pi Han Goh - 5 years, 2 months ago

Log in to reply

Thank you! I have edited my solution to correct the Stolz-Cesaro proof.

Pranshu Gaba - 5 years, 2 months ago

Why assumed that , the derivative of (1+2+3+...+n)=1 is totally wrong?

Samuel Sit - 5 years, 2 months ago

Log in to reply

It is wrong because it is a discrete function and its derivative does not exist.

Pranshu Gaba - 5 years, 2 months ago

There is nothing wrong with step 1 and 2.

In step 3, applying l'Hôpital's rule as lim n d d x ( 1 + 2 + 3 + . . . + n ) d d x n 2 \displaystyle \lim_{n \to \infty} \frac{\frac{d}{dx} (1+2+3+...+n)}{\frac{d}{dx} n^2} is wrong. It should be as follows:

L = lim n 1 + 2 + 3 + . . . n n 2 = lim n n ( n + 1 ) 2 n 2 = lim n n 2 + n 2 n 2 Differentiate up and down. = lim n 2 n + 1 4 n Differentiate up and down again. = lim n 2 4 = 1 2 \begin{aligned} \mathfrak{L} & = \lim_{n \to \infty} \frac{\color{#3D99F6}{1+2+3+...n}}{n^2} \\ & = \lim_{n \to \infty} \frac{\color{#3D99F6}{n(n+1)}}{\color{#3D99F6}{2}n^2} \\ & = \lim_{n \to \infty} \frac{n^2+n}{2n^2} \quad \quad \small \color{#3D99F6}{\text{Differentiate up and down.}} \\ & = \lim_{n \to \infty} \frac{2n+1}{4n} \quad \quad \small \color{#3D99F6}{\text{Differentiate up and down again.}} \\ & = \lim_{n \to \infty} \frac{2}{4} \\ & = \frac{1}{2} \end{aligned}

Limit can also be obtained as follows:

L = lim n n 2 + n 2 n 2 = lim n ( 1 2 + 1 2 n ) = 1 2 \begin{aligned} \mathfrak{L} & = \lim_{n \to \infty} \frac{n^2+n}{2n^2} = \lim_{n \to \infty} \left( \frac{1}{2} + \frac{1}{2n} \right) = \frac{1}{2} \end{aligned}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...