Home › CAT › quantitativeaptitude › Sequences and Series › Sum of the SQUARES of the first $n$ natural numb…
Sum of the SQUARES of the first $n$ natural numbers, $1^2 + 2^2 + 3^2 + \ldots + n^2$, equals
A$n(n+1)/2$
B$n^3/3$
C$n(n+1)(2n+1)/6$
D$(n(n+1)/2)^2$
Answer & Solution
Correct answer: C. $n(n+1)(2n+1)/6$
1. NCERT §8.5 (Sum of squares formula): $\sum_{k=1}^{n} k^2 = \dfrac{n(n+1)(2n+1)}{6}$.
2. Examples: $n = 3$: $1 + 4 + 9 = 14$; formula gives $3 \cdot 4 \cdot 7 / 6 = 84/6 = 14$ ✓.
3. $n = 10$: formula gives $10 \cdot 11 \cdot 21 / 6 = 2310/6 = 385$ ✓.
4. Option A is the sum of FIRST POWERS (linear). Option B is approximate but wrong. Option D is the sum of CUBES formula.
_Source: NCERT Class 11 Mathematics, Ch 8, §8.5 (Sum of squares — Eq. 8.27), p. 13._
Related questions
Sum of GP: 1 + 1/2 + 1/4 + ... to infinity =GP with first term 2, common ratio 3. Find 5th term.Sum of first 20 natural numbers:The 10th term of the AP 3, 7, 11, ... is:The AM-GM INEQUALITY for two POSITIVE numbers $a$ and $b$ states thatIf the AM and GM of two positive numbers are $5$ and $4$ respectively, the numbers areThree numbers are in AP. Their sum is $24$ and their product is $440$. Find the smallest oSum of the CUBES of the first $n$ natural numbers, $1^3 + 2^3 + \ldots + n^3$, equals