题目
Problem
The curve C with equation y=f(x), x>0, passes through the point P(4,1).
Given that
f′(x)=4x−2−3x28,
(a) find the equation of the normal to C at P. Write your answer in the form ax+by+c=0, where a, b and c are integers to be found.
(4)
(b) Find f(x).
(5)
解答
(a)
解法一
思路
展开
先求切线斜率 f′(4),再取负倒数得到法线斜率。最后用点 P(4,1) 写直线。
答题过程
展开
f′(4)====44−2−3(4)288−2−4886−61635.
So the gradient of the normal is
−356.
Using P(4,1),
y−1=−356(x−4).
Multiply by 35:
35y−35=6x+35y−59=−6x+240.
(b)
解法一
思路
展开
把 f′(x) 写成指数形式后积分。积分常数用点 P(4,1) 求出。
答题过程
展开
f′(x)=4x1/2−2−38x−2.
Integrating,
f(x)==4⋅3/2x3/2−2x−38⋅−1x−1+c38x3/2−2x+3x8+c.
Use f(4)=1:
1===38(4)3/2−2(4)+3(4)8+c364−8+32+c14+c.
Hence
c=−13.
Therefore
f(x)=38x3/2−2x+3x8−13.