Difference between revisions of "Secant line"
(Created page with "A secant line is a line intersecting a circle at two points.") |
|||
Line 1: | Line 1: | ||
A secant line is a line intersecting a circle at two points. | A secant line is a line intersecting a circle at two points. | ||
+ | |||
+ | {{ | ||
+ | |||
+ | asy image|<asy> | ||
+ | |||
+ | draw(unitcircle,blue); | ||
+ | draw((-0.4,-0.92)--(0.8,0.6),red); | ||
+ | dot((0.8,0.6)); | ||
+ | dot((-0.4,-0.92)); | ||
+ | |||
+ | </asy>|right|A circle with a secant line. | ||
+ | |||
+ | }} |