Use Riemann sums and a limit to compute the exact area under the curve.
y = x^2 + 2 on [0, 1]
how much time you got?
a lot why?
ok lets do it without the \(2\) because \[\int_0^1x^2+2dx=\int_0^1x^2dx+\int_0^12dx=\int_0^1x^2dx+2\]
now you have to break up the unit interval in to \(n\) parts, each of which will be of length \(\frac{1}{n}\)
if you use left hand endpoints you can write \[x_0=0,x_1=\frac{1}{n},x_2=\frac{2}{n},...\] so in general \[x_k=\frac{k}{n}\]
then you have \[f(x_k)=\left(\frac{k}{m}\right)^2=\frac{k^2}{n^2}\]
you want \[\sum_{k=0}^nf(x_k)\Delta x\] \[=\sum_{k=0}^n\frac{k^2}{n^2}\times \frac{1}{n}\]
as far as the summation is concerned, \(n\) is a constant so you can rewrite this as \[\frac{1}{n^3}\sum_{k=0}^nk^2\]
then use the well know formula for summing squares, get \[\frac{1}{n^3}\times \frac{n(n+1)(2n+1)}{6}\]
take the limit as \(n\to \infty\) and get \(\frac{1}{3}\)
okay
Join our real-time social learning platform and learn together with your friends!