Maths Olympiad Prep

Track / Stage 7 / 297 of 300 #1697 of 1964

Problem 1697

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.9 Prove it

Given positive numbers a,ba,b. Prove that the following sentences are equivalent:
(11) a+1>b \sqrt{a} + 1 > \sqrt{b} ;
(22) for every x>1,ax+xx1>b x > 1, ax + \frac{x}{x - 1} > 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 \sqrt{a} + 1 > \sqrt{b}

We need to show that this implies (2): x>1, ax+xx1>b \forall x > 1, \ ax + \frac{x}{x - 1} > b .

Let's start by manipulating the inequality a+1>b \sqrt{a} + 1 > \sqrt{b} .

a+1>b \sqrt{a} + 1 > \sqrt{b}

Subtract 1 from both sides:

a>b1 \sqrt{a} > \sqrt{b} - 1

Square both sides to eliminate the square root:

a>(b1)2 a > (\sqrt{b} - 1)^2

Expand the right-hand side:

a>b2b+1 a > b - 2\sqrt{b} + 1

Now, consider the expression ax+xx1 ax + \frac{x}{x - 1} for x>1 x > 1 :

ax+xx1 ax + \frac{x}{x - 1}

We need to show that this is greater than b b . Let's rewrite xx1 \frac{x}{x - 1} :

xx1=1+1x1 \frac{x}{x - 1} = 1 + \frac{1}{x - 1}

So,

ax+xx1=ax+1+1x1 ax + \frac{x}{x - 1} = ax + 1 + \frac{1}{x - 1}

Since x>1 x > 1 , 1x1 \frac{1}{x - 1} is positive. Therefore,

ax+1+1x1>ax+1 ax + 1 + \frac{1}{x - 1} > ax + 1

We need to show that ax+1>b ax + 1 > b . Using the inequality a>b2b+1 a > b - 2\sqrt{b} + 1 :

ax+1>(b2b+1)x+1 ax + 1 > (b - 2\sqrt{b} + 1)x + 1

Simplify the right-hand side:

ax+1>bx2xb+x+1 ax + 1 > bx - 2x\sqrt{b} + x + 1

Subtract bx bx and 1 1 from both sides:

axbx>2xb+x ax - bx > -2x\sqrt{b} + x

Factor out x x :

(ab)x>2xb+x (a - b)x > -2x\sqrt{b} + x

Since x>1 x > 1 , we can divide both sides by x x :

ab>2b+1 a - b > -2\sqrt{b} + 1

This is true because a>b2b+1 a > b - 2\sqrt{b} + 1 . Hence, (1) implies (2).

2. Assume (2): x>1, ax+xx1>b \forall x > 1, \ ax + \frac{x}{x - 1} > b

We need to show that this implies (1): a+1>b \sqrt{a} + 1 > \sqrt{b} .

Consider x1+ x \to 1^+ . As x x approaches 1 from the right, xx1 \frac{x}{x - 1} becomes very large. Therefore, for x x very close to 1, the term xx1 \frac{x}{x - 1} dominates.

Given ax+xx1>b ax + \frac{x}{x - 1} > b , let x=1+ϵ x = 1 + \epsilon where ϵ \epsilon is a small positive number:

a(1+ϵ)+1+ϵϵ>b a(1 + \epsilon) + \frac{1 + \epsilon}{\epsilon} > b

Simplify the fraction:

a+aϵ+1ϵ+1>b a + a\epsilon + \frac{1}{\epsilon} + 1 > b

As ϵ0 \epsilon \to 0 , 1ϵ \frac{1}{\epsilon} \to \infty . Therefore, the inequality holds for very small ϵ \epsilon :

a+1ϵ+1>b a + \frac{1}{\epsilon} + 1 > b

This implies that a+1>b a + 1 > b for the inequality to hold as ϵ0 \epsilon \to 0 . Now, consider the original inequality a+1>b \sqrt{a} + 1 > \sqrt{b} :

a+1>b \sqrt{a} + 1 > \sqrt{b}

Square both sides:

(a+1)2>b (\sqrt{a} + 1)^2 > b

Expand the left-hand side:

a+2a+1>b a + 2\sqrt{a} + 1 > b

Since a+1>b a + 1 > b , we have:

2a>0 2\sqrt{a} > 0

This is always true for positive a a . Hence, (2) implies (1).

Therefore, the two statements are equivalent.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.