题目
Problem
The curve C has equation y=f(x) where x>0.
Given that
f′(x)=4x214x2+10−7x21
and the point P(4,−1) lies on C,
(a) (i) find the value of the gradient of C at P
(ii) Hence find the equation of the normal to C at P, giving your answer in the form
ax+by+c=0 where a, b and c are integers to be found.
(4)
(b) Find f(x).
(6)
解答
(a)(i)
解法一
思路
展开
曲线在 P 点的梯度就是 f′(4)。直接把 x=4 代入即可。
答题过程
展开
At P, x=4. Therefore
f′(4)====4(4)214(4)2+10−7(4)21864+10−14860215.
So the gradient of C at P is
215.
(a)(ii)
解法一
思路
展开
法线斜率是切线斜率的负倒数。切线斜率为 215,所以法线斜率为 −152。再用点 P(4,−1) 写直线方程。
答题过程
展开
The normal gradient is
−152.
Using P(4,−1),
y+1=15y+15=2x+15y+7=−152(x−4)−2x+80.
(b)
解法一
思路
展开
先把 f′(x) 拆成幂函数,再积分。最后用 P(4,−1) 求积分常数。
答题过程
展开
Rewrite f′(x):
f′(x)==4x214x2+4x2110−4x217x21x23+25x−21−47.
Integrate:
f(x)==∫(x23+25x−21−47)dx52x25+5x21−47x+c.
Use P(4,−1):
−1====52(4)25+5(4)21−47(4)+c52(32)+10−7+c564+3+c579+c.
So
c=−584.
Therefore
f(x)=52x25+5x21−47x−584.