题目
Problem
The curve C has equation y=f(x), x>0.
Given that
- f′(x)=x2+x2A+3, where A is a constant
- f′′(x)=0 when x=4
(a) find the value of A.
(4)
Given also that
- f(x)=83, when x=12
(b) find f(x), giving each term in simplest form.
(5)
解答
(a)
解法一
思路
展开
先把 f′(x) 写成指数形式,再求导得到 f′′(x)。然后代入 x=4 和 f′′(4)=0 求 A。
答题过程
展开
Rewrite
f′(x)=2x−21+Ax−2+3.
Differentiate:
f′′(x)==2(−21)x−23−2Ax−3−x−23−2Ax−3.
Since f′′(4)=0,
−4−23−2A(4−3)=0.
Now
4−23=81,4−3=641.
So
−81−642A=−81−32A=A=00−4.
(b)
解法一
思路
展开
把 A=−4 代回 f′(x),积分得到 f(x)。再用 f(12)=83 求常数。
答题过程
展开
Using A=−4,
f′(x)=2x−21−4x−2+3.
Integrate:
f(x)===∫(2x−21−4x−2+3)dx4x21+4x−1+3x+c4x+x4+3x+c.
Use f(12)=83:
83==412+124+3(12)+c83+31+36+c.
Hence
c=−3109.
Therefore
f(x)=4x+x4+3x−3109.