题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
The equation
4(p−2x)=x+p12+15p,x=−p,
where p is a constant, has two distinct real roots.
(a) Show that
3p2−10p−8>0.
(3)
(b) Hence, using algebra, find the range of possible values of p.
(3)
解答
(a)
解法一
思路
展开
先把方程化成关于 x 的二次方程。因为有两个不同实根,所以判别式必须大于 0。题目要的是关于 p 的不等式。
答题过程
展开
Starting with
4(p−2x)=x+p12+15p,
multiply by x+p:
4(p−2x)(x+p)=12+15p.
Expand the left-hand side:
(p−2x)(x+p)==px+p2−2x2−2pxp2−px−2x2.
So
4p2−4px−8x2=8x2+4px+12+15p−4p2=12+15p0.
For two distinct real roots,
b2−4ac>0.
Here
a=8,b=4p,c=12+15p−4p2.
Therefore
(4p)2−4(8)(12+15p−4p2)16p2−32(12+15p−4p2)16p2−384−480p+128p2144p2−480p−3843p2−10p−8>0>0>0>0>0.
(b)
解法一
思路
展开
承接 (a),解二次不等式。因为二次项系数为正,所以大于 0 的范围在两个根的外侧。
答题过程
展开
Solve
3p2−10p−8>0.
Factorise:
3p2−10p−8=(p−4)(3p+2).
So the critical values are
p=4andp=−32.
Since the quadratic opens upwards,
(p−4)(3p+2)>0
outside the two roots.
Therefore
p<−32orp>4.