题目
Problem
In this question you must show all stages of your working.
The curve C has equation y=f(x), x>0.
Given that
- the point P(2,82) lies on C
- f′(x)=4x23+x2k where k is a constant
- f′′(x)=0 at P
(a) find the exact value of k.
(4)
(b) find f(x), giving your answer in simplest form.
(4)
解答
(a)
解法一
思路
展开
题目给出的是 f′(x),要使用 f′′(x)=0,所以先对 f′(x) 再求一次导。然后把点 P 的 x 坐标 2 代入 f′′(x)=0,解出 k。
答题过程
展开
Rewrite f′(x) as
f′(x)=4x23+kx−2.
Differentiate:
f′′(x)==4⋅23x21−2kx−36x21−2kx−3.
Since f′′(x)=0 at P and P has x coordinate 2,
0=0=6(2)21−2k(2)−362−4k.
Hence
4k=k=62242.
(b)
解法一
思路
展开
先把 (a) 的 k 代入 f′(x),再积分得到 f(x)。最后用 P(2,82) 求积分常数。
答题过程
展开
Using k=242,
f′(x)=4x23+242x−2.
Integrate:
f(x)===4⋅25x25+242⋅−1x−1+c58x25−242x−1+c58x25−x242+c.
Use P(2,82):
82====58(2)25−2242+c58(42)−122+c5322−5602+c−5282+c.
So
c===82+52825402+52825682.
Therefore
f(x)=58x25−x242+5682.