题目
Problem
Figure 1 shows a sketch of the curve C with parametric equations
x=5+2tanty=8sec2t−3π≤t≤4π
(a) Use parametric differentiation to find the gradient of C at x=3
(4)
The curve C has equation y=f(x), where f is a quadratic function.
(b) Find f(x) in the form a(x+b)2+c, where a, b and c are constants to be found.
(3)
(c) Find the range of f.
(2)
题目中文翻译
图 1 给出了曲线 C 的草图,其参数方程为
x=5+2tanty=8sec2t−3π≤t≤4π
(a) 使用参数求导法求曲线 C 在 x=3 处的梯度。
曲线 C 的方程为 y=f(x),其中 f 是二次函数。
(b) 求 f(x),并将其写成 a(x+b)2+c 的形式,其中 a,b,c 为待求常数。
(c) 求 f 的值域。
解答
(a)
解法一
思路
展开
分别对两个参数方程关于 t 求导,再用 dxdy=dx/dtdy/dt。由 x=3 先求出 tant,然后代入导数表达式。
答题过程
展开
Differentiating the parametric equations gives
dtdx=2sec2t
and
dtdy=16sec2ttant.
Therefore,
dxdy===dx/dtdy/dt2sec2t16sec2ttant8tant.
When x=3,
3=5+2tant⟹tant=−1.
Hence the gradient of C at x=3 is
−8.
(b)
解法一
思路
展开
由两个参数方程分别表示 tant 和 sec2t,再代入恒等式 1+tan2t=sec2t,即可消去参数并直接得到配方形式。
答题过程
展开
From the parametric equations,
tant=2x−5
and
sec2t=8y.
Using 1+tan2t=sec2t,
1+(2x−5)2=8y.
Therefore,
f(x)=2(x−5)2+8.
Thus a=2, b=−5 and c=8.
解法二
思路
展开
承接 (a),把 tant=2x−5 代入参数导数,可得到只含 x 的 f′(x)。对它积分后,再用曲线上的点 (3,16) 求积分常数。
答题过程
展开
From part (a),
dxdy=8tant.
Since tant=2x−5,
f′(x)=4(x−5).
Integrating gives
f(x)=2(x−5)2+C.
When x=3, we have tant=−1, so sec2t=2 and hence y=16. Therefore,
16=2(3−5)2+C,
which gives C=8. Thus,
f(x)=2(x−5)2+8.
解法三
思路
展开
官方资料也接受用曲线上的三个点确定二次函数。选取参数值 t=−4π,0,4π,得到三个坐标,再解 f(x)=Ax2+Bx+C 的联立方程并配方。
答题过程
展开
Using t=−4π, 0 and 4π gives the points
(3,16),(5,8),(7,16).
Let
f(x)=Ax2+Bx+C.
Substituting the three points gives
9A+3B+C=25A+5B+C=49A+7B+C=16,8,16.
Subtracting the first equation from the second, and the second from the third, gives
16A+2B=24A+2B=−8,8.
Hence A=2, B=−20 and C=58. Therefore,
f(x)==2x2−20x+582(x−5)2+8.
Thus,
f(x)=2(x−5)2+8.
(c)
解法一
思路
展开
先由参数范围求出 x 的范围。抛物线顶点 x=5 位于该区间内,所以最小值是 8;再比较两个区间端点的函数值,确定最大值。
答题过程
展开
Since
−3π≤t≤4π
and tant is increasing on this interval,
−3≤tant≤1.
Therefore,
5−23≤x≤7.
The minimum of f(x)=2(x−5)2+8 occurs at x=5, giving
f(5)=8.
At the endpoints,
f(5−23)=32
and
f(7)=16.
Hence the range of f is
8≤f(x)≤32.