题目
Problem
Use algebra to find the set of values of x for which
2x2+x−3>3∣1−x∣
(7)
Solutions based entirely on graphical or numerical methods are not acceptable.
解答
解法一
思路
展开
先把左边因式分解:
2x2+x−3=(2x+3)(x−1).
这样两边都有 ∣x−1∣。但 x=1 时两边都是 0,不满足严格大于,所以之后可以在 x=1 的条件下除以正数 ∣x−1∣。
答题过程
展开
Factorise the expression inside the modulus:
2x2+x−3=(2x+3)(x−1).
So
2x2+x−3==∣(2x+3)(x−1)∣∣2x+3∣∣x−1∣.
The inequality becomes
∣2x+3∣∣x−1∣>3∣1−x∣.
Since
∣1−x∣=∣x−1∣,
we have
∣2x+3∣∣x−1∣>3∣x−1∣.
If x=1, then both sides are 0, so x=1 is not a solution. For x=1, ∣x−1∣>0, so we can divide both sides by ∣x−1∣:
∣2x+3∣>3.
Therefore,
2x+3>3or2x+3<−3.
This gives
x>0orx<−3.
Remembering that x=1 is not allowed, the solution set is
x<−3,0<x<1,x>1.
解法二
思路
展开
因为两边都是非负数,也可以平方。这样会得到一个 quartic inequality,再因式分解。这个方法较长,但完全符合 “Use algebra” 的要求。
答题过程
展开
Since both sides are non-negative, square both sides:
(2x2+x−3)2>9(1−x)2.
Bring everything to one side:
(2x2+x−3)2−9(1−x)2>0.
This is a difference of squares:
(2x2+x−3−3(1−x))×(2x2+x−3+3(1−x))>0.
Simplify each factor:
2x2+x−3−3(1−x)==2x2+4x−62(x+3)(x−1),
and
2x2+x−3+3(1−x)==2x2−2x2x(x−1).
Therefore,
4x(x+3)(x−1)2>0.
Since 4>0 and (x−1)2⩾0, with equality only at x=1, the sign is controlled by x(x+3), except that x=1 is not a solution.
So we need
x(x+3)>0andx=1.
Thus
x<−3,0<x<1,x>1.