Difference between revisions of "User:Jonjoseph"
Line 88: | Line 88: | ||
</asy> | </asy> | ||
− | + | <asy> | |
size(125); | size(125); | ||
real ticklen=3; | real ticklen=3; | ||
Line 105: | Line 105: | ||
real i; | real i; | ||
if(complexplane) { | if(complexplane) { | ||
− | label(" | + | label("$\textnormal{Re}$",(xright,0),SE); |
− | label(" | + | label("$\textnormal{Im}$",(0,ytop),NW); |
} else { | } else { | ||
− | label(" | + | label("$x$",(xright+0.4,-0.5)); |
− | label(" | + | label("$y$",(-0.5,ytop+0.2)); |
} | } | ||
Revision as of 12:22, 10 February 2020
Given a circle with center and a point that lies outside the circle, bisect circle with a second circle centered at .
Problem from class: