题目
Problem
Use algebra to obtain the set of values of x for which
x+2x2+3x+10<7−x
(9)
解答
解法一
思路
展开
这是含模的不等式。因为左边是绝对值,所以左边一定非负;因此若不等式成立,右边也必须为正,即 7−x>0。
处理绝对值时可以找边界点:
x+2x2+3x+10=7−x
和
−x+2x2+3x+10=7−x.
再用这些临界值分区间判断。
答题过程
展开
We need
x+2x2+3x+10<7−x,
where
x=−2.
The boundary values occur when
x+2x2+3x+10=7−x
or
−x+2x2+3x+10=7−x.
First solve
x+2x2+3x+10=7−x.
Multiplying by x+2 gives
x2+3x+10===(7−x)(x+2)7x+14−x2−2x5x+14.
So
2x2−2x−4=x2−x−2=(x−2)(x+1)=000.
Hence
x=2,x=−1.
Now solve
−x+2x2+3x+10=7−x.
Multiplying by x+2 gives
−(x2+3x+10)=−x2−3x−10=−3x−10=−8x=x=(7−x)(x+2)5x+14−x25x+1424−3.
The critical values are therefore
−3,−2,−1,2.
Testing the intervals, remembering that x=−2 is not allowed, gives
x<−3or−1<x<2.
Therefore the solution set is
x<−3or−1<x<2.