题目
Problem
The curve C has equation y=f(x), x>0, where
f′(x)=3x−xx9+34
Given that the point P(9,20) lies on C,
(a) find f(x), simplifying the answer,
(5)
(b) find an equation of the normal to C at the point P, giving the answer in the form
ax+by+c=0 where a, b and c are integers.
(4)
解答
(a)
解法一
思路
展开
已知的是 f′(x),所以先积分得到 f(x),再用点 P(9,20) 求积分常数。积分前先把根式和分式写成指数形式。
答题过程
展开
Rewrite f′(x) as
f′(x)=3x1/2−9x−3/2+34.
Integrating,
f(x)==∫(3x1/2−9x−3/2+34)dx2x3/2+18x−1/2+34x+c.
Since P(9,20) lies on the curve,
20===2(9)3/2+18(9)−1/2+34(9)+c2(27)+18(31)+12+c54+6+12+c.
So
c=−52.
Therefore
f(x)=2x3/2+18x−1/2+34x−52.
(b)
解法一
思路
展开
法线斜率是切线斜率的负倒数。切线斜率由 f′(9) 给出,然后用点 P(9,20) 写直线方程。
答题过程
展开
At x=9,
f′(9)===39−999+349−31+3410.
So the gradient of the normal is
−101.
Using P(9,20),
y−20=10y−200=x+10y−209=−101(x−9)−x+90.