Radius, chord, diameter, tangent, and secant

LVL: FREE

MODULE: Planimetry (2D Geometry)

[EXEC: MICRO_CORE]

✖️ 1. Definition of a circle as a locus of points

🎯 What Makes a Circle

  • A circle is all points exactly the same distance from one center point.
  • The fixed distance is called the radius.
  • Every point on the circle is equidistant from the center.
  • If a point is closer or farther, it is not on the circle.

If the center is at (0, 0) and radius is 5, then (3, 4) is on the circle because 32+42=5\sqrt{3^2 + 4^2} = 5.

💡 Think of a compass: the metal point stays fixed while the pencil traces all points at one distance.

[EXEC: DEEP_COMPUTE]

1. Definition of a circle as a locus of points

Definition of a Circle as a Locus of Points

A circle is the set of all points in a plane that are equidistant from a fixed point called the center. This constant distance is called the radius.

Intuitively, if you fix one end of a string and trace all positions the other end can reach while keeping the string taut, you draw a circle.

Core Rules:

  • Every point on the circle satisfies the distance condition: d(P,C)=rd(P, C) = r, where CC is the center and rr is the radius.
  • Points inside the circle have distance less than rr from the center.
  • Points outside the circle have distance greater than rr from the center.
  • The circle is a one-dimensional curve, not a filled region (the interior is called a disk).

This locus definition allows precise construction and analysis of circular shapes in geometry.

Example: All points exactly 5 units from the origin form a circle with center (0, 0) and radius 5.

TASK_1[0 / 3]
LVL_2
STRC: CLASSIFY

A circle has a center CC and a radius of 8 units. A point PP is located exactly 11 units away from the center CC. Based on the locus definition, where is point PP located?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 2. Identifying segments: Radius, Diameter, Chord

📏 Three Key Segments

  • Radius: segment from center to any point on the circle.
  • Diameter: segment through the center connecting two points on the circle.
  • Chord: any segment connecting two points on the circle (does not need to pass through center).
  • Diameter is the longest chord and equals twice the radius.
  • All radii in the same circle have equal length.

Circle with radius 7 cm has diameter 14 cm; a chord not through center might be 10 cm.

💡 Radius is half, diameter is full width, chord is any connector.

[EXEC: DEEP_COMPUTE]

2. Identifying segments: Radius, Diameter, Chord

Identifying Segments: Radius, Diameter, Chord

A radius is a line segment from the center to any point on the circle. A diameter is a chord passing through the center, connecting two points on the circle. A chord is any line segment whose endpoints both lie on the circle.

The diameter is the longest possible chord in a circle, and it equals twice the radius.

Core Rules:

  • Radius length: rr (by definition).
  • Diameter length: d=2rd = 2r (always).
  • Chord length: Any value from 0 (degenerate) up to 2r2r (the diameter).
  • All radii of the same circle are congruent (equal in length).
  • A chord that does not pass through the center is strictly shorter than the diameter.

These segments are fundamental building blocks for circle measurements and theorems.

Example: In a circle with radius 7 cm, the diameter is 14 cm, and any chord has length at most 14 cm.

TASK_1[0 / 3]
LVL_2
STRC: CLASSIFY

A line segment has both of its endpoints on a circle, but it does not pass through the center. What is the most specific name for this segment?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 3. Lines intersecting circles: Tangents and Secants

✂️ Lines That Touch or Cut

  • Tangent: a line that touches the circle at exactly one point.
  • Secant: a line that intersects the circle at exactly two points.
  • A tangent never enters the circle's interior.
  • A secant passes through the circle.
  • The single touching point of a tangent is called the point of tangency.

Line y=5y = 5 is tangent to circle (x0)2+(y0)2=25(x - 0)^2 + (y - 0)^2 = 25 at point (0, 5); line y=3y = 3 is a secant.

💡 Tangent kisses once, secant slices twice.

[EXEC: DEEP_COMPUTE]

3. Lines intersecting circles: Tangents and Secants

Lines Intersecting Circles: Tangents and Secants

A tangent is a line that intersects the circle at exactly one point, called the point of tangency. A secant is a line that intersects the circle at exactly two distinct points.

Tangents "touch" the circle without crossing it, while secants "cut through" the circle.

Core Rules:

  • A tangent has exactly one point in common with the circle.
  • A secant has exactly two points in common with the circle.
  • A line can be exterior (zero intersections), tangent (one intersection), or secant (two intersections) relative to a circle.
  • The portion of a secant between the two intersection points is a chord.

These distinctions are critical for analyzing circle-line relationships and solving geometric problems.

Example: A line 3 units from a circle's center with radius 3 is tangent; a line 2 units away is a secant.

TASK_1[0 / 3]
LVL_2
STRC: CLASSIFY

A straight line is drawn so that it intersects a circle at exactly one point. What is the geometric classification of this line?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 4. The Tangent-Radius theorem: perpendicularity at the point of tangency

⊥ The Right Angle Rule

  • A tangent line is always perpendicular to the radius at the point of tangency.
  • This creates a 90-degree angle where they meet.
  • If you know the radius direction, the tangent is perpendicular to it.
  • This theorem helps find tangent line equations.

If radius points from (0, 0) to (3, 4), the tangent at (3, 4) has slope 34-\frac{3}{4} because slopes multiply to 1-1.

💡 Radius and tangent always make an L-shape at the touch point.

[EXEC: DEEP_COMPUTE]

4. The Tangent-Radius theorem: perpendicularity at the point of tangency

The Tangent-Radius Theorem: Perpendicularity at the Point of Tangency

The Tangent-Radius Theorem states that a tangent line to a circle is perpendicular to the radius drawn to the point of tangency. Conversely, a line perpendicular to a radius at its endpoint on the circle is tangent to the circle.

This perpendicularity is the defining geometric property of tangency.

Core Rules:

  • If line \ell is tangent to circle CC at point PP, then CP\ell \perp CP (where CPCP is the radius).
  • The converse holds: if CP\ell \perp CP at PP on the circle, then \ell is tangent.
  • This creates a right angle (90 degrees) at the point of tangency.
  • The theorem enables calculation of tangent lengths using the Pythagorean theorem.

This property is foundational for proofs involving tangent lines and circle constructions.

Example: If radius OP=5OP = 5 and tangent segment PT=12PT = 12, then OT=13OT = 13 by the Pythagorean theorem.

TASK_1[0 / 3]
LVL_2
STRC: CLASSIFY

A line LL is tangent to a circle with center CC at a single point PP. What is the measure of the angle formed by the tangent line LL and the radius CPCP?

DEEP_COMPUTE
ULTRA
[EXEC: MICRO_CORE]

✖️ 5. Applications: Modeling mechanical gears and orbital paths in astronomy

🔧 Circles in the Real World

  • Gears: teeth on circular gears mesh along tangent lines for smooth rotation.
  • Orbits: planets follow nearly circular paths with the sun at one focus (approximated as center).
  • The radius of orbit determines the distance a planet travels.
  • Tangent lines model instantaneous direction of motion at any point.
  • Engineers use chord lengths to design belt drives connecting pulleys.

Earth's orbit radius is about 150000000 km; its tangent velocity at any moment is perpendicular to the radius from the sun.

💡 Gears touch like tangents, orbits trace like circles.

[EXEC: DEEP_COMPUTE]

5. Applications: Modeling mechanical gears and orbital paths in astronomy

Applications: Modeling Mechanical Gears and Orbital Paths in Astronomy

Circle components model real-world systems where rotation, distance, and tangency are critical. Mechanical gears use tangent circles to transfer rotational motion, while orbital paths approximate planetary motion as circular trajectories.

These applications rely on precise geometric relationships between radii, chords, and tangents.

Core Rules:

  • Gear systems: Two gears are tangent at exactly one point; the tangent-radius theorem ensures smooth contact without slipping.
  • Orbital mechanics: Planets follow approximately circular paths with the star at the center; the radius represents orbital distance.
  • Chord applications: Satellite ground tracks and gear tooth spacing use chord lengths for calculations.
  • Tangent lines model instantaneous velocity directions in circular motion (perpendicular to the radius).

These models simplify complex systems for engineering and scientific analysis.

Example: Two gears with radii 10 cm and 15 cm are tangent; their centers are 25 cm apart.

TASK_1[0 / 3]
LVL_2
MOD: TRANSLATE

Two mechanical gears are modeled as externally tangent circles to ensure smooth contact without slipping. Gear A has a radius of 1212 cm and Gear B has a radius of 88 cm. What is the distance between their centers?

DEEP_COMPUTE
ULTRA

AWAITING_CONFIRMATION

CONFIRM KNOWLEDGE ACQUISITION TO UPDATE SYSTEM ANALYTICS.