Maths Olympiad Prep

Library / /237 of 520

Algebra Difficulty 3.2 AMC 10/12 Find the answer

Given real numbers xx and yy satisfying x2+y24x2y4=0x^{2}+y^{2}-4x-2y-4=0, the maximum value of xyx-y is:

Pick one

Solution

Given the equation x2+y24x2y4=0x^{2}+y^{2}-4x-2y-4=0, we can rewrite it by completing the squares for both xx and yy:

x24x+y22y=4 x^{2}-4x+y^{2}-2y=4

(x24x+4)+(y22y+1)=4+4+1 \Rightarrow (x^{2}-4x+4)+(y^{2}-2y+1)=4+4+1

(x2)2+(y1)2=9 \Rightarrow (x-2)^{2}+(y-1)^{2}=9

This represents a circle with center at (2,1)(2,1) and radius 33.

Now, let z=xyz=x-y, which implies x=y+zx=y+z. Substituting x=y+zx=y+z into the equation of the circle, we get:

(y+z2)2+(y1)2=9 (y+z-2)^{2}+(y-1)^{2}=9

This equation represents the condition for the intersection of the line y=xzy=x-z with the circle.

To find the maximum value of z=xyz=x-y, we consider the distance from the center of the circle to the line y=xzy=x-z, which can be expressed as:

21z12+123 \frac{|2-1-z|}{\sqrt{1^2+1^2}} \leqslant 3

Simplifying the inequality:

1z23 \frac{|1-z|}{\sqrt{2}} \leqslant 3

1z32 |1-z| \leqslant 3\sqrt{2}

This inequality can be split into two cases:

1. 1z321-z \leqslant 3\sqrt{2}, which gives z132z \geqslant 1-3\sqrt{2}

2. 1z321-z \geqslant -3\sqrt{2}, which simplifies to z1+32z \leqslant 1+3\sqrt{2}

Combining these two cases, we find that:

132z1+32 1-3\sqrt{2} \leqslant z \leqslant 1+3\sqrt{2}

Therefore, the maximum value of xyx-y is 1+32\boxed{1+3\sqrt{2}}, which corresponds to option C.

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.