题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
(a) Find the equation of the tangent to the curve with equation
y=41x3−8x−21
at the point P(4,12).
Give your answer in the form ax+by+c=0 where a, b and c are integers.
(5)
The curve with equation y=f(x) also passes through the point P(4,12).
Given that
f′(x)=41x3−8x−21,
(b) find f(x) giving the coefficients in simplest form.
(5)
解答
(a)
解法一
思路
展开
切线斜率来自导数。先对曲线方程求导,再代入 x=4,最后用点 P(4,12) 写切线方程。
答题过程
展开
Differentiate:
dxdy==41(3x2)−8(−21x−23)43x2+4x−23.
At x=4,
dxdy===43(4)2+4(4)−2312+4⋅81225.
The tangent at P(4,12) is
y−12=2y−24=25x−2y−76=225(x−4)25x−1000.
(b)
解法一
思路
展开
这里给的是 f′(x),所以要积分得到 f(x)。积分后用 P(4,12) 求常数。
答题过程
展开
f(x)==∫(41x3−8x−21)dx161x4−16x21+c.
Use P(4,12):
12===161(4)4−16(4)21+c16−32+c−16+c.
So
c=28.
Therefore
f(x)=161x4−16x21+28.