A.P.: Sum of numbers in a particular group

234 Views Asked by At

Question: A series of odd positive integers are divided into the following groups $(1), (3,5), (7,9,11),\dotsm$ . Prove that the sum of numbers in the $n^{\text{th}}$ group is $n^3$.

My attempt: It is observed that the number of terms in the $n^{\text{th}}$ group is equal to $n$. The common difference is same in all groups and is equal to 2. If we do not consider the grouping, then the resulting sequence $1,3,5,\dotsm$ is in A.P. with first term $t_1$ equal to 1 and common difference equal to 2. Now the first term of the first group is equal to $t_1=t_{1+0}$, that of the second group is equal to $t_2=t_{1+1}$, that of the third group is equal to $t_4=t_{1+1+2}$, that of the fourth group is equal to $t_7=t_{1+1+2+3}$ and so on. Thus the first term of the $n^{\text{th}}$ group is equal to $t_{1+S_{n-1}}=t_{1+\frac{(n-1)n}{2}}=t_{\frac{n^2-n+2}{2}}=t_1+(\frac{n^2-n+2}{2}-1)2=t_1+\frac{n^2-n}{2}\times2=t_1+n^2-n=1+n^2-n$

Here $S_{n-1}$ denotes the sum of first $(n-1)$ natural numbers.

Therefore the first term of the $n^{\text{th}}$ group is equal to $n^2-n+1$.

Sum of all numbers in the $n^{\text{th}}$ group $=S^{'}_n=\frac{n}{2}[2(n^2-n+1)+(n-1)2]=\frac{n}{2}[2n^2-2n+2+2n-2]=n^3$.

My problem: I am looking for other methods to prove this result.

2

There are 2 best solutions below

0
On

To form $n$ groups you need $1+2+3+\cdots+n=\frac{n(n+1)}{2}$ terms. To form $n-1$ groups you need $1+2+3+\cdots+n-1=\frac{n(n-1)}{2}$ terms. To get the sum of the terms in the $n$-th group you sum all the terms from the $1$st group to the $n$th and subtract the sum from the $1$st group to the $n-1$th which is $$S_{n(n+1)/2}-S_{n(n-1)/2}=\frac{n(n+1)}{4}\left(2+2\left(\frac{n(n+1)}{2}-1\right)\right)-\frac{n(n-1)}{4}\left(2+2\left(\frac{n(n-1)}{2}-1\right)\right)=\frac{n(n+1)}{2}(\frac{n(n+1)}{2})-\frac{n(n-1)}{2}(\frac{n(n-1)}{2})=\frac{n^2}{4}((n+1)^2-(n-1)^2)=n^3$$

0
On

There are $\color{red}n$ terms in the $n$-th group of numbers.

The "middle" term (for groups with even terms, this refers to the average of the two centre-most terms) of each group is $\color{red}{n^2}$*, i.e.

$$\overset{\overset{\;1^2}{\downarrow}}{\underbrace{(1)}_{1\text{ term}}}, \overset{\overset{\;2^2}{\downarrow}}{\underbrace{(3,5)}_{2\text{ terms}}}, \overset{\overset{\;3^2}{\downarrow}}{\;\underbrace{(7,9,11)}_{3\text{ terms}}}, \overset{\overset{\;4^2}{\downarrow}}{\underbrace{(13,15,17,19)}_{4\text{ terms}}},\cdots$$

As each group is an AP, the sum of all numbers in the group is the number of terms multiplied by the "middle" term, i.e. $n\cdot n^2=\color{red}{n^3} $.


*It can be easily deduced that the numbers of each group are:

$$\begin{aligned} &1^2\\ &2^2\pm 1\\ &3^2\pm 2\\ &4^2\pm 1,\pm 3\\ &5^2\pm2, \pm 4\\ &6^2\pm 1,\pm 3,\pm 5\\ &7^2\pm2, \pm4,\pm6\\ &\qquad \vdots\\ &n^2\pm \cdots, \pm (n-3),\pm (n-1) \end{aligned}$$