题目
Problem
The curve C has equation
xy2=x2y+6x=0y=0
Find an equation for the tangent to C at the point P(2,3), giving your answer in the form
ax+by+c=0 where a, b and c are integers.
(6)
题目中文翻译
曲线 C 的方程为
xy2=x2y+6x=0y=0
求曲线 C 在点 P(2,3) 处的切线方程,并将答案写成 ax+by+c=0 的形式,其中 a,b,c 为整数。
解答
解法一
思路
展开
方程中 x 和 y 相乘,因此对两边关于 x 作隐函数求导时,两处乘积都要使用乘积法则。求出点 P 处的导数后,用点斜式写出切线方程,再整理成题目要求的整数系数形式。
答题过程
展开
Differentiating implicitly with respect to x gives
y2+2xydxdy=2xy+x2dxdy.
Hence,
(2xy−x2)dxdy=2xy−y2,
so
dxdy=2xy−x22xy−y2.
At P(2,3),
dxdyP==2(2)(3)−222(2)(3)−3283.
Therefore, the tangent at P is
y−3=83(x−2).
Multiplying by 8 and rearranging gives
3x−8y+18=0.