题目
Problem
Figure 1 shows the graph of
y=1−log10(sinx)0<x<π
where x is in radians.
The table below shows some values of x and y for this graph, with values of y given to 3 decimal places.
| x | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 |
|---|
| y | 1.319 | | 1.001 | | 1.223 | 1.850 |
(a) Complete the table above, giving values of y to 3 decimal places.
(2)
(b) Use the trapezium rule with all the y values in the completed table to find, to 2 decimal places, an estimate for
∫0.53(1−log10(sinx))dx
(3)
(c) Use your answer to part (b) to find an estimate for
∫0.53(3+log10(sinx))dx
(3)
题目中文翻译
图 1 给出了函数图象:
y=1−log10(sinx)0<x<π
其中 x 的单位是弧度。
下表给出了图象上的一些 x 和 y 的对应值(其中 y 保留三位小数):
| x | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 |
|---|
| y | 1.319 | | 1.001 | | 1.223 | 1.850 |
(a) 补全上方表格,将 y 的值保留三位小数。 (2)
(b) 利用梯形法则(使用已补全表格中的所有 y 值),求出积分:
∫0.53(1−log10(sinx))dx
的估算值,保留两位小数。 (3)
(c) 利用 (b) 问的答案,求出积分:
∫0.53(3+log10(sinx))dx
的估算值。 (3)
解答
(a)
解法一
思路
展开
这里我们需要代入 x=1 和 x=2 到函数表达式 y=1−log10(sinx) 中,利用计算器计算出对应的值。
需要特别注意:计算器的角度模式必须设置为弧度(Radians),因为题目中明确指出 x is in radians。
- 当 x=1 时:
y=1−log10(sin1)
- 当 x=2 时:
y=1−log10(sin2)
计算并四舍五入到 3 位小数。
答题过程
展开
Ensure the calculator is set to radians mode.
-
For x=1:
y=≈≈≈1−log10(sin1)1−log10(0.84147...)1−(−0.07496...)1.075
-
For x=2:
y=≈≈≈1−log10(sin2)1−log10(0.90929...)1−(−0.04129...)1.041
The completed table is:
| x | 0.5 | 1 | 1.5 | 2 | 2.5 | 3 |
|---|
| y | 1.319 | 1.075 | 1.001 | 1.041 | 1.223 | 1.850 |
(b)
解法一
思路
展开
利用梯形法则(Trapezium Rule)估算定积分:
∫abydx≈2h[y0+yn+2(y1+y2+⋯+yn−1)]
其中:
- 步长 h=53−0.5=0.5 (或者通过相邻 x 的差直接看出 h=0.5)。
- 边界项 y0=1.319, y5=1.850。
- 中间项 y1=1.075, y2=1.001, y3=1.041, y4=1.223。
代入公式计算,最终保留 2 位小数。
答题过程
展开
The step width is h=0.5.
Applying the trapezium rule:
I=≈=====≈∫0.53ydx2h[y0+y5+2(y1+y2+y3+y4)]20.5[1.319+1.850+2(1.075+1.001+1.041+1.223)]0.25[3.169+2(4.340)]0.25[3.169+8.680]0.25×11.8492.962252.96
Thus, the estimate for the integral is 2.96.
(c)
解法一:被积函数线性代数重组法
思路
展开
题目要求估算 ∫0.53(3+log10(sinx))dx 且提示利用 (b) 问的结论。
由于直接积分 log10(sinx) 极其困难,我们应当建立该被积函数与 (b) 中被积函数 y=1−log10(sinx) 之间的代数关系:
3+log10(sinx)=4−(1−log10(sinx))
这样,我们就可以利用积分的线性性质,把积分拆开:
∫0.53(3+log10(sinx))dx=∫0.534dx−∫0.53(1−log10(sinx))dx
第一项是一个常数定积分,可以直接算出:
∫0.534dx=[4x]0.53=4×3−4×0.5=12−2=10
第二项就是 (b) 问估算出的积分值 2.96。
代入即可轻松求出结果。
答题过程
展开
Observe the algebraic relationship between the two integrands:
3+log10(sinx)=4−(1−log10(sinx))
We can split the integral using this relationship:
====≈∫0.53(3+log10(sinx))dx∫0.534dx−∫0.53(1−log10(sinx))dx[4x]0.53−∫0.53(1−log10(sinx))dx(4×3−4×0.5)−2.96225...10−2.96225...7.04
Therefore, the estimated value is 7.04 (or 7.04 follow-through on their value in part b).
解法二:对数积分部分项提取法
思路
展开
同样可以通过提取部分项来计算。由于:
1−log10(sinx)=y⟹log10(sinx)=1−y
我们可以首先从 (b) 中提取出 log10(sinx) 这一部分的定积分值:
∫0.53log10(sinx)dx=∫0.531dx−∫0.53ydx
=[x]0.53−Ib=2.5−2.96=−0.46
然后再把这一部分代回 (c) 中的原式:
∫0.53(3+log10(sinx))dx=∫0.533dx+∫0.53log10(sinx)dx
=[3x]0.53+(−0.46)=(9−1.5)−0.46=7.5−0.46=7.04
这种方法也是完全正确且逻辑清晰的替代路线。
答题过程
展开
Rearrange the equation of the curve to express the log term:
log10(sinx)=1−y
First, find the integral of log10(sinx) over the interval [0.5,3]:
∫0.53log10(sinx)dx=====∫0.531dx−∫0.53ydx[x]0.53−2.96225...(3−0.5)−2.96225...2.5−2.96225...−0.46225...
Now calculate the required integral:
∫0.53(3+log10(sinx))dx=====≈∫0.533dx+∫0.53log10(sinx)dx[3x]0.53+(−0.46225...)(3×3−3×0.5)−0.46225...7.5−0.46225...7.03775...7.04