题目
Problem
Use algebra to determine the set of values of x for which
2−xx⩽xx+3
(Solutions relying entirely on graphical methods are not acceptable.)
(8)
解答
解法一
思路
展开
这是分式不等式,不能直接乘以 x(2−x),因为它的正负会随 x 改变。比较稳妥的方法是先移到同一边,通分成一个分式,再用 critical values 分区间判断符号。
注意原式中分母不能为零,所以
x=0,x=2.
答题过程
展开
The inequality is
2−xx⩽xx+3,
where
x=0,x=2.
Move all terms to the left:
2−xx−xx+3⩽0.
Use the common denominator x(2−x):
2−xx−xx+3=x(2−x)x2−(2−x)(x+3).
Expand the numerator:
x2−(2−x)(x+3)====x2−(2x+6−x2−3x)x2−(−x2−x+6)2x2+x−6(2x−3)(x+2).
So the inequality becomes
x(2−x)(2x−3)(x+2)⩽0.
The critical values are
x=−2,0,23,2.
Now test the sign of
x(2−x)(2x−3)(x+2)
on each interval:
xsign(−∞,−2)−−20(−2,0)+(0,23)−(23,2)+(2,∞)−
Since we need the expression to be less than or equal to zero,
x⩽−2,0<x⩽23,x>2.
解法二
思路
展开
也可以乘以一个一定非负的表达式,避免不等号方向问题。这里可以乘以
x2(2−x)2.
因为它在定义域内一定为正,所以不等号方向不变。最后仍然要记得排除 x=0 和 x=2。
答题过程
展开
Start with
2−xx⩽xx+3,
where
x=0,x=2.
Multiply both sides by x2(2−x)2, which is positive for all allowed x:
x3(2−x)⩽x(x+3)(2−x)2.
Bring all terms to one side:
x3(2−x)−x(x+3)(2−x)2⩽0.
Factor out x(2−x):
x(2−x)[x2−(x+3)(2−x)]⩽0.
Now simplify the bracket:
x2−(x+3)(2−x)===x2−(−x2−x+6)2x2+x−6(2x−3)(x+2).
So
x(2−x)(2x−3)(x+2)⩽0.
Using the critical values
−2,0,23,2,
and excluding x=0 and x=2, the solution is
x⩽−2,0<x⩽23,x>2.