题目
Problem
The curve C has equation y=f(x) where x>0.
Given that
- f′(x)=xx(x+3)2
- the point P(4,20) lies on C
(a)
(i) find the value of the gradient at P,
(ii) Hence find the equation of the tangent to C at P, giving your answer in the form ax+by+c=0 where a, b and c are integers to be found.
(4)
(b) Find f(x), simplifying your answer.
(7)
解答
(a)(i)
解法一
思路
展开
点 P 的 x 坐标是 4,所以梯度就是 f′(4)。
答题过程
展开
f′(4)===44(4+3)24⋅249849.
So the gradient at P is
849.
(a)(ii)
解法一
思路
展开
切线经过 P(4,20),斜率是上一小题的 849。先写点斜式,再整理成整数系数的一边为零形式。
答题过程
展开
The tangent has gradient 849 and passes through (4,20), so
y−20=849(x−4).
Multiply by 8:
8y−160=49x−8y−36=49x−1960.
Therefore the tangent is
49x−8y−36=0.
(b)
解法一
思路
展开
已知的是导函数,所以要求 f(x) 需要积分。积分前先把分式拆成幂函数:
xx(x+3)2
分母是 xx=x3/2,分子展开后有三项,拆开会比较容易积分。最后用 P(4,20) 求常数。
答题过程
展开
First simplify f′(x):
f′(x)===xx(x+3)2x3/2x2+6x+9x1/2+6x−1/2+9x−3/2.
Integrate:
f(x)===∫(x1/2+6x−1/2+9x−3/2)dx3/2x3/2+6⋅1/2x1/2+9⋅−1/2x−1/2+c32x3/2+12x1/2−18x−1/2+c.
Since P(4,20) lies on C,
20=====32(4)3/2+12(4)1/2−18(4)−1/2+c32(8)+12(2)−18(21)+c316+24−9+c316+15+c361+c.
So
c=−31.
Therefore
f(x)=32x3/2+12x1/2−18x−1/2−31.