Problem: Find the maximum value of z+x, if (x,y,z,t) satisfies the conditions: ⎩⎨⎧x2+y2=4z2+t2=9xt+yz≥6
Solutions — 2
Solution 1
Solution: From the conditions we have 36=(x2+y2)(z2+t2)=(xt+yz)2+(xz−yt)2≥36+(xz−yt)2 and this implies xz−yt=0. Now it is clear that x2+z2+y2+t2=(x+z)2+(y−t)2=13 and the maximum value of z+x is 13. It is achieved for x=134,y=t=136 and z=139.
Solution 2
Solution: From inequality xt+yz≥6 and problem conditions we have: (xt+yz)2−36≥0⇔(xt+yz)2−(x2+y2)(z2+t2)≥0⇔2xyzt−x2y2−y2t2≥0⇔−(xz−yt)2≥0 From here we have xz=yt. Furthermore, x2+y2+z2+t2=(x+z)2+(y−t)2=13 and it follows that (x+z)2≤13 Thus, x+z≤13 Equality x+z=13 holds if we have y=t and z2−x2=5, which leads to z−x=135. Therefore, x=134,y=t=136,z=139.
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 reproduced verbatim; metadata (topic, difficulty) added by this project.