题目
Problem
The curve C is defined by the equation
8x3−3y2+2xy=9
Find an equation of the normal to C at the point (2,5), giving your answer in the form ax+by+c=0, where a, b and c are integers.
(7)
题目中文翻译
曲线 C 由方程
8x3−3y2+2xy=9
定义。
求曲线 C 在点 (2,5) 处的法线方程,并将答案写成 ax+by+c=0 的形式,其中 a、b 和 c 为整数。
解答
解法一
思路
展开
题目给出的是隐函数,所以先对方程两边关于 x 求导,注意 y 是 x 的函数。求出切线斜率 dxdy 后,法线斜率是它的负倒数,再用点斜式写出法线方程。
答题过程
展开
The curve is
8x3−3y2+2xy=9.
Differentiate implicitly with respect to x:
dxd(8x3)−dxd(3y2)+dxd(2xy)24x2−6ydxdy+2(xdxdy+y)=0=0.
So
24x2−6ydxdy+2xdxdy+2y=0.
At (2,5),
24(2)2−6(5)dxdy+2(2)dxdy+2(5)96−30dxdy+4dxdy+10106−26dxdydxdy=0=0=0=1353.
Therefore the gradient of the normal is
−5313.
The normal passes through (2,5), so
y−5=−5313(x−2).
Multiply by 53:
53y−265=−13x+26.
Hence
13x+53y−291=0.