Given positive numbers a,b. Prove that the following sentences are equivalent: (1) a+1>b; (2) for every x>1,ax+x−1x>b.
This one wants a proof. Work it on paper, then read the official solution and mark
yourself. Be honest about it: the record is only any use to you if it is.
Official solution
To prove that the two statements are equivalent, we need to show that each statement implies the other.
1. Assume (1):a+1>b
We need to show that this implies (2): ∀x>1,ax+x−1x>b.
Let's start by manipulating the inequality a+1>b.
a+1>b
Subtract 1 from both sides:
a>b−1
Square both sides to eliminate the square root:
a>(b−1)2
Expand the right-hand side:
a>b−2b+1
Now, consider the expression ax+x−1x for x>1:
ax+x−1x
We need to show that this is greater than b. Let's rewrite x−1x:
x−1x=1+x−11
So,
ax+x−1x=ax+1+x−11
Since x>1, x−11 is positive. Therefore,
ax+1+x−11>ax+1
We need to show that ax+1>b. Using the inequality a>b−2b+1:
ax+1>(b−2b+1)x+1
Simplify the right-hand side:
ax+1>bx−2xb+x+1
Subtract bx and 1 from both sides:
ax−bx>−2xb+x
Factor out x:
(a−b)x>−2xb+x
Since x>1, we can divide both sides by x:
a−b>−2b+1
This is true because a>b−2b+1. Hence, (1) implies (2).
2. Assume (2):∀x>1,ax+x−1x>b
We need to show that this implies (1): a+1>b.
Consider x→1+. As x approaches 1 from the right, x−1x becomes very large. Therefore, for x very close to 1, the term x−1x dominates.
Given ax+x−1x>b, let x=1+ϵ where ϵ is a small positive number:
a(1+ϵ)+ϵ1+ϵ>b
Simplify the fraction:
a+aϵ+ϵ1+1>b
As ϵ→0, ϵ1→∞. Therefore, the inequality holds for very small ϵ:
a+ϵ1+1>b
This implies that a+1>b for the inequality to hold as ϵ→0. Now, consider the original inequality a+1>b:
a+1>b
Square both sides:
(a+1)2>b
Expand the left-hand side:
a+2a+1>b
Since a+1>b, we have:
2a>0
This is always true for positive a. Hence, (2) implies (1).
Therefore, the two statements are equivalent.
■
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.