Difference between revisions of "2024 USAJMO Problems/Problem 1"
Megahertz13 (talk | contribs) (→Problem) |
m (fix links) |
||
(6 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | == Problem == | |
− | |||
− | ==Problem== | ||
Let <math>ABCD</math> be a cyclic quadrilateral with <math>AB = 7</math> and <math>CD = 8</math>. Points <math>P</math> and <math>Q</math> are selected on segment <math>AB</math> such that <math>AP = BQ = 3</math>. Points <math>R</math> and <math>S</math> are selected on segment <math>CD</math> such that <math>CR = DS = 2</math>. Prove that <math>PQRS</math> is a cyclic quadrilateral. | Let <math>ABCD</math> be a cyclic quadrilateral with <math>AB = 7</math> and <math>CD = 8</math>. Points <math>P</math> and <math>Q</math> are selected on segment <math>AB</math> such that <math>AP = BQ = 3</math>. Points <math>R</math> and <math>S</math> are selected on segment <math>CD</math> such that <math>CR = DS = 2</math>. Prove that <math>PQRS</math> is a cyclic quadrilateral. | ||
− | + | == Solution 1 == | |
− | |||
− | |||
− | |||
− | ==Solution 1== | ||
First, let <math>E</math> and <math>F</math> be the midpoints of <math>AB</math> and <math>CD</math>, respectively. It is clear that <math>AE=BE=3.5</math>, <math>PE=QE=0.5</math>, <math>DF=CF=4</math>, and <math>SF=RF=2</math>. Also, let <math>O</math> be the circumcenter of <math>ABCD</math>. | First, let <math>E</math> and <math>F</math> be the midpoints of <math>AB</math> and <math>CD</math>, respectively. It is clear that <math>AE=BE=3.5</math>, <math>PE=QE=0.5</math>, <math>DF=CF=4</math>, and <math>SF=RF=2</math>. Also, let <math>O</math> be the circumcenter of <math>ABCD</math>. | ||
− | <asy> /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/ | + | <asy> /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/wiki/User:Azjps/geogebra */ |
import graph; size(12cm); | import graph; size(12cm); | ||
real labelscalefactor = 0.5; /* changes label-to-point distance */ | real labelscalefactor = 0.5; /* changes label-to-point distance */ | ||
Line 52: | Line 46: | ||
label("$F$", (3.73,-7.39), NE * labelscalefactor); | label("$F$", (3.73,-7.39), NE * labelscalefactor); | ||
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
− | + | </asy> | |
By properties of cyclic quadrilaterals, we know that the circumcenter of a cyclic quadrilateral is the intersection of its sides' perpendicular bisectors. This implies that <math>OE\perp AB</math> and <math>OF\perp CD</math>. Since <math>E</math> and <math>F</math> are also bisectors of <math>PQ</math> and <math>RS</math>, respectively, if <math>PQRS</math> is indeed a cyclic quadrilateral, then its circumcenter is also at <math>O</math>. Thus, it suffices to show that <math>OP=OQ=OR=OS</math>. | By properties of cyclic quadrilaterals, we know that the circumcenter of a cyclic quadrilateral is the intersection of its sides' perpendicular bisectors. This implies that <math>OE\perp AB</math> and <math>OF\perp CD</math>. Since <math>E</math> and <math>F</math> are also bisectors of <math>PQ</math> and <math>RS</math>, respectively, if <math>PQRS</math> is indeed a cyclic quadrilateral, then its circumcenter is also at <math>O</math>. Thus, it suffices to show that <math>OP=OQ=OR=OS</math>. | ||
Line 60: | Line 54: | ||
Draw the segments connecting <math>O</math> to <math>B</math>, <math>Q</math>, <math>C</math>, and <math>R</math>. | Draw the segments connecting <math>O</math> to <math>B</math>, <math>Q</math>, <math>C</math>, and <math>R</math>. | ||
− | <asy> /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/ | + | <asy> /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/wiki/User:Azjps/geogebra */ |
import graph; size(12cm); | import graph; size(12cm); | ||
real labelscalefactor = 0.5; /* changes label-to-point distance */ | real labelscalefactor = 0.5; /* changes label-to-point distance */ | ||
Line 105: | Line 99: | ||
label("$F$", (3.73,-7.39), NE * labelscalefactor); | label("$F$", (3.73,-7.39), NE * labelscalefactor); | ||
clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
− | + | </asy> | |
Also, let <math>r</math> be the circumradius of <math>ABCD</math>. This means that <math>AO=BO=CO=DO=r</math>. Recall that <math>\angle BEO=90^\circ</math> and <math>\angle CFO=90^\circ</math>. Notice the several right triangles in our figure. | Also, let <math>r</math> be the circumradius of <math>ABCD</math>. This means that <math>AO=BO=CO=DO=r</math>. Recall that <math>\angle BEO=90^\circ</math> and <math>\angle CFO=90^\circ</math>. Notice the several right triangles in our figure. | ||
Line 117: | Line 111: | ||
We finally apply Pythagorean Theorem on <math>\Delta RFO</math>. This becomes <math>OF^2+FR^2=OR^2\implies r^2-16+2^2=OR^2\implies OR=\sqrt{r^2-12}</math>. | We finally apply Pythagorean Theorem on <math>\Delta RFO</math>. This becomes <math>OF^2+FR^2=OR^2\implies r^2-16+2^2=OR^2\implies OR=\sqrt{r^2-12}</math>. | ||
− | This is the same expression as we got for <math>QO</math>. Thus, <math>OQ=OR</math>, and recalling that <math>OQ=OP</math> and <math>OR=OS</math>, we have shown that <math>OP=OQ=OR=OS</math> | + | This is the same expression as we got for <math>QO</math>. Thus, <math>OQ=OR</math>, and recalling that <math>OQ=OP</math> and <math>OR=OS</math>, we have shown that <math>OP=OQ=OR=OS</math>, and we are done. |
~Technodoggo | ~Technodoggo | ||
− | ==Solution 2== | + | == Solution 2 == |
We can consider two cases: <math>AB \parallel CD</math> or <math>AB \nparallel CD.</math> The first case is trivial, as <math>PQ \parallel RS</math> and we are done due to symmetry. For the second case, WLOG, assume that <math>A</math> and <math>C</math> are located on <math>XB</math> and <math>XD</math> respectively. Extend <math>AB</math> and <math>CD</math> to a point <math>X,</math> and by Power of a Point, we have <cmath>XA\cdot XB = XC \cdot XD,</cmath> which may be written as <cmath>XA \cdot (XA+7) = XC \cdot (XC+8),</cmath> or <cmath>XA^2 + 7XA = XC^2 + 8XC.</cmath> We can translate this to <cmath>XA^2 + 7XA +12 = XC^2 + 8XC +12,</cmath> so <cmath>XP\cdot XQ = (XA+3)(XA+4)=(XC+2)(XC+6)= XR\cdot XS,</cmath> and therefore by the Converse of Power of a Point <math>PQRS</math> is cyclic, and we are done. | We can consider two cases: <math>AB \parallel CD</math> or <math>AB \nparallel CD.</math> The first case is trivial, as <math>PQ \parallel RS</math> and we are done due to symmetry. For the second case, WLOG, assume that <math>A</math> and <math>C</math> are located on <math>XB</math> and <math>XD</math> respectively. Extend <math>AB</math> and <math>CD</math> to a point <math>X,</math> and by Power of a Point, we have <cmath>XA\cdot XB = XC \cdot XD,</cmath> which may be written as <cmath>XA \cdot (XA+7) = XC \cdot (XC+8),</cmath> or <cmath>XA^2 + 7XA = XC^2 + 8XC.</cmath> We can translate this to <cmath>XA^2 + 7XA +12 = XC^2 + 8XC +12,</cmath> so <cmath>XP\cdot XQ = (XA+3)(XA+4)=(XC+2)(XC+6)= XR\cdot XS,</cmath> and therefore by the Converse of Power of a Point <math>PQRS</math> is cyclic, and we are done. | ||
− | - [ | + | - [[User:Spectraldragon8|spectraldragon8]] |
− | ==Solution 3== | + | == Solution 3 == |
All 4 corners of <math>PQRS</math> have equal power of a point (<math>12</math>) with respect to the circle <math>(ABCD)</math>, with center <math>O</math>. | All 4 corners of <math>PQRS</math> have equal power of a point (<math>12</math>) with respect to the circle <math>(ABCD)</math>, with center <math>O</math>. | ||
Line 135: | Line 129: | ||
Then <math>q(AQ-q) = s(AQ-s) = 12</math> and <math>q,s < AQ/2</math> (radius). Therefore, <math>q=s</math> and <math>AQ/2 -q = AQ/2 -s</math>. But <math>AQ-q=OQ</math>, <math>AQ-s=OS</math>, <math>OQ = OP</math> and <math>OS = OR</math> by symmetry around the perpendicular bisectors of <math>PQ</math> and <math>RS</math>, so <math>P,Q,R,S</math> are all equidistant from <math>O</math>, forming a circumcircle around <math>PQRS</math>. | Then <math>q(AQ-q) = s(AQ-s) = 12</math> and <math>q,s < AQ/2</math> (radius). Therefore, <math>q=s</math> and <math>AQ/2 -q = AQ/2 -s</math>. But <math>AQ-q=OQ</math>, <math>AQ-s=OS</math>, <math>OQ = OP</math> and <math>OS = OR</math> by symmetry around the perpendicular bisectors of <math>PQ</math> and <math>RS</math>, so <math>P,Q,R,S</math> are all equidistant from <math>O</math>, forming a circumcircle around <math>PQRS</math>. | ||
− | -BraveCobra22aops | + | -BraveCobra22aops, oinava |
− | ==Solution 4 (Coord Bash)== | + | == Solution 4 (Coord Bash) == |
Let <math>A(2a_1,2a_2)</math>, <math>B(2b_1,2b_2)</math>, <math>C(2c_1,2c_2)</math>, <math>D(2d_1,2d_2)</math>, and the circumcenter of quadrilateral <math>ABCD</math> be <math>O(0,0)</math>. | Let <math>A(2a_1,2a_2)</math>, <math>B(2b_1,2b_2)</math>, <math>C(2c_1,2c_2)</math>, <math>D(2d_1,2d_2)</math>, and the circumcenter of quadrilateral <math>ABCD</math> be <math>O(0,0)</math>. | ||
Line 159: | Line 153: | ||
Since the perpendicular bisectors of the sides of quadrilateral <math>PQRS</math> all intersect at the same point, namely <math>(0,0)</math>, which is also the circumcenter of quadrilateral <math>ABCD</math>, we can conclude that <math>PQRS</math> is a cyclic quadrilateral. | Since the perpendicular bisectors of the sides of quadrilateral <math>PQRS</math> all intersect at the same point, namely <math>(0,0)</math>, which is also the circumcenter of quadrilateral <math>ABCD</math>, we can conclude that <math>PQRS</math> is a cyclic quadrilateral. | ||
− | ~[ | + | ~[[User:Kevinchen_yay|KevinChen_Yay]] |
+ | |||
+ | == Solution 5 (Euclidean) == | ||
+ | |||
+ | Let <math>O</math> be the center of the circumcircle of <math>ABCD</math>, and let <math>r</math> be the circumradius of that quadrilateral. Also, let <math>E</math> be the midpoint of <math>\overline{AB}</math> and let <math>F</math> be the midpoint of <math>\overline{CD}</math>. If we look at <math>\triangle AEO</math>, we see that it is a right triangle with hypotenuse <math>r</math> and one leg <math>\frac{7}{2}</math>. Therefore, the other leg, <math>\overline{EO}</math>, has length <math>\sqrt{r^{2}-\frac{49}{4}}</math>. We have that <math>EP = EQ = \frac{1}{2}</math>, and therefore by the pythagorean theorem we have that <math>PO = QO = \sqrt{r^{2}-12}</math>. | ||
+ | |||
+ | Applying the same logic to <math>\overline{CD}</math>, we find that <math>OS = OR = \sqrt{r^{2}-12}</math>. Because <math>PO = QO = SO = RO</math>, the points <math>P</math>, <math>Q</math>, <math>S</math>, and <math>R</math> all lie on a common circle with center <math>O</math> and radius <math>\sqrt{r^{2}-12}</math>. Therefore, <math>PQRS</math> is a cyclic quadrilateral. | ||
+ | |||
+ | ~Justeau9, hashbrown2009 | ||
+ | |||
+ | == Video Solution 1 by MegaMath - No Casework Needed == | ||
+ | |||
+ | https://www.youtube.com/watch?v=5sZQrCHiaqY | ||
+ | |||
+ | == See Also == | ||
− | |||
{{USAJMO newbox|year=2024|before=First Question|num-a=2}} | {{USAJMO newbox|year=2024|before=First Question|num-a=2}} | ||
{{MAA Notice}} | {{MAA Notice}} | ||
+ | [[Category:Olympiad Geometry Problems]] |
Latest revision as of 08:29, 18 March 2025
Contents
[hide]Problem
Let be a cyclic quadrilateral with
and
. Points
and
are selected on segment
such that
. Points
and
are selected on segment
such that
. Prove that
is a cyclic quadrilateral.
Solution 1
First, let and
be the midpoints of
and
, respectively. It is clear that
,
,
, and
. Also, let
be the circumcenter of
.
By properties of cyclic quadrilaterals, we know that the circumcenter of a cyclic quadrilateral is the intersection of its sides' perpendicular bisectors. This implies that and
. Since
and
are also bisectors of
and
, respectively, if
is indeed a cyclic quadrilateral, then its circumcenter is also at
. Thus, it suffices to show that
.
Notice that ,
, and
. By SAS congruency,
. Similarly, we find that
and
. We now need only to show that these two pairs are equal to each other.
Draw the segments connecting to
,
,
, and
.
Also, let be the circumradius of
. This means that
. Recall that
and
. Notice the several right triangles in our figure.
Let us apply Pythagorean Theorem on . We can see that
Let us again apply Pythagorean Theorem on . We can see that
Let us apply Pythagorean Theorem on . We get
.
We finally apply Pythagorean Theorem on . This becomes
.
This is the same expression as we got for . Thus,
, and recalling that
and
, we have shown that
, and we are done.
~Technodoggo
Solution 2
We can consider two cases: or
The first case is trivial, as
and we are done due to symmetry. For the second case, WLOG, assume that
and
are located on
and
respectively. Extend
and
to a point
and by Power of a Point, we have
which may be written as
or
We can translate this to
so
and therefore by the Converse of Power of a Point
is cyclic, and we are done.
Solution 3
All 4 corners of have equal power of a point (
) with respect to the circle
, with center
.
Draw diameters (of length ) of circle
through
and
, with length
. Let
be the distance from
to the circle along a diameter, and likewise
be distance from
to the circle.
Then and
(radius). Therefore,
and
. But
,
,
and
by symmetry around the perpendicular bisectors of
and
, so
are all equidistant from
, forming a circumcircle around
.
-BraveCobra22aops, oinava
Solution 4 (Coord Bash)
Let ,
,
,
, and the circumcenter of quadrilateral
be
.
Let's list what we know from the givens:
Since the radii of a circle are equal in length, we can let
From the distance formula on and
, we can simplify and get
and
using the above substitution with
.
Since ,
,
, and
are weighted points on
and
, we can get
along with
Now, we want to show that the perpendicular bisectors of the sides of quadrilateral are concurrent to prove that it is cyclic. Moreover, we suspect that the circumcenter of quadrilateral
is the circumcenter of quadrilateral
, both of them being
.
We only list the linear equations of the perpendicular bisectors of lines and
, as the perpendicular bisectors of lines
and
are the same as the perpendicular bisectors of lines
and
, respectively.
First, we analyze the perpendicular bisector of line . Notice that it has slope
and point
The point-slope form equation would thus be
Since we claim that
is on the line, we substitute to get
and this simplifies to
Using substitutions from the first three equations, this becomes
which is true, implying that
does indeed satisfy the equation.
Analogously, we can show that the perpendicular bisector of line also passes through the origin.
Since the perpendicular bisectors of the sides of quadrilateral all intersect at the same point, namely
, which is also the circumcenter of quadrilateral
, we can conclude that
is a cyclic quadrilateral.
Solution 5 (Euclidean)
Let be the center of the circumcircle of
, and let
be the circumradius of that quadrilateral. Also, let
be the midpoint of
and let
be the midpoint of
. If we look at
, we see that it is a right triangle with hypotenuse
and one leg
. Therefore, the other leg,
, has length
. We have that
, and therefore by the pythagorean theorem we have that
.
Applying the same logic to , we find that
. Because
, the points
,
,
, and
all lie on a common circle with center
and radius
. Therefore,
is a cyclic quadrilateral.
~Justeau9, hashbrown2009
Video Solution 1 by MegaMath - No Casework Needed
https://www.youtube.com/watch?v=5sZQrCHiaqY
See Also
2024 USAJMO (Problems • Resources) | ||
Preceded by First Question |
Followed by Problem 2 | |
1 • 2 • 3 • 4 • 5 • 6 | ||
All USAJMO Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.