题目
Problem
Use algebra to obtain the set of values of x for which
∣x2+x−2∣<21(x+5)
(7)
解答
解法一
思路
展开
绝对值不等式 ∣A∣<B 可以理解成 A 必须同时小于 B,并且大于 −B。所以这里把它拆成两个不等式:
x2+x−2<21(x+5)
和
−(x2+x−2)<21(x+5).
最后要取两个结果的交集。
答题过程
展开
We need
−21(x+5)<x2+x−2<21(x+5).
First solve
x2+x−2<2x2+2x−4<2x2+x−9<21(x+5)x+50.
The critical values are
x==4−1±1+724−1±73.
Since the quadratic opens upwards,
4−1−73<x<4−1+73.
Now solve
−(x2+x−2)<−2x2−2x+4<2x2+3x+1>(2x+1)(x+1)>21(x+5)x+500.
Therefore,
x<−1orx>−21.
Taking the intersection of the two conditions gives
4−1−73<x<−1or−21<x<4−1+73.