Maths Olympiad Prep

Library / /2 of 11

, 2012

Geometry Difficulty 7.9 National olympiad, round 2 Prove it Balkan Mathematical Olympiad

Let ABCDABCD be a square in the plane PP. Find the minimum and the maximum values of the function f:PRf: P \to \mathbb{R} defined by
f(P)=PA+PBPC+PD f(P) = \frac{PA + PB}{PC + PD}
where R\mathbb{R} is the set of all real numbers.

Solutions — 2

Solution 1

We have f(A)=1/(2+1)=21f(A) = 1/(\sqrt{2} + 1) = \sqrt{2} - 1. We will prove that this value is the minimum of function ff, or in other words,
PA+PB(21)(PC+PD). PA + PB \geq (\sqrt{2} - 1)(PC + PD).
for all PP.
Applying Ptolemy's inequality for the points PP, AA, BB, CC, we have PA+2PBPCPA + \sqrt{2} PB \geq PC, that is
PA+2PBPC. PA + \sqrt{2} PB \geq PC.
Applying Ptolemy's inequality for the points PP, AA, BB, DD we have 2PA+PBPD\sqrt{2} PA + PB \geq PD, that is
2PA+PBPD. \sqrt{2} PA + PB \geq PD.
Adding these inequalities we get
(2+1)(PA+PB)PC+PD, (\sqrt{2} + 1)(PA + PB) \geq PC + PD,
hence the desired inequality.
By Ptolemy's Theorem it follows that the minimum is attained if and only if the point PP belongs to the arc ABAB of the circumcircle of the square.
If PP' is the symmetric of PP with respect to the center of the square, then f(P)=1/f(P)f(P) = 1/f(P'). It follows that the maximum of the function is 1/(21)=2+11/(\sqrt{2} - 1) = \sqrt{2} + 1 and it occurs exactly at the points on the arc CDCD of the circumcircle of the square.

Solution 2

Place the square in the Cartesian plane with the vertices at (1,0)(1,0), (0,1)(0,1), (1,0)(-1,0), (0,1)(0,-1). Use the polar coordinates to obtain
f(P)=r2+12rcosθ+r2+12rsinθr2+1+2rcosθ+r2+1+2rsinθ f(P) = \frac{\sqrt{r^2 + 1 - 2r \cos \theta} + \sqrt{r^2 + 1 - 2r \sin \theta}}{\sqrt{r^2 + 1 + 2r \cos \theta} + \sqrt{r^2 + 1 + 2r \sin \theta}}
The change of variables u=2rcosθ/(r2+1)u = 2r \cos \theta/(r^2 + 1), v=2rsinθ/(r2+1)v = 2r \sin \theta/(r^2 + 1) reduces the problem to showing that
211u+1v1+u+1+v2+1 \sqrt{2} - 1 \leq \frac{\sqrt{1-u} + \sqrt{1-v}}{\sqrt{1+u} + \sqrt{1+v}} \leq \sqrt{2} + 1
for u2+v21u^2 + v^2 \leq 1.
Note that this expression is decreasing in uu for constant vv, and decreasing in vv for constant uu. On the unit circle u2+v2=1u^2 + v^2 = 1, the tangent half-angle substitutions u=2t/(1+t2)u = 2t/(1+t^2), v=(1t2)/(1+t2)v = (1-t^2)/(1+t^2) give
1u+1v1+u+1+v=1t+2t1+t+2 \frac{\sqrt{1-u} + \sqrt{1-v}}{\sqrt{1+u} + \sqrt{1+v}} = \frac{|1-t| + \sqrt{2}|t|}{|1+t| + \sqrt{2}}
which reduces to 21\sqrt{2} - 1 in the first quadrant (that is, for 0t10 \leq t \leq 1) and to 2+1\sqrt{2} + 1 in the third quadrant (that is, for t1t \leq -1) finishing the proof.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.