11.1 Circles and Parabolas: Geometric Definitions, Equations & Modeling

Key Takeaways

  • A circle is the locus of coplanar points equidistant from center (h, k) with radius r, modeled by (x - h)^2 + (y - k)^2 = r^2; converting from general form Ax^2 + Ay^2 + Dx + Ey + F = 0 requires dividing by A and completing the square on both quadratic variables.
  • A parabola is the locus of coplanar points equidistant from a focus and directrix; the directed focal length p determines the orientation, focal width (latus rectum length 4|p|), and axis of symmetry.
  • Vertical parabolas (x - h)^2 = 4p(y - k) feature focus (h, k + p) and directrix y = k - p, opening upward when p > 0 and downward when p < 0; horizontal parabolas (y - k)^2 = 4p(x - h) feature focus (h + p, k) and directrix x = h - p, opening rightward when p > 0 and leftward when p < 0.
  • The parabolic reflective property dictates that rays originating at the focus reflect off the curve parallel to the axis of symmetry (and incoming parallel rays converge at the focus), enabling satellite dishes, headlights, and solar concentrators.
  • Physical coordinate modeling applies parabolas to projectile trajectories y = -g/(2*v0^2*cos^2(theta))*x^2 + tan(theta)*x + h0 under gravity and suspension bridge cables y = (w/(2*T0))*x^2 under uniform horizontal loading.
Last updated: September 2026

11.1 Circles and Parabolas: Geometric Definitions, Equations & Modeling

Conic Sections as Planar Slices of a Double-Napped Cone

A conic section is the geometric curve formed by the intersection of a flat plane with a double-napped right circular cone. By adjusting the cutting plane angle $\beta$ relative to the central axis of symmetry of the cone, four distinct non-degenerate geometric curves are produced:

  1. Circle ($\beta = 90^\circ$): The cutting plane is strictly perpendicular to the central axis, producing a closed, perfectly circular intersection.
  2. Ellipse ($\alpha < \beta < 90^\circ$): The plane cuts across a single nappe at an angle greater than the cone's semi-vertical generator angle $\alpha$, producing a closed, elongated oval curve.
  3. Parabola ($\beta = \alpha$): The plane is tilted exactly parallel to a generator line of the cone, slicing through a single nappe to produce an open, unbounded curve with eccentricity $e = 1$.
  4. Hyperbola ($0^\circ \le \beta < \alpha$): The plane is steeper than the generator line, cutting through both the upper and lower nappes of the cone to produce an open, unbounded curve with two mirrored branches.

When the cutting plane passes directly through the cone's apex, degenerate conics emerge: a single isolated point, a single line (when tangent to a generator), or two intersecting lines. Coordinate geometry translates these physical cone intersections into algebraic polynomial equations of degree two on the Cartesian coordinate plane.


Geometric Definition and Algebraic Forms of a Circle

Analytically, a circle is defined as the locus of all coplanar points $P(x, y)$ that are at a fixed, positive Euclidean distance $r$ (the radius) from a fixed point $C(h, k)$ (the center): {P(x,y)R2d(P,C)=r}\{P(x, y) \in \mathbb{R}^2 \mid d(P, C) = r\} Applying the Euclidean distance formula between an arbitrary point $P(x, y)$ and the center $C(h, k)$ yields: (xh)2+(yk)2=r\sqrt{(x - h)^2 + (y - k)^2} = r Squaring both sides eliminates the radical, establishing the standard center-radius equation of a circle: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2 When the center is located at the origin $(0, 0)$, this equation reduces to $x^2 + y^2 = r^2$.

Expanding the binomial squares in the standard equation yields $x^2 - 2hx + h^2 + y^2 - 2ky + k^2 - r^2 = 0$. Combining constants into coefficients produces the general second-degree form of a circle: Ax2+Ay2+Dx+Ey+F=0Ax^2 + Ay^2 + Dx + Ey + F = 0 where $A \neq 0$. In this general quadratic formulation, two strict criteria are mandatory for a circle:

  1. The coefficients of $x^2$ and $y^2$ must be equal and non-zero ($A = C \neq 0$).
  2. No cross-product term involving $xy$ may exist ($B = 0$).

A line in the plane can intersect a circle in zero points (exterior), exactly one point (tangent line), or two points (secant chord). The tangent line to a circle at point $P_0(x_0, y_0)$ is strictly perpendicular to the radial segment connecting center $C(h, k)$ to $P_0$, satisfying $m_{\text{tangent}} \cdot m_{\text{radius}} = -1$.


Completing the Square Algorithm and Center-Radius Extraction

To transform a general circle equation $Ax^2 + Ay^2 + Dx + Ey + F = 0$ into standard center-radius form, apply the following systematic four-step procedure:

  1. Normalize Leading Coefficients: Divide all terms by $A$, ensuring unit coefficients for $x^2$ and $y^2$: x2+y2+DAx+EAy+FA=0x^2 + y^2 + \frac{D}{A}x + \frac{E}{A}y + \frac{F}{A} = 0
  2. Group Variables and Isolate Constant: Group $x$-terms and $y$-terms, and transpose the constant to the right-hand side: (x2+DAx)+(y2+EAy)=FA\left(x^2 + \frac{D}{A}x\right) + \left(y^2 + \frac{E}{A}y\right) = -\frac{F}{A}
  3. Complete the Square for Both Variables: Add the square of half the linear coefficient to both sides for each variable. Adding $(D / 2A)^2$ and $(E / 2A)^2$ yields: (x2+DAx+D24A2)+(y2+EAy+E24A2)=FA+D24A2+E24A2\left(x^2 + \frac{D}{A}x + \frac{D^2}{4A^2}\right) + \left(y^2 + \frac{E}{A}y + \frac{E^2}{4A^2}\right) = -\frac{F}{A} + \frac{D^2}{4A^2} + \frac{E^2}{4A^2}
  4. Factor into Binomial Squares: (x+D2A)2+(y+E2A)2=D2+E24AF4A2\left(x + \frac{D}{2A}\right)^2 + \left(y + \frac{E}{2A}\right)^2 = \frac{D^2 + E^2 - 4AF}{4A^2}

The value of the right-hand constant $K = \frac{D^2 + E^2 - 4AF}{4A^2}$ determines the geometric nature of the locus:

  • Real Circle ($K > 0$): The locus is a circle with center $(h, k) = \left(-\frac{D}{2A}, -\frac{E}{2A}\right)$ and radius $r = \frac{\sqrt{D^2 + E^2 - 4AF}}{2|A|}$.
  • Point Circle / Degenerate ($K = 0$): The radius is zero, collapsing the circle to the single point $(h, k)$.
  • Empty Set / Imaginary Circle ($K < 0$): No real coordinate pairs satisfy the equation.

Worked Completing-the-Square Exemplar

Consider the general quadratic equation $2x^2 + 2y^2 - 12x + 16y - 6 = 0$.

  • Step 1: Divide every term by the leading coefficient $2$: $x^2 + y^2 - 6x + 8y - 3 = 0$.
  • Step 2: Group the variables and transpose the constant: $(x^2 - 6x) + (y^2 + 8y) = 3$.
  • Step 3: Complete squares by adding $(-6/2)^2 = 9$ and $(8/2)^2 = 16$ to both sides: $(x^2 - 6x + 9) + (y^2 + 8y + 16) = 3 + 9 + 16 = 28$.
  • Step 4: Factor into squared binomials: $(x - 3)^2 + (y + 4)^2 = 28$. Comparing to $(x - h)^2 + (y - k)^2 = r^2$ gives center $(h, k) = (3, -4)$ and exact radius $r = \sqrt{28} = 2\sqrt{7} \approx 5.292$.

Geometric Definition and Anatomy of a Parabola

A parabola is defined as the locus of all coplanar points $P(x, y)$ that are equidistant from a fixed point $F$ (the focus) and a fixed line $D$ (the directrix) not passing through $F$: d(P,F)=d(P,D)d(P, F) = d(P, D) The primary geometric components of a parabola include:

  • Vertex $V(h, k)$: The midpoint of the perpendicular line segment connecting the focus to the directrix. It lies directly on the curve and represents the turning point (extremum).
  • Axis of Symmetry: The line passing through the vertex and focus perpendicular to the directrix. The parabola is symmetric under reflection across this axis.
  • Focal Length $p$: The directed distance from the vertex to the focus. The directrix is positioned at directed distance $-p$ from the vertex. When $p > 0$, the focus lies in the positive coordinate direction relative to the vertex; when $p < 0$, it lies in the negative direction.
  • Latus Rectum (Focal Width): The chord passing through the focus perpendicular to the axis of symmetry with endpoints on the curve. Setting the coordinate displacement from the vertex equal to $p$ reveals that each endpoint is $2|p|$ units from the focus, giving a total focal width of $4|p|$.

Standard Equations and Orientations

Parabolas are classified into two coordinate orientations based on their axis of symmetry:

  1. Vertical Axis of Symmetry ($x = h$): (xh)2=4p(yk)(x - h)^2 = 4p(y - k)
    • Focus: $(h, k + p)$
    • Directrix: $y = k - p$
    • Orientation: Opens upward if $p > 0$; opens downward if $p < 0$.
    • Quadratic Function Form: $y = \frac{1}{4p}(x - h)^2 + k = a(x - h)^2 + k$, where $a = \frac{1}{4p}$.
  2. Horizontal Axis of Symmetry ($y = k$): (yk)2=4p(xh)(y - k)^2 = 4p(x - h)
    • Focus: $(h + p, k)$
    • Directrix: $x = h - p$
    • Orientation: Opens rightward if $p > 0$; opens leftward if $p < 0$.
    • Note: Because horizontal parabolas assign two outputs $y$ to a single input $x$, they fail the vertical line test and represent relations rather than functions of $x$.

Circle and Parabola Feature Matrix

Conic FeatureCircleVertical ParabolaHorizontal Parabola
Locus ConditionEquidistant from center: $d(P, C) = r$Equidistant from focus and directrixEquidistant from focus and directrix
Standard Equation$(x - h)^2 + (y - k)^2 = r^2$$(x - h)^2 = 4p(y - k)$$(y - k)^2 = 4p(x - h)$
Primary Reference PointCenter $(h, k)$Vertex $(h, k)$Vertex $(h, k)$
Focus CoordinatesCoincident at center $(h, k)$$(h, k + p)$$(h + p, k)$
Directrix LineNone (line at infinity)$y = k - p$$x = h - p$
Axis of SymmetryInfinitely many diametersVertical line $x = h$Horizontal line $y = k$
Characteristic ParameterRadius $r > 0$Directed focal length $p \neq 0$Directed focal length $p \neq 0$
Focal Width (Latus Rectum)Diameter $2r$$4p
Eccentricity$e = 0$$e = 1$$e = 1$

Reflective Property of Parabolas and Applied Physical Modeling

The Optical and Acoustic Reflection Principle

A defining physical characteristic of the parabola is its reflective geometry:

Parabolic Reflection Theorem: At any point $P$ on a parabola, the tangent line bisects the angle formed by the focal segment $\overline{PF}$ and the line passing through $P$ parallel to the axis of symmetry.

By the law of reflection (angle of incidence equals angle of reflection):

  • Any ray emitted from the focus strikes the parabolic surface and reflects in a beam strictly parallel to the axis of symmetry.
  • Any incoming parallel ray traveling parallel to the axis of symmetry strikes the surface and reflects inward, converging at the focus $F$.

Real-World Engineering and Physical Applications

  1. Reflective Optics and Communications:
    • Satellite Dishes and Radio Telescopes: Parallel electromagnetic waves arriving from distant space reflect off a parabolic dish and concentrate at the feed horn receiver located at the focus, amplifying signal strength.
    • Automobile Headlights and Flashlights: Positioning a bulb filament precisely at the focus of a parabolic mirror projects a powerful, parallel light beam forward without rapid beam divergence.
    • Solar Concentrators: Parabolic trough collectors reflect incoming sunlight onto a fluid conduit positioned along the focal line, heating fluids to power steam electric turbines.
  2. Projectile Motion: Under uniform downward gravity $g$ and neglecting air resistance, an object launched with velocity $v_0$ at angle $\theta$ follows the parametric path $x(t) = (v_0\cos\theta)t$ and $y(t) = -\frac{1}{2}gt^2 + (v_0\sin\theta)t + h_0$. Eliminating parameter $t$ yields the quadratic path: y(x)=g2v02cos2θx2+(tanθ)x+h0y(x) = -\frac{g}{2v_0^2\cos^2\theta}x^2 + (\tan\theta)x + h_0 This represents a vertical parabola opening downward with focal length $p = -\frac{v_0^2\cos^2\theta}{2g}$.
  3. Suspension Bridges: When a suspension bridge cable carries a uniform horizontal load of $w$ weight per linear foot across the deck, the cable assumes the exact shape of a parabola: $y = \frac{w}{2T_0}x^2$, where $T_0$ is the horizontal cable tension at midspan. This contrasts with a free-hanging cable supporting only its own weight, which forms a catenary ($y = a\cosh(x/a)$).
Test Your Knowledge

A circle in the Cartesian plane is represented by the general quadratic equation 3x^2 + 3y^2 + 18x - 24y - 21 = 0. What are the coordinates of the center (h, k) and the exact radius r of the circle?

A
B
C
D
Test Your Knowledge

A parabola has its vertex at (2, -1) and its directrix along the vertical line x = -3. What is the standard equation of the parabola and the exact coordinates of its focus?

A
B
C
D
Test Your Knowledge

An engineer designs a parabolic satellite dish whose cross-section is modeled by a parabola with its vertex at the origin (0, 0) opening upward. The dish is 12 feet wide across its rim and 2 feet deep at its center. To achieve optimal signal reception, the feed horn receiver must be placed precisely at the focus of the parabola. How far above the vertex must the feed horn be positioned?

A
B
C
D
Test Your Knowledge

Given the quadratic equation x^2 - 6x - 8y - 7 = 0 modeling a parabola, what are the coordinates of its vertex and the equation of its directrix?

A
B
C
D