题目
Problem
Use algebra to obtain the set of values of x for which
x+2x2+3x+10<7−x
(9)
解答
解法一
思路
展开
左边是绝对值,所以要同时满足
x+2x2+3x+10<7−x
和
x+2x2+3x+10>−(7−x)。
两边分别解完后取交集。注意 x=−2 不在定义域内。
### 答题过程
展开
First solve
x+2x2+3x+10x+2x2+3x+10−(7−x)(x+2)x+2x2+3x+10−(−x2+5x+14)x+22x2−2x−4x+22(x−2)(x+1)<7−x<0<0<0<0
The critical values are −2, −1 and 2, so
x<−2or−1<x<2
Next solve
x+2x2+3x+10x+2x2+3x+10+(7−x)(x+2)x+2x2+3x+10+(−x2+5x+14)x+28x+24x+2x+3>−(7−x)>0>0>0>0
The critical values are −3 and −2, so
x<−3orx>−2
Taking the intersection of the two results,
x<−3or−1<x<2