题目
Problem
(i) Find
∫4x(3x+2)2dx,x>0
giving your answer in simplest form.
(5)
(ii) A curve C has equation y=f(x).
Given
- f′(x)=x2+ax+b where a and b are constants
- the y intercept of C is −8
- the point P(3,−2) lies on C
- the gradient of C at P is 2
find, in simplest form, f(x).
(6)
解答
(i)
解法一
思路
展开
先展开分子,再除以 4x,把被积函数拆成幂函数。
答题过程
展开
(3x+2)2=9x2+12x+4.
So
4x(3x+2)2==4x1/29x2+12x+449x3/2+3x1/2+x−1/2.
Therefore
∫4x(3x+2)2dx===∫(49x3/2+3x1/2+x−1/2)dx49⋅5/2x5/2+3⋅3/2x3/2+1/2x1/2+c109x5/2+2x3/2+2x1/2+c.
(ii)
解法一
思路
展开
先由 f′(3)=2 得到一个关于 a,b 的方程。再把 f′(x) 积分成 f(x),利用 y 轴截距确定常数为 −8,再用点 P(3,−2) 得到第二个方程。
答题过程
展开
Since the gradient at P(3,−2) is 2,
f′(3)=32+3a+b=3a+b=22−7.
Integrate f′(x):
f(x)==∫(x2+ax+b)dx31x3+21ax2+bx+c.
The y-intercept is −8, so
c=−8.
Thus
f(x)=31x3+21ax2+bx−8.
Use P(3,−2):
−2=−2=29a+3b=31(3)3+21a(3)2+3b−89+29a+3b−8−3.
So we solve
3a+b=29a+3b=−7,−3.
From the first equation,
b=−7−3a.
Substitute:
29a+3(−7−3a)=29a−21−9a=−29a=a=−3−318−4.
Then
b=−7−3(−4)=5.
Therefore
f(x)=31x3−2x2+5x−8.