User:5849206328x: Difference between revisions
5849206328x (talk | contribs) mNo edit summary |
5849206328x (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
<asy> | <asy> | ||
// scale the image | // scale the image | ||
unitsize( | unitsize(126); | ||
pair A, B, | pair A, B, L, P, T; | ||
A = dir( | A = dir(195); L = dir(270); B = dir(345); dot(A); dot(B); dot(L); | ||
draw(A--B | draw(A--B); | ||
draw(circumcircle(A,B, | draw(circumcircle(A,B,L)); | ||
P = (2*A + B)/3; dot(P); | |||
T = intersectionpoints(circumcircle(A,B,L),L--(L + 100*(P - L)))[0]; dot(T); | |||
draw(circumcircle(T,P,P+(0.0000001,0))); | |||
draw(L--T); | |||
draw( | |||
label("$A$",A,NE); | label("$A$",A,NE); | ||
label("$B$",B | label("$B$",B,NE); | ||
label("$L$",L,NE); | label("$L$",L,NE); | ||
label("$ | label("$P$",P,NE); | ||
label("$T$",T,NNW); | |||
</asy> | </asy> | ||
Revision as of 18:48, 2 July 2014