题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
Use algebra to determine the values of x for which
x2+1x2+5x−2<2,x∈R
(6)
解答
解法一
思路
展开
因为 x2+1 永远为正,可以安全地乘过去,不会改变不等号方向。绝对值小于 2 等价于同时满足小于 2 和大于 −2。
答题过程
展开
Since
x2+1>0for all real x,
we can write
−2<x2+1x2+5x−2<2
First,
x2+1x2+5x−2<2
gives
x2+5x−200<2(x2+1)<x2−5x+4<(x−1)(x−4)
So
x<1orx>4
Next,
x2+1x2+5x−2>−2
gives
x2+5x−23x2+5xx(3x+5)>−2(x2+1)>0>0
So
x<−35orx>0
Combining the two conditions,
x<−35,0<x<1,x>4
解法二
思路
展开
也可以先找临界点,再用数轴判断符号。临界点来自分式等于 2 或 −2,这比直接平方后解四次式更清楚。
答题过程
展开
The critical values occur when
x2+1x2+5x−2=2
or
x2+1x2+5x−2=−2
Since x2+1>0, these give
x2+5x−2=x2−5x+4=(x−1)(x−4)=2(x2+1)00
so
x=1,4
and
x2+5x−2=3x2+5x=x(3x+5)=−2(x2+1)00
so
x=0,−35
Testing the intervals determined by
−35,0,1,4
shows that the expression has modulus less than 2 on
x<−35,0<x<1,x>4