题目
Problem
The curve C has equation
y=2x25x3−8,x>0.
(a) Find dxdy, giving your answer in simplest form.
(3)
The point P(2,4) lies on C.
(b) Find an equation of the tangent to C at P, giving your answer in the form
ax+by+c=0, where a, b and c are integers to be found.
(3)
解答
(a)
解法一
思路
展开
先把分式拆成幂函数,再求导会更直接。分母是单项式,所以可以分别除以 2x2。
答题过程
展开
Rewrite y as powers of x:
y==2x25x3−2x2825x−4x−2.
Differentiate term by term:
dxdy==25+8x−325+x38.
(b)
解法一
思路
展开
切线斜率就是该点处的导数值。求出 x=2 时的斜率后,用点斜式写直线,再整理成题目要求的整数形式。
答题过程
展开
At x=2,
dxdy===25+23825+127.
So the tangent has gradient 27 and passes through P(2,4):
y−4=2y−8=7x−2y−6=27(x−2)7x−140.