题目
Problem
The ellipse E has equation
a2x2+b2y2=1a>b>0
The point P(acosθ,bsinθ) lies on E where 0<θ<2π
(a) Use calculus to show that an equation of the normal to E at P is
by=axtanθ+(b2−a2)sinθ
The normal to E at P meets E again on the y-axis at the point B.
Given that O is the origin and that the area of triangle OBP is 43b2
(b) show that sinθ=21
(c) determine, in terms of a only, the exact coordinates of the point P.
(4)
(5)
(3)
题目中文翻译
椭圆 E 的方程为
a2x2+b2y2=1a>b>0
点 P(acosθ,bsinθ) 在 E 上,其中 0<θ<2π。
(a) 用微积分证明,P 点处的法线方程为
by=axtanθ+(b2−a2)sinθ
P 点处的法线与 E 再次相交于 y 轴上的点 B。
已知 O 为原点,三角形 OBP 的面积为 43b2。
(b) 证明 sinθ=21。
(c) 用仅含 a 的形式求点 P 的准确坐标。
解答
(a)
解法一
思路
展开
把椭圆上的点视为参数曲线,分别对 x=acosθ、y=bsinθ 关于 θ 求导,从而求出切线斜率。法线斜率是切线斜率的负倒数,再用点斜式并整理成题目指定的形式。
答题过程
展开
Using the parametric coordinates of P,
dθdx=dθdy=−asinθ,bcosθ.
Therefore, the gradient of the tangent is
dxdy=−asinθbcosθ,
so the gradient of the normal is
mN=bcosθasinθ.
The normal through P=(acosθ,bsinθ) is therefore
y−bsinθ=bcosθasinθ(x−acosθ).
Multiplying by bcosθ gives
bycosθ−b2sinθcosθ=axsinθ−a2sinθcosθ.
Since 0<θ<2π, cosθ>0. Dividing by cosθ and rearranging,
by=axtanθ+(b2−a2)sinθ.
解法二
思路
展开
官方评分资料也允许对椭圆方程隐式求导。先得到含 x,y 的切线斜率,再代入点 P,便会得到与参数求导相同的法线斜率。
答题过程
展开
Differentiating the equation of the ellipse implicitly,
a22x+b22ydxdy=dxdy=0,−a2yb2x.
At P=(acosθ,bsinθ),
dxdy=−asinθbcosθ.
Hence the gradient of the normal is
mN=bcosθasinθ.
Using the point-slope form,
y−bsinθ=bcosθasinθ(x−acosθ).
Thus
by−b2sinθ=by=axtanθ−a2sinθ,axtanθ+(b2−a2)sinθ.
Therefore,
by=axtanθ+(b2−a2)sinθ.
(b)
解法一
思路
展开
先利用 B 同时在椭圆和 y 轴上,判断其坐标是 (0,−b),再把它代入 (a) 的法线方程。另一方面,以 OB 为底、点 P 到 y 轴的距离为高,写出三角形面积。联立两式并令 s=sinθ,即可得到只含 s 的三次方程。
答题过程
展开
Since B lies on the y-axis and on the ellipse, B=(0,±b). In the normal equation, setting x=0 gives
by=(b2−a2)sinθ<0,
because a>b>0 and 0<θ<2π. Hence
B=(0,−b).
Substituting B into the normal equation gives
−b2=(b2−a2)sinθ.
Also, the base OB has length b, and the perpendicular height of P from the y-axis is acosθ. Therefore,
21abcosθ=2acosθ=b2=43b2,3b,94a2cos2θ.
Let s=sinθ. Then
b2=94a2(1−s2).
Substituting this into the equation from the normal,
4(1−s2)=[9−4(1−s2)]s.
Therefore,
4−4s2=4s3+4s2+5s−4=(2s−1)(2s2+3s+4)=5s+4s3,0,0.
The quadratic factor has discriminant
32−4(2)(4)=−23<0,
so it has no real roots. Hence 2s−1=0, and therefore
sinθ=21.
解法二
思路
展开
官方替代路线不立即消去 a,b。先分别由法线条件和面积条件写出 sinθ、cosθ,再代入 sin2θ+cos2θ=1,得到关于 a2,b2 的多项式并因式分解。
答题过程
展开
From the normal equation at B=(0,−b),
sinθ=a2−b2b2.
From the area condition,
cosθ=2a3b.
Using sin2θ+cos2θ=1,
(a2−b2)2b4+4a29b2=1.
Multiplying by 4a2(a2−b2)2 and expanding gives
9b6−18a2b4+17a4b2−4a6=0,(3b2−a2)(3b4−5a2b2+4a4)=0.
Treating the second factor as a quadratic in b2, its discriminant is
(−5a2)2−4(3)(4a4)=−23a4<0.
Therefore, the second factor cannot be zero for real a,b, so
3b2−a2=0.
Hence
sinθ===a2−b2b23b2−b2b221.
(c)
解法一
思路
展开
承接 (b),由角度范围确定 cosθ 取正值。再利用面积条件 2acosθ=3b 把 b 写成 a,最后代入 P=(acosθ,bsinθ)。
答题过程
展开
Since 0<θ<2π and sinθ=21,
cosθ=23.
From the area condition in part (b),
b==32acosθ33a.
Therefore,
P==(acosθ,bsinθ)(23a,63a).
Hence the exact coordinates are
P(23a,63a).