6.9
在许多实际与理论场景中,定积分的精确值往往难以获得。这种情况通常出现在函数的原函数未知,或虽存在但无法以闭式形式加以表示时;此外,当函数并非由公式给出,而是由有限数量的经验数据点(例如实验测得的数据点)所定义时,同样无法直接进行精确积分。在此类情形下,近似积分方法为问题的求解提供了有效的途径。
黎曼…
当无法计算定积分的精确值时,可使用近似积分方法。
这种情况通常出现在两种主要情形下:一种是函数的原函数未知,或不存在闭合形式的原函数;另一种是函数由实验测得的离散数据点等经验数据构成,而非连续的数学表达式。
在这种情况下,可使用黎曼和来估算定积分,即将区间划分为 n 个宽度为 Δx 的相等子区间。
对于每个子区间,构造一个矩形,其高度由该子区间内某一特定点处函数的取值确定。
在左端点近似法 Ln 中,每个矩形的高度由函数在左端点处的取值确定。
如果函数是递增的,则该方法会低估面积;如果函数是递减的,则会高估面积。
右端点近似法 Rn 使用每个子区间的右端点。如果函数单调递增,则该方法会高估面积;反之则会低估面积。
这些方法利用基础几何学——通过累加矩形面积——来估算复杂函数或未知函数的积分。
View the full transcript and gain access to JoVE Core videos
Q1: When is approximate integration necessary in calculus?
Approximate integration is needed when the exact value of a definite integral cannot be calculated. This occurs when a function's antiderivative is unknown or cannot be expressed in closed form, or when the function is defined by empirical data points from experiments rather than a continuous formula. Numerical methods then provide the only practical solution.
Q2: How do Riemann sums estimate the area under a curve?
Riemann sums divide the integration interval into n equal subintervals of width Δx. For each subinterval, a rectangle is constructed with height determined by the function's value at a selected point. Adding the areas of all rectangles produces a numerical approximation of the definite integral, using basic geometry to estimate integrals of complex or unknown functions.
Q3: What is the difference between left and right endpoint approximations?
In left endpoint approximation, each rectangle's height is set by the function value at the left end of the subinterval. For increasing functions, this underestimates area; for decreasing functions, it overestimates. Right endpoint approximation uses the right end, producing opposite results: overestimation for increasing functions and underestimation for decreasing ones.
Q4: Why does left endpoint approximation underestimate increasing functions?
For an increasing function, the value at the left end of each subinterval is lower than values elsewhere in that subinterval. Using this smaller value as the rectangle height creates rectangles that do not fully capture the area beneath the curve, resulting in systematic underestimation of the total integral.
Q5: How do empirical data points affect integration methods?
When a function is defined by discrete experimental data points rather than a continuous formula, traditional symbolic integration is impossible. Approximate integration techniques like Riemann sums become essential, allowing scientists and engineers to estimate definite integrals from finite measurements collected during experiments or observations.
Q6: What role does subinterval width play in Riemann sum accuracy?
The width Δx of each subinterval directly affects approximation accuracy. Smaller subintervals create more rectangles, allowing finer resolution of the curve's behavior and generally producing more accurate estimates. As the number of subintervals increases and Δx decreases, the Riemann sum approximation converges toward the true value of the definite integral.
Q7: Why are approximate integration techniques valuable in scientific applications?
Approximate integration techniques are foundational tools in numerical analysis, especially valuable when integrals must be evaluated from discrete measurements or for functions too complex for symbolic integration. They enable practical solutions in engineering and scientific contexts where exact analytical methods are infeasible or impossible.