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
Os topógrafos frequentemente calculam a área de faixas de terra irregulares, como a região entre uma estrada reta e uma margem curva do rio.
Como a fronteira curva do rio geralmente não possui uma equação matemática simples, é usada a Regra de Simpson.
A regra de Simpson, baseada em um método de integração numérica, estima a área usa...
Show More