Extra (optional) exercises – Short Day

Extra (optional) exercises – Short Day#

These exercises are optional extra material for students who have finished the exercises of the day and have the time and interest for more.

Extra exercise 1: Area under a parabola#

Let \(N\) be a positive real number and \(n\) a natural number. We define \(d=N/n\). As is most likely known from highschool, the area between the parabola and the first axis between \(x=0\) and \(x=N\) can be computed as a definite integral as follows:

\[\int_0^N x^2 dx =\frac13 N^3-\frac13 0^3=\frac13 N^3.\]

In this exercise we wish to investigate how well this area is approximated using the finite sum \(\sum_{k=1}^n d\cdot(kd)^2\). The situation is illustrated in the following figure:

Question a#

Use the figure above to realise that

\[\frac13 N^3 \le \sum_{k=1}^n d\cdot (kd)^2.\]

Question b#

The following distributive rule holds true for all natural numbers \(n\) and all complex numbers \(a,b_1,\dots,b_n\):

\[a \cdot (b_1+\cdots+b_n)=a\cdot b_1+\cdots + a \cdot b_n.\]

Use this fact to realise that

\[d^3\sum_{k=1}^n k^2=\sum_{k=1}^n d^3\cdot k^2=\sum_{k=1}^n d\cdot (kd)^2.\]

Question c#

Use induction on \(n\) to realise that \(\sum_{k=1}^n k^2=\frac13 n(n+1/2)(n+1)\) for all natural numbers \(n\).

Question d#

Now show that \(\sum_{k=1}^n d\cdot (kd)^2=\frac{1}{3}N(N+d/2)(N+d)\).