HSC Extension 1 and 2 Mathematics/Integration
From Wikibooks, open books for an open world
Contents |
[edit] Area
- Fundamental Theorem of Calculus:
, where 
[edit] Area between two curves
[edit] Volume of solids of revolution
Recall that the volume of a solid can be found by
where A is the cross-sectional area and
is the depth of the solid, which is perpendicular to the cross-sectional area.
Similarly, the volume of solids with circular cross sections can be calculated by
- rotating a curve about an axis (generally
or
axis) - integrating to sum the areas of the slices of circles
Since the area of a circle is
, then the integral to evaluate the volume of a solid generated by revolving it around the x-axis is 
Notice this is a sum of areas of the "slices" of circular cross sections of the solid, i.e.
.
[edit] Approximate integration
[edit] Trapezoidal rule
- One interval (2 function values):
![\int_{a}^{b}f(x)dx \approx \frac{1}{2} \times \overbrace{\frac{b - a}{n}}^{= h} [f(a)+f(b)]](//upload.wikimedia.org/wikibooks/en/math/0/8/a/08aae6e3c39417c529a9ec8bdbb17632.png)
-intervals (
function values): ![\int_{a}^{b}f(x)dx \approx \frac{h}{2}\left[f(a) + 2\sum f(x_i) + f(b)\right]](//upload.wikimedia.org/wikibooks/en/math/5/b/0/5b0193bd62bb6f9526135431a9749a56.png)
[edit] Simpson's rule
![\int_{a}^{b}f(x)dx \approx \frac{b - a}{6} \left [ f(a) + 4f \left ( \frac{a + b}{2} \right ) + f(b) \right ]](http://upload.wikimedia.org/wikibooks/en/math/9/4/b/94b0b1e14bf0d645635b0e967506b0b9.png)
This page may need to be
, where 
or
axis)![\int_{a}^{b}f(x)dx \approx \frac{1}{2} \times \overbrace{\frac{b - a}{n}}^{= h} [f(a)+f(b)]](http://upload.wikimedia.org/wikibooks/en/math/0/8/a/08aae6e3c39417c529a9ec8bdbb17632.png)
-intervals (
function values): ![\int_{a}^{b}f(x)dx \approx \frac{h}{2}\left[f(a) + 2\sum f(x_i) + f(b)\right]](http://upload.wikimedia.org/wikibooks/en/math/5/b/0/5b0193bd62bb6f9526135431a9749a56.png)