题目
Problem
The ellipse E has equation
9x2+4y2=1
(a) Determine the eccentricity of E
(b) Hence, for this ellipse, determine
(i) the coordinates of the foci,
(ii) the equations of the directrices.
The point P lies on E and has coordinates (3cosθ,2sinθ).
The line l1 is the tangent to E at the point P
(c) Using calculus, show that an equation for l1 is
2xcosθ+3ysinθ=6
The line l2 passes through the origin and is perpendicular to l1
The line l1 intersects the line l2 at the point Q
(d) Determine the coordinates of Q
(e) Show that, as θ varies, the point Q lies on the curve with equation
(x2+y2)2=αx2+βy2
where α and β are constants to be determined.
(13)
题目中文翻译
椭圆 E 的方程为
9x2+4y2=1
(a) 求 E 的离心率
(b) 因此,对该椭圆,求
(i) 焦点坐标,
(ii) 准线方程。
点 P 在 E 上,坐标为 (3cosθ,2sinθ)。
直线 l1 是 E 在点 P 处的切线
(c) 用微积分证明 l1 的方程为
2xcosθ+3ysinθ=6
直线 l2 过原点并且垂直于 l1
直线 l1 与 l2 相交于点 Q
(d) 求 Q 的坐标
(e) 证明当 θ 变化时,点 Q 位于方程
(x2+y2)2=αx2+βy2
所表示的曲线上,其中 α 和 β 为待定常数。
解答
(a)
解法一
思路
展开
从椭圆标准式读出半长轴 a=3、半短轴 b=2,再使用 b2=a2(1−e2) 求离心率。离心率按定义取非负值。
答题过程
展开
For the ellipse,
a=3,b=2.
Using b2=a2(1−e2),
4=e2=9(1−e2),95.
Since eccentricity is non-negative,
e=35.
(b)(i)
解法一
思路
展开
横轴椭圆的两个焦点为 (±ae,0)。直接承接 (a) 的离心率代入即可。
答题过程
展开
The foci are
(±ae,0)=(±3⋅35,0).
Therefore, their coordinates are
(5,0)and(−5,0).
(b)(ii)
解法一
思路
展开
横轴椭圆的准线方程为 x=±ea。继续使用 (a) 的结果,并把分母有理化。
答题过程
展开
The directrices are
x===±ea±5/33±595.
(c)
解法一:使用参数方程求导
思路
展开
对 x=3cosθ、y=2sinθ 分别关于 θ 求导,得到切线斜率,再写出过 P 的点斜式。整理时用 sin2θ+cos2θ=1 自然推出题目要求的方程。
答题过程
展开
The parametric derivatives are
dθdx=−3sinθ,dθdy=2cosθ.
Hence, where sinθ=0,
dxdy=−3sinθ2cosθ.
The tangent at P=(3cosθ,2sinθ) is therefore
y−2sinθ=−3sinθ2cosθ×(x−3cosθ).
Multiplying by 3sinθ and rearranging,
3ysinθ−6sin2θ=2xcosθ+3ysinθ==−2xcosθ+6cos2θ,6(sin2θ+cos2θ)6.
Thus
2xcosθ+3ysinθ=6.
When sinθ=0, the tangent is vertical, and the boxed equation gives x=3 or x=−3 as appropriate, so the result also covers these cases.
解法二:隐式求导
思路
展开
直接对椭圆方程隐式求导,把切线斜率写成 x,y 的式子,再代入点 P 的参数坐标。后续点斜式整理与解法一相同。
答题过程
展开
Differentiating
9x2+4y2=1
implicitly gives
92x+2ydxdy=0.
Thus
dxdy=−9y4x.
At P=(3cosθ,2sinθ),
dxdy=−3sinθ2cosθ.
Therefore,
y−2sinθ=2xcosθ+3ysinθ=−3sinθ2cosθ×(x−3cosθ),6.
Hence
2xcosθ+3ysinθ=6.
The cases y=0 give the vertical tangents x=±3, which are also included in the boxed equation.
(d)
解法一
思路
展开
l1 的法向量为 (2cosθ,3sinθ)。因为 l2 垂直于 l1 且经过原点,这个法向量正好可作 l2 的方向向量;以参数式联立两条直线,可避免除以 sinθ 或 cosθ 所产生的特殊情况。
答题过程
展开
A normal vector to l1 is
(2cosθ3sinθ).
Since l2 passes through the origin and is perpendicular to l1, write
(xy)=t(2cosθ3sinθ).
Substituting x=2tcosθ and y=3tsinθ into l1 gives
t(4cos2θ+9sin2θ)=6.
Therefore,
t=4cos2θ+9sin2θ6,
and hence
Q:(xy)=4cos2θ+9sin2θ12cosθ4cos2θ+9sin2θ18sinθ.
(e)
解法一:直接计算两边
思路
展开
把 (d) 的共同分母记为 D。先计算 x2+y2,其分子恰好是 36D;再计算 9x2+4y2,利用平方和恒等式即可发现它等于 (x2+y2)2。
答题过程
展开
Let
D=4cos2θ+9sin2θ.
From part (d),
x=D12cosθ,y=D18sinθ.
Therefore,
x2+y2===D2144cos2θ+324sin2θD236DD36.
Hence
(x2+y2)2=D21296.
Also,
9x2+4y2==D21296cos2θ+1296sin2θD21296.
Thus
(x2+y2)2=9x2+4y2,
so
α=9,β=4.
解法二:利用坐标比消去 θ
思路
展开
先由 (d) 两个坐标的比值得到 tan2θ,再把 x 的参数式全部改写成 tanθ。代入比值并整理,即可消去参数;最后另行检查推导中被除去的 x=0 情况。
答题过程
展开
For x=0, part (d) gives
xy=23tanθ,
so
tan2θ=9x24y2.
Also,
x=4+9tan2θ12secθ.
Therefore,
x2===(4+9tan2θ)2144(1+tan2θ)(4+4y2/x2)2144(1+4y2/(9x2))(1+y2/x2)29+4y2/x2.
Rearranging,
x2(x2+y2)2=(x2+y2)2=x29x2+4y2,9x2+4y2.
If x=0, part (d) gives Q=(0,±2), which also satisfies the same equation. Hence the locus is
(x2+y2)2=9x2+4y2,
with
α=9,β=4.