Maths Olympiad Prep

Library / /140 of 520

Algebra Difficulty 6.6 National olympiad Find the answer

Let a,ba, b be positive real numbers, and let x,yx, y be complex numbers such that x=a|x| = a and y=b|y| = b. Find the minimal and maximal value of
x+y1+xy\left|\frac{x + y}{1 + x\overline{y}}\right|

A number or a short expression. Spacing and $ signs are ignored.

Solution

1. **Express x x and y y in polar form:**
Let x=aeis x = ae^{is} and y=beit y = be^{it} , where a=x a = |x| and b=y b = |y| .

2. Calculate the modulus of the given expression:
P=x+y1+xy P = \left|\frac{x + y}{1 + x\overline{y}}\right|
Since y=beit \overline{y} = be^{-it} , we have:
P=aeis+beit1+abei(st) P = \left|\frac{ae^{is} + be^{it}}{1 + abe^{i(s-t)}}\right|

3. Simplify the numerator and the denominator:
P2=aeis+beit1+abei(st)2=(aeis+beit)(aeis+beit)(1+abei(st))(1+abei(st)) P^2 = \left|\frac{ae^{is} + be^{it}}{1 + abe^{i(s-t)}}\right|^2 = \frac{(ae^{is} + be^{it})(ae^{-is} + be^{-it})}{(1 + abe^{i(s-t)})(1 + abe^{-i(s-t)})}

4. Expand the numerator and the denominator:
(aeis+beit)(aeis+beit)=a2+b2+ab(ei(st)+ei(st)) (ae^{is} + be^{it})(ae^{-is} + be^{-it}) = a^2 + b^2 + ab(e^{i(s-t)} + e^{-i(s-t)})
(1+abei(st))(1+abei(st))=1+a2b2+ab(ei(st)+ei(st)) (1 + abe^{i(s-t)})(1 + abe^{-i(s-t)}) = 1 + a^2b^2 + ab(e^{i(s-t)} + e^{-i(s-t)})

5. Introduce a new variable for simplification:
Let u=ei(st)+ei(st)=2cos(st) u = e^{i(s-t)} + e^{-i(s-t)} = 2\cos(s-t) , where u[2,2] u \in [-2, 2] .

6. **Rewrite the expression in terms of u u :**
P2=a2+b2+abu1+a2b2+abu P^2 = \frac{a^2 + b^2 + abu}{1 + a^2b^2 + abu}

7. **Analyze the function f(u)=a2+b2+abu1+a2b2+abu f(u) = \frac{a^2 + b^2 + abu}{1 + a^2b^2 + abu} :**
P2=1(a21)(b21)1+a2b2+abu P^2 = 1 - \frac{(a^2 - 1)(b^2 - 1)}{1 + a^2b^2 + abu}

8. **Determine the conditions for P P :**
- If (a21)(b21)>0 (a^2 - 1)(b^2 - 1) > 0 , then Pmax=a+b1+ab P_{\text{max}} = \frac{a + b}{1 + ab} .
- If (a21)(b21)<0 (a^2 - 1)(b^2 - 1) < 0 , then Pmax=ab1ab P_{\text{max}} = \frac{|a - b|}{|1 - ab|} .
- If (a21)(b21)=0 (a^2 - 1)(b^2 - 1) = 0 , then P=1 P = 1 .

The final answer is a+b1+ab \boxed{\frac{a + b}{1 + ab}} or ab1ab \boxed{\frac{|a - b|}{|1 - ab|}} or 1 \boxed{1} depending on the conditions.

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.