Level 5 — MasteryConic Sections

Conic Sections

75 minutes50 marksprintable — key stays hidden on paper

Time limit: 75 minutes Total marks: 50 Instructions: Answer all questions. Show full working, justify all steps, and state theorems used. Calculators permitted but symbolic reasoning must be shown.


Question 1 — Classify, Reduce, and Prove (18 marks)

Consider the general second-degree curve

5x24xy+8y236=0.5x^2 - 4xy + 8y^2 - 36 = 0.

(a) Using the discriminant B24ACB^2 - 4AC of the general conic Ax2+Bxy+Cy2+Dx+Ey+F=0Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0, classify this curve. (3)

(b) The presence of the xyxy-term indicates the axes are rotated. Show that the rotation angle θ\theta eliminating the cross-term satisfies cot2θ=ACB\cot 2\theta = \dfrac{A-C}{B}, and hence find θ\theta. (5)

(c) Reduce the equation to standard form in rotated coordinates (x,y)(x', y'), and hence determine the semi-major axis, semi-minor axis, eccentricity, and the coordinates of the foci in the rotated frame. (6)

(d) Prove that the quantity A+CA + C (the trace) is invariant under any rotation of axes, and verify this invariant for your reduced equation. (4)


Question 2 — Parabolic Reflector: Physics + Derivation (16 marks)

A satellite dish is modelled as the parabola y2=4axy^2 = 4ax rotated about its axis. Incoming signals travel parallel to the axis (the xx-axis).

(a) State the reflective property of the parabola and, using the fact that a tangent at P(at2,2at)P(at^2, 2at) has slope 1/t1/t, prove that a ray travelling parallel to the axis and striking the parabola at PP is reflected through the focus (a,0)(a,0). (You may use that the angle of incidence equals the angle of reflection about the tangent.) (8)

(b) A physical dish has depth 10 cm10\text{ cm} at its centre and a rim diameter of 60 cm60\text{ cm}. Taking the vertex at the origin with axis along xx, find aa and hence the location of the receiver (focus). (4)

(c) Light of a given wavelength focuses because all parallel rays travel equal optical path length to a common focal plane. Using the focus–directrix definition (e=1e=1), argue geometrically why the total path length "focus → point on parabola → directrix line" is the same for every ray, and state why this guarantees the signals arrive in phase. (4)


Question 3 — Orbit Reconstruction from Focal Data (16 marks)

A comet moves on an elliptical orbit with the Sun at one focus SS. Two positions are recorded: at perihelion (closest approach) the comet is 0.60.6 AU from the Sun, and at aphelion (farthest) it is 3.43.4 AU from the Sun.

(a) Using the focal-radii property (sum =2a= 2a) and the relations rmin=a(1e)r_{\min}=a(1-e), rmax=a(1+e)r_{\max}=a(1+e), determine the semi-major axis aa, eccentricity ee, and the distance cc between the centre and focus. (5)

(b) Write the equation of the orbit in standard form x2a2+y2b2=1\dfrac{x^2}{a^2}+\dfrac{y^2}{b^2}=1 (centre at origin, Sun at (+c,0)(+c,0)), giving numerical b2b^2. (3)

(c) Write a short pseudocode/Python function focal_sum(x, y) that, given a point (x,y)(x,y) on your ellipse, returns the sum of distances to both foci, and argue that it always returns 2a2a. Test it symbolically at the point where the ellipse crosses the positive yy-axis. (4)

(d) Kepler's first law says orbits are ellipses with the Sun at a focus. Explain, using the eccentricity, why a circular orbit is the special degenerate case and state the value of ee for it. Then compute the ratio rmax/rminr_{\max}/r_{\min} for this comet and comment on how eccentric the orbit is. (4)


Answer keyMark scheme & solutions

Question 1

(a) Here A=5A=5, B=4B=-4, C=8C=8. Discriminant =B24AC=16160=144<0= B^2-4AC = 16 - 160 = -144 < 0. Since B24AC<0B^2-4AC<0 and the curve is non-degenerate, it is an ellipse (not a circle since ACA\neq C). (3 marks: values 1, sign 1, conclusion 1)

(b) Under rotation x=xcosθysinθx = x'\cos\theta - y'\sin\theta, y=xsinθ+ycosθy = x'\sin\theta + y'\cos\theta, the new cross-term coefficient is B=Bcos2θ(AC)sin2θ.B' = B\cos 2\theta - (A-C)\sin 2\theta. Setting B=0B'=0: Bcos2θ=(AC)sin2θcot2θ=ACBB\cos2\theta = (A-C)\sin2\theta \Rightarrow \cot 2\theta = \dfrac{A-C}{B}. (3) Here cot2θ=584=34=34\cot 2\theta = \dfrac{5-8}{-4} = \dfrac{-3}{-4} = \dfrac34. So cos2θ=35\cos2\theta = \tfrac35, sin2θ=45\sin2\theta=\tfrac45, giving 2θ=arctan(4/3)53.132\theta = \arctan(4/3)\approx 53.13^\circ, so θ26.57\theta \approx 26.57^\circ (i.e. θ=12arctan43\theta=\tfrac12\arctan\tfrac43). (2)

(c) The rotated coefficients: A+C=A+C=13A' + C' = A + C = 13 (invariant), and AC=(AC)cos2θ+Bsin2θ=(3)(35)+(4)(45)=95165=5.A' - C' = (A-C)\cos2\theta + B\sin2\theta = (-3)(\tfrac35)+(-4)(\tfrac45) = -\tfrac95 - \tfrac{16}{5} = -5. So A=4A' = 4, C=9C' = 9. Equation becomes 4x2+9y2=364x'^2 + 9y'^2 = 36, i.e. x29+y24=1.\frac{x'^2}{9} + \frac{y'^2}{4} = 1. Thus a2=9, b2=4a^2=9,\ b^2=4: semi-major a=3a=3 (along xx'), semi-minor b=2b=2. c2=a2b2=5c=5c^2 = a^2-b^2 = 5 \Rightarrow c=\sqrt5; eccentricity e=c/a=5/3e=c/a=\sqrt5/3. Foci in rotated frame: (±5,0)(\pm\sqrt5, 0). (6 marks: A',C' 3; standard form 1; a,b,e 1; foci 1)

(d) Under rotation, A+C=(Acos2θ+Bcosθsinθ+Csin2θ)+(Asin2θBsinθcosθ+Ccos2θ)=A(cos2+sin2)+C(sin2+cos2)=A+C.A'+C' = (A\cos^2\theta + B\cos\theta\sin\theta + C\sin^2\theta) + (A\sin^2\theta - B\sin\theta\cos\theta + C\cos^2\theta) = A(\cos^2+\sin^2)+C(\sin^2+\cos^2) = A+C. The BB-terms cancel. Hence A+CA+C is invariant. Check: 5+8=13=4+95+8=13 = 4+9. ✓ (4 marks: proof 3, verification 1)


Question 2

(a) Reflective property: the tangent at any point of a parabola makes equal angles with (i) the line from the point to the focus and (ii) the ray parallel to the axis. Equivalently all axis-parallel rays reflect through the focus. Proof: At P(at2,2at)P(at^2,2at), tangent slope mt=1/tm_t = 1/t. The incoming ray is horizontal (slope 00). Focal line PSPS from PP to S(a,0)S(a,0) has slope mPS=2at0at2a=2tt21.m_{PS} = \frac{2at-0}{at^2-a} = \frac{2t}{t^2-1}. Angle between horizontal ray and tangent: tanα=mt01+0=1t\tan\alpha = \left|\dfrac{m_t - 0}{1+0}\right| = \dfrac1t (for t>0t>0). Angle between focal line and tangent: tanβ=mtmPS1+mtmPS=1t2tt211+1t2tt21=(t21)2t2t(t21)(t21)+2t21=(t2+1)t(t2+1)=1t.\tan\beta = \left|\frac{m_t - m_{PS}}{1+m_t m_{PS}}\right| = \left|\frac{\frac1t - \frac{2t}{t^2-1}}{1 + \frac1t\cdot\frac{2t}{t^2-1}}\right| = \left|\frac{\frac{(t^2-1)-2t^2}{t(t^2-1)}}{\frac{(t^2-1)+2}{t^2-1}}\right| = \left|\frac{-(t^2+1)}{t(t^2+1)}\right| = \frac1t. Since tanα=tanβ\tan\alpha=\tan\beta, the angle of incidence equals the angle of reflection about the tangent, so the reflected ray passes through S(a,0)S(a,0). ∎ (8 marks: statement 2, slopes 2, tan α 1, tan β simplification 2, conclusion 1)

(b) Rim diameter 6060 cm ⇒ half-width y=30y=30 cm at depth x=10x=10 cm. Substitute into y2=4axy^2=4ax: 302=4a(10)900=40aa=22.5 cm.30^2 = 4a(10) \Rightarrow 900 = 40a \Rightarrow a = 22.5\text{ cm}. Focus at (22.5,0)(22.5, 0) — receiver is 22.522.5 cm from the vertex along the axis. (4 marks: substitution 2, a 1, focus 1)

(c) By the focus–directrix definition with e=1e=1, every point PP on the parabola satisfies dist(P,focus)=dist(P,directrix)\text{dist}(P,\text{focus}) = \text{dist}(P,\text{directrix}). Consider a wavefront perpendicular to the incoming rays (parallel to the directrix x=ax=-a). For a ray entering at height yy: the path from the directrix line to PP then to the focus equals (distance directrix→PP) + (distance PPSS) = 2×2\times(dist PP→directrix) — but more directly, the incoming path from the directrix plane to PP is the horizontal distance, and PSP\to S equals that same horizontal distance (by e=1e=1). Hence total optical path (plane wavefront → P → focus) is constant for all rays. Equal path lengths ⇒ all rays arrive at the focus with the same phase ⇒ constructive interference / in-phase reception. (4 marks: e=1 def 1, equal path argument 2, phase conclusion 1)


Question 3

(a) rmin=a(1e)=0.6r_{\min} = a(1-e) = 0.6, rmax=a(1+e)=3.4r_{\max} = a(1+e) = 3.4. Sum: rmin+rmax=2a=4.0a=2.0r_{\min}+r_{\max} = 2a = 4.0 \Rightarrow a = 2.0 AU. Then 1e=0.6/2=0.3e=0.71-e = 0.6/2 = 0.3 \Rightarrow e = 0.7. c=ae=2.0×0.7=1.4c = ae = 2.0\times0.7 = 1.4 AU. (5 marks: sum 2, a 1, e 1, c 1)

(b) b2=a2c2=41.96=2.04b^2 = a^2 - c^2 = 4 - 1.96 = 2.04 AU2^2 (equivalently b2=a2(1e2)=4(10.49)=2.04b^2 = a^2(1-e^2)=4(1-0.49)=2.04). Orbit: x24+y22.04=1.\frac{x^2}{4} + \frac{y^2}{2.04} = 1. (3 marks: b² 2, equation 1)

(c)

import math
a2, b2 = 4.0, 2.04
c = math.sqrt(a2 - b2)          # = 1.4
def focal_sum(x, y):
    d1 = math.hypot(x - c, y)   # to (+c, 0)
    d2 = math.hypot(x + c, y)   # to (-c, 0)
    return d1 + d2

It always returns 2a2a because the ellipse is defined as the locus of points whose focal-radii sum is constant =2a=2a (property 3.4.5). At the yy-intercept (0,b)=(0,2.04)(0, b)=(0,\sqrt{2.04}): each focal radius =c2+b2=a2=a=2=\sqrt{c^2+b^2}=\sqrt{a^2}=a=2, so the sum =4=2a=4=2a. ✓ (4 marks: code 2, invariance argument 1, test 1)

(d) A circle is the ellipse with c=0c=0, i.e. the two foci coincide at the centre; then e=c/a=0e=c/a=0. As e0e\to0 the ellipse becomes circular (degenerate conic, 3.4.10). Ratio rmax/rmin=3.4/0.6=17/35.67r_{\max}/r_{\min} = 3.4/0.6 = 17/3 \approx 5.67. Since e=0.7e=0.7 is far from 00 and the ratio is large, this is a highly eccentric (elongated) orbit — typical of a comet, unlike near-circular planetary orbits. (4 marks: e=0 case 2, ratio 1, comment 1)


[
  {"claim":"Q1 discriminant is -144 (ellipse)","code":"A,B,C=5,-4,8; result=(B**2-4*A*C==-144)"},
  {"claim":"Q1 reduced coefficients A'=4, C'=9 with cos2t=3/5,sin2t=4/5","code":"Ac=sympify(5); Cc=sympify(8); Bc=sympify(-4); c2=Rational(3,5); s2=Rational(4,5); sumAC=Ac+Cc; diff=(Ac-Cc)*c2+Bc*s2; Ap=(sumAC+diff)/2; Cp=(sumAC-diff)/2; result=(Ap==4 and Cp==9)"},
  {"claim":"Q1 eccentricity sqrt5/3","code":"a2,b2=9,4; e=sqrt((a2-b2))/sqrt(a2); result=(simplify(e-sqrt(5)/3)==0)"},
  {"claim":"Q2 a=22.5 from y=30,x=10","code":"a=Rational(900,40); result=(a==Rational(45,2))"},
  {"claim":"Q3 a=2,e=0.7,c=1.4,b2=2.04","code":"a=Rational(4,2); e=Rational(6,20)*0+Rational(7,10); c=a*e; b2=a**2-c**2; result=(a==2 and e==Rational(7,10) and c==Rational(7,5) and b2==Rational(51,25))"},
  {"claim":"Q3 focal sum at (0,b) equals 2a","code":"a=2; b2=Rational(51,25); c=Rational(7,5); s=sqrt((0-c)**2+b2)+sqrt((0+c)**2+b2); result=(simplify(s-4)==0)"}
]