题目
Problem
The curve C has equation y=f(x).
Given that
- f′(x)=5kx(x−3), where k is a constant
- the point P with x coordinate 4 lies on C
- the equation of the normal to C at P is y=−45x+2
(a) find an equation of the tangent to C at P, giving your answer in the form y=mx+c, where m and c are constants.
(3)
(b) find the value of k.
(2)
(c) find f(x), writing the answer in simplest form.
(5)
解答
(a)
解法一
思路
展开
法线斜率是 −45,所以切线斜率是它的负倒数 54。
点 P 的 x 坐标是 4,而 P 在给出的法线上,所以先代入法线方程求 P 的 y 坐标。
答题过程
展开
The normal has gradient
−45.
So the tangent has gradient
54.
Since P has x=4 and lies on the normal,
y===−45(4)+2−5+2−3.
So
P=(4,−3).
The tangent is
y+3=y=y=54(x−4)54x−516−354x−531.
(b)
解法一
思路
展开
切线斜率就是 f′(4)。把 x=4 代入 f′(x),令它等于 54,即可求 k。
答题过程
展开
Since the tangent gradient is 54,
f′(4)=54.
Using
f′(x)=5kx(x−3),
we get
5k4(4−3)=52k=2k=k=545442.
(c)
解法一
思路
展开
把 k=2 代入导函数后,先展开成幂函数再积分。积分后用点 P=(4,−3) 求常数。
答题过程
展开
Using k=2,
f′(x)===52x(x−3)52x1/2(x−3)52x3/2−56x1/2.
Integrating,
f(x)==52⋅5/2x5/2−56⋅3/2x3/2+c254x5/2−54x3/2+c.
Use P=(4,−3):
−3=254(4)5/2−54(4)3/2+c.
Now
(4)1/2=(4)3/2=(4)5/2=2,8,32.
So
−3====254(32)−54(8)+c25128−532+c25128−25160+c−2532+c.
Hence
c==−3+2532−2543.
Therefore
f(x)=254x5/2−54x3/2−2543.