Difference between revisions of "2014 IMO Problems/Problem 3"
(→Solution) |
(→Solution) |
||
Line 4: | Line 4: | ||
Prove that line <math>BD</math> is tangent to the circumcircle of <math>\triangle{TSH}.</math> | Prove that line <math>BD</math> is tangent to the circumcircle of <math>\triangle{TSH}.</math> | ||
− | |||
− | |||
− | |||
− | |||
==Solution== | ==Solution== |
Revision as of 02:12, 8 September 2018
Problem
Convex quadrilateral has
. Point
is the foot of the perpendicular from
to
. Points
and
lie on sides
and
, respectively, such that
lies inside
and
Prove that line is tangent to the circumcircle of
Solution
![[asy] import cse5; import graph; import olympiad; dotfactor = 3; unitsize(1.5inch); path circle = Circle(origin, 1); // draw(circle); pair A = (0,1), C=(0,-1); pair Oo = (0,-0.05); pair Bb = rotate(-8,Oo)*(2,-0.05), Dd =rotate(-8, Oo)*(-2,-0.05); pair B = IP(Dd--Bb, circle, 1); pair D = IP(Dd--Bb, circle, 0); pair H = foot(A, Dd, Bb); pair H1 = bisectorpoint(C,H); pair H2 = foot(H1,C,H); pair K = extension(A,B,H1,H2); pair L = extension(A,D,H1,H2); path circle3 = Circle(K,length(K-C)); path circle4 = Circle(L,length(L-C)); // draw(circle3, dashed); // draw(circle4, dashed); pair T = IP(D--A,circle4, 0); pair S = IP(A--B, circle3, 0); pair O = circumcenter(H,S,T); path circle2 = Circle(O, length(O-H)); pair Q = IP(A--D,circle2, 0); pair R = IP(B--A, circle2, 0); pair G = IP(A--H, circle2, 0); pair Q = rotate(180,D)*C; pair P = rotate(180,B)*C; path arc1 = arc(L,length(L-H), 110,0); path arc2 = arc(K, length(K-H), 225, 45); pair M = extension(C,D,L,K); dot("$C$", C, SE); dot("$D$", D, W); dot("$A$", A, dir(40));dot("$B$", B, E);dot("$H$", H, SW); dot("$T$", T, W); dot("$S$", S, E); dot("$K$",K,E); dot("$L$",L,W); // dot("$R$",R,NE); dot("$Q$",Q,NW); dot("$G$", G, SE); dot("$Q$",Q,NW); dot("$P$",P,NE); dot("$M$",M,S); draw(arc1,dashed); draw(arc2, dashed); draw(circle2); draw(A--D--B--cycle); // draw(A--C, dashed); draw(A--H); draw(C--S--H--cycle); draw(C--T--H); draw(D--C--B); draw(D--L--K--B, dashed); draw(T--G, dashed); draw(K--H, dashed); draw(D--Q--P--B,dashed); draw(Q--H--P,dashed); draw(C--L--H, dashed); draw(C--K,dashed); draw(T--S,dashed); // draw(anglemark(H,S,K)); // draw(anglemark(K,H,S)); label("$x$",C+(0,0.1),N); label("$y$",C+(-0.1,0.3),N); label("$w$",H+(-0.03,0.1), N); label("$z$", H+(0.06,0.12), N ); label("$u$",T+(-0.1,-0.2), S); label("$v$", S+(0,-0.2), S); label("$t$",T+(0.1,-0.3), S); label("$s$", S+(-0.08,-0.2), S); [/asy]](http://latex.artofproblemsolving.com/d/d/3/dd31d6f4993a76d7536638903320aa634806672d.png)
Denote ,
,
,
,
,
,
,
. Since
and
, we have
,
.
Since , the tangent of the circumcircle of
at point
is perpendicular to
; therefore, the circumcenter of
(point
) is on
. Similarly, the circumcenter of
(point
) is on
. In addition,
is the perpendicular bisector of
.
Extend to meet circumcircle of
at
, and extend
to meet circumcircle of
at
. Then, since
,
and
are the perpendicular bisector of
and
, respectively; hence
is the circumcenter of
. Since
and
are midpoints on
and
,
; also,
, so
. Since
is the circumcenter,
is also the perpendicular bisector of
. Hence,
We have
Hence,
, or
Since quadrilaterals
and
are cyclic, we have
,
; so,
Hence,
Similarly,
Now we apply law of Sines repeatedly on pairs of triangles.
For and
,
,
,
,
; hence,
For
,
,
; hence,
For
,
, and similarly,
; hence,
Coming
, we have
Therefore,
, and
.
Let the circumcircle of
meets
at
. We have,
And,
This proves
is the diameter of the circle and the center of the circle is on AH.
Solution by .
Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.
See Also
2014 IMO (Problems) • Resources | ||
Preceded by Problem 2 |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 4 |
All IMO Problems and Solutions |