Borui Academy

Chapter 9

Conic Sections

圆锥曲线 · ellipse · hyperbola · parabola · eccentricity · focal properties

Unit 9 · Conic Sections 圆锥曲线

By the end of this chapter you can:

  1. Write the standard equation of an ellipse, hyperbola, or parabola and identify all key parameters from it
  2. Locate foci, vertices, directrix, and asymptotes from the equation alone
  3. Apply the focal distance identitiesPF1+PF2=2a|PF_1|+|PF_2|=2a (ellipse), PF1PF2=2a||PF_1|-|PF_2||=2a (hyperbola), focal-distance formula for a parabola — to compute lengths without coordinates
  4. Classify any conic by its eccentricity and explain how ee controls the shape
  5. Solve exam problems that mix two conics (shared foci, focal chords, eccentricity constraints)

Exam weight on past CSCA papers: ~12% (5–6 of 48 MCQs).


9.1 Ellipse 椭圆

Definition and standard equation

An ellipse is the locus of all points PP in the plane such that the sum of distances from PP to two fixed points F1F_1 and F2F_2 (the foci) is constant:

PF1+PF2=2a(a>0).|PF_1| + |PF_2| = 2a \qquad (a > 0).

When the foci lie on the xx-axis at (±c, 0)(\pm c,\ 0), the standard equation is:

x2a2+y2b2=1a>b>0,c2=a2b2.\boxed{\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1} \qquad a > b > 0,\quad c^2 = a^2 - b^2.

When the foci lie on the yy-axis at (0, ±c)(0,\ \pm c), swap a2a^2 and b2b^2 (i.e. a2a^2 sits under y2y^2). In either case aa is always the larger denominator.

Key parameters at a glance

Parameter Formula Meaning
Semi-major axis aa half the longest width
Semi-minor axis bb half the shortest width
Focal distance c=a2b2c = \sqrt{a^2 - b^2} centre to each focus
Eccentricity e=c/a(0,1)e = c/a \in (0,1) "flatness"
Vertices (major) (±a, 0)(\pm a,\ 0) tips of major axis
Co-vertices (0, ±b)(0,\ \pm b) tips of minor axis

🔑 The one identity to nail c2c^2: For an ellipse, c2=a2b2c^2 = a^2 - b^2. For a hyperbola (Section 9.2), c2=a2+b2c^2 = a^2 + b^2. Many students mix these up — the ellipse subtracts because c<ac < a.

⚠️ Exam trap: Always check which axis holds the foci. If the bigger denominator is under y2y^2, foci are on the yy-axis.

Worked Example 9.1.A

The ellipse x225+y29=1\dfrac{x^2}{25} + \dfrac{y^2}{9} = 1 — find the foci, eccentricity, and the distance from point P=(0,3)P = (0, 3) to each focus.

Solution.

Read off: a2=25a^2 = 25, b2=9b^2 = 9, so a=5a = 5, b=3b = 3.

c=a2b2=259=16=4.c = \sqrt{a^2 - b^2} = \sqrt{25 - 9} = \sqrt{16} = 4.

Foci are at (±4, 0)(\pm 4,\ 0).

e=ca=45=0.8.e = \frac{c}{a} = \frac{4}{5} = 0.8.

The point P=(0,3)P = (0, 3) is a co-vertex. Use the focal-sum identity:

PF1+PF2=2a=10.|PF_1| + |PF_2| = 2a = 10.

By symmetry, PF1=PF2|PF_1| = |PF_2|, so each distance equals 55.

Check: (0(4))2+(30)2=16+9=5\sqrt{(0-(-4))^2 + (3-0)^2} = \sqrt{16+9} = 5. ✓

PF1=PF2=5,e=0.8\boxed{|PF_1| = |PF_2| = 5,\quad e = 0.8}


9.2 Hyperbola 双曲线

Definition and standard equation

A hyperbola is the locus of all points PP such that the absolute difference of distances from PP to two fixed foci is constant:

PF1PF2=2a(a>0).\bigl||PF_1| - |PF_2|\bigr| = 2a \qquad (a > 0).

Standard equation with foci on the xx-axis:

x2a2y2b2=1a,b>0,c2=a2+b2.\boxed{\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1} \qquad a,\, b > 0,\quad c^2 = a^2 + b^2.

Foci are at (±c, 0)(\pm c,\ 0). The two branches open left and right.

With foci on the yy-axis: y2a2x2b2=1\dfrac{y^2}{a^2} - \dfrac{x^2}{b^2} = 1.

Asymptotes 渐近线

The hyperbola x2a2y2b2=1\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1 approaches, but never touches, the lines:

y=±bax.y = \pm \frac{b}{a}\,x.

🔑 Trick to write asymptotes instantly: replace the 11 on the right with 00: x2a2y2b2=0    y=±bax\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 0 \;\Rightarrow\; y = \pm\dfrac{b}{a}x.

Key parameters

Parameter Formula
Focal distance c=a2+b2c = \sqrt{a^2 + b^2}
Eccentricity e=c/a>1e = c/a > 1
Vertices (±a, 0)(\pm a,\ 0)
Asymptotes y=±(b/a)xy = \pm(b/a)\,x

⚠️ Common error: On a hyperbola, point PP must be on a specific branch. If PP is on the branch closer to F1F_1, then PF1<PF2|PF_1| < |PF_2| and PF2PF1=2a|PF_2| - |PF_1| = 2a.

Worked Example 9.2.A

The hyperbola x216y29=1\dfrac{x^2}{16} - \dfrac{y^2}{9} = 1: find the foci, asymptotes, and eccentricity.

Solution.

a2=16a^2 = 16, b2=9a=4b^2 = 9 \Rightarrow a = 4, b=3b = 3.

c=16+9=25=5.Foci: (±5, 0).c = \sqrt{16 + 9} = \sqrt{25} = 5. \qquad \text{Foci: } (\pm 5,\ 0).

Asymptotes: y=±34x.\text{Asymptotes: } y = \pm \frac{3}{4}\,x.

e=ca=54=1.25.e = \frac{c}{a} = \frac{5}{4} = 1.25.

F1,2=(±5, 0),y=±34x,e=54\boxed{F_{1,2} = (\pm 5,\ 0),\quad y = \pm\tfrac{3}{4}\,x,\quad e = \tfrac{5}{4}}


9.3 Parabola 抛物线

Definition

A parabola is the locus of all points PP equidistant from a fixed point (the focus FF) and a fixed line (the directrix ll):

PF=d(P,l).|PF| = d(P,\, l).

Four standard orientations

Equation Opens Focus Directrix
y2=4pxy^2 = 4px, p>0p > 0 Right (p, 0)(p,\ 0) x=px = -p
y2=4pxy^2 = -4px, p>0p > 0 Left (p, 0)(-p,\ 0) x=px = p
x2=4pyx^2 = 4py, p>0p > 0 Up (0, p)(0,\ p) y=py = -p
x2=4pyx^2 = -4py, p>0p > 0 Down (0, p)(0,\ -p) y=py = p

🔑 Reading the parameter: For y2=4pxy^2 = 4px, the coefficient of xx is 4p4p, so p=coefficient/4p = \text{coefficient}/4. For example, y2=12xy^2 = 12x gives 4p=124p = 12, p=3p = 3, focus at (3,0)(3, 0), directrix x=3x = -3.

⚠️ Vertex is at the origin for all standard forms above. If vertex is elsewhere, the equation shifts — but CSCA questions almost always use vertex at the origin.

Worked Example 9.3.A

Find the focus and directrix of y2=8xy^2 = -8x, then find the distance from P=(2,4)P = (-2, 4) to the focus.

Solution.

This is y2=4pxy^2 = -4px with 4p=8p=24p = 8 \Rightarrow p = 2. Opens left.

Focus: (2, 0)(-2,\ 0). Directrix: x=2x = 2.

Distance to focus: PF=(2(2))2+(40)2=0+16=4|PF| = \sqrt{(-2-(-2))^2 + (4-0)^2} = \sqrt{0+16} = 4.

Verify with directrix definition: d(P,  x=2)=22=4d(P,\; x=2) = |-2 - 2| = 4. ✓

Focus (2,0),directrix x=2,PF=4\boxed{\text{Focus } (-2,\,0),\quad \text{directrix } x = 2,\quad |PF| = 4}


9.4 Focal Properties 焦点性质

This section gathers the most tested calculation shortcuts.

Ellipse focal-distance formulas

For a point P=(x0,y0)P = (x_0, y_0) on the ellipse x2a2+y2b2=1\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1 with foci F1=(c,0)F_1 = (-c, 0) (left) and F2=(c,0)F_2 = (c, 0) (right):

PF1=a+ex0PF2=aex0where e=ca.|PF_1| = a + ex_0 \qquad |PF_2| = a - ex_0 \qquad \text{where } e = \frac{c}{a}.

Since ax0a-a \le x_0 \le a, we have 0PF12a0 \le |PF_1| \le 2a and 0PF22a0 \le |PF_2| \le 2a. The point is closest to the right focus when x0>0x_0 > 0.

Derivation sketch: From PF1+PF2=2a|PF_1|+|PF_2|=2a and squaring the individual distance expressions, one obtains PF1PF2=2ex0|PF_1|-|PF_2| = 2ex_0. Adding and subtracting gives the formulas above.

Parabola focal-distance formula

For P=(x0,y0)P = (x_0, y_0) on y2=4pxy^2 = 4px (p>0p>0, focus at (p,0)(p,0), directrix x=px = -p):

PF=x0+p|PF| = x_0 + p

because the directrix is x=px = -p, and by definition PF=d(P,l)=x0(p)=x0+p|PF| = d(P,\,l) = x_0 - (-p) = x_0 + p.

🔑 Fastest CSCA trick: Instead of the distance formula (which needs a square root), just read off x0x_0 and add pp.

Focal chord — latus rectum 通径

A focal chord is a chord of the conic passing through a focus. The special case perpendicular to the axis of symmetry is the latus rectum (通径):

  • Parabola y2=4pxy^2 = 4px: latus rectum passes through (p,0)(p, 0); endpoints at (p,±2p)(p, \pm 2p); length =4p= 4p.
  • Ellipse: latus rectum half-length =b2/a= b^2/a; full length =2b2/a= 2b^2/a.
  • Hyperbola: latus rectum full length =2b2/a= 2b^2/a.

Worked Example 9.4.A

Point PP is on the ellipse x225+y216=1\dfrac{x^2}{25} + \dfrac{y^2}{16} = 1. The right focus is F2F_2. If PF2=3|PF_2| = 3, find PF1|PF_1|.

Solution.

a2=25a^2 = 25, b2=16a=5b^2 = 16 \Rightarrow a = 5.

PF1+PF2=2a=10    PF1=103=7.|PF_1| + |PF_2| = 2a = 10 \implies |PF_1| = 10 - 3 = 7.

PF1=7\boxed{|PF_1| = 7}

Worked Example 9.4.B

Point PP is on the parabola y2=12xy^2 = 12x and PF=7|PF| = 7 (where FF is the focus). Find the xx-coordinate of PP.

Solution.

4p=12p=34p = 12 \Rightarrow p = 3. So PF=x0+p=x0+3=7x0=4|PF| = x_0 + p = x_0 + 3 = 7 \Rightarrow x_0 = 4.

x0=4\boxed{x_0 = 4}


9.5 Eccentricity 离心率

The master classification

Eccentricity e=c/ae = c/a classifies the conic by shape:

e=0    circle0<e<1    ellipsee=1    parabolae>1    hyperbolae = 0 \;\Longrightarrow\; \text{circle} \qquad 0 < e < 1 \;\Longrightarrow\; \text{ellipse} \qquad e = 1 \;\Longrightarrow\; \text{parabola} \qquad e > 1 \;\Longrightarrow\; \text{hyperbola}

How eccentricity controls shape:

  • Ellipse: as e0+e \to 0^+, c0c \to 0 and the ellipse approaches a circle (both axes equal). As e1e \to 1^-, the ellipse becomes very elongated — almost a line segment.
  • Hyperbola: as e1+e \to 1^+, branches are nearly parabolic and open very narrowly. As ee \to \infty, the asymptotes' angle approaches 90°90° — the branches open widely.
  • Parabola: e=1e = 1 is exact; it is the transition case between the two families.

⚠️ Exam favourite: "Given that two conics share the same foci, find the eccentricity of each." Remember: cc is the same for both (shared foci), but aa differs.

Worked Example 9.5.A

A hyperbola and an ellipse share foci at (±5, 0)(\pm\sqrt{5},\ 0). The ellipse has a=3a = 3; the hyperbola has a=2a' = 2. Find both eccentricities and the equations of the two conics.

Solution.

Shared c=5c = \sqrt{5}.

Ellipse: a=3a = 3, b2=a2c2=95=4b^2 = a^2 - c^2 = 9 - 5 = 4.

x29+y24=1,eell=53.\frac{x^2}{9} + \frac{y^2}{4} = 1, \qquad e_{\text{ell}} = \frac{\sqrt{5}}{3}.

Hyperbola: a=2a' = 2, b2=c2a2=54=1b'^2 = c^2 - a'^2 = 5 - 4 = 1.

x24y2=1,ehyp=52.\frac{x^2}{4} - y^2 = 1, \qquad e_{\text{hyp}} = \frac{\sqrt{5}}{2}.

eellipse=53,ehyperbola=52\boxed{e_{\text{ellipse}} = \frac{\sqrt{5}}{3},\quad e_{\text{hyperbola}} = \frac{\sqrt{5}}{2}}

Summary comparison table — all three conics 三种圆锥曲线对比

Ellipse 椭圆 Hyperbola 双曲线 Parabola 抛物线
Standard eq. x2a2+y2b2=1\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1 x2a2y2b2=1\dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1 y2=4pxy^2=4px
Parameter rule a>b>0, b2=a2c2a>b>0,\ b^2=a^2-c^2 a,b>0, c2=a2+b2a,b>0,\ c^2=a^2+b^2 p>0p>0
Foci (±c,0)(\pm c,\,0) (±c,0)(\pm c,\,0) (p,0)(p,\,0)
Eccentricity e=c/a(0,1)e=c/a\in(0,1) e=c/a>1e=c/a>1 e=1e=1
Key identity PF1+PF2=2a\|PF_1\|+\|PF_2\|=2a PF1PF2=2a\bigl\|\|PF_1\|-\|PF_2\|\bigr\|=2a PF=x0+p\|PF\|=x_0+p
Asymptotes none y=±(b/a)xy=\pm(b/a)x none
Latus rectum 2b2/a2b^2/a 2b2/a2b^2/a 4p4p

Try it! 自测练习

Q1. Write the standard equation of the ellipse with foci at (±3, 0)(\pm 3,\ 0) and major-axis length 1010.

Q2. The hyperbola x24y25=1\dfrac{x^2}{4} - \dfrac{y^2}{5} = 1: find its foci, eccentricity, and asymptotes.

Q3. The parabola x2=12yx^2 = -12y: state the focus and directrix.

Q4. Point PP is on the parabola y2=4xy^2 = 4x and PF=5|PF| = 5 (where FF is the focus). Find the xx-coordinate of PP.

Q5. An ellipse has equation x29+y25=1\dfrac{x^2}{9} + \dfrac{y^2}{5} = 1. A point PP on the ellipse satisfies PF1=1|PF_1| = 1. Find PF2|PF_2|.

Answers & explanations
  1. 2a=10a=52a = 10 \Rightarrow a = 5. c=3c = 3. b2=259=16b^2 = 25-9 = 16. Answer: x225+y216=1\dfrac{x^2}{25} + \dfrac{y^2}{16} = 1.

  2. a=2a = 2, b=5b = \sqrt{5}, c=4+5=3c = \sqrt{4+5} = 3. Foci: (±3,0)(\pm3, 0). e=3/2e = 3/2. Asymptotes: y=±52xy = \pm\dfrac{\sqrt5}{2}x.

  3. x2=4pyx^2 = -4py with 4p=12p=34p = 12 \Rightarrow p = 3. Opens down. Focus: (0,3)(0,-3). Directrix: y=3y = 3.

  4. 4p=4p=14p = 4 \Rightarrow p = 1. PF=x0+1=5x0=4|PF| = x_0 + 1 = 5 \Rightarrow x_0 = 4.

  5. a2=9a=3a^2 = 9 \Rightarrow a = 3. PF1+PF2=6PF2=61=5|PF_1| + |PF_2| = 6 \Rightarrow |PF_2| = 6 - 1 = 5.


📌 Chapter summary

Topic Key equation / fact
Ellipse x2a2+y2b2=1\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1; c2=a2b2c^2=a^2-b^2; PF1+PF2=2a\|PF_1\|+\|PF_2\|=2a; e(0,1)e\in(0,1)
Hyperbola x2a2y2b2=1\dfrac{x^2}{a^2}-\dfrac{y^2}{b^2}=1; c2=a2+b2c^2=a^2+b^2; PF1PF2=2a\bigl\|\|PF_1\|-\|PF_2\|\bigr\|=2a; e>1e>1; asymptotes y=±baxy=\pm\frac{b}{a}x
Parabola y2=4pxy^2=4px; focus (p,0)(p,0); directrix x=px=-p; PF=x0+p\|PF\|=x_0+p; e=1e=1
Focal distances Ellipse: PF=a±ex0\|PF\|=a\pm ex_0. Parabola: add pp to the xx-coordinate of PP.
Eccentricity e<1e<1: ellipse; e=1e=1: parabola; e>1e>1: hyperbola. Closer to 0 = rounder ellipse.
Exam tip Always identify the conic type first, then extract a,b,ca, b, c — and never mix up c2=a2b2c^2 = a^2-b^2 (ellipse) vs c2=a2+b2c^2 = a^2+b^2 (hyperbola).

What's next → Unit 10 covers Complex Numbers — a shorter unit (~4%) but a reliable quick win. The modulus z=a2+b2|z| = \sqrt{a^2+b^2} echoes the focal-distance geometry you just practised.