题目
Problem
In this question you must show all stages of your working.
Solutions relying on calculator technology are not acceptable.
(k−1)x6+4x3+(k−4)=0
where k is a constant.
(a) Find the exact solutions to the given equation for k=4.5.
(3)
(b) Find the set of possible values of k for which the given equation has no real roots.
(4)
解答
(a)
解法一
思路
展开
代入 k=4.5 后,方程只含 x6 和 x3。令 u=x3,就能化成二次方程。
答题过程
展开
When k=4.5,
(4.5−1)x6+4x3+(4.5−4)=3.5x6+4x3+0.5=00.
Multiply by 2:
7x6+8x3+1=0.
Let
u=x3.
Then
7u2+8u+1=(7u+1)(u+1)=00.
So
u=−71oru=−1.
Since u=x3,
x3=−71orx3=−1.
Therefore the exact real solutions are
x=−371orx=−1.
(b)
解法一
思路
展开
把方程看成关于 u=x3 的二次方程:
(k−1)u2+4u+(k−4)=0.
由于每一个实数 u 都对应一个实数 x=3u,所以原方程没有实根等价于这个二次方程没有实根。因此判别式要小于 0。
答题过程
展开
Let
u=x3.
Then the equation becomes
(k−1)u2+4u+(k−4)=0.
For no real roots, its discriminant must be negative:
42−4(k−1)(k−4)<0.
Simplify:
16−4(k−1)(k−4)16−4(k2−5k+4)16−4k2+20k−16−4k2+20k4k(5−k)<0<0<0<0<0.
The critical values are
k=0,k=5.
Since 4k(5−k) is negative outside these values,
k<0ork>5.