题目
Problem
8. The parabola C has equation y2=20x
The point P on C has coordinates (5p2,10p) where p is a non-zero constant.
(a) Use calculus to show that the tangent to C at P has equation
py−x=5p2
(3)
The tangent to C at P meets the y-axis at the point A.
(b) Write down the coordinates of A.
(1)
The point S is the focus of C.
(c) Write down the coordinates of S.
(1)
The straight line l1 passes through A and S.
The straight line l2 passes through O and P, where O is the origin.
Given that l1 and l2 intersect at the point B,
(d) show that the coordinates of B satisfy the equation
2x2+y2=10x
(5)
题目中文翻译
- 抛物线 C 的方程为 y2=20x
C 上的点 P 的坐标为 (5p2,10p),其中 p 是非零常数。
(a) 利用微积分证明 C 在 P 处的切线方程为
py−x=5p2
C 在 P 处的切线与 y 轴相交于点 A。
(b) 写出 A 的坐标。
点 S 是 C 的焦点。
(c) 写出 S 的坐标。
直线 l1 经过 A 和 S。
直线 l2 经过 O 和 P,其中 O 是原点。
已知 l1 和 l2 相交于点 B,
(d) 证明 B 的坐标满足方程
2x2+y2=10x
解答
(a)
解法一
思路
对抛物线方程隐式求导,求出点 P 处的切线斜率,再使用点斜式整理出所需方程。
答题过程
Differentiating y2=20x implicitly with respect to x gives
2ydxdy=20,
so
dxdy=y10.
At P(5p2,10p), the gradient of the tangent is
10p10=p1.
Therefore, the equation of the tangent at P is
y−10p=p1(x−5p2).
Multiplying by p and rearranging gives
py−x=5p2.
(b)
解法一
思路
点 A 位于 y 轴上,因此在切线方程中令 x=0。
答题过程
At A, x=0. Substituting this into py−x=5p2 gives
py=5p2.
Since p=0, y=5p. Therefore,
A=(0,5p).
(c)
解法一
思路
把方程与标准形式 y2=4ax 比较,焦点坐标为 (a,0)。
答题过程
Comparing y2=20x with y2=4ax gives
4a=20,
so a=5. Hence the focus is
S=(5,0).
(d)
解法一
思路
分别求出直线 l1 和 l2 的方程。点 B 同时位于两条直线上,因此利用 l2 消去参数 p,代入 l1 后即可得到轨迹方程。
答题过程
The gradient of l1, which passes through A(0,5p) and S(5,0), is
5−00−5p=−p.
Hence
l1:y=−px+5p.
The gradient of l2, which passes through O(0,0) and P(5p2,10p), is
5p210p=p2.
Hence
l2:y=p2x.
At B, both equations hold. Also, y=0: otherwise l2 would give x=0, but O does not lie on l1 since p=0. Therefore, the equation of l2 gives
p=y2x.
Substituting this into the equation of l1 gives
y=−y2x2+y10x.
Therefore,
y2=−2x2+10x,
and hence the coordinates of B satisfy
2x2+y2=10x.
解法二
思路
联立两条直线,先把交点 B 的坐标写成参数 p 的表达式,再直接代入目标方程的左边验证。
答题过程
At B, the equations
y=−px+5p
and
y=p2x
hold simultaneously. Therefore,
p2x=−px+5p.
Multiplying by p and rearranging gives
x(p2+2)=5p2.
Thus
x=p2+25p2
and
y=p2x=p2+210p.
It follows that
2x2+y2=(p2+2)250p4+(p2+2)2100p2=(p2+2)250p2(p2+2)=p2+250p2=10x.
Therefore, the coordinates of B satisfy
2x2+y2=10x.