题目
Problem
In this question you must show all stages of your working.
f(x)=x(x+5)2,x>0
(a) Find ∫f(x)dx.
(4)
(b) (i) Show that when f′(x)=0,
3x2+10x−25=0
(ii) Hence state the value of x for which
f′(x)=0
(5)
解答
(a)
解法一
思路
展开
先展开 (x+5)2,再除以 x,把每一项都写成 x 的幂。这样就可以逐项积分。
答题过程
展开
f(x)==x1/2x2+10x+25x3/2+10x1/2+25x−1/2.
Therefore
∫f(x)dx===∫(x3/2+10x1/2+25x−1/2)dx5/2x5/2+10⋅3/2x3/2+25⋅1/2x1/2+c52x5/2+320x3/2+50x1/2+c.
(b)(i)
解法一
思路
展开
沿用 (a) 中已经化好的幂形式,逐项求导。令导数等于 0 后,为了去掉负指数和分数,可以乘以 2x3/2。
因为题目给了 x>0,所以 x3/2 不为 0,这样乘过去不会改变方程的解。
答题过程
展开
From part (a),
f(x)=x3/2+10x1/2+25x−1/2.
Differentiate:
f′(x)==23x1/2+10⋅21x−1/2+25⋅(−21)x−3/223x1/2+5x−1/2−225x−3/2.
When f′(x)=0,
23x1/2+5x−1/2−225x−3/2=0.
Multiply by 2x3/2:
3x2+10x−25=0.
This is the required result.
(b)(ii)
解法一
思路
展开
由 (b)(i) 解二次方程即可。最后一定要用 x>0 排除负根。
答题过程
展开
From part (b)(i),
3x2+10x−25=0.
Factorise:
3x2+10x−25=(3x−5)(x+5).
So
(3x−5)(x+5)=x=035orx=−5.
Since x>0, reject x=−5.
Therefore
x=35.