题目
Problem
The curve C has equation y=f(x) where x>0.
Given that
f′(x)=6x−2x(2x−1)(3x+2)
and the point P(4,12) 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 integers to be found,
(4)
(b) find f(x), giving each term in simplest form.
(6)
解答
(a)
解法一
思路
展开
先代入 x=4 求切线斜率,再用垂线斜率关系求法线斜率。最后用点 P(4,12) 写法线方程。
答题过程
展开
At x=4,
f′(4)=====6(4)−24(2(4)−1)(3(4)+2)24−4(7)(14)24−49824−249−21.
So the tangent gradient is −21.
The normal gradient is the negative reciprocal:
m=2.
Using P(4,12),
y−12=y−12=y=2(x−4)2x−82x+4.
(b)
解法一
思路
展开
先展开分子:
(2x−1)(3x+2)=6x2+x−2.
再除以 2x,把每项写成 x 的幂,之后逐项积分。最后用 P(4,12) 求积分常数。
答题过程
展开
First expand and split the fraction:
2x(2x−1)(3x+2)==2x1/26x2+x−23x3/2+21x1/2−x−1/2.
So
f′(x)==6x−(3x3/2+21x1/2−x−1/2)6x−3x3/2−21x1/2+x−1/2.
Integrate:
f(x)==∫(6x−3x3/2−21x1/2+x−1/2)dx3x2−56x5/2−31x3/2+2x1/2+c.
Use P(4,12):
12===3(4)2−56(4)5/2−31(4)3/2+2(4)1/2+c48−56(32)−31(8)+4+c52−5192−38+c.
Hence
c===12−52+5192+38−40+5192+381516.
Therefore
f(x)=3x2−56x5/2−31x3/2+2x1/2+1516.