Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2024 Oct Q1

A Level / Edexcel / P2

IAL 2024 Oct Paper · Question 1

题目

Problem

A continuous curve has equation y=f(x)y=f(x). A table of values of xx and yy for y=f(x)y=f(x) is shown below.

xx0.50.51.751.75334.254.255.55.5
yy3.4793.4796.1016.1017.4487.4486.8236.8235.1825.182

Using the trapezium rule with all the values of yy in the given table,

(a) find an estimate for

0.55.5f(x)dx\int_{0.5}^{5.5}f(x)\,\mathrm{d}x

giving your answer to one decimal place.

(3)

(b) Using your answer to part (a) and making your method clear, estimate

0.55.5(f(x)+4x)dx\int_{0.5}^{5.5}(f(x)+4x)\,\mathrm{d}x
(2)

解答

(a)

解法一

思路

展开

五个 xx 值给出四个梯形,步长是 1.251.25。端点只算一次,中间三项乘以 22

答题过程

展开

The strip width is

h=5.50.54=1.25.\begin{align*} h=\frac{5.5-0.5}{4}=1.25. \end{align*}

Using the trapezium rule,

0.55.5f(x)dx1.252{3.479+5.182+2(6.101+7.448+6.823)}=30.878125=30.9\begin{align*} \int_{0.5}^{5.5}f(x)\,\mathrm{d}x &\approx \frac{1.25}{2}\{3.479+5.182\\ &\quad+2(6.101+7.448+6.823)\}\\ =&\,30.878125\\ =&\,30.9 \end{align*}

to one decimal place.

(b)

解法一

思路

展开

积分可以拆开:(f(x)+4x)dx=f(x)dx+4xdx\int(f(x)+4x)\,\mathrm{d}x=\int f(x)\,\mathrm{d}x+\int4x\,\mathrm{d}x。第一个积分直接用 (a) 的结果。

答题过程

展开

Using the result from part (a),

0.55.5(f(x)+4x)dx30.9+0.55.54xdx=30.9+[2x2]0.55.5=30.9+2(5.5)22(0.5)2=30.9+60=90.9.\begin{align*} \int_{0.5}^{5.5}(f(x)+4x)\,\mathrm{d}x &\approx 30.9+\int_{0.5}^{5.5}4x\,\mathrm{d}x\\ =&\,30.9+\left[2x^2\right]_{0.5}^{5.5}\\ =&\,30.9+2(5.5)^2-2(0.5)^2\\ =&\,30.9+60\\ =&\,90.9. \end{align*}