题目
Problem
A curve C has equation y=f(x) where f(x) is a polynomial in x.
Given
f′(x)=2(3x−2)(x+5)
(a) deduce the range of values of x for which y is decreasing.
(2)
Given further that C cuts the x-axis at 27
(b) state a factor of f(x), giving the answer in the form (Ax+B) where A and B are integers.
(1)
(c) Hence find an expression for f(x) in a fully factorised form.
(6)
解答
(a)
解法一
思路
展开
y decreasing 表示 f′(x)<0。先找导数的两个零点,再判断符号。
答题过程
展开
The critical values are found from
2(3x−2)(x+5)=0.
So
x=32orx=−5.
Since the quadratic 2(3x−2)(x+5) has positive leading coefficient, it is negative between its two roots.
Therefore, y is decreasing when
−5<x<32.
(b)
解法一
思路
展开
曲线在 x=27 处切 x-axis,所以 f(27)=0,对应因式是 2x−7。
答题过程
展开
Since C cuts the x-axis at x=27,
f(27)=0.
Therefore, a factor of f(x) is
2x−7.
(c)
解法一
思路
展开
先把 f′(x) 展开并积分,得到 f(x),但会有常数 c。再用 f(27)=0 求 c,最后因式分解。
答题过程
展开
First expand f′(x):
f′(x)===2(3x−2)(x+5)2(3x2+15x−2x−10)6x2+26x−20.
Integrate:
f(x)==∫(6x2+26x−20)dx2x3+13x2−20x+c.
Since f(27)=0,
2(27)3+13(27)2−20(27)+c=4343+4637−70+c=245−70+c=c=000−175.
So
f(x)=2x3+13x2−20x−175.
Using the factor 2x−7,
2x3+13x2−20x−175==(2x−7)(x2+10x+25)(2x−7)(x+5)2.
Therefore,
f(x)=(2x−7)(x+5)2.
解法二
思路
展开
既然已知 2x−7 是 f(x) 的因式,可以设 f(x)=(2x−7)(Ax2+Bx+C)。把它展开、求导,再和题目给出的 f′(x) 比较系数。
答题过程
展开
Since 2x−7 is a factor of f(x), let
f(x)=(2x−7)(Ax2+Bx+C).
Expand:
f(x)==2Ax3+2Bx2+2Cx−7Ax2−7Bx−7C2Ax3+(2B−7A)x2+(2C−7B)x−7C.
Differentiate:
f′(x)=6Ax2+2(2B−7A)x+(2C−7B).
But
f′(x)=2(3x−2)(x+5)=6x2+26x−20.
Compare coefficients:
6A=2(2B−7A)=2C−7B=626−20⇒A=1,⇒2B−7=13,⇒B=10,⇒2C−70=−20,⇒C=25.
Therefore,
f(x)==(2x−7)(x2+10x+25)(2x−7)(x+5)2.