Basics & Circle Properties

Explore radius, diameter, circumference, and area relationships.

A Circle is a set of all points in a plane that are at a fixed distance (the Radius) from a central point. Fundamental measurements include:

  • Diameter ($d$): The distance across the circle through the center ($d = 2r$).
  • Circumference ($C$): The boundary perimeter length of the circle ($C = 2\pi r$).
  • Area ($A$): The total surface region enclosed by the circle ($A = \pi r^2$).
Adjust Circle Radius
100 m
Circle Properties
Radius (r): 100.0 m
Diameter (d = 2r): 200.0 m
Circumference (2 * π * r): 2 * π * 100.0 = 628.32 m
Enclosed Area (π * r²): π * 100.0² = 31415.93 m²

Tangent to a Circle

Visualize how a tangent line meets the circle perimeter at exactly a right angle.

A Tangent is a straight line that touches the circle boundary at exactly one point. A core theorem of geometry states that:

The radius to the point of tangency is always perpendicular (90°) to the tangent line itself. This makes the tangent angle predictable and clean to compute.

Adjust Tangency State
100 m
45°
Tangent Properties
Point of Contact P: (70.7, 70.7)
Radius Angle: 45.0°
Radius ⊥ Tangent: 90.00° (Perpendicular)
Tangent Line Equation: x·cos(θ) + y·sin(θ) = r
Substituted values: 0.707x + 0.707y = 100

Area of a Sector

Calculate the area of a circle slice and its arc length.

A Sector is a portion of a circle enclosed by two radii and an arc (resembling a pizza slice). Ratios rule this geometry:

  • Arc Length ($s$): The curved boundary length of the slice ($s = \frac{\theta}{360^\circ} \cdot 2\pi r$).
  • Sector Area ($A_{\text{sector}}$): The surface region of the slice ($A_{\text{sector}} = \frac{\theta}{360^\circ} \cdot \pi r^2$).
Adjust Sector Slice
100 m
90°
Sector Computations
Angle Fraction: 90.0° / 360.0° = 0.250
Arc Length (s): 0.250 * 2π * 100 = 157.08 m
Sector Area (As): 0.250 * π * 100² = 7853.98 m²

Segment of a Circle

Isolate the area bounded between a chord line and the circular arc.

A Segment is the region bounded by a chord and an arc. The calculation of the segment area is a subtraction of geometry parts:

Segment Area = Sector Area - Central Triangle Area
A_segment = (θ / 360)·π·r² - 0.5·r²·sin(θ)
Adjust Segment Bounds
110 m
120°
Segment Computations
Chord Length (c): 2 * 110 * sin(60°) = 190.53 m
Sector Area (As): 12692.36 m²
Triangle Area (At): 5239.44 m²
Segment Area (As - At): 12692.36 - 5239.44 = 7452.92 m²