Olympiad Maths Prep

Track / Stage 5 / 361 of 400 #961 of 2000

Problem 961

AIME late
Algebra Difficulty 5.9 Find the answer

27. Calculate the sum

12+23+34++n(n+1) 1 \cdot 2+2 \cdot 3+3 \cdot 4+\ldots+n(n+1)

An arithmetic progression is a sequence in which un+1=un+du_{n+1}=u_{n}+d for all nn. The number dd is called the common difference of the progression.

A geometric progression is a sequence in which un+1=unqu_{n+1}=u_{n} \cdot q for all nn. The number qq is called the common ratio of the progression.

Official solution

27. Let un=12+23++n(n+1)u_{n}=1 \cdot 2+2 \cdot 3+\ldots+n(n+1).

Then Δun=n(n+1)\Delta u_{n}=n(n+1) is a polynomial of the second degree. Therefore, from the result of problem 24, it follows that unu_{n} is a polynomial of the 3rd degree. Let

un=a0n3+a1n2+a2n+a3 u_{n}=a_{0} n^{3}+a_{1} n^{2}+a_{2} n+a_{3}

To find a0,a1,a2,a3a_{0}, a_{1}, a_{2}, a_{3}, substitute the values n=0,1,2,3n=0,1,2,3. We get a system of four equations with 4 unknowns:

u0=a3=0u1=a0+a1+a2+a3=2u2=8a0+4a1+2a2+a3=8u3=27a0+9a1+3a2+a3=20} \left.\begin{array}{l} u_{0}=a_{3}=0 \\ u_{1}=a_{0}+a_{1}+a_{2}+a_{3}=2 \\ u_{2}=8 a_{0}+4 a_{1}+2 a_{2}+a_{3}=8 \\ u_{3}=27 a_{0}+9 a_{1}+3 a_{2}+a_{3}=20 \end{array}\right\}

which reduces to the system

a0+a1+a2=28a0+4a1+2a2=827a0+9a1+3a2=20} \left.\begin{array}{r} a_{0}+a_{1}+a_{2}=2 \\ 8 a_{0}+4 a_{1}+2 a_{2}=8 \\ 27 a_{0}+9 a_{1}+3 a_{2}=20 \end{array}\right\}

Subtract the first equation from the second and three times the first from the third. We get

3a0+a1=224a0+6a1=14} \left.\begin{array}{r} 3 a_{0}+a_{1}=2 \\ 24 a_{0}+6 a_{1}=14 \end{array}\right\}

In the resulting system, subtract six times the first equation from the second:

6a0=2;a0=13;a1=1;a2=23 6 a_{0}=2 ; a_{0}=\frac{1}{3} ; a_{1}=1 ; a_{2}=\frac{2}{3}

Therefore,

un=13n3+n2+23n==n3+3n2+2n3=n(n+1)(n+2)3 \begin{aligned} u_{n}=\frac{1}{3} & n^{3}+n^{2}+\frac{2}{3} n= \\ & =\frac{n^{3}+3 n^{2}+2 n}{3}=\frac{n(n+1)(n+2)}{3} \end{aligned}

i.e.

12+23++n(n+1)=n(n+1)(n+2)31 \cdot 2+2 \cdot 3+\ldots+n(n+1)=\frac{n(n+1)(n+2)}{3}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.