Difference between revisions of "2023 SSMO Accuracy Round Problems/Problem 4"
Line 8: | Line 8: | ||
<asy> | <asy> | ||
size(7cm); | size(7cm); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | draw | + | pair a = (10,10); |
+ | pair b = (0,10); | ||
+ | pair c = (0,0); | ||
+ | pair d = (10,0); | ||
+ | pair e = (2,2); | ||
+ | pair f = (8,2); | ||
+ | |||
+ | draw((5,0)--(5,10), dashed+magenta); | ||
draw(a--c, blue); | draw(a--c, blue); | ||
draw(e--f, blue); | draw(e--f, blue); | ||
− | + | draw(a--b--c--d--cycle, blue+linewidth(1)); | |
− | |||
− | |||
− | |||
− | + | fill(a--b--c--d--cycle, lightcyan); | |
+ | fill(circumcircle(a,b,e), lightgreen); | ||
+ | fill(circumcircle(c,d,e), lightgreen); | ||
+ | fill(b--f--c--cycle, lightblue); | ||
dot("$A$", a, dir(30)); | dot("$A$", a, dir(30)); |
Latest revision as of 14:55, 9 September 2025
Problem
In square point
is selected on diagonal
Let
be the intersection of the circumcircles of triangles
and
Given that
and
find the maximum possible area of triangle
(A circumcircle of some triangle
is the circle containing
,
, and
)
Solution
Note that by symmetry, is the reflection of
over the perpendicular bisector of
. Define coordinates
,
,
, and
. Since
, it follows that either
is
or
, so
is either
or
. The second case produces the larger solution of