题目
Problem
The curve C has equation
2x−4y2+3x2y=4x2+8
The point P(3,2) lies on C.
Find the equation of the normal to C at the point P, writing your answer in the form
ax+by+c=0 where a, b and c are integers to be found.
(7)
题目中文翻译
曲线 C 的方程为
2x−4y2+3x2y=4x2+8
点 P(3,2) 在曲线 C 上。
求曲线 C 在点 P 处的法线方程,并将答案写成 ax+by+c=0 的形式,其中 a,b,c 为待求整数。
解答
解法一
思路
展开
对曲线方程两边关于 x 作隐函数求导,其中 y2 使用链式法则,x2y 使用乘积法则。求出点 P 处的切线斜率后,取负倒数得到法线斜率,再整理成整数系数形式。
答题过程
展开
Differentiating implicitly with respect to x gives
2+6xy−+8ydxdy3x2dxdy=8x.
At P(3,2),
2−++8(2)dxdy6(3)(2)3(32)dxdy=8(3).
Therefore,
11dxdy=−14,
so the gradient of the tangent is −1114. Hence the gradient of the normal is
mnormal=1411.
Using the point-slope form, the normal is
y−2=1411(x−3).
Multiplying by 14 and rearranging gives
11x−14y−5=0.