学习指南

用黎曼和近似面积

AP 微积分 BC· AP 微积分 BC CED — 积分与变化的累积· 14 分钟阅读

1. 黎曼和的核心思想★★☆☆☆⏱ 3 min

用黎曼和近似面积是在定义精确定积分之前,发展出的求曲线 轴、两条竖线 围成面积的基础数值方法。在AP微积分BC考试中,该知识点同时出现在选择题和自由问答题部分。

📘 定义

黎曼和近似法

RAM(RectangleApproximationMethod)RAM (Rectangle Approximation Method)

将区间 拆分为 个更小的子区间,用简单几何图形近似每个子区间上的面积,再将所有小面积相加。随着 增大,近似结果会趋近于真实面积。

这个过程直接引出了定积分的极限定义,当无法找到原函数计算精确面积时就会使用该方法。在AP考试中,题目会要求你计算近似值、用西格玛记号写出和、判断高估/低估,以及在实际情境中运用该方法。

2. 等分子区间黎曼和★★☆☆☆⏱ 4 min

AP考试中最常见的情况就是等宽子区间的黎曼和。将区间 拆分为 个子区间后,每个子区间的宽度为:

Δx=ban\Delta x = \frac{b-a}{n}

我们将端点标记为 对于 ,因此第 个子区间是 。共有四种标准类型:

  • 左黎曼和: 高度 = 左端点:

  • 右黎曼和: 高度 = 右端点:

  • 中点黎曼和: 高度 = 子区间中点:

  • 梯形和: Uses trapezoids:

偏差(高估/低估)遵循基于函数性质的简单规则:

  • 单调函数(左/右和):递增 → 左和 = 低估,右和 = 高估;递减 → 左和 = 高估,右和 = 低估

  • 凹凸性(中点/梯形和):凹向上 → 梯形和 = 高估,中点和 = 低估;凹向下 → 梯形和 = 低估,中点和 = 高估

📐 例题

Approximate the area under on using 4 equal subintervals. Calculate (a) Left, (b) Right, (c) Midpoint Riemann Sum.

  1. 1

    First calculate :

  2. 2
    Δx=204=0.5\Delta x = \frac{2-0}{4} = 0.5
  3. 3

    List endpoints and values:

  4. 4

    (a) Left Sum uses endpoints to :

  5. 5
    L4=0.5(1+1.25+2+3.25)=3.75L_4 = 0.5\left(1 + 1.25 + 2 + 3.25\right) = 3.75
  6. 6

    (b) Right Sum uses endpoints to :

  7. 7
    R4=0.5(1.25+2+3.25+5)=5.75R_4 = 0.5\left(1.25 + 2 + 3.25 + 5\right) = 5.75
  8. 8

    (c) Midpoints are , with values :

  9. 9
    M4=0.5(1.0625+1.5625+2.5625+4.0625)=4.625M_4 = 0.5\left(1.0625 + 1.5625 + 2.5625 + 4.0625\right) = 4.625

Exam tip:

在AP考试中,计算前一定要明确标记出从 的所有端点,这能避免混淆左右端点这个常见错误。

3. 西格玛记号表示的黎曼和★★★☆☆⏱ 4 min

AP考试经常要求你用西格玛记号写出黎曼和,或者识别给定西格玛形式的和的类型。等分子区间的一般形式为:

AreaΔxi=1nf(xi)\text{Area} \approx \Delta x \sum_{i=1}^n f(x_i^*)

其中 是第 个子区间中的样本点(左、右、中点)。AP考试一个常见的出题陷阱是偏移下标来考察你是否能识别:一定要检查首项和末项,确认你使用的端点是否正确。

📐 例题

Write the right Riemann sum for on with 8 equal subintervals in sigma notation. Then identify the sum .

  1. 1

    Calculate :

  2. 2
    Δx=518=12\Delta x = \frac{5-1}{8} = \frac{1}{2}
  3. 3

    For a right sum, the -th right endpoint (for to ) is .

  4. 4

    Substitute into the general formula to get the right sum:

  5. 5
    12i=18ln(1+i2)\frac{1}{2} \sum_{i=1}^8 \ln\left(1 + \frac{i}{2}\right)
  6. 6

    For the given sum, index runs from to . First term is (left endpoint of first interval), last term is (left endpoint of last interval). This is a left Riemann sum with 8 equal subintervals.

Exam tip:

一定要检查西格玛的起始下标:对于 个子区间,起始于 终止于 的和一定是左和,而起始于 终止于 的一定是右和。

4. 不等分子区间黎曼和★★★☆☆⏱ 3 min

很多AP自由问答题会给出非等间距点的函数值表格,要求计算黎曼和近似。对于不等分子区间,每个子区间 有自己的宽度 。分别计算每个面积,再将所有结果相加即可。这种情况在测量间隔不规律的实际应用题中非常常见。

📐 例题

The table below gives values of a decreasing function , velocity of a car in mph, at times in hours:

t0136
v(t)60524538

Approximate total distance traveled from to using a left Riemann sum, and state if it is over or under estimate.

  1. 1

    List subintervals and calculate each width: , ,

  2. 2

    Left sum uses left endpoints: , ,

  3. 3

    Calculate total approximate distance:

  4. 4
    Distance(601)+(522)+(453)=299\text{Distance} \approx (60 \cdot 1) + (52 \cdot 2) + (45 \cdot 3) = 299
  5. 5

    Since is decreasing, left endpoints are the largest value on each interval, so this is an overestimate of the true distance.

Exam tip:

对于表格类题目,永远不要假设所有子区间宽度相等。计算前一定要先列出每个子区间的宽度,避免丢分。

5. 常见陷阱

错误做法:

计算 时,使用子区间个数 代替 ,例如在 上取 时错误地令

原因:

混淆了子区间的数量和宽度,在写西格玛记号时尤其容易出错。

正确做法:

开始任何计算前,都要先明确计算并标记

错误做法:

颠倒了左/右和的高估/低估分类,例如认为递增函数的左和是高估。

原因:

死记硬背不理解原理导致记反。

正确做法:

花10秒粗略画出函数和矩形,就能看出矩形在曲线上方还是下方。

错误做法:

For the trapezoidal rule, forgetting the leading factor or forgetting to double the middle terms.

原因:

Misremembering the formula.

正确做法:

Derive the trapezoidal sum as the average of the left and right sum: , which automatically gives correct coefficients.

错误做法:

For unequal subinterval table problems, using an average width for all subintervals even when spacing is uneven.

原因:

Habit from equal-subinterval problems leads to automatic incorrect assumption.

正确做法:

Always list all subinterval widths first before calculating the sum.

错误做法:

Starting a right Riemann sum at instead of , leading to including the left endpoint of the full interval and missing the right endpoint.

原因:

Confusion about index numbering for sigma notation.

正确做法:

Write out the first and last term of the sum to confirm endpoints match requirements.

6. 速查表

分类

公式

注释

Equal subinterval width

= number of subintervals, interval

General Riemann Sum

= sample point, = width of -th subinterval

Left Sum (equal )

Increasing : underestimate; decreasing : overestimate

Right Sum (equal )

Increasing : overestimate; decreasing : underestimate

Midpoint Sum (equal )

Concave up : underestimate; concave down : overestimate

Trapezoidal Sum (equal )

Concave up : overestimate; concave down : underestimate;

Trapezoidal Sum (unequal )

Use for table problems with non-uniform spacing

Left Sum (unequal )

Uses left endpoint of each subinterval for height

Right Sum (unequal )

Uses right endpoint of each subinterval for height

真题中的出现

AI 根据考纲规律估算的考点位置,请对照官方真题核实准确性。仅作复习重点参考。

  • 2023 · MCQ

    判断黎曼和是高估还是低估

  • 2022 · FRQ

    不等分子区间黎曼和计算

  • 2021 · MCQ

    识别西格玛记号表示的黎曼和类型

下一步

本知识点是AP微积分BC中所有积分内容的基础。学完黎曼和后,你接下来会学习定积分作为黎曼和极限的定义,它将真实面积正式定义为子区间数量趋近于无穷时近似值的极限。如果不扎实掌握黎曼和近似面积的原理,面积和定积分之间的联系会非常抽象,也会更难掌握第6单元的核心内容:微积分基本定理和累积函数。黎曼和近似也直接引出了BC中更高级的数值积分方法,包括辛普森法则,用于在无法得到精确原函数时获得更准确的近似结果。