题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
A curve C has equation y=f(x) where
f(x)=2(x+1)(x−3)2.
(a) Sketch a graph of C.
Show on your graph the coordinates of the points where C cuts or meets the coordinate axes.
(3)
(b) Write f(x) in the form ax3+bx2+cx+d, where a, b, c and d are constants to be found.
(3)
(c) Hence, find the equation of the tangent to C at the point where x=31.
(4)
解答
(a)
解法一
思路
展开
因式形式直接给出 x 轴交点:x=−1 是单根,图像穿过;x=3 是重根,图像接触后折回。y 轴截距令 x=0。
答题过程
展开
The x-intercepts are found from
2(x+1)(x−3)2=0.
So
x=−1orx=3.
At x=0,
y==2(0+1)(0−3)218.
The sketch is a positive cubic. It crosses the x-axis at (−1,0), touches the x-axis at (3,0), and crosses the y-axis at (0,18).
(b)
解法一
思路
展开
先展开平方项,再乘以 2(x+1)。
答题过程
展开
f(x)=====2(x+1)(x−3)22(x+1)(x2−6x+9)2(x3−6x2+9x+x2−6x+9)2(x3−5x2+3x+9)2x3−10x2+6x+18.
(c)
解法一
思路
展开
由 (b) 求导,再代入 x=31 找切线斜率。同时还要代入原函数找切点的 y 坐标。
答题过程
展开
From part (b),
f(x)=2x3−10x2+6x+18.
So
f′(x)=6x2−20x+6.
At x=31,
f′(31)===6(31)2−20(31)+632−320+60.
The tangent is horizontal. The y coordinate is
f(31)====2(31+1)(31−3)22⋅34⋅(−38)238⋅96427512.
Therefore the tangent is
y=27512.