Question
Problem
The parabola C has cartesian equation y2=4ax, where a is a positive constant.
The point P(ap2,2ap) lies on C.
The line l is the normal to C at the point P.
The line l passes through the point B with coordinates (10a,0).
Given that p>0
(a) use calculus to find, in terms of a only, the coordinates of P.
The point S is the focus of the parabola C.
(b) Find, in terms of a, the exact area of triangle SBP.
A circle has equation
(x−10a)2+y2=49a2
Given that the line l cuts this circle at the point R, where y>0
(c) find, in terms of a, the distance PR.
中文翻译
抛物线 C 的直角坐标方程为 y2=4ax,其中 a 是一个正常数。
点 P(ap2,2ap) 在 C 上。
直线 l 是 C 在点 P 处的法线。
直线 l 经过坐标为 (10a,0) 的点 B。
已知 p>0
(a) 用微积分方法,仅用 a 表示,求点 P 的坐标。
点 S 是抛物线 C 的焦点。
(b) 用 a 表示,求三角形 SBP 的精确面积。
一个圆的方程为
(x−10a)2+y2=49a2
已知直线 l 与该圆相交于点 R,其中 y>0
(c) 用 a 表示,求距离 PR。
解答
(a)
解法一
思路
展开
对抛物线方程隐式求导,得到点 P 处的切线斜率,再取负倒数求法线斜率。法线同时经过 P 与 B,利用点斜式求出参数 p;最后代回 P 的参数坐标。
答题过程
展开
Differentiating y2=4ax implicitly gives
2ydxdy=4a,
so
dxdy=y2a.
At P(ap2,2ap), the gradient of the tangent is
2ap2a=p1.
Therefore, the gradient of the normal is −p. Since the normal passes through P and B(10a,0),
0−2ap=−p(10a−ap2).
As p>0, we may divide by −p, giving
2a=10a−ap2.
Since a>0,
p2=8.
The condition p>0 gives
p=22.
Hence
xP=yP=ap2=8a,2ap=42a.
Therefore,
P=(8a,42a).
(b)
解法一
思路
展开
抛物线 y2=4ax 的焦点是 S=(a,0)。线段 SB 位于 x 轴上,可作为三角形的底;点 P 的纵坐标就是相应的高。
答题过程
展开
The focus of C is
S=(a,0).
Since B=(10a,0),
SB=10a−a=9a.
Using the y-coordinate of P found in part (a),
Area of △SBP==21(9a)(42a)182a2.
(c)
解法一
思路
展开
圆心是 B=(10a,0),而法线 l 经过 B,所以 BR 是圆的半径。由 yR>0 可知 R 与 P 位于从 B 出发的同一条射线上,因此 PR=PB−BR。
答题过程
展开
Using P=(8a,42a) and B=(10a,0),
PB===(10a−8a)2+(42a)24a2+32a26a.
The circle has centre B and radius
BR=23a.
The condition yR>0 places R on the ray from B towards P. Hence
PR===PB−BR6a−23a29a.