题目
Problem
A curve has equation y=f(x).
Given that
f′(x)=27x2−2x21x3−5x,x>0,
and that the curve passes through the point (9,10),
find f(x), giving each term in its simplest form.
(6)
解答
解法一
思路
展开
先把含根号的分式拆开,并写成指数形式。这里要特别小心负号:整个分式前面有一个减号。积分后用点 (9,10) 求常数。
答题过程
展开
Since x=x1/2,
2x21x3−5x==2x1/221x3−2x1/25x221x5/2−25x1/2.
So
f′(x)=27x2−221x5/2+25x1/2.
Integrating,
f(x)=9x3−3x7/2+35x3/2+c.
Use f(9)=10:
10===9(9)3−3(9)7/2+35(9)3/2+c6561−6561+45+c45+c.
Hence
c=−35.
Therefore
f(x)=9x3−3x7/2+35x3/2−35.