题目
Problem
The curve C has equation
y=32x3−8x2+43x−320
(a) Show that dxdy can be written in the form
p(x+q)2+r
where p, q and r are constants to be found.
(5)
(b) Hence state
(i) the minimum value of dxdy
(ii) the value of x at which this minimum value occurs.
(2)
Given that S is the point on C at which the gradient is a minimum,
(c) find the equation of the tangent to C at S, giving your answer in the form y=mx+c, where m and c are constants.
(3)
解答
(a)
解法一
思路
展开
先求导,再把二次式配方。配方后最低值就会在下一问直接看出来。
答题过程
展开
Differentiate:
dxdy=2x2−16x+43
Complete the square:
2x2−16x+43====2(x2−8x)+432[(x−4)2−16]+432(x−4)2−32+432(x−4)2+11
Therefore
dxdy=2(x−4)2+11
So
p=2,q=−4,r=11
(b)
解法一
思路
展开
平方项 2(x−4)2 的最小值是 0,发生在 x=4。所以导数的最小值就是剩下的常数 11。
答题过程
展开
Since
dxdy=2(x−4)2+11
and
2(x−4)2⩾0,
the minimum value of dxdy is
11
This occurs when
x=4
(c)
解法一
思路
展开
点 S 的 x 坐标是 4,切线斜率是最小梯度 11。先把 x=4 代回曲线求 y 坐标,再写切线方程。
答题过程
展开
At S, x=4.
Find the y coordinate:
y===32(4)3−8(4)2+43(4)−3203128−128+172−32080
The gradient of the tangent is 11, so
y−80=11(x−4)
Hence
y=11x+36