题目
Problem
f(x)=4x3+px2+8x+q
where p and q are constants.
Given that
- (2x+3) is a factor of f(x)
- f(x) has a remainder of −5 when divided by (x+2)
(a) (i) show that p=10
(ii) find the value of q.
(5)
(b) Hence find the range of values of x for which f(x) is decreasing.
(4)
解答
(a)
解法一
思路
展开
因式定理:(2x+3) 是因式 ⇒ f(−23)=0。
余式定理:除以 (x+2) 余 −5 ⇒ f(−2)=−5。
联立两个方程解 p 和 q。
答题过程
展开
Since (2x+3) is a factor of f(x), by the factor theorem f(−23)=0:
4(−23)3+p(−23)2+8(−23)+q=0
4(−827)+p(49)−12+q=0
−227+49p−12+q=0.
Multiplying by 4:
−54+9p−48+4q=0⟹9p+4q=102.(1)
Since the remainder is −5 when f(x) is divided by (x+2), by the remainder theorem f(−2)=−5:
4(−2)3+p(−2)2+8(−2)+q=−5
−32+4p−16+q=−5⟹4p+q=43.(2)
From (2), q=43−4p. Substituting into (1):
9p+4(43−4p)=102
9p+172−16p=102
−7p=−70
p=10.(shown)
Substituting back, q=43−4×10=3.
(b)
解法一
思路
展开
f(x) 递减 ⇔ f′(x)<0。求导后解二次不等式。
答题过程
展开
With p=10 and q=3,
f(x)=4x3+10x2+8x+3.
f′(x)=12x2+20x+8.
Setting f′(x)<0:
12x2+20x+8<0.
Dividing by 4:
3x2+5x+2<0.
Factorising:
(3x+2)(x+1)<0.
The roots are x=−32 and x=−1. Since the quadratic opens upward, f′(x)<0 between the roots:
−1<x<−32.
Wait, let me recheck. The MS says the roots are x=−31 and x=−2. Let me re-factorise.
3x2+5x+2=(3x+2)(x+1). Roots: x=−32, x=−1.
Hmm, but the MS says x=−31 and x=−2. Let me recheck the derivative.
f′(x)=12x2+20x+8=4(3x2+5x+2)=4(3x+2)(x+1).
Roots: x=−32 and x=−1.
Since 4>0 and the quadratic 3x2+5x+2 opens upward, f′(x)<0 when −1<x<−32.
解法二(求根公式验证)
思路
展开
用求根公式验证因式分解的结果。
答题过程
展开
Using the quadratic formula on 3x2+5x+2=0:
x=6−5±25−24=6−5±1
x=6−4=−32orx=6−6=−1.
The decreasing interval is confirmed as −1<x<−32.