题目
Problem
A set of points P(x,y) is defined by the parametric equations
x=2t+1t−1y=2t+16t=−21
(a) Show that all points P(x,y) lie on a straight line.
(4)
(b) Hence or otherwise, find the x coordinate of the point of intersection of this line and the line with equation y=x+12
(2)
题目中文翻译
点集 P(x,y) 由下列参数方程给出:
x=2t+1t−1y=2t+16t=−21
(a) 证明所有点 P(x,y) 都在同一条直线上。
(b) 进而或用其他方法,求该直线与方程 y=x+12 所表示直线的交点的 x 坐标。
解答
(a)
解法一
思路
展开
直接利用 y=2t+16 表示 2t+11,再把 x 的分子改写成分母的线性组合。这样可以立即消去参数 t,得到 x,y 满足的一次方程。
答题过程
展开
Rewrite
t−1=21(2t+1)−23.
Then
x==2t+1t−121−2(2t+1)3.
Since
y=2t+16,
we have
2(2t+1)3=4y.
Therefore,
x=4x+y=21−4y,2.
This is a linear equation, so all points P(x,y) lie on the straight line
4x+y=2.
解法二
思路
展开
这是官方评分资料接受的另一条路线。分别对两个参数方程求导;若 dxdy 为常数,就说明轨迹的斜率处处相同,因此轨迹位于一条直线上。
答题过程
展开
Differentiating with respect to t,
dtdx==(2t+1)2(2t+1)−2(t−1)(2t+1)23
and
dtdy=−(2t+1)212.
Hence
dxdy==dtdy÷dtdx−4.
The gradient is constant, so the locus is a straight line.
(b)
解法一
思路
展开
承接 (a),联立轨迹直线 4x+y=2 与给出的直线 y=x+12,消去 y 即可求交点的 x 坐标。
答题过程
展开
At the point of intersection,
4x+(x+12)=2.
Therefore,
5x=x=−10,−2.