题目
Problem
The curve C has equation
y=2x25x3−8,x>0.
(a) Find dxdy, giving your answer in simplest form.
(4)
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)
题目中文翻译
曲线 C 的方程为
y=2x25x3−8,x>0.
(a) 求 dxdy,并把答案写成最简形式。
点 P(2,4) 在曲线 C 上。
(b) 求曲线 C 在点 P 处的切线方程,答案写成 ax+by+c=0 的形式,其中 a、b、c 为整数。
解答
(a)
解法一
思路
展开
先把分式拆成幂函数,再求导会更直接。分母是单项式,所以可以分别除以 2x2。
答题过程
展开
Rewrite y as powers of x:
y==2x25x3−2x2825x−4x−2.
Differentiate term by term:
dxdy==25+8x−325+x38.
解法二
思路
展开
这是官方评分资料接受的商法则路线。把分子和分母分别视为函数,直接使用 quotient rule,再化简所得导数。
答题过程
展开
Using the quotient rule,
dxdy====(2x2)2(2x2)(15x2)−(5x3−8)(4x)4x430x4−20x4+32x4x410x4+32x25+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.