题目
Problem
In this question you must show detailed reasoning.
(a) Given that x and y are positive numbers such that
(x−y)3>x3−y3
prove that
y>x
(4)
(b) Using a counter example, show that the result in part (a) is not true for all real numbers.
(2)
解答
(a)
解法一
思路
展开
把左边展开,然后和右边比较。由于 x,y 都是正数,所以可以安全地除以 3xy,不改变不等号方向。
答题过程
展开
Expand the left hand side:
(x−y)3=x3−3x2y+3xy2−y3.
Given
(x−y)3>x3−y3,
we have
x3−3x2y+3xy2−y3>−3x2y+3xy2>3xy(y−x)>x3−y300.
Since x and y are positive,
3xy>0.
Therefore,
y−x>0,
so
y>x.
解法二
思路
展开
因式分解法。已知立方差公式 x3−y3=(x−y)(x2+xy+y2)。将原不等式右侧展开后,将所有项移至左侧并提出公因式 (x−y)。再利用 x,y>0 的条件化简即可。
答题过程
展开
Rewrite the right-hand side using the difference of cubes formula:
x3−y3=(x−y)(x2+xy+y2)
The given inequality becomes:
(x−y)3>(x−y)(x2+xy+y2)
Rearrange to one side:
(x−y)3−(x−y)(x2+xy+y2)>0
Factor out (x−y):
(x−y)[(x−y)2−(x2+xy+y2)]>(x−y)[(x2−2xy+y2)−(x2+xy+y2)]>(x−y)(−3xy)>3xy(y−x)>0000.
Since x and y are positive numbers, we have 3xy>0.
Therefore, we can divide both sides by 3xy without changing the inequality sign:
y−x>y>0x.
This completes the proof.
(b)
解法一
思路
展开
要推翻“对所有实数都成立”,只需找一组实数满足原不等式,但结论 y>x 不成立。让 y 为负数通常很容易构造。
答题过程
展开
Take
x=3,y=−1.
Then
(x−y)3===(3−(−1))34364,
and
x3−y3===33−(−1)327+128.
So
(x−y)3>x3−y3.
But
y=−1<3=x.
Therefore, the result is not true for all real numbers.