JEE Challenger
More from Sequences and Series

Sum of Difference Squared for Sequence Terms

If k=1nak=6n3\sum_{k=1}^n a_k = 6n^3, then k=16(ak+1ak36)2\sum_{k=1}^6 \left( \frac{a_{k+1} - a_k}{36} \right)^2 is equal to _______.

Official Numerical Answer91

Topics & Concepts

Step-by-Step Solution

Given that the sum of the first nn terms of a sequence {ak}\{a_k\} is given by: Sn=k=1nak=6n3S_n = \sum_{k=1}^n a_k = 6n^3

The kk-th term of the sequence, aka_k, for k1k \ge 1 can be expressed in terms of the sum function as: ak=SkSk1for k2, and a1=S1=6(1)3=6a_k = S_k - S_{k-1} \quad \text{for } k \ge 2, \text{ and } a_1 = S_1 = 6(1)^3 = 6

Substituting the given formula for SkS_k: ak=6k36(k1)3a_k = 6k^3 - 6(k-1)^3 ak=6[k3(k33k2+3k1)]a_k = 6 \left[ k^3 - (k^3 - 3k^2 + 3k - 1) \right] ak=6(3k23k+1)a_k = 6(3k^2 - 3k + 1) ak=18k218k+6a_k = 18k^2 - 18k + 6

Now, we calculate the difference between consecutive terms, ak+1aka_{k+1} - a_k: ak+1ak=[18(k+1)218(k+1)+6][18k218k+6]a_{k+1} - a_k = \left[ 18(k+1)^2 - 18(k+1) + 6 \right] - \left[ 18k^2 - 18k + 6 \right] ak+1ak=18[(k+1)2k2]18[(k+1)k]a_{k+1} - a_k = 18 \left[ (k+1)^2 - k^2 \right] - 18 \left[ (k+1) - k \right] ak+1ak=18(2k+1)18(1)a_{k+1} - a_k = 18(2k + 1) - 18(1) ak+1ak=36k+1818=36ka_{k+1} - a_k = 36k + 18 - 18 = 36k

Dividing both sides by 36: ak+1ak36=k\frac{a_{k+1} - a_k}{36} = k

We need to evaluate the required sum: k=16(ak+1ak36)2=k=16k2\sum_{k=1}^6 \left( \frac{a_{k+1} - a_k}{36} \right)^2 = \sum_{k=1}^6 k^2

Using the formula for the sum of the squares of the first NN natural numbers, k=1Nk2=N(N+1)(2N+1)6\sum_{k=1}^N k^2 = \frac{N(N+1)(2N+1)}{6}: k=16k2=6×(6+1)×(2×6+1)6=6×7×136=7×13=91\sum_{k=1}^6 k^2 = \frac{6 \times (6 + 1) \times (2 \times 6 + 1)}{6} = \frac{6 \times 7 \times 13}{6} = 7 \times 13 = 91

Sum of Difference Squared for Sequence Terms | Mathematics PYQ Solution - JEE Challenger