题目
Problem
Figure 3 shows a sketch of part of the curve with equation y=f(x), where
f(x)=(x+4)(x−2)(2x−9).
Figure 3
Given that the curve with equation y=f(x)−p passes through the point with coordinates (0,50),
(a) find the value of the constant p.
(2)
Given that the curve with equation y=f(x+q) passes through the origin,
(b) write down the possible values of the constant q.
(2)
(c) Find f′(x).
(4)
(d) Hence find the range of values of x for which the gradient of the curve with equation y=f(x) is less than −18.
(3)
解答
(a)
解法一
思路
展开
曲线 y=f(x)−p 经过 (0,50),所以把 x=0,y=50 代入即可。先求 f(0)。
答题过程
展开
f(0)===(0+4)(0−2)(2(0)−9)4(−2)(−9)72.
Since y=f(x)−p passes through (0,50),
50=p=72−p22.
(b)
解法一
思路
展开
曲线 y=f(x+q) 经过原点,代表当 x=0 时,f(q)=0。所以 q 必须是原函数 f(x) 的根。
答题过程
展开
The curve y=f(x+q) passes through the origin, so
f(0+q)=0.
Therefore
f(q)=(q+4)(q−2)(2q−9)=00.
Hence
q=−4,q=2,q=29.
(c)
解法一
思路
展开
先把 f(x) 展开成三次多项式,再逐项求导。这样比直接用乘积法则更适合 P1。
答题过程
展开
First expand f(x):
f(x)====(x+4)(x−2)(2x−9)(x2+2x−8)(2x−9)2x3−9x2+4x2−18x−16x+722x3−5x2−34x+72.
Therefore
f′(x)=6x2−10x−34.
(d)
解法一
思路
展开
梯度就是 f′(x),所以要解不等式 f′(x)<−18。先把边界方程 f′(x)=−18 解出来,再判断二次不等式在哪个区间成立。
答题过程
展开
We need
f′(x)<−18.
Using f′(x)=6x2−10x−34,
6x2−10x−346x2−10x−163x2−5x−8(3x−8)(x+1)<−18<0<0<0.
The roots are
x=−1,x=38.
Since the quadratic opens upwards, it is negative between the roots. Therefore
−1<x<38.