Difference between revisions of "User:Jonjoseph"
Line 155: | Line 155: | ||
//dot((-1,2),p=purple); | //dot((-1,2),p=purple); | ||
//draw((-1,1)--(-1,2),p=purple, Arrow(size=2*axisarrowsize)); | //draw((-1,1)--(-1,2),p=purple, Arrow(size=2*axisarrowsize)); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | size(170); | ||
+ | draw(circle((0,0),1)); | ||
+ | draw((0,0)--(1,0)--(1,.75)--cycle); | ||
+ | draw((0.9,0)--(0.9,0.1)--(1,0.1)); | ||
+ | label("$\theta$", (0.15,0), NE); | ||
+ | label("1", (0.5,0), S); | ||
+ | label("$\tan \theta$", (1,.375), E); | ||
+ | label("$\sec\theta$", (.5, .375), NW); | ||
</asy> | </asy> |
Revision as of 10:10, 3 May 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: