Difference between revisions of "Secant line"

(Created page with "A secant line is a line intersecting a circle at two points.")
 
m
 
(One intermediate revision by one other user not shown)
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.
 +
 +
}}
 +
 +
{{stub}}

Latest revision as of 14:53, 9 May 2022

A secant line is a line intersecting a circle at two points.

[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]

Enlarge.png
A circle with a secant line.


This article is a stub. Help us out by expanding it.