Analytic Geometry

Key Tools

PropertyStatement
Liney=mx+b
Circle(x−h)²+(y−k)²=r²
Distance√((Δx)²+(Δy)²)

Examples

Example 1. Center and radius of (x−2)²+(y+3)²=16.

Solution. Center (2,−3), r=4.

In Depth

Analytic geometry (coordinate geometry) represents geometric objects by algebraic equations. Introduced by Descartes and Fermat in the 17th century, it unified algebra and geometry and provided the foundation for calculus.

Lines in the plane: slope-intercept form \(y=mx+b\), point-slope form \(y-y_1=m(x-x_1)\), standard form \(Ax+By=C\), parametric form \((x,y)=(x_0+t\cos\theta, y_0+t\sin\theta)\). Each form is convenient for different purposes.

Conic sections are the curves obtained by intersecting a cone with a plane: circle \(x^2+y^2=r^2\), ellipse \(x^2/a^2+y^2/b^2=1\), parabola \(y=ax^2\), hyperbola \(x^2/a^2-y^2/b^2=1\). The general second-degree equation \(Ax^2+Bxy+Cy^2+Dx+Ey+F=0\) represents a conic; the discriminant \(B^2-4AC\) determines the type.

In 3D, planes are described by \(ax+by+cz=d\) where \((a,b,c)\) is the normal vector. Lines in 3D are described parametrically: \((x,y,z)=(x_0+at, y_0+bt, z_0+ct)\). The distance between skew lines requires the cross product.

Analytic geometry extends to higher dimensions naturally. In \(\mathbb{R}^n\), hyperplanes (codimension-1 subspaces) are described by linear equations, and quadric hypersurfaces by quadratic equations. This generalization is the foundation of linear algebra and machine learning.

Key Properties & Applications

Vectors in the plane and space provide a powerful language for analytic geometry. The dot product gives angles; the cross product gives areas and normals. Vector equations of lines (\(\mathbf{r}=\mathbf{a}+t\mathbf{b}\)) and planes (\(\mathbf{n}\cdot(\mathbf{r}-\mathbf{a})=0\)) are more flexible than Cartesian equations.

Parametric curves \((x(t),y(t))\) describe paths that cannot be expressed as \(y=f(x)\). Arc length: \(L=\int_a^b\sqrt{(dx/dt)^2+(dy/dt)^2}\,dt\). Curvature: \(\kappa=|x'y''-y'x''|/(x'^2+y'^2)^{3/2}\). These formulas apply to any smooth parametric curve.

Polar coordinates \((r,\theta)\) simplify curves with rotational symmetry. The cardioid \(r=1+\cos\theta\), rose curves \(r=\cos(n\theta)\), and Archimedean spiral \(r=a\theta\) are naturally expressed in polar form. Area in polar coordinates: \(A=\frac{1}{2}\int_\alpha^\beta r^2\,d\theta\).

Further Reading & Context

The study of analytic geometry 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: Analytic Geometry

This lesson extends core ideas for analytic geometry 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.