Conic Sections

Study Sheet

Conic Sections

Slice a cone, get every curve: circle, ellipse, parabola, hyperbola

Where Conics Come From: Slicing a Cone

Concept
One cone, four curves
tilted slice → ellipse

Take a DOUBLE cone (two ice-cream cones tip to tip, extending forever) and cut it with a plane. The angle of the cut decides everything: a horizontal cut gives a circle; tilt the plane a little and the circle stretches into an ellipse.

Concept
The borderline cut: a parabola
slice parallel to the side → parabola

Tilt the plane until it is exactly PARALLEL to the cone's slant side and the curve never closes up — that single borderline angle produces the parabola. It is the knife-edge between the closed curves (ellipses) and the doubly-open one (hyperbola).

Concept
Cutting both nappes: a hyperbola
vertical slice (both nappes) → hyperbola

Tilt past the parallel position (or cut straight down) and the plane slices BOTH halves of the double cone, producing the two branches of a hyperbola. The two branches are one curve — the same plane meeting the same cone, twice.

Example
Why "conic sections" is literal

Circle, ellipse, parabola, hyperbola are not four unrelated graphs — they are the SAME construction (plane meets cone) at four tilts. That is why their equations are all degree-two: Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0 covers every one of them.

The Ellipse

Concept
Anatomy of an ellipse

Standard form x2a2+y2b2=1\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 (with a>ba > b): the long semi-axis is aa, the short one bb, and the two foci sit at (±c,0)(\pm c, 0) with c2=a2b2c^2 = a^2 - b^2. The defining property: every point of the ellipse has distances to the two foci summing to 2a2a (a loop of string around two pins traces one).

Example
x²/25 + y²/9 = 1

a=5a = 5, b=3b = 3, so c2=259=16c^2 = 25 - 9 = 16 and the foci are (±4,0)(\pm4, 0). Check the string property at (5,0)(5, 0): distances 11 and 99 sum to 10=2a10 = 2a ✓. Eccentricity e=ca=45e = \tfrac{c}{a} = \tfrac45 measures how stretched it is (e=0e = 0 is a circle).

The Parabola

Concept
Focus and directrix

x2=4pyx^2 = 4py: focus (0,p)(0, p), directrix y=py = -p, and every point of the curve is EQUIDISTANT from the focus and the directrix. Satellite dishes are parabolas because incoming parallel rays all bounce to the focus.

Example
y = x²/8

Rewrite as x2=8yx^2 = 8y: 4p=84p = 8, so p=2p = 2 — focus (0,2)(0,2), directrix y=2y = -2. The point (4,2)(4, 2): distance to focus =4= 4, distance to directrix =4= 4 ✓.

The Hyperbola

Concept
Asymptotes are the skeleton

x2a2y2b2=1\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1 opens left-right with foci at (±c,0)(\pm c, 0), c2=a2+b2c^2 = a^2 + b^2 (note the PLUS — foci sit outside), and asymptotes y=±baxy = \pm\tfrac{b}{a}x: the branches hug these lines forever without touching. Defining property: the DIFFERENCE of the focal distances is constant (2a2a).

Example
x²/9 − y²/16 = 1

a=3a = 3, b=4b = 4: c=5c = 5, foci (±5,0)(\pm5, 0), asymptotes y=±43xy = \pm\tfrac43x. At the vertex (3,0)(3,0) the focal distances are 22 and 88: difference 6=2a6 = 2a ✓.

Formulas, Proofs & Tips

Tip
Equation of a circle
(xh)2+(yk)2=r2(x-h)^2+(y-k)^2=r^2

What it means. All points at distance rr from the centre (h,k)(h,k).

Example. Center (2,1)(2,-1), radius 33: (x2)2+(y+1)2=9(x-2)^2+(y+1)^2=9.

Why it works. A circle is by definition the set of points a fixed distance from the centre. Writing that distance with the distance formula gives (xh)2+(yk)2=r\sqrt{(x-h)^2+(y-k)^2}=r; squaring both sides removes the root.

Tip. Given x2+y2+Dx+Ey+F=0x^2+y^2+Dx+Ey+F=0, complete the square in xx and in yy to recover the centre and radius.