题目
Problem
A curve has equation y=f(x), x>0.
Given that
- f′(x)=ax−12x1/3, where a is a constant
- f′′(x)=0 when x=27
- the curve passes through the point (1,−8)
(a) find the value of a.
(3)
(b) Hence find f(x).
(4)
解答
(a)
解法一
思路
展开
已知 f′(x),所以先再求一次导数得到 f′′(x)。然后把 x=27 代入,并令 f′′(27)=0。
答题过程
展开
f′(x)=f′′(x)==ax−12x1/3,a−12⋅31x−2/3a−4x−2/3.
Since f′′(x)=0 when x=27,
0=a−4(27)−2/3.
Now
271/3=3,so27−2/3=91.
Hence
0=a=a−9494.
(b)
解法一
思路
展开
把 (a) 的 a=94 代回 f′(x),然后积分求 f(x)。最后用点 (1,−8) 求积分常数。
答题过程
展开
Using a=94,
f′(x)=94x−12x1/3.
Integrate:
f(x)===∫(94x−12x1/3)dx94⋅2x2−12⋅4/3x4/3+c92x2−9x4/3+c.
The curve passes through (1,−8), so
−8===92(1)2−9(1)4/3+c92−9+c−979+c.
Thus
c=97.
Therefore
f(x)=92x2−9x4/3+97.