Level 3 — ProductionConic Sections

Conic Sections

60 marksprintable — key stays hidden on paper

Level: 3 (From-scratch derivations, code-from-memory, explain-out-loud) Time: 45 minutes Total Marks: 60

Answer all questions. Show every step of derivation. Where asked to "explain out loud," write a clear conceptual narrative.


Question 1. (Definition → equation, from scratch)10 marks

Starting from the focus–directrix definition of a conic, derive the standard equation of the parabola whose focus is (a,0)(a, 0) and directrix is x=ax = -a. State clearly the eccentricity used and the coordinates of the latus rectum endpoints. (10)


Question 2. (Ellipse derivation)12 marks

(a) Using the "sum of focal radii =2a= 2a" definition with foci (±c,0)(\pm c, 0), derive the standard equation of the ellipse and show that b2=a2c2b^2 = a^2 - c^2. (8)

(b) Hence derive the length of the latus rectum in terms of aa and bb, and express the eccentricity ee in terms of aa and bb. (4)


Question 3. (Hyperbola — difference of focal radii + asymptotes)12 marks

(a) Starting from r1r2=2a|r_1 - r_2| = 2a for foci (±c,0)(\pm c, 0), derive the standard equation x2a2y2b2=1\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1, stating the relation between aa, bb, cc. (7)

(b) Derive the equations of the asymptotes and explain out loud why they represent the limiting behaviour of the curve as x|x| \to \infty. (5)


Question 4. (Reflective property — explain out loud)8 marks

A parabolic satellite dish has equation y2=16xy^2 = 16x (units in metres).

(a) Find the coordinates of the focus and state where a receiver should be placed. (3)

(b) Explain out loud the reflective property that justifies placing the receiver there, referencing incoming parallel rays and the axis. (5)


Question 5. (General second-degree classification + code from memory)10 marks

(a) State the discriminant B24ACB^2 - 4AC classification rule for Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0. Classify 3x22xy+3y28=03x^2 - 2xy + 3y^2 - 8 = 0. (4)

(b) Write, from memory, a short Python function classify(A,B,C) that returns the string "ellipse", "parabola", or "hyperbola" based on the discriminant. (6)


Question 6. (Rectangular hyperbola + parametric forms)8 marks

(a) The rectangular hyperbola xy=c2xy = c^2 has parametric form (ct,ct)\left(ct, \dfrac{c}{t}\right). Verify this satisfies the curve and find the eccentricity of a rectangular hyperbola. (4)

(b) For xy=9xy = 9, find the point on the curve nearest to the origin and state its distance. (4)

Answer keyMark scheme & solutions

Question 1 (10 marks)

Let P(x,y)P(x,y) be a point on the conic. By focus–directrix definition with e=1e = 1 (parabola): distance to focus=e×distance to directrix\text{distance to focus} = e \times \text{distance to directrix}

Focus (a,0)(a,0), directrix x=ax = -a: (1 for setup) \sqrt{(x-a)^2 + y^2} = |x + a| \quad (e=1) \tag{2}

Square both sides: (x-a)^2 + y^2 = (x+a)^2 \tag{2} x22ax+a2+y2=x2+2ax+a2x^2 - 2ax + a^2 + y^2 = x^2 + 2ax + a^2 y^2 = 4ax \tag{2}

Eccentricity used: e=1e = 1. (1)

Latus rectum: chord through focus perpendicular to axis, x=ax = a: y2=4a2y=±2ay^2 = 4a^2 \Rightarrow y = \pm 2a. Endpoints: (a,2a)(a, 2a) and (a,2a)(a, -2a). (2)


Question 2 (12 marks)

(a) Foci F1(c,0)F_1(-c,0), F2(c,0)F_2(c,0). Definition: \sqrt{(x+c)^2+y^2} + \sqrt{(x-c)^2+y^2} = 2a \tag{1}

Isolate and square: (x+c)2+y2=2a(xc)2+y2\sqrt{(x+c)^2+y^2} = 2a - \sqrt{(x-c)^2+y^2} (x+c)^2 + y^2 = 4a^2 - 4a\sqrt{(x-c)^2+y^2} + (x-c)^2 + y^2 \tag{2}

Simplify 4cx=4a24a(xc)2+y24cx = 4a^2 - 4a\sqrt{(x-c)^2+y^2}, so a\sqrt{(x-c)^2+y^2} = a^2 - cx \tag{2}

Square: a2[(xc)2+y2]=a42a2cx+c2x2a^2[(x-c)^2 + y^2] = a^4 - 2a^2cx + c^2x^2 a2x22a2cx+a2c2+a2y2=a42a2cx+c2x2a^2x^2 - 2a^2cx + a^2c^2 + a^2y^2 = a^4 - 2a^2cx + c^2x^2 (a^2 - c^2)x^2 + a^2 y^2 = a^2(a^2 - c^2) \tag{2}

Let b2=a2c2b^2 = a^2 - c^2 (valid since a>ca > c): dividing by a2b2a^2b^2: \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, \qquad b^2 = a^2 - c^2 \tag{1}

(b) Latus rectum: set x=cx = c: c2a2+y2b2=1y2=b2(1c2/a2)=b2b2a2\dfrac{c^2}{a^2} + \dfrac{y^2}{b^2} = 1 \Rightarrow y^2 = b^2(1 - c^2/a^2) = b^2\cdot\dfrac{b^2}{a^2}, so y=±b2ay = \pm \dfrac{b^2}{a}. Length =2b2a= \dfrac{2b^2}{a}. (2)

Eccentricity: e=ca=a2b2a=1b2a2e = \dfrac{c}{a} = \dfrac{\sqrt{a^2-b^2}}{a} = \sqrt{1 - \dfrac{b^2}{a^2}}. (2)


Question 3 (12 marks)

(a) Foci (±c,0)(\pm c, 0), r1r2=2a|r_1 - r_2| = 2a: \left|\sqrt{(x+c)^2+y^2} - \sqrt{(x-c)^2+y^2}\right| = 2a \tag{1}

Following identical algebra to the ellipse (isolate, square twice): (3) (c2a2)x2a2y2=a2(c2a2)(c^2 - a^2)x^2 - a^2 y^2 = a^2(c^2 - a^2)

Here c>ac > a, set b2=c2a2b^2 = c^2 - a^2: (1) \frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, \qquad c^2 = a^2 + b^2 \tag{2}

(b) From y2b2=x2a21\dfrac{y^2}{b^2} = \dfrac{x^2}{a^2} - 1, so y=±bax2a2y = \pm\dfrac{b}{a}\sqrt{x^2 - a^2}. (1) Asymptotes: y=±baxy = \pm \dfrac{b}{a}x. (2)

Explain out loud: As x|x| \to \infty, x2a2x1a2/x2x\sqrt{x^2 - a^2} \approx |x|\sqrt{1 - a^2/x^2} \to |x|, so the curve approaches y=±baxy = \pm\frac{b}{a}x; the difference between the curve and its asymptote tends to 00 but never reaches it — the branches hug the lines without touching. (2)


Question 4 (8 marks)

(a) y2=16x=4ax4a=16a=4y^2 = 16x = 4ax \Rightarrow 4a = 16 \Rightarrow a = 4. Focus (4,0)(4, 0). (2) Receiver placed at the focus. (1)

(b) Explain out loud: The reflective property states any ray travelling parallel to the axis of a parabola reflects off the surface and passes through the focus (angle of incidence = angle of reflection about the normal). Incoming radio/light waves from a distant source are effectively parallel to the axis; every such ray converges at the focus regardless of where it strikes the dish. Placing the receiver at the focus therefore collects all the reflected energy at a single point, maximising signal strength. (5)


Question 5 (10 marks)

(a) Rule: (2)

  • B24AC<0B^2 - 4AC < 0: ellipse (circle if B=0,A=CB=0, A=C)
  • B24AC=0B^2 - 4AC = 0: parabola
  • B24AC>0B^2 - 4AC > 0: hyperbola

For 3x22xy+3y28=03x^2 - 2xy + 3y^2 - 8=0: A=3,B=2,C=3A=3, B=-2, C=3. B24AC=436=32<0B^2 - 4AC = 4 - 36 = -32 < 0 \Rightarrow ellipse. (2)

(b) (6, 2 for signature, 3 for logic, 1 for returns)

def classify(A, B, C):
    disc = B**2 - 4*A*C
    if disc < 0:
        return "ellipse"
    elif disc == 0:
        return "parabola"
    else:
        return "hyperbola"

Question 6 (8 marks)

(a) Substitute (ct,c/t)(ct, c/t): xy=ctct=c2x\cdot y = ct \cdot \dfrac{c}{t} = c^2(1) Rectangular hyperbola has a=ba = b, so e=1+b2/a2=2e = \sqrt{1 + b^2/a^2} = \sqrt{2}. (3)

(b) xy=9xy = 9. Minimise D2=x2+y2=x2+81x2D^2 = x^2 + y^2 = x^2 + \dfrac{81}{x^2}. ddx(D2)=2x162x3=0x4=81x=3\dfrac{d}{dx}(D^2) = 2x - \dfrac{162}{x^3} = 0 \Rightarrow x^4 = 81 \Rightarrow x = 3 (take positive branch). (2) Then y=3y = 3, point (3,3)(3,3); distance =9+9=32= \sqrt{9+9} = 3\sqrt{2}. (2)


[
  {"claim":"Ellipse latus rectum with a=5,b=3 equals 2b^2/a = 18/5","code":"a,b=5,3\nresult = (2*b**2/a)==Rational(18,5)"},
  {"claim":"Q5 discriminant for 3x^2-2xy+3y^2 is -32 (<0, ellipse)","code":"A,B,C=3,-2,3\nd=B**2-4*A*C\nresult = (d==-32) and (d<0)"},
  {"claim":"Rectangular hyperbola eccentricity is sqrt(2)","code":"result = sqrt(1+1)==sqrt(2)"},
  {"claim":"Nearest point on xy=9 to origin is (3,3) with distance 3*sqrt(2)","code":"x=symbols('x',positive=True)\nD2=x**2+(9/x)**2\nsol=solve(diff(D2,x),x)\nxv=[s for s in sol if s>0][0]\nresult = (xv==3) and (sqrt(xv**2+(9/xv)**2)==3*sqrt(2))"}
]