题目
Problem
8. The point P(2p2,4p) lies on the parabola with equation y2=8x
(a) Show that the point Q(p22,−p4), where p=0, lies on the parabola.
(1)
(b) Show that the chord PQ passes through the focus of the parabola.
(4)
The tangent to the parabola at P and the tangent to the parabola at Q meet at the point R
(c) Determine, in simplest form, the coordinates of R
(8)
题目中文翻译
- 点 P(2p2,4p) 在抛物线 y2=8x 上。
(a) 证明点 Q(p22,−p4)(其中 p=0)在抛物线上。
(b) 证明弦 PQ 经过抛物线的焦点。
抛物线在 P 处的切线和抛物线在 Q 处的切线相交于点 R。
(c) 以最简形式确定 R 的坐标。
解答
(a)
解法一
思路
展开
把 Q 的横、纵坐标代入 y2=8x。若等式两边相同,就证明了 Q 在抛物线上。
答题过程
展开
At Q(2/p2,−4/p),
y2=(−p4)2=p216,
and
8x=8(p22)=p216.
Therefore y2=8x, so Q lies on the parabola.
(b)
解法一
思路
展开
由 y2=4ax 可知焦点为 (2,0)。利用 P,Q 写出弦的方程,再代入焦点坐标验证;将方程写成交叉相乘后的形式,也能涵盖弦为竖直线的 p=±1 情形。
答题过程
展开
Since y2=8x=4(2)x, the focus is
F=(2,0).
The gradient of PQ, when p2=1, is
mPQ==2p2−2/p24p−(−4/p)p2−12p.
Hence the equation of the chord, in cross-multiplied form, is
(p2−1)(y−4p)=(p2−1)y=2p(x−2p2),2px−4p.
This equation also gives the vertical chords x=2 when p=±1. Substituting F=(2,0) gives
(p2−1)(0)=2p(2)−4p=0.
Therefore F lies on PQ, so the chord PQ passes through the focus.
(c)
解法一
思路
展开
对抛物线隐函数求导,分别求出 P,Q 处的切线斜率。写出两条切线方程后联立,先解得 x=−2,再代回求纵坐标。
答题过程
展开
Differentiating y2=8x with respect to x gives
2ydxdy=8,
so
dxdy=y4.
At P(2p2,4p), the tangent gradient is 1/p. Its equation is therefore
y−4p=y=p1(x−2p2),px+2p.
At Q(2/p2,−4/p), the tangent gradient is −p. Its equation is
y+p4=y=−p(x−p22),−px−p2.
At their point of intersection,
px+2p=−px−p2.
Multiplying by p and rearranging,
x+2p2=(1+p2)x=x=−p2x−2,−2(1+p2),−2.
Substituting into the tangent at P,
y=p−2+2p=2p−p2.
Hence
R(−2,2p−p2).