Consider the system x+y=z+u,2xy=zu. Find the greatest value of the real constant m such that m≤yx for any positive integer solution (x,y,z,u) of the system, with x≥y.
Official solution
1. Given System of Equations: x+y=z+u 2xy=zu We need to find the greatest value of the real constant m such that m≤yx for any positive integer solution (x,y,z,u) of the system, with x≥y.
2. Analyzing the Solutions: We are given that all solutions (x,y,z,u) such that gcd(z,u)=d, dz is odd, and x>y are in the form: (x,y,z,u)=d(m(m+n),n(m−n),m2−n2,2mn) where m and n are coprime positive integers with different parities such that m>n.
3. **Expressing the Ratio yx:** Let q=nm. Then: x=d⋅m(m+n)=d⋅n⋅q(q+1) y=d⋅n(m−n)=d⋅n(q−1) Therefore: yx=d⋅n(q−1)d⋅n⋅q(q+1)=q−1q(q+1)
4. Optimizing the Ratio: We need to find the minimum value of q−1q(q+1) for q>1. Let: f(q)=q−1q(q+1) Simplifying f(q): f(q)=q−1q2+q=q+1+q−1q+1 To find the minimum value, we can use calculus. First, find the derivative f′(q): f′(q)=dqd(q−1q2+q) Using the quotient rule: f′(q)=(q−1)2(2q+1)(q−1)−(q2+q)(1) Simplifying the numerator: (2q+1)(q−1)−(q2+q)=2q2−2q+q−1−q2−q=q2−2q−1 Thus: f′(q)=(q−1)2q2−2q−1 Setting f′(q)=0: q2−2q−1=0 Solving this quadratic equation: q=22±4+4=1±2 Since q>1, we take: q=1+2
5. Calculating the Minimum Value: Substituting q=1+2 into f(q): f(1+2)=2(1+2)(2+2)=2(1+2)(2+2) Simplifying: f(1+2)=22+32+2=24+32=22+3
Thus, the greatest value of m such that m≤yx for any positive integer solution (x,y,z,u) of the system, with x≥y, is 3+22.
The final answer is 3+22
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.