This is a free preview. For full access
Integrals
Approximating Area Under a Curve
Description
Approximating area under a curve is a key way to measure regions with curved boundaries. Straight-sided shapes are easy to handle with formulas for rectangles, triangles, and polygons. Curved regions need a different method because standard geometry does not work well on them.
The area problem so...
Show More
Transcript
一名承包商需要估算在一百套样板房中,为覆盖具有弧形顶部边缘的特定墙面部分所需的油漆量。为此,必须准确计算该墙面的表面积。
如果曲线边缘遵循某个数学函数,则该问题可简化为求给定曲线下的面积。
为了估算该区域,将曲线下的区域划分为 n 个宽度为 Δx 的矩形。这些矩形面积的总和即为总面积的估计值。
每个矩形的高度可取左端点或右端点,根据曲线的形状,这可能导致高估或低估。
一种更均衡的估算方法是使用函数在每个子区间内任意点(称为样本点)处的取值。
对于每个矩形,其面积等于函数在采样点处的取值乘以子区间的宽度。将所有矩形的面积相加,即可得到总面积的近似值。
随着矩形数量的增加及其宽度的减小,该和趋近于积分,从而得到曲线下方...
Show More