题目
Problem
The curve C has equation
y=(x−2)(x−4)2.
(a) Show that
dxdy=3x2−20x+32.
(4)
The line l1 is the tangent to C at the point where x=6.
(b) Find an equation for l1, giving your answer in the form y=mx+c, where m and c are constants to be found.
(4)
The line l2 is another tangent to C.
Given that l2 is parallel to l1 and that l2 touches C at the point where x=α,
(c) find the value of α.
(3)
解答
(a)
解法一
思路
展开
先展开成三次多项式,再逐项求导。Show that 题要把展开和求导步骤写清楚。
答题过程
展开
y====(x−2)(x−4)2(x−2)(x2−8x+16)x3−8x2+16x−2x2+16x−32x3−10x2+32x−32.
Therefore
dxdy=3x2−20x+32.
解法二
思路
展开
也可以直接用乘积法则。这样不用先完全展开原函数,但最后仍要整理成题目要求的形式。
答题过程
展开
y=(x−2)(x−4)2.
Using the product rule,
dxdy=====(x−2)⋅2(x−4)+(x−4)22(x−2)(x−4)+(x−4)2(x−4){2(x−2)+(x−4)}(x−4)(3x−8)3x2−20x+32.
(b)
解法一
思路
展开
切点的 x 坐标是 6。先代入原方程求 y 坐标,再代入导函数求切线斜率,最后用点斜式写直线。
答题过程
展开
At x=6,
y=(6−2)(6−4)2=16.
The gradient is
dxdyx=6==3(6)2−20(6)+3220.
So the tangent is
y−16=y=20(x−6)20x−104.
(c)
解法一
思路
展开
平行切线有相同斜率,所以在 x=α 处的导数也等于 20。解出两个可能的 x 后,排除已经属于 l1 的 x=6。
答题过程
展开
Since l2 is parallel to l1,
3α2−20α+32=3α2−20α+12=(3α−2)(α−6)=2000.
Thus
α=32orα=6.
Since l2 is another tangent, α=6. Therefore
α=32.