Maths Olympiad Prep

Library / /15 of 82

Algebra Difficulty 4.5 AIME Find the answer United States

Problem:
Let f(x,y)=x2+2x+y2+4yf(x, y) = x^{2} + 2x + y^{2} + 4y. Let (x1,y1),(x2,y2),(x3,y3)(x_{1}, y_{1}), (x_{2}, y_{2}), (x_{3}, y_{3}), and (x4,y4)(x_{4}, y_{4}) be the vertices of a square with side length one and sides parallel to the coordinate axes. What is the minimum value of f(x1,y1)+f(x2,y2)+f(x3,y3)+f(x4,y4)f(x_{1}, y_{1}) + f(x_{2}, y_{2}) + f(x_{3}, y_{3}) + f(x_{4}, y_{4})?

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:
The square's corners must be at (x,y),(x+1,y),(x+1,y+1)(x, y), (x+1, y), (x+1, y+1), and (x,y+1)(x, y+1) for some xx and yy. So,
f(x1,y1)+f(x2,y2)+f(x3,y3)+f(x4,y4)=2(x2+2x)+2((x+1)2+2(x+1))+2(y2+4y)+2((y+1)2+4(y+1))=4x2+12x+6+4y2+20y+10=(2x+3)23+(2y+5)21518 \begin{aligned} f(x_{1}, y_{1}) & + f(x_{2}, y_{2}) + f(x_{3}, y_{3}) + f(x_{4}, y_{4}) \\ &= 2(x^{2} + 2x) + 2((x+1)^{2} + 2(x+1)) + 2(y^{2} + 4y) + 2((y+1)^{2} + 4(y+1)) \\ &= 4x^{2} + 12x + 6 + 4y^{2} + 20y + 10 \\ &= (2x+3)^{2} - 3 + (2y+5)^{2} - 15 \\ &\geq -18 \end{aligned}
This attains its minimum value of 18-18 when x=32x = -\frac{3}{2} and y=52y = -\frac{5}{2}.

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.