Maths Olympiad Prep

Track / Stage 7 / 192 of 300 #1592 of 1964

Problem 1592

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.5 Find the answer

Let mm and nn two given integers. Ana thinks of a pair of real numbers xx, yy and then she tells Beto the values of xm+ymx^m+y^m and xn+ynx^n+y^n, in this order. Beto's goal is to determine the value of xyxy using that information. Find all values of mm and nn for which it is possible for Beto to fulfill his wish, whatever numbers that Ana had chosen.

A number or a short expression. Spacing, $ signs and \frac vs / are all fine.

Official solution

1. Identify the problem and the goal:
- We are given two integers m m and n n .
- Ana provides Beto with the values of xm+ym x^m + y^m and xn+yn x^n + y^n .
- Beto's goal is to determine xy xy from this information.
- We need to find all pairs (m,n)(m, n) for which Beto can always determine xy xy .

2. **Case 1: Both m m and n n are even:**
- Consider (x,y)=(1,1) (x, y) = (1, 1) and (x,y)=(1,1) (x, y) = (1, -1) .
- For both pairs, xm+ym x^m + y^m and xn+yn x^n + y^n will be the same because m m and n n are even.
- However, xy xy will be different: 1 1 for (1,1) (1, 1) and 1-1 for (1,1) (1, -1) .
- Therefore, Beto cannot determine xy xy uniquely if both m m and n n are even.

3. **Case 2: Both m m and n n are odd:**
- Consider (x,y)=(1,1) (x, y) = (1, -1) and (x,y)=(0,0) (x, y) = (0, 0) .
- For both pairs, xm+ym x^m + y^m and xn+yn x^n + y^n will be different because m m and n n are odd.
- Therefore, Beto can determine xy xy uniquely if both m m and n n are odd.

4. **Case 3: One of m m or n n is even:**
- Without loss of generality, let n=2p n = 2p be even.
- We need to show that m m must divide p p for Beto to determine xy xy uniquely.
- Suppose m m does not divide p p . We will show the existence of pairs (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) such that x12p+y12p=x22p+y22p x_1^{2p} + y_1^{2p} = x_2^{2p} + y_2^{2p} and x1m+y1m=x2m+y2m x_1^m + y_1^m = x_2^m + y_2^m , but x1y1x2y2 x_1 y_1 \neq x_2 y_2 .

5. **Constructing the function f(x) f(x) :**
- Consider the function f(x)=(1x)2pm+(1+x)2pm f(x) = (1-x)^{\frac{2p}{m}} + (1+x)^{\frac{2p}{m}} .
- If m m does not divide p p , this function has an extremum at x=1 x = 1 .
- Therefore, there exist c1<1<c2 c_1 < 1 < c_2 such that f(c1)=f(c2) f(c_1) = f(c_2) .
- Let a=f(c1) a = f(c_1) . Then, (x1,y1)=((1c1)1q,(1+c1)1q) (x_1, y_1) = ((1-c_1)^{\frac{1}{q}}, (1+c_1)^{\frac{1}{q}}) and (x2,y2)=((1c2)1q,(1+c2)1q) (x_2, y_2) = ((1-c_2)^{\frac{1}{q}}, (1+c_2)^{\frac{1}{q}}) satisfy the conditions.

6. **Conclusion for m m and n n :**
- Therefore, m=2k+1 m = 2k+1 and n=2t(2k+1) n = 2t(2k+1) for k,tZ k, t \in \mathbb{Z} and t>0 t > 0 .
- If t0 t \leq 0 , we can use the same argument: extremum at 1 1 . So, t>0 t > 0 .

7. Verification:
- To prove that such (m,n)(m, n) work, consider xm+ym=a    x=(a2t)12k+1,y=(a2+t)12k+1 x^m + y^m = a \implies x = \left(\frac{a}{2} - t \right)^{\frac{1}{2k+1}}, y = \left(\frac{a}{2} + t \right)^{\frac{1}{2k+1}} for some tR t \in \mathbb{R} .
- The function g g (replace 1 1 with a2 \frac{a}{2} in f f ) has the property that g(t1)=g(t2)    t1=±t2 g(t_1) = g(t_2) \implies t_1 = \pm t_2 .
- This implies a fixed value of xy xy . So, we are done.

The final answer is (m,n)=(2k+1,2t(2k+1)) \boxed{ (m, n) = (2k+1, 2t(2k+1)) } for k,tZ k, t \in \mathbb{Z} and t>0 t > 0 .

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