Reproduced from https://notebookarchive.org/the-meaning-of-integration--2018-10-10pzec6/.
Plot[x^3, {x, 2, 3}, Filling-> Axis]
Integrate[x^3, {x, 2, 3}]
$ \text{Two examples of integrals which evaluate to zero.} $
$ \int_2^2 x^3 \, dx, $
$ \int _0^{\pi } \cos(x)\,dx. $
Plot[Cos[x], {x, 0, Pi}, Filling-> Axis]
Integrate[x^3, {x, 2, 2}]
$ \text{For example, to evaluate} $
$ \int _{-2}^3|x|dx, $
$ \text{one would look at the graph of }|$x$|. $
Plot[{Abs[x], y = 0},{x, -2, 3}, PlotRange->Automatic, Filling-> Axis]
$ \text{Now add the areas of the two isosceles right triangles to evaluate the integral.} $
$ \int _{-2}^3|x|dx \text{= } \frac{1}{2} 2 \text{(2) + } \frac{1}{2} \text{(3)(3) =} \frac{13}{2} . $
$ \text{The integral can be used to find the average value of a function over an integral.} $
$ \text{Find the average value of f(x) = } e^x \text{ on the interval }[1, 3]. $
Plot[E^x, {x, 1, 3}, Filling-> Axis]
Integrate[E^x, {x, 1, 3}]
$ \text{If }f\text{ is an } \text{even} \text{ function } \text{ then } $
$ \text{First } \text{ note } \text{ that } x^2 \text{ an } \text{a nd } \text{ even } \text{ function } \text{ is } x^3 \text{ is an odd function, so that}\\ {\int _{-1}^1x^2+x^3 dx \text{= 2} \int_0^1 x^2 \, dx \text{= 2 (1/3) = 2/3.}} $
$\text{Check by using}$ Mathematica.
Plot[x^2 + x^3, {x, -1, 1}, Filling-> Axis]
Plot[x^2 , {x, -1, 1}, Filling-> Axis]
Plot[x^3, {x, -1, 1}, Filling-> Axis]
Integrate[x^2 + x^3, {x, -1, 1}]
$ \text{If the derivative is given as f'(x) and f(a) is known, then the Fundamental Theorem of Calculus says that } $
$ \text{Find the approximate value of }y\text{ at }x = 3\text{ , if } \frac{\text{d}y}{\text{d}x} = \text{Sin}(x)^3 \text{ and } y = 2 \text{ when } x = 1. $
2 + NIntegrate[(Sin[x])^3, {x,1,3}, WorkingPrecision->20]
$ \text{One of the most notable examples is the new function, }$\text{ln}(x)$\text{ for logarithms with base }e. \text{The definition of ln is} $
$ \text{Let g}(x) = \int _0^xt^3 \cos \text{d}t. $
$ \text{What is the maximum value of } g \text{on the interval [ 0, 2 ] ?} $
$\text{Note g}(0) = 0\text{ and }\text{g'}(x) = \cos(x^3).\text{ Since }\cos(x)\text{ is zero at }\frac{\pi }{2} \text{, to find the zero of g'}(x)\text{ take the cube root of }\frac{\pi }{2}.$
N[(Pi/2)^(1/3)]
$ \text{Find} \lim_{n\to \infty } \frac{n}{n^2} + \frac{n}{(n+1)^2} +\cdots + \frac{n}{(2 n)^2}. $
$\text{Note that the sum can be rewritten as a product by multiplying by } \frac{n}{n}. \text{This gives the equivalent problem:} \lim_{n\to \infty }[\left(\frac{n}{n+1}\right)^2 +\left(\frac{n}{n+2}\right)^2 + \cdots + \left(\frac{n}{2 n}\right)^2] \frac{1}{n} = \lim_{n\to \infty } \sum _{k=1}^n \left(\frac{1}{\frac{k}{n}+1}\right)^2 \frac{1}{n} = \int_1^2 \frac{1}{x^2} \, \text{d}x.$
Integrate[1/x^2, {x, 1, 2}]
$ \text{1. Find the area of the region bounded by }x = 1, x = 2, f(x) = \frac{1}{x^3} \text{ and the }x\text{-axis. } $
$ \text{2. Evaluate the following: a) } \int_1^3 (x-2) \, \text{d}x, \text{ b) } \int_3^0 (x-2) \, \text{d}x \text{, c) } \int_0^{2 \pi } x \cos \, \text{d}x \text{, d) }\int_{\pi }^0 x \sin \, dx. $
$ \text{3. Use the} \text{geometric interpretation of the integral to evaluate } \int _{-1}^3|x-2|\text{d}x. $
$ \text{4. Use the geometric interpretation of the integral to evaluate} \int _0^2\sqrt{4-x^2}\text{d}x. $
$ \text{5. What is the average value of f}(x) = x + \sin x \text{ on the interval }[ 0, \pi ]\text{?} $
$ \text{6. Use symmetry to evaluate }\int_{-\pi }^{\pi } \left(x^3+x+x \sin -x \cos +3\right) \, \text{d}x. $
$ \text{7. If the velocity of an object is v}{(t) = -16t + 56}\\ \text{ and the object is 5 feet off the ground at }t\text{ = 0, then how high will the object be seven seconds from now?} $
$ \text{8. Wine is leaking from a vat at the rate of } \text{R}{(t) = 1000 e^{-0.1 t}} \text{ gallons per hour, } \text{where }t\text{ is measured in hours. }\\ \text{How much wine has leaked out of the vat after 12 hours?} $
$ \text{9. If f}(0) = 1 \text{ and f'}(x) = \tan(x^3 \text{), then what is f}(1)\text{?} $
$ \text{10. If g}{(x) = \int _0^xt^2 \sin \text{d}t}\\ \text{ on the closed interval }{[ 0, 3 ]}\text{, then for what value of }x\text{ does g and for what }x\text{ does }g\text{ have a local maximum?}\\ \text{Plot the graph to verify your results.} $
$ \text{11. Find } {\lim_{n\to \infty }[\frac{n^2}{(n+1)^3}+\frac{n^2}{(n+2)^3}+\frac{n^2}{(2 n)^3}+\cdots].} $
$\text{Hint: Divide by}n^3 \text{and factor out the}\frac{1}{n} \text{ to form a Riemann sum.}$