题目
Problem
A curve has equation y=f(x).
The point P(4,332) lies on the curve.
Given that
f′′(x)=x4−3
and f′(x)=5 at P, find
(a) the equation of the tangent to the curve at P, writing your answer in the form y=mx+c, where m and c are constants to be found,
(2)
(b) f(x).
(8)
解答
(a)
解法一
思路
展开
在点 P 处,f′(x)=5,所以切线斜率是 5。直接用点斜式。
答题过程
展开
Using P(4,332) and gradient 5,
y−332=y=5(x−4)5x−328.
(b)
解法一
思路
展开
由二阶导数积分一次得到 f′(x),用 f′(4)=5 求第一个常数;再积分得到 f(x),用点 P 求第二个常数。
答题过程
展开
Write
f′′(x)=4x−1/2−3.
Integrate once:
f′(x)==4⋅1/2x1/2−3x+k8x1/2−3x+k.
Use f′(4)=5:
5===8(4)1/2−3(4)+k16−12+k4+k.
So
k=1.
Thus
f′(x)=8x1/2−3x+1.
Integrate again:
f(x)==8⋅3/2x3/2−23x2+x+d316x3/2−23x2+x+d.
Use f(4)=332:
332====316(4)3/2−23(4)2+4+d3128−24+4+d3128−20+d368+d.
Hence
d=−12.
Therefore
f(x)=316x3/2−23x2+x−12.