题目
Problem
A curve C has equation y=f(x), x>0.
Given that
- f′′(x)=4x+x1
- the point P has x coordinate 4 and lies on C
- the tangent to C at P has equation y=3x+4
(a) find an equation of the normal to C at P.
(2)
(b) find f(x), writing your answer in simplest form.
(6)
解答
(a)
解法一
思路
展开
切线方程是 y=3x+4,所以切线斜率是 3。法线斜率是负倒数,即 −31。点 P 的 x 坐标是 4,把它代入切线方程可求出 P 的坐标。
答题过程
展开
The tangent has equation
y=3x+4,
so the gradient of the tangent is 3. Therefore the gradient of the normal is
−31.
At x=4,
y==3(4)+416.
So P=(4,16). Hence the normal is
y−16=−31(x−4).
(b)
解法一
思路
展开
已知的是二阶导数,所以要积分两次。第一次积分后会出现常数,用切线斜率 f′(4)=3 求出。第二次积分后再出现常数,用点 P=(4,16) 求出。
答题过程
展开
Rewrite
f′′(x)=4x+x−21.
Integrate once:
f′(x)==∫(4x+x−21)dx2x2+2x21+c.
Since the tangent gradient at P is 3,
f′(4)=3.
So
3=3=c=2(4)2+2(4)21+c32+4+c−33.
Therefore
f′(x)=2x2+2x21−33.
Integrate again:
f(x)==∫(2x2+2x21−33)dx32x3+34x23−33x+d.
Use P=(4,16):
16===32(4)3+34(4)23−33(4)+d3128+332−132+d3160−132+d.
Hence
d===16−3160+132348−3160+33963284.
Therefore
f(x)=32x3+34x23−33x+3284.