题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
The curve C has equation y=f(x), x>0.
Given that
- f′(x)=x12+3x−4
- the point P(9,8) lies on C
(a) find, in simplest form, f(x).
(5)
The line l is the normal to C at P.
(b) Find the coordinates of the point at which l crosses the y-axis.
(4)
解答
(a)
解法一
思路
展开
已知 f′(x),要求 f(x),所以积分一次。积分后要加常数 c,再用点 P(9,8) 求出这个常数。
答题过程
展开
Rewrite the derivative as
f′(x)=12x−21+31x−4.
Integrate:
f(x)==∫(12x−21+31x−4)dx24x21+61x2−4x+c.
Use P(9,8):
8====24(9)21+61(9)2−4(9)+c24(3)+681−36+c72+227−36+c299+c.
Thus
c==8−299−283.
Therefore
f(x)=24x21+61x2−4x−283.
(b)
解法一
思路
展开
先求切线斜率 f′(9),法线斜率就是它的负倒数。然后用点 P(9,8) 写出法线方程,令 x=0 求 y 轴截距。
答题过程
展开
At x=9,
f′(9)===912+39−44+3−43.
So the gradient of the normal is
−31.
The normal passes through P(9,8):
y−8=−31(x−9).
At the y-axis, x=0, so
y−8=y−8=y=−31(0−9)311.
Therefore the point is
(0,11).