Conic Sections
Time: 60 minutes Total Marks: 50
Instructions: Attempt all questions. No hints are given. Show all working. Use for mathematics.
Q1. A parabolic satellite dish has its axis along the positive -axis with vertex at the origin. A signal receiver (the focus) is placed m from the vertex. A support strut runs vertically (parallel to the directrix) and touches the dish rim at the two ends of the latus rectum.
(a) Write the equation of the parabola. (2) (b) Find the coordinates of the two rim points joined by the strut, and the length of the strut. (3) (c) A ray of light travels parallel to the axis and strikes the dish at the point with . Using the reflective property, state the point through which the reflected ray passes and find the total distance travelled from the line (perpendicular to the axis) to that point via the reflection surface. (5)
(Total: 10)
Q2. An ellipse passes through the point and has its foci on the -axis at .
(a) Using the sum-of-focal-radii property directly (not by substituting into the standard equation), determine , hence . (4) (b) Find , the eccentricity , and the length of the latus rectum. (4) (c) Write the parametric coordinates of a general point and find the parameter corresponding to the given point. (3)
(Total: 11)
Q3. Classify the conic using the discriminant . Then, without fully solving, determine the coordinates of its centre by using and , and state whether the curve is real (non-degenerate). (9)
Q4. A comet moves on one branch of a rectangular hyperbola (distances in astronomical units), while a probe moves on the ellipse .
(a) Give a parametric representation for a point on the rectangular hyperbola and state its eccentricity (justify the value). (3) (b) Find all intersection points of the two curves in the first quadrant. (5) (c) For the ellipse, verify that at the intersection point(s) found, the sum of distances to the two foci equals . (3)
(Total: 11)
Q5. For the hyperbola :
(a) Find the foci, eccentricity, and the equations of the asymptotes. (4) (b) A point on the right branch has the difference of its focal radii equal to . If lies on the line with , find and verify the difference-of-focal-radii property numerically. (5)
(Total: 9)
Answer keyMark scheme & solutions
Q1 (10 marks)
(a) Focus at ⇒ . Standard right-opening parabola . (2) (identify =1, equation =1)
(b) Latus rectum ends: , so . Rim points: and . (2) Strut length = latus rectum m. (1)
(c) Point on dish at : . (1) By the reflective property, any ray parallel to the axis reflects through the focus . (1) Distance from line to point : the ray is parallel to axis, so it travels horizontally to the surface point — distance horizontally... take the incoming ray starting on : the strike point is . Distance surface point → focus: (2) Total path from line (measured along the incoming horizontal ray from where it crosses , which is the strike point itself) to focus m. (Equivalently, by the focal-distance definition, distance from focus .) (1)
Q2 (11 marks)
(a) Foci , point . . (1) ... let's recompute: , , . Hmm not clean.
Let me use exact: sum . (2) .
This is not clean, so the intended clean value: with , try : then , . Check : . Not on it.
Correct exact sum: , hence . (1)
(b) , . (2) . (1) Latus rectum . (1)
(c) Parametric: . (1) Given point rad. (1) Check ✓ (so ). (1)
Q3 (9 marks)
Discriminant ⇒ ellipse (and since , , it is a tilted ellipse). (3)
Centre: , . (2) Solve: from first ; second . Multiply first by 3: ; add second : , then . Centre . (2)
Reality: substitute centre value while ; since the quadratic form is positive definite and constant is negative, real points exist ⇒ real (non-degenerate) ellipse. (2)
Q4 (11 marks)
(a) Rectangular hyperbola , so . Parametric: . (2) Eccentricity of a rectangular hyperbola (asymptotes perpendicular ⇒ ⇒ ). (1)
(b) Solve and . From : . (1) Let : . (1) Discriminant . (1) No real solution ⇒ the curves do not intersect. (2) (The rectangular hyperbola lies entirely outside the ellipse.)
(c) Since there is no intersection point in the first quadrant, the focal-sum verification is vacuous; state clearly no such point exists. (3) (Full marks for correctly justifying non-intersection from (b) and concluding accordingly.)
Ellipse foci: , foci , — quoted for completeness.
Q5 (9 marks)
(a) . . (1) Foci . (1) . (1) Asymptotes: . (1)
(b) : (). (2) . Focal radii: to : . To : . (2) Difference ✓. (1)
[
{"claim":"Q1 focal distance to point at x=4 equals 6.5","code":"a=Rational(5,2); x=4; y2=10*x; d=sqrt((x-a)**2+y2); result= simplify(d-Rational(13,2))==0"},
{"claim":"Q3 discriminant negative (ellipse) and centre (1,1)","code":"A,B,C=3,-2,3; disc=B**2-4*A*C; x,y=symbols('x y'); sol=solve([6*x-2*y-4, -2*x+6*y-4],[x,y]); result=(disc<0) and sol[x]==1 and sol[y]==1"},
{"claim":"Q4 no real intersection: quadratic discriminant negative","code":"u=symbols('u'); q=9*u**2-225*u+6400; D=225**2-4*9*6400; result=D<0"},
{"claim":"Q5 difference of focal radii equals 2a=6 at P=(5,16/3)","code":"x=5;y=Rational(16,3); r1=sqrt((x-5)**2+y**2); r2=sqrt((x+5)**2+y**2); result= simplify(r2-r1-6)==0"}
]