题目
Problem
Figure 2 shows a sketch of the curve defined by the parametric equations
x=t2+2ty=t(3−t)2a≤t≤b
where a and b are constants.
The ends of the curve lie on the line with equation y=1.
(a) Find the value of a and the value of b.
(2)
The region R, shown shaded in Figure 2, is bounded by the curve and the line with equation y=1.
(b) Show that the area of region R is given by
M−k∫abt(3−t)t+1dt
where M and k are constants to be found.
(5)
(c) (i) Write
t(3−t)t+1
in partial fractions.
(ii) Use algebraic integration to find the exact area of R, giving your answer in simplest form.
(6)
题目中文翻译
图 2 给出了由参数方程定义的曲线草图:
x=t2+2ty=t(3−t)2a≤t≤b
其中 a,b 为常数。
曲线的两端在直线 y=1 上。
(a) 求 a 和 b 的值。
阴影区域 R 由该曲线和直线 y=1 围成。
(b) 证明区域 R 的面积为
M−k∫abt(3−t)t+1dt
其中 M,k 为待求常数。
(c) (i) 将
t(3−t)t+1
分解为部分分式。
(ii) 使用代数积分求区域 R 的精确面积,并写成最简形式。
解答
(a)
解法一
思路
展开
曲线两端都在直线 y=1 上,所以把参数方程中的 y 设为 1,解出对应的两个 t 值。由于题目写成 a≤t≤b,较小的值就是 a,较大的值就是 b。
答题过程
展开
The ends of the curve lie on
y=1
So
t(3−t)2=1
Thus
2=t(3−t)
Expand and rearrange:
2=3t−t2
so
t2−3t+2=0
Factorise:
(t−1)(t−2)=0
Therefore
t=1ort=2
Hence
a=1,b=2
(b)
解法一
思路
展开
区域 R 是直线 y=1 下方的矩形区域减去参数曲线下方的面积。先用参数曲线面积公式
∫ydtdxdt
求曲线下方面积,再用 t=1,2 找出端点的 x 坐标,从而得到矩形宽度。
答题过程
展开
The area under the parametric curve is
∫abydtdxdt
Now
x=t2+2t
so
dtdx=2t+2=2(t+1)
Also,
y=t(3−t)2
Therefore the area under the curve is
∫12t(3−t)2⋅2(t+1)dt=4∫12t(3−t)t+1dt
At t=1,
x=12+2(1)=3
At t=2,
x=22+2(2)=8
The region is between the line y=1 and the curve, so its area is
rectangle area−area under the curve
The rectangle has width
8−3=5
and height 1, so its area is 5.
Thus
Area of R=5−4∫12t(3−t)t+1dt
Hence
M=5,k=4
(c)(i)
解法一
思路
展开
分母已经分解成 t(3−t),所以部分分式应设为
tA+3−tB
再通分比较分子。代入 t=0 和 t=3 可以快速求出 A,B。
答题过程
展开
Write
t(3−t)t+1=tA+3−tB
Then
t+1=A(3−t)+Bt
Let t=0:
1=3A
so
A=31
Let t=3:
4=3B
so
B=34
Therefore
t(3−t)t+1=3t1+3(3−t)4
(c)(ii)
解法一
思路
展开
承接 (b) 的面积表达式和 (c)(i) 的部分分式结果。积分时要注意
∫3−t1dt=−ln(3−t)
所以第二项会带负号。最后把上下限 1 和 2 代入,并代回面积公式。
答题过程
展开
From part (b),
Area of R=5−4∫12t(3−t)t+1dt
Using part (c)(i),
∫t(3−t)t+1dt=∫(3t1+3(3−t)4)dt
So
∫t(3−t)t+1dt=31lnt−34ln(3−t)
Therefore
∫12t(3−t)t+1dt=[31lnt−34ln(3−t)]12=(31ln2−34ln1)−(31ln1−34ln2)=31ln2+34ln2=35ln2
Hence
Area of R=5−4(35ln2)=5−320ln2
Therefore the exact area is
5−320ln2