题目
Problem
The ellipse E has equation
16x2+9y2=1
The point P(4cosθ,3sinθ) lies on E.
(a) Use calculus to show that an equation of the tangent to E at P is
3xcosθ+4ysinθ=12
(b) Determine an equation for the normal to E at P.
The tangent to E at P meets the x-axis at the point A.
The normal to E at P meets the y-axis at the point B.
(c) Show that the locus of the midpoint of A and B as θ varies has equation
x2(p−qy2)=r
where p, q and r are integers to be determined.
(13)
题目中文翻译
椭圆 E 的方程为
16x2+9y2=1
点 P(4cosθ,3sinθ) 在 E 上。
(a) 用微积分证明 E 在点 P 处的切线方程为
3xcosθ+4ysinθ=12
(b) 求 E 在点 P 处的法线方程。
E 在点 P 处的切线与 x 轴交于点 A。
E 在点 P 处的法线与 y 轴交于点 B。
(c) 证明当 θ 变化时,A 与 B 的中点的轨迹方程为
x2(p−qy2)=r
其中 p、q 和 r 为待定整数。
解答
(a)
解法一:参数求导
思路
展开
把 x 和 y 都看成 θ 的函数,分别对 θ 求导,再用 dxdy=dx/dθdy/dθ 求切线斜率。代入点斜式后,利用 sin2θ+cos2θ=1 自然推出指定方程。
答题过程
展开
Since
x=4cosθ,y=3sinθ,
we have
dθdx=−4sinθ,dθdy=3cosθ.
Therefore,
dxdy=−4sinθ3cosθ=−4sinθ3cosθ.
Using the point-slope form of the tangent at P,
y−3sinθ=−4sinθ3cosθ(x−4cosθ).
Multiplying by 4sinθ and rearranging,
4ysinθ−12sin2θ=3xcosθ+4ysinθ==−3xcosθ+12cos2θ,12(sin2θ+cos2θ)12.
Hence the tangent has equation
3xcosθ+4ysinθ=12.
When sinθ=0, the tangent is vertical, and the boxed equation still gives the correct tangent x=4cosθ.
解法二:隐式求导
思路
展开
直接对椭圆方程关于 x 求导,再把点 P 的坐标代入导数,得到用 θ 表示的切线斜率。随后代入点斜式并化简到题目指定形式。
答题过程
展开
Differentiating the equation of the ellipse implicitly,
8x+92ydxdy=0.
Thus
dxdy=−16y9x.
At P(4cosθ,3sinθ),
dxdy=−16(3sinθ)9(4cosθ)=−4sinθ3cosθ.
Therefore,
y−3sinθ=−4sinθ3cosθ(x−4cosθ).
Multiplying through and using
sin2θ+cos2θ=1 gives
3xcosθ+4ysinθ=12.
The same equation also covers the vertical-tangent cases where sinθ=0.
(b)
解法一
思路
展开
法线斜率是切线斜率的负倒数。用点斜式写出经过 P 的法线,再整理成不含分母的形式;所得方程也能涵盖水平或竖直法线的特殊位置。
答题过程
展开
The gradient of the normal is
mn=3cosθ4sinθ.
Hence
y−3sinθ=3cosθ4sinθ(x−4cosθ).
Multiplying by 3cosθ and rearranging gives
4xsinθ−3ycosθ=7sinθcosθ.
(c)
解法一:使用正弦平方与余弦平方恒等式
思路
展开
分别令切线中的 y=0、法线中的 x=0,求出截点 A、B,继而写出中点坐标。为避免中点坐标与原椭圆坐标混淆,先记中点为 (X,Y);把 sinθ 和 cosθ 用 X,Y 表示后,代入平方和恒等式消去参数。
答题过程
展开
For the tangent, setting y=0 gives
3xcosθ=12,
so
A=(4secθ,0).
For the normal, setting x=0 gives
−3ycosθ=7sinθcosθ,
so
B=(0,−37sinθ).
Let the midpoint of A and B be (X,Y). Then
X=2secθ,Y=−67sinθ.
Therefore,
cosθ=X2,sinθ=−76Y.
Using sin2θ+cos2θ=1,
(−76Y)2+(X2)2=4936Y2+X24=36X2Y2+196=X2(49−36Y2)=1,1,49X2,196.
Relabelling the midpoint coordinates as (x,y), its locus is
x2(49−36y2)=196.
Hence
p=49,q=36,r=196.
解法二:使用正切与正割恒等式
思路
展开
仍先求出中点坐标,但这次把纵坐标改写成含 tanθ 与 X 的式子,再利用 1+tan2θ=sec2θ 消去参数。这是官方评分资料列出的另一条消参路线。
答题过程
展开
From the intercepts found above, the midpoint (X,Y) satisfies
X=2secθ,Y=−67sinθ.
Since sinθ=tanθ/secθ,
Y=−6secθ7tanθ=−3X7tanθ.
Thus
secθ=2X,tanθ=−73XY.
Using 1+tan2θ=sec2θ,
1+(−73XY)2=1+499X2Y2=196+36X2Y2=X2(49−36Y2)=(2X)2,4X2,49X2,196.
Therefore, writing the midpoint coordinates as (x,y),
x2(49−36y2)=196,
so
p=49,q=36,r=196.