2

Can someone show me the working for this? Thanks

AQA A Level Mathematics Further Pure 1 January 2010 Question 8(b) http://filestore.aqa.org.uk/subjects/AQA-MFP1-W-QP-JAN10.PDF

And if anyone could explain to me how to type equations properly instead of using text I would really appreciate that, Regards

1 Answers1

2

In general,

$$\sum_{r=1}^n r = \frac{n(n+1)}{2},$$

$$\sum_{r=1}^n r^2 = \frac{n(n+1)(2n+1)}{6},$$

and

$$\sum_{r=1}^n r^3 = \frac{n^2(n+1)^2}{4}.$$

Adding the first two gives us

$$\sum_{r=1}^n r^3 + \sum_{r=1}^n r = \frac{n^2(n+1)^2}{4} + \frac{n(n+1)}{2} = \frac{n(n+1)(n^2+n+2)}{4}.$$

So then if

$$\sum_{r=1}^n r^3 + \sum_{r=1}^n r = 8 \sum_{r=1}^n r^2,$$

we have

$$\frac{n(n+1)(n^2+n+2)}{4} = 8\frac{n(n+1)(2n+1)}{6}.$$

Can you see how to proceed?