This is a free preview. For full access
Estimating Area with Simpson’s Rule
Description
Simpson’s Rule is a numerical integration method for estimating the value of a definite integral. It is useful when an exact antiderivative is hard or impossible to find. The method works by fitting a unique parabola through three equally spaced points on a curve and then integrating that quadratic over the interval.
Show More
Transcript
Les arpenteurs calculent souvent la surface des bandes de terrain inégales, comme la zone entre une route droite et une berge courbe.
Comme la limite courbe de la rivière ne comporte généralement pas d’équation mathématique simple, la règle de Simpson est utilisée.
La règle de Simpson, basée sur une méthode d’intégration numérique, e...
Show More