MathDB
Bunch of Lines and Arcs in a Circle

Source:

June 8, 2009
LaTeXanalytic geometryPythagorean Theoremgeometrypower of a point

Problem Statement

In circle O O, the midpoint of radius OX OX is Q Q; at Q Q, ABXY \overline{AB} \perp \overline{XY}. The semi-circle with AB \overline{AB} as diameter intersects XY \overline{XY} in M M. Line AM \overline{AM} intersects circle O O in C C, and line BM \overline{BM} intersects circle O O in D D. Line AD \overline{AD} is drawn. Then, if the radius of circle O O is r r, AD AD is: [asy]defaultpen(linewidth(.8pt)); unitsize(2.5cm);
real m = 0; real b = 0;
pair O = origin; pair X = (-1,0); pair Y = (1,0); pair Q = midpoint(O--X); pair A = (Q.x, -1*sqrt(3)/2); pair B = (Q.x, -1*A.y); pair M = (Q.x + sqrt(3)/2,0);
m = (B.y - M.y)/(B.x - M.x); b = (B.y - m*B.x);
pair D = intersectionpoint(Circle(O,1),M--(1.5,1.5*m + b));
m = (A.y - M.y)/(A.x - M.x); b = (A.y - m*A.x);
pair C = intersectionpoint(Circle(O,1),M--(1.5,1.5*m + b));
draw(Circle(O,1)); draw(Arc(Q,sqrt(3)/2,-90,90)); draw(A--B); draw(X--Y); draw(B--D); draw(A--C); draw(A--D); dot(O);dot(M);
label("BB",B,NW); label("CC",C,NE); label("YY",Y,E); label("DD",D,SE); label("AA",A,SW); label("XX",X,W); label("QQ",Q,SW); label("OO",O,SW); label("MM",M,NE+2N);[/asy]<spanclass=latexbold>(A)</span> r2<spanclass=latexbold>(B)</span> r<spanclass=latexbold>(C)</span> not a side of an inscribed regular polygon<spanclass=latexbold>(D)</span> r32<spanclass=latexbold>(E)</span> r3 <span class='latex-bold'>(A)</span>\ r\sqrt {2} \qquad <span class='latex-bold'>(B)</span>\ r\qquad <span class='latex-bold'>(C)</span>\ \text{not a side of an inscribed regular polygon}\qquad <span class='latex-bold'>(D)</span>\ \frac {r\sqrt {3}}{2}\qquad <span class='latex-bold'>(E)</span>\ r\sqrt {3}