题目
Problem
The curve C has equation y=f(x), x>0, where
f′(x)=30+x6−5x2
Given that the point P(4,−8) lies on C,
(a) find the equation of the normal to C at P, giving your answer in the form y=mx+c,
where m and c are constants.
(4)
(b) Find f(x), giving each term in its simplest form.
(5)
解答
(a)
解法一
思路
展开
法线斜率是切线斜率的负倒数。切线斜率是 f′(4),所以先代入 x=4。
答题过程
展开
At x=4,
f′(4)====30+46−5(4)230+26−8030−37−7.
So the gradient of the normal is
71.
Using P(4,−8),
y+8=y=y=71(x−4)71x−74−871x−760.
(b)
解法一
思路
展开
先把 f′(x) 写成幂函数之和,再积分。最后用 P(4,−8) 求积分常数。
答题过程
展开
Rewrite f′(x):
f′(x)==30+x6−5x230+6x−1/2−5x3/2.
Integrating,
f(x)==30x+6(1/2x1/2)−5(5/2x5/2)+c30x+12x1/2−2x5/2+c.
Use P(4,−8):
−8===30(4)+12(4)1/2−2(4)5/2+c120+24−64+c80+c.
So
c=−88.
Therefore
f(x)=30x+12x−2x5/2−88.