题目
Problem
The curve C1 has equation y=f(x).
A table of values of x and y for y=f(x) is shown below, with the y values rounded to 4 decimal places where appropriate.
| x | 0 | 0.5 | 1 | 1.5 | 2 |
|---|
| y | 3 | 2.6833 | 2.4 | 2.1466 | 1.92 |
(a) Use the trapezium rule with all the values of y in the table to find an approximation for
∫02f(x)dx
giving your answer to 3 decimal places.
(3)
Figure 1
Figure 2
The region R, shown shaded in Figure 1, is bounded by
- the curve C1
- the curve C2 with equation y=2−41x2
- the line with equation x=2
- the y-axis
The region R forms part of the design for a logo shown in Figure 2.
The design consists of the shaded region R inside a rectangle of width 2 and height 3
Using calculus and the answer to part (a),
(b) calculate an estimate for the percentage of the logo which is shaded.
(4)
解答
(a)
解法一
思路
展开
梯形法则(Trapezium Rule)用于估算曲线下方的面积。公式为:
∫abydx≈2h[y0+yn+2(y1+y2+⋯+yn−1)]
这里,积分区间为 [0,2],区间被分为 4 个等宽的条带(Strip):
- 步长 h=42−0=0.5(或者直接通过 x 表格中的间距 0.5−0=0.5 观察得出)。
- 表格中的 y 值对应为:
- y0=3
- y1=2.6833
- y2=2.4
- y3=2.1466
- y4=1.92
代入公式计算并保留三位小数即可。
答题过程
展开
The width of each interval (strip) is:
h=0.5
Applying the trapezium rule formula:
∫02f(x)dx≈2h[y0+y4+2(y1+y2+y3)]
Substituting the y values from the table:
∫02f(x)dx≈====≈20.5[3+1.92+2(2.6833+2.4+2.1466)]0.25[4.92+2(7.2299)]0.25[4.92+14.4598]0.25×19.37984.844954.845(to 3 decimal places)
(b)
解法一
思路
展开
根据图 1 和题目描述,阴影区域 R 夹在曲线 C1(上方边界)与曲线 C2(下方边界)之间,区间为 x∈[0,2]。
因此,阴影区域的面积可以用上方曲线下方的面积减去下方曲线下方的面积来计算:
Area(R)=∫02f(x)dx−∫02(2−41x2)dx
- 计算 C2 下方的面积:
∫02(2−41x2)dx=[2x−121x3]02=(4−128)−0=4−32=310
- 计算阴影面积 Area(R):
使用 (a) 部分估算的 4.845 代替第一项积分:
Area(R)≈4.845−310≈1.5117
- 计算阴影占比百分比:
整个 Logo 的背景是一个宽为 2、高为 3 的矩形,其总面积为:
Total Area=2×3=6
阴影占比为:
Percentage=Total AreaArea(R)×100%≈61.5117×100%≈25.2%
答题过程
展开
First, we find the exact area under the curve C2:y=2−41x2 from x=0 to x=2 using integration:
Area under C2======∫02(2−41x2)dx[2x−12x3]02(2(2)−1223)−04−1284−32310
The shaded region R is the area between C1 and C2. Using the approximation from part (a):
Area(R)=≈==∫02f(x)dx−Area under C24.845−3104.845−3.3333...1.51166...
The logo is a rectangle of width 2 and height 3, so its total area is:
Total Area=2×3=6
The percentage of the logo which is shaded is:
\begin{align*}
\text{Percentage} =&\,\, \frac{\text{Area}(R)}{\text{Total Area}} \times 100\% \\[2mm]
\approx&\,\, \frac{1.51166...}{6} \times 100\% \\[2mm]
=&\,\, 0.25194... \times 100\% \\[2mm]
\approx&\,\, 25.2\% \quad (\text{to 3 significant figures})
\end{align>