AP PRECALCULUS • FUNCTIONS INVOLVING PARAMETERS, VECTORS, AND MATRICES

Conic Sections

The elegant family of curves formed by slicing a cone—parabolas, ellipses, hyperbolas—unified by parametric and matrix representations.

Historical Context & Motivation

The study of conic sections ranks among the oldest investigations in mathematics, originating in ancient Greece and persisting as one of the most consequential topics in analytic geometry. These curves—circles, ellipses, parabolas, and hyperbolas—arise naturally when a plane intersects a double-napped cone at various angles. Greek geometers initially studied conics for their intrinsic beauty, but the curves later proved indispensable for describing planetary orbits, projectile trajectories, and the behavior of light and sound. In the modern AP Precalculus curriculum, conic sections serve as a bridge between algebraic equations, parametric representations, and matrix transformations, making them a natural testing ground for the unit on parameters, vectors, and matrices.

~350 BCE
Menaechmus & the Double Cone
Menaechmus, a student of Plato, reportedly discovered conic sections while attempting to solve the Delian problem of doubling the cube, recognizing that parabolas and hyperbolas could yield the necessary geometric means.
~200 BCE
Apollonius of Perga
Apollonius wrote his eight-volume treatise Conics, introducing the names ellipse, parabola, and hyperbola and systematizing their properties using the double-napped cone framework still used today.
1609
Kepler's Elliptical Orbits
Johannes Kepler published his first law of planetary motion, demonstrating that planets travel in elliptical orbits with the Sun at one focus—validating the physical significance of conics.
1637
Descartes & Analytic Geometry
René Descartes unified algebra and geometry by representing curves—including all conics—as polynomial equations in a coordinate plane, enabling the algebraic classification used in modern courses.

The central question that conic sections answer is deceptively simple: how can a single family of second-degree equations describe such diverse shapes, and how do parametric equations and matrix operations let us manipulate, rotate, and translate these curves with precision? Mastering conics equips you with the algebraic and geometric fluency needed for calculus, physics, and engineering.

Core Principles & Definitions

Every conic section can be understood as the set of points satisfying a specific geometric relationship involving distances to fixed elements—a focus (a fixed point) and a directrix (a fixed line). The ratio of the distance from any point on the curve to the focus versus its distance to the directrix is the eccentricity (e), and this single parameter determines the conic's type. Equivalently, conics are defined as the intersection of a plane with a right circular double cone—the angle of the cutting plane relative to the cone's axis determines which curve results.

1

Circle (e = 0)

All points equidistant from a single center. A circle is a special ellipse where both foci coincide, giving eccentricity exactly zero.
2

Ellipse (0 < e < 1)

The locus of points whose sum of distances to two foci is constant. Eccentricity between 0 and 1 produces a closed, oval curve.
3

Parabola (e = 1)

Each point is equidistant from the focus and the directrix. The curve is open and unbounded with exactly one branch.
4

Hyperbola (e > 1)

The locus of points whose absolute difference of distances to two foci is constant. Two separate branches open in opposite directions.
KEY TAKEAWAY
KEY TAKEAWAY

Visualizing the Conic Family

Each conic is shown centered on its own coordinate axes. The circle (top-left) has a single center. The ellipse (top-right) features two foci. The parabola (bottom-left) has a single focus and a dashed directrix. The hyperbola (bottom-right) opens in two branches with two foci.

Notice how the geometric elements—center, foci, directrix, and axes of symmetry—shift as eccentricity changes. In the circle, the single center is the lone defining point. The ellipse introduces two foci that sit along the major axis; the closer they are together, the more circular the ellipse appears. The parabola's single focus and directrix work in tandem: every point on the curve is equidistant from both. Finally, the hyperbola's two branches curve away from each other, each approaching but never touching a pair of asymptotes. Being comfortable reading these visual features is essential before translating them into algebraic and parametric forms.

Mathematical Framework

Standard Forms of Conics (Center at Origin)

GENERAL SECOND-DEGREE EQUATION
Ax² + Bxy + Cy² + Dx + Ey + F = 0
Every conic can be expressed in this form. The discriminant B² − 4AC classifies the conic: < 0 → ellipse/circle, = 0 → parabola, > 0 → hyperbola.
ELLIPSE (a > b)
x²/a² + y²/b² = 1
Semi-major axis a along the x-axis, semi-minor axis b along the y-axis. Foci at (±c, 0) where c² = a² − b². When a = b, this becomes a circle of radius a.
HYPERBOLA (HORIZONTAL TRANSVERSE AXIS)
x²/a² − y²/b² = 1
Opens left-right. Vertices at (±a, 0), foci at (±c, 0) where c² = a² + b². Asymptotes: y = ±(b/a)x.
PARABOLA (VERTICAL AXIS)
x² = 4py
Focus at (0, p), directrix at y = −p. If p > 0 the parabola opens upward; if p < 0 it opens downward. The analogous horizontal form is y² = 4px.

Parametric Representations

In the AP Precalculus context of parametric functions, conics can be traced by expressing x and y each as functions of a parameter t. For an ellipse with semi-axes a and b, the standard parametric form is x(t) = a cos t, y(t) = b sin t for t ∈ [0, 2π). For a hyperbola, we use x(t) = a sec t, y(t) = b tan t. These parametric forms are essential for eliminating the parameter to recover the rectangular equation, a core AP Precalculus skill. Rotation of conics by an angle θ can be handled by applying a rotation matrix to the parametric vector ⟨x(t), y(t)⟩, connecting this topic directly to the matrices strand of the course.

Detailed Classification & the Discriminant

Given the general second-degree equation Ax² + Bxy + Cy² + Dx + Ey + F = 0, the value of the conic discriminant Δ = B² − 4AC provides a quick classification without completing the square or graphing. This quantity is invariant under rotation of axes, meaning it yields the same conic type regardless of orientation. The table below summarizes the classification alongside key geometric elements for each type.

Classification of conics by discriminant and eccentricity
ConicDiscriminant ΔEccentricityKey Relationship
Circle< 0 (and A = C, B = 0)e = 0All points equidistant from center
Ellipse< 0 (A ≠ C or B ≠ 0)0 < e < 1Sum of distances to foci = 2a
Parabola= 0e = 1Distance to focus = distance to directrix
Hyperbola> 0e > 1|Difference of distances to foci| = 2a
The eccentricity spectrum at top shows how increasing e transitions from a circle through an ellipse, to a parabola, and finally a hyperbola. Below, representative curves are sketched for each conic type, and the discriminant rule is summarized in the shaded box.

Worked Example: Identifying & Parametrizing an Ellipse

Consider the equation 9x² + 25y² − 54x + 100y − 44 = 0. We will classify this conic, rewrite it in standard form, identify its key features, and express it parametrically.

1
Step 1 — Apply the Discriminant TestHere A = 9, B = 0, C = 25. Compute Δ = B² − 4AC = 0 − 4(9)(25) = −900. Since Δ < 0 and A ≠ C, the conic is an ellipse.
Δ = −900 → Ellipse
2
Step 2 — Group and Complete the SquareGroup x-terms and y-terms: 9(x² − 6x) + 25(y² + 4y) = 44. Complete each square: 9(x² − 6x + 9) + 25(y² + 4y + 4) = 44 + 81 + 100 = 225. This yields 9(x − 3)² + 25(y + 2)² = 225.
9(x − 3)² + 25(y + 2)² = 225
3
Step 3 — Write in Standard FormDivide both sides by 225: (x − 3)²/25 + (y + 2)²/9 = 1. We read off a² = 25 so a = 5, b² = 9 so b = 3. The center is (h, k) = (3, −2). Since a > b and a is under the x-term, the major axis is horizontal.
(x − 3)²/25 + (y + 2)²/9 = 1, center (3, −2)
4
Step 4 — Find Foci and EccentricityCompute c² = a² − b² = 25 − 9 = 16, so c = 4. Foci lie along the major axis at (3 ± 4, −2), giving (7, −2) and (−1, −2). Eccentricity e = c/a = 4/5 = 0.8.
Foci: (7, −2) and (−1, −2); e = 0.8
5
Step 5 — Write Parametric EquationsUsing x = h + a cos t and y = k + b sin t, we obtain x(t) = 3 + 5 cos t and y(t) = −2 + 3 sin t for t ∈ [0, 2π). We can verify by eliminating the parameter: cos t = (x − 3)/5 and sin t = (y + 2)/3, and since cos²t + sin²t = 1, we recover the standard form.
x(t) = 3 + 5 cos t, y(t) = −2 + 3 sin t, t ∈ [0, 2π)

Comparing Representations: Rectangular, Parametric, and Polar

Conics can be represented in rectangular (Cartesian) form, parametric form, and polar form. Each representation has strengths depending on the task—whether you need to graph, compute arc length, rotate the curve, or analyze orbital mechanics. Understanding when to convert between forms is a central AP Precalculus skill.

Comparison of conic representations
RepresentationStrengthsLimitations
RectangularDirect algebraic manipulation; discriminant classification; completing the square identifies center and axes immediately.Cannot represent direction of traversal; rotated conics produce messy Bxy cross-terms; not easily parameterized for calculus.
ParametricShows direction and speed of traversal; easy to apply rotation matrices; eliminates multi-valued y issues for vertical lines.Requires eliminating the parameter to recover the Cartesian equation; choice of parameter is not unique.
PolarElegantly unifies all conics via r = ed/(1 ± e cos θ); natural for orbital mechanics; eccentricity appears explicitly.Requires focus at the origin; not convenient for conics centered elsewhere without translation.
KEY TAKEAWAY
KEY TAKEAWAY

Connection to Calculus, Matrices, and Beyond

Conic sections serve as a gateway to several advanced topics. In AP Calculus BC, parametric derivatives dy/dx = (dy/dt)/(dx/dt) allow you to find tangent lines and arc lengths of conics without ever solving for y explicitly. In linear algebra, the general second-degree equation corresponds to a quadratic form vTMv = 0, where M is a symmetric 2 × 2 matrix whose eigenvalues determine the conic type. Diagonalizing M is equivalent to rotating axes to eliminate the Bxy cross-term—an elegant connection to the matrices strand of this AP unit.

From AP Precalculus to advanced topics
AP Precalculus TopicAdvanced Extension
Parametric equations of conicsParametric derivatives, arc length, and surface area of revolution in Calculus BC
Discriminant B² − 4ACEigenvalues of the associated matrix; quadratic form classification in linear algebra
Rotation of conic axesOrthogonal diagonalization; principal axis theorem
Polar form r = ed/(1 ± e cos θ)Kepler's laws; gravitational orbits; astrophysics trajectory calculations

For now, focus on building fluency with the standard forms, parametric representations, and the discriminant test. These skills form the foundation upon which all advanced treatments—whether in multivariable calculus, differential equations, or physics—are built.

Practice Problems

1
Which conic section is described by the equation 4x² + 4y² − 16x + 24y − 36 = 0?
2
An ellipse has the equation (x − 1)²/16 + (y + 3)²/9 = 1. What is the distance between its two foci?
3
A conic is given by 2x² − 3xy + y² + 4x − 2y + 1 = 0. Using the discriminant B² − 4AC, classify this conic and determine its eccentricity category.
PROBLEM 4APPLIED
A satellite orbits Earth in an elliptical path described parametrically by x(t) = 8000 cos t and y(t) = 6000 sin t (in km), where the center of the ellipse is at the origin. Determine the location of the foci (which represent possible positions for Earth's center) and write the rectangular equation of the orbit.
PROBLEM 5CRITICAL THINKING
Consider the general conic Ax² + Bxy + Cy² = 1. (a) Show that the 2 × 2 matrix M = [[A, B/2],[B/2, C]] encodes the conic via the quadratic form v^T M v = 1, where v = [x, y]^T. (b) Explain why the eigenvalues of M being both positive corresponds to the conic being an ellipse. (c) Determine how the sign of det(M) relates to the discriminant B² − 4AC, and use this to justify the classification rule.
Varsity Tutors • AP Precalculus • Conic Sections