This is a free preview. For full access
Techniques of Integration
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
測量士はしばしば、直線道路と曲がった川岸の間の不均一な土地帯の面積を計算します。
川の湾曲した境界は通常単純な数学的方程式を持たないため、シンプソンの法則が用いられます。
シンプソンの法則は数値積分法に基づいており、わずかなサンプル測定値のみを用いて面積を推定します。
ここでは、これらの試料は道路から川岸までの直角距離を、3つの等間隔の位置で測定したものです。
シンプソンの法則は、これら3点に一意放物線を数学的に当てはめることで機能します。
放物線下の面積は、この区間上で二次方程式を積分することで求めます。
積分を解き極限を適用すると、総面積はhと定数で得られます。
中心点により定数項Cを即座に求め
Show More