Circle
Formulas
| Property | Statement |
|---|---|
| Area | \(\pi r^2\) |
| Circumference | \(2\pi r\) |
| Arc length | \(r\theta\) (θ in radians) |
| Sector area | \(\frac{1}{2}r^2\theta\) |
Examples
Example 1. Circle with r=7. Find area and circumference.
Solution. A=49π≈153.94, C=14π≈43.98.
In Depth
The circle is defined as the set of all points equidistant from a center. Its perfect symmetry makes it appear throughout mathematics, physics, and engineering. The ratio of circumference to diameter is \(\pi\approx3.14159\), one of the most important constants in mathematics.
Key theorems: the inscribed angle theorem states that an inscribed angle is half the central angle subtending the same arc. The tangent-radius theorem states that a tangent to a circle is perpendicular to the radius at the point of tangency. Two tangents from an external point have equal length.
The equation of a circle with center \((h,k)\) and radius \(r\) is \((x-h)^2+(y-k)^2=r^2\). Expanding gives the general form \(x^2+y^2+Dx+Ey+F=0\), where the center is \((-D/2,-E/2)\) and radius \(\sqrt{D^2/4+E^2/4-F}\).
In trigonometry, the unit circle (\(r=1\), centered at origin) defines \(\sin\theta\) and \(\cos\theta\) as the \(y\)- and \(x\)-coordinates of the point at angle \(\theta\). This connects circular geometry to periodic functions and complex numbers via Euler's formula \(e^{i\theta}=\cos\theta+i\sin\theta\).
Further Reading & Context
The study of circle connects to many areas of mathematics and its applications. Understanding the foundational definitions and theorems provides the basis for advanced work in analysis, algebra, and applied mathematics.
Historical development: most mathematical concepts evolved over centuries, with contributions from mathematicians across many cultures. The modern axiomatic treatment provides rigor, while computational tools enable practical application.
In modern mathematics, this topic appears in graduate courses and research across pure and applied mathematics. Connections to computer science, physics, and engineering make it a versatile and important area of study. Mastery of the core results and techniques opens doors to research in number theory, analysis, geometry, and beyond.
Recommended next steps: work through the standard theorems with full proofs, explore the connections to related topics listed above, and practice with a variety of problems ranging from computational exercises to theoretical proofs. The interplay between different areas of mathematics is one of the subject's greatest rewards.
Deep Dive: Circle
This lesson extends core ideas for circle with rigorous reasoning, edge-case checks, and application framing in geometry.
Practice Set
Practice. Derive one main result on this page and validate with a numeric or geometric check.
Goal. Confirm assumptions, transformation steps, and final interpretation.
References & Editorial Notes
- Stewart, Calculus.
- Strang, Introduction to Linear Algebra.
- Apostol, Mathematical Analysis.
Last editorial review: 2026-04-14.