Write the standard equation of an ellipse, hyperbola, or parabola and identify all key parameters from it
Locate foci, vertices, directrix, and asymptotes from the equation alone
Apply the focal distance identities — ∣PF1∣+∣PF2∣=2a (ellipse), ∣∣PF1∣−∣PF2∣∣=2a (hyperbola), focal-distance formula for a parabola — to compute lengths without coordinates
Classify any conic by its eccentricity and explain how e controls the shape
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 P in the plane such that the sum of distances from P to two fixed points F1 and F2 (the foci) is constant:
∣PF1∣+∣PF2∣=2a(a>0).
When the foci lie on the x-axis at (±c,0), the standard equation is:
a2x2+b2y2=1a>b>0,c2=a2−b2.
When the foci lie on the y-axis at (0,±c), swap a2 and b2 (i.e. a2 sits under y2). In either case a is always the larger denominator.
Key parameters at a glance
Parameter
Formula
Meaning
Semi-major axis
a
half the longest width
Semi-minor axis
b
half the shortest width
Focal distance
c=a2−b2
centre to each focus
Eccentricity
e=c/a∈(0,1)
"flatness"
Vertices (major)
(±a,0)
tips of major axis
Co-vertices
(0,±b)
tips of minor axis
🔑 The one identity to nail c2: For an ellipse, c2=a2−b2. For a hyperbola (Section 9.2), c2=a2+b2. Many students mix these up — the ellipse subtracts because c<a.
⚠️ Exam trap: Always check which axis holds the foci. If the bigger denominator is under y2, foci are on the y-axis.
Worked Example 9.1.A
The ellipse 25x2+9y2=1 — find the foci, eccentricity, and the distance from point P=(0,3) to each focus.
Solution.
Read off: a2=25, b2=9, so a=5, b=3.
c=a2−b2=25−9=16=4.
Foci are at (±4,0).
e=ac=54=0.8.
The point P=(0,3) is a co-vertex. Use the focal-sum identity:
∣PF1∣+∣PF2∣=2a=10.
By symmetry, ∣PF1∣=∣PF2∣, so each distance equals 5.
Check:(0−(−4))2+(3−0)2=16+9=5. ✓
∣PF1∣=∣PF2∣=5,e=0.8
9.2 Hyperbola 双曲线
Definition and standard equation
A hyperbola is the locus of all points P such that the absolute difference of distances from P to two fixed foci is constant:
∣PF1∣−∣PF2∣=2a(a>0).
Standard equation with foci on the x-axis:
a2x2−b2y2=1a,b>0,c2=a2+b2.
Foci are at (±c,0). The two branches open left and right.
With foci on the y-axis: a2y2−b2x2=1.
Asymptotes 渐近线
The hyperbola a2x2−b2y2=1 approaches, but never touches, the lines:
y=±abx.
🔑 Trick to write asymptotes instantly: replace the 1 on the right with 0: a2x2−b2y2=0⇒y=±abx.
Key parameters
Parameter
Formula
Focal distance
c=a2+b2
Eccentricity
e=c/a>1
Vertices
(±a,0)
Asymptotes
y=±(b/a)x
⚠️ Common error: On a hyperbola, point P must be on a specific branch. If P is on the branch closer to F1, then ∣PF1∣<∣PF2∣ and ∣PF2∣−∣PF1∣=2a.
Worked Example 9.2.A
The hyperbola 16x2−9y2=1: find the foci, asymptotes, and eccentricity.
Solution.
a2=16, b2=9⇒a=4, b=3.
c=16+9=25=5.Foci: (±5,0).
Asymptotes: y=±43x.
e=ac=45=1.25.
F1,2=(±5,0),y=±43x,e=45
9.3 Parabola 抛物线
Definition
A parabola is the locus of all points P equidistant from a fixed point (the focusF) and a fixed line (the directrixl):
∣PF∣=d(P,l).
Four standard orientations
Equation
Opens
Focus
Directrix
y2=4px, p>0
Right
(p,0)
x=−p
y2=−4px, p>0
Left
(−p,0)
x=p
x2=4py, p>0
Up
(0,p)
y=−p
x2=−4py, p>0
Down
(0,−p)
y=p
🔑 Reading the parameter: For y2=4px, the coefficient of x is 4p, so p=coefficient/4. For example, y2=12x gives 4p=12, p=3, focus at (3,0), directrix x=−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=−8x, then find the distance from P=(−2,4) to the focus.
Solution.
This is y2=−4px with 4p=8⇒p=2. Opens left.
Focus: (−2,0). Directrix: x=2.
Distance to focus:∣PF∣=(−2−(−2))2+(4−0)2=0+16=4.
Verify with directrix definition:d(P,x=2)=∣−2−2∣=4. ✓
Focus (−2,0),directrix x=2,∣PF∣=4
9.4 Focal Properties 焦点性质
This section gathers the most tested calculation shortcuts.
Ellipse focal-distance formulas
For a point P=(x0,y0) on the ellipse a2x2+b2y2=1 with foci F1=(−c,0) (left) and F2=(c,0) (right):
∣PF1∣=a+ex0∣PF2∣=a−ex0where e=ac.
Since −a≤x0≤a, we have 0≤∣PF1∣≤2a and 0≤∣PF2∣≤2a. The point is closest to the right focus when x0>0.
Derivation sketch: From ∣PF1∣+∣PF2∣=2a and squaring the individual distance expressions, one obtains ∣PF1∣−∣PF2∣=2ex0. Adding and subtracting gives the formulas above.
Parabola focal-distance formula
For P=(x0,y0) on y2=4px (p>0, focus at (p,0), directrix x=−p):
∣PF∣=x0+p
because the directrix is x=−p, and by definition ∣PF∣=d(P,l)=x0−(−p)=x0+p.
🔑 Fastest CSCA trick: Instead of the distance formula (which needs a square root), just read off x0 and add p.
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=4px: latus rectum passes through (p,0); endpoints at (p,±2p); length =4p.
Ellipse: latus rectum half-length =b2/a; full length =2b2/a.
Hyperbola: latus rectum full length =2b2/a.
Worked Example 9.4.A
Point P is on the ellipse 25x2+16y2=1. The right focus is F2. If ∣PF2∣=3, find ∣PF1∣.
Solution.
a2=25, b2=16⇒a=5.
∣PF1∣+∣PF2∣=2a=10⟹∣PF1∣=10−3=7.
∣PF1∣=7
Worked Example 9.4.B
Point P is on the parabola y2=12x and ∣PF∣=7 (where F is the focus). Find the x-coordinate of P.
Solution.
4p=12⇒p=3. So ∣PF∣=x0+p=x0+3=7⇒x0=4.
x0=4
9.5 Eccentricity 离心率
The master classification
Eccentricity e=c/a classifies the conic by shape:
e=0⟹circle0<e<1⟹ellipsee=1⟹parabolae>1⟹hyperbola
How eccentricity controls shape:
Ellipse: as e→0+, c→0 and the ellipse approaches a circle (both axes equal). As e→1−, the ellipse becomes very elongated — almost a line segment.
Hyperbola: as e→1+, branches are nearly parabolic and open very narrowly. As e→∞, the asymptotes' angle approaches 90° — the branches open widely.
Parabola:e=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: c is the same for both (shared foci), but a differs.
Worked Example 9.5.A
A hyperbola and an ellipse share foci at (±5,0). The ellipse has a=3; the hyperbola has a′=2. Find both eccentricities and the equations of the two conics.
Solution.
Shared c=5.
Ellipse:a=3, b2=a2−c2=9−5=4.
9x2+4y2=1,eell=35.
Hyperbola:a′=2, b′2=c2−a′2=5−4=1.
4x2−y2=1,ehyp=25.
eellipse=35,ehyperbola=25
Summary comparison table — all three conics 三种圆锥曲线对比
Ellipse 椭圆
Hyperbola 双曲线
Parabola 抛物线
Standard eq.
a2x2+b2y2=1
a2x2−b2y2=1
y2=4px
Parameter rule
a>b>0,b2=a2−c2
a,b>0,c2=a2+b2
p>0
Foci
(±c,0)
(±c,0)
(p,0)
Eccentricity
e=c/a∈(0,1)
e=c/a>1
e=1
Key identity
∥PF1∥+∥PF2∥=2a
∥PF1∥−∥PF2∥=2a
∥PF∥=x0+p
Asymptotes
none
y=±(b/a)x
none
Latus rectum
2b2/a
2b2/a
4p
Try it! 自测练习
Q1. Write the standard equation of the ellipse with foci at (±3,0) and major-axis length 10.
Q2. The hyperbola 4x2−5y2=1: find its foci, eccentricity, and asymptotes.
Q3. The parabola x2=−12y: state the focus and directrix.
Q4. Point P is on the parabola y2=4x and ∣PF∣=5 (where F is the focus). Find the x-coordinate of P.
Q5. An ellipse has equation 9x2+5y2=1. A point P on the ellipse satisfies ∣PF1∣=1. Find ∣PF2∣.
Always identify the conic type first, then extract a,b,c — and never mix up c2=a2−b2 (ellipse) vs c2=a2+b2 (hyperbola).
What's next → Unit 10 covers Complex Numbers — a shorter unit (~4%) but a reliable quick win. The modulus ∣z∣=a2+b2 echoes the focal-distance geometry you just practised.