📝 Conic Sections (25 MCQs)
📖 From Calculus • 11. Parametric and Polar curves: Conic Sections • 25 questions available
What is Conic Sections?
Definition: Conic sections are curves formed by intersecting a plane with a double cone. They include parabolas (eccentricity e=1), ellipses (e<1), hyperbolas (e>1), and circles (e=0, special ellipse). General second-degree equation: .
Example: Circle: , ellipse: , parabola: , hyperbola: .
Reason: Conics are fundamental in physics (orbits), optics (reflection), and engineering (suspension bridges, telescopes).
📝 All Conic Sections MCQs
Q1. A satellite dish is modeled by a parabola with its vertex at the origin and focus at . If the dish must capture signals arriving parallel to the axis of symmetry within a rim diameter of , which expression correctly relates the depth of the dish to and ? This requires modeling a physical scenario using conic properties.
📖 Explanation: The parabolic equation is . At the rim, and . Substituting gives , so , leading to . Option B incorrectly uses by forgetting to square the half-diameter properly. Option C inverts the relationship entirely, while D confuses linear and quadratic scaling. This models real-world engineering design where depth depends quadratically on aperture size for fixed focal length.
Q2. Consider the polar equation . A student claims that when , the conic opens leftward because the denominator contains . Evaluate this reasoning.
📖 Explanation: The student misunderstands polar conic orientation. For with , the transverse axis is horizontal, but the branch closer to the pole opens rightward when using , not leftward. The misconception arises from confusing Cartesian translation rules with polar conventions. In polar coordinates, places the directrix to the right of the pole, making the near branch open toward increasing . Proper analysis requires evaluating at and to determine actual branch directions.
Q3. An ellipse has foci at and vertices at . If the eccentricity is doubled while keeping constant, how does the semi-minor axis change? Analyze the functional dependence.
📖 Explanation: Since , doubling gives new b' = a\sqrt{1-(2e)^2} = a\sqrt{1-4e^2}. This is valid only when , i.e., ; otherwise b' becomes imaginary, meaning no ellipse exists with doubled eccentricity under fixed . Option A misstates the reference frame. Option C wrongly assumes linearity. Option D ignores the definition . This tests understanding of domain constraints in conic parameters and non-linear dependencies.
Q4. Given the parametric equations , , a student eliminates the parameter by writing and obtains . However, they claim the graph includes all points satisfying this Cartesian equation. Identify the flaw.
📖 Explanation: While can be negative (for ), it never equals zero, but that doesn't remove curve points—it corresponds to asymptotic behavior. Crucially, as ranges over its full domain excluding odd multiples of , takes all values in , generating both branches. The student’s final Cartesian equation is correct and complete. The distractor about missing left branch reflects a common misconception that secant is always positive. This question assesses precise understanding of parametric coverage versus algebraic elimination.
Q5. Two conics share the same focus and directrix: one is an ellipse with , the other a hyperbola with . Compare their latus rectum lengths without computing numerical values.
📖 Explanation: Latus rectum for a conic with eccentricity and semi-latus rectum (where is focus-to-directrix distance) is . Since both share same , latus rectum is proportional to . Thus hyperbola () has longer latus rectum than ellipse (). However, this assumes the standard polar definition where . In Cartesian terms, expressions differ, but given shared focus and directrix, the polar form applies universally. Wait—actually, semi-latus rectum is indeed for all conics in focus-directrix definition. So answer should be B. But reconsider: is the same? Yes, problem states same directrix and focus, so identical. Thus latus rectum , so larger gives larger LR. Correction: B is correct. But original intent was to test whether students recognize universal formula. Revised explanation: Semi-latus rectum holds for all conics defined by focus, directrix, and eccentricity. Since is identical, latus rectum scales linearly with . Hence hyperbola’s LR is longer. Option A confuses eccentricity with size. Option D ignores -dependence. This integrates multiple representations.
Q6. A projectile follows a parabolic trajectory . An engineer wants to reparameterize it as , such that the parameter represents time with constant horizontal velocity. What constraint must hold among to preserve the original path?
📖 Explanation: Substituting into original gives . Matching coefficients with yields the relations in option A. Option B incorrectly inverts the scaling. Option C ignores that parameterization affects coefficient mapping. Option D contradicts constant horizontal velocity requirement. This tests ability to transform between representations while preserving geometric and kinematic meaning, crucial in physics-engineering interfaces.
Q7. In polar coordinates, the conic is given. A student rewrites it as and concludes , directrix above pole. Another student argues the standard form requires denominator constant term 1, so division is valid, but questions whether the directrix interpretation holds. Who is correct?
📖 Explanation: Dividing numerator and denominator by 2 yields standard form with , so . Since it's , directrix is horizontal and above the pole (because when , and maximum occurs at ). The transformation is valid and preserves geometry. The second student mistakenly thinks scaling alters , but scales proportionally, keeping consistent. This reinforces that standard form extraction via algebraic manipulation is legitimate and geometrically faithful.
Q8. An error appears in a solution: 'For the hyperbola , the asymptotes are .' Diagnose the conceptual mistake.
📖 Explanation: For horizontal hyperbola , solving gives . The erroneous solution swaps and , likely due to memorizing ellipse asymptote-like formulas or confusing with vertical hyperbola case. This is a persistent misconception because students associate with x-direction but forget that asymptote slope involves ratio of conjugate to transverse semi-axis. Correct diagnosis identifies axis-role confusion rather than sign or orientation error. Remediation requires deriving asymptotes from equation rather than rote recall.
Q9. A conic section is defined implicitly by with . Under what additional condition is this guaranteed to represent a parabola (not degenerate)?
📖 Explanation: Discriminant zero indicates parabolic type, but degeneracy occurs when the entire expression factors as a repeated linear term (e.g., ) or reduces to parallel lines. Non-degeneracy requires that the quadratic form is a perfect square (since ), but the full polynomial does not factor completely into identical linear factors. Equivalently, the augmented matrix including linear terms must have rank 3. Option B ignores degenerate cases like . Option C is insufficient (e.g., is degenerate despite nonzero D). Option D is incorrect because rank 2 quadratic form with discriminant zero implies perfect square, but degeneracy depends on consistency with linear terms. This tests deep algebraic classification beyond basic discriminant use.
Q10. Compare two methods to find the area enclosed by the ellipse : (I) Cartesian integration , (II) Parametric integration \int_0^{2\pi} y(t)x'(t)\,dt with . Which statement best evaluates their equivalence and computational efficiency?
📖 Explanation: Method I requires substitution , leading to . Method II gives ; taking absolute value yields . Parametric avoids nested radicals and leverages orthogonality of trig functions, making it more efficient. Option C notes sign issue but overstates difficulty. Option D mischaracterizes both as computing same quantity with different interpretations. This compares analytical techniques, emphasizing strategic method selection based on computational tractability and conceptual clarity.
Q11. A reflective telescope uses a parabolic mirror. Light rays parallel to the axis reflect through the focus. If the mirror is instead shaped as , why does it fail to focus perfectly? Analyze using conic section uniqueness.
📖 Explanation: Parabolas are uniquely defined as conics with eccentricity 1, ensuring all parallel rays reflect to focus via geometric property derived from focus-directrix definition. Quartic has non-constant curvature; derivative y'=4kx^3 leads to reflection angles that vary nonlinearly with , preventing concurrent intersection. While A cites the theoretical uniqueness, B provides the mechanistic reason via calculus. Together they offer complete explanation: conic sections are the only plane curves with perfect stigmatic focusing for parallel beams. Option D is false; even on-axis rays from extended source wouldn't focus perfectly due to spherical aberration analog. This integrates geometry, calculus, and optical physics.
Q12. Given the polar curve , determine the Cartesian coordinates of the center of the corresponding ellipse without converting the entire equation.
📖 Explanation: For ellipse , semi-major axis . Here , , so . Distance from center to focus is . Since focus is at pole and directrix is left (due to ), center lies along positive x-axis at . Option C mistakenly uses , confusing semi-latus rectum with semi-major axis. Option B ignores that pole is focus, not center. This applies polar-to-Cartesian geometric relationships efficiently.
Q13. A student derives the tangent line to at point as . They then apply this formula to point , obtaining . Why is this invalid despite correct formula derivation?
📖 Explanation: The tangent formula is derived assuming satisfies the ellipse equation. Point gives , so it lies outside. Applying the formula yields a line that intersects the ellipse but isn't tangent. This is a critical application error: formulas have domain restrictions. Students often mechanically substitute without verifying point membership. Options B, C, D present plausible but incorrect justifications. This reinforces checking preconditions before applying derived results, a key HOTS skill in mathematical reasoning.
Q14. Consider the family of conics with fixed and varying . As increases from 0 to , describe the continuous evolution of the curve’s shape and position.
📖 Explanation: In focus-directrix definition, pole is always the focus. As increases: gives circle (focus=center); ellipse with focus at pole; parabola; hyperbola with near branch focus at pole. Directrix distance decreases as increases, so directrix moves toward pole (rightward if ). Vertex distance from pole is for , decreasing; for , near vertex at is , still decreasing. So vertex approaches pole, contrary to B. Continuity holds at . This traces unified conic family evolution, emphasizing invariant focus and dynamic directrix.
Q15. An optimization problem requires maximizing the area of a rectangle inscribed in the ellipse with sides parallel to axes. A student sets up subject to constraint, uses Lagrange multipliers, and finds critical point at . They conclude max area is . Verify correctness and identify potential oversight.
📖 Explanation: The critical point yields . Boundary values give , so critical point is maximum. However, rigorous verification requires confirming it's a maximum (e.g., second derivative test or noting concavity). More importantly, the problem specifies sides parallel to axes, so rotation isn't allowed—D is irrelevant distractor. But student didn't explicitly verify maximality, which is a procedural gap in optimization. While answer is numerically correct, the solution lacks completeness. This tests attention to mathematical rigor beyond computation, distinguishing correct result from fully justified solution.
Q16. The polar equation represents an ellipse. Without converting to Cartesian, determine the length of the major axis using only polar evaluation at key angles.
📖 Explanation: For ellipse in form , rewrite as , so , . Semi-major axis , so major axis=6. Option A incorrectly identifies and ; actually , , but these are distances from focus, not vertices. Sum coincidentally equals major axis because for ellipse, when focus is at one end. Wait—this is true! For ellipse, distance from focus to nearest vertex is , to farthest is , sum=2a. Here , , sum=6. So A is also correct. But A says , , which reverses max/min. Actually is max, is min. So A has labels swapped but sum correct. However, the explanation in A is flawed in labeling. B provides correct general method. Given A's descriptive error, B is safer. But strictly, both give 6. Re-evaluate: the question asks to determine length using polar evaluation. A attempts this but mislabels extrema. B uses formula derived from polar parameters. Since A contains factual error in identification, B is correct choice. This tests precise interpretation of polar extrema.
Q17. A conic has eccentricity and passes through the point in polar coordinates with focus at pole and directrix vertical. Determine its Cartesian equation without memorized forms.
📖 Explanation: Using focus-directrix definition: focus at (0,0), directrix (since implies directrix left of pole). Then for . At (1,0): . Square both sides: . Expand and simplify to get hyperbola equation. Option A assumes specific polar form but doesn't justify directrix sign. Option B requires solving system but is viable; however, D uses fundamental definition, avoiding form assumptions. Option C is false. D is most robust as it derives from first principles, handling sign and domain correctly. This rewards deep conceptual grounding over formula recall.
Q18. In modeling planetary orbits, Kepler’s first law states orbits are ellipses with sun at one focus. If observational data fits with for Earth, what is the physical significance of the parameter ?
📖 Explanation: In orbital mechanics, is the semi-latus rectum, defined as . It represents the orbit’s width perpendicular to major axis through the focus. Perihelion distance is , aphelion . Semi-major axis . Option A confuses with . Option C describes perihelion, not . Option D introduces irrelevant physics. This connects abstract conic parameter to astronomical measurement, emphasizing that is directly observable from angular momentum and gravitational parameter, while requires additional inference. Understanding this distinction is crucial for interpreting orbital data correctly.
Q19. A student graphs and identifies it as a vertical line . They then claim that since is undefined at , the line has a hole at infinity. Evaluate this interpretation.
📖 Explanation: Since , multiplying both sides by gives , a complete vertical line. As , , tracing the line upward and downward without bound. There is no hole; the undefined point in polar coordinates corresponds to the direction of infinite extent, not a missing point. The student confuses domain restriction in parameter with geometric incompleteness. Option C acknowledges parameterization limitation but overstates it as affecting the curve. Option D is factually wrong. This clarifies that polar singularities often represent asymptotic behavior, not geometric defects, reinforcing careful interpretation of coordinate transformations.
Q20. Two ellipses have the same semi-major axis but different eccentricities . Compare their areas and perimeters.
📖 Explanation: Area , so larger gives smaller area: . Perimeter has no closed form but is decreasing in for fixed ; more circular ellipse () has longer perimeter than flatter one (). Intuitively, stretching reduces perimeter while keeping major axis fixed. Rigorous proof uses monotonicity of complete elliptic integral of second kind. Option B incorrectly suggests indeterminacy. Option C wrongly claims equal area. Option D reverses area relation. This combines explicit formula with qualitative analysis of special functions, testing integrated knowledge beyond basic properties.
Q21. An engineer designs a whispering gallery using an elliptical ceiling. Sound from one focus reflects to the other. If the room dimensions are altered to increase the distance between foci while keeping the major axis length constant, what happens to the acoustic performance?
📖 Explanation: Perfect focusing holds mathematically for ideal ellipse, but real galleries have finite size and sound sources aren't point-like. Higher eccentricity (foci farther apart with fixed ) makes ellipse flatter, increasing sensitivity to source/receiver placement errors and reducing effective whispering zone. Also, higher-order reflections and diffraction become significant. While theoretically perfect, practically performance degrades. Option A misunderstands practical limitations. Option C ignores real-world imperfections. Option D overlooks that eccentricity alone determines shape given . This bridges ideal mathematics and applied acoustics, emphasizing that theoretical properties don't always translate directly to engineering outcomes.
Q22. Given the parametric curve , , a student claims it represents a conic section because both coordinates are polynomials. Refute this claim using intrinsic properties.
📖 Explanation: Eliminating : from , . Then , so , giving , a cubic curve. Conics are defined by degree-2 polynomials, so this cannot be a conic. Additionally, is undefined at , indicating a singular point (node or cusp), whereas non-degenerate conics are smooth. Both arguments are valid and complementary: algebraic degree and differential geometry. Option B is vague. This multi-faceted refutation demonstrates that polynomial parameterization doesn't imply conic, requiring deeper structural analysis.
Q23. In polar coordinates, the equation defines a lemniscate, not a conic. A student argues it should be a conic because it resembles when squared. Explain why this reasoning fails.
📖 Explanation: Conic sections in polar form are characterized by in denominator. The lemniscate equation is quadratic in and involves , making it fundamentally different. Squaring a conic equation would produce higher-degree terms not equivalent to lemniscate. Lemniscates are bicircular quartics with two foci, unlike unicursal conics. All three reasons highlight distinct aspects: algebraic form, geometric definition, and trigonometric structure. This comprehensive refutation prevents superficial pattern matching and reinforces precise classification criteria.
Q24. A conic section is generated by intersecting a plane with a double-napped cone. If the cutting plane is parallel to a generator line, the result is a parabola. Now suppose the cone’s apex angle changes while maintaining plane parallelism to generator. How does the resulting parabola’s shape change?
📖 Explanation: When plane is parallel to generator, intersection is always a parabola (eccentricity=1 regardless of cone angle). However, the parabola’s geometric parameters depend on cone geometry. Narrower cone (smaller apex angle) with same plane orientation produces a parabola with smaller focal length, hence narrower shape. Eccentricity remains 1, so it’s still a parabola. Option A incorrectly claims similarity; parabolas are similar but scale depends on cone. Option C is false. Option D confuses affine equivalence with metric properties; while all parabolas are affinely equivalent, metric shape (focal length) varies. This links synthetic generation to analytic parameters, testing understanding that conic type is topological/invariant, but metric properties depend on construction details.
Q25. Consider the hyperbola . Its asymptotes are the coordinate axes. A student rotates coordinates by to obtain standard form . They claim . Verify this result and assess the rotation method’s validity.
📖 Explanation: Using rotation , , substitute: , so . Thus , so . This is a rectangular hyperbola with equal semi-axes in standard position. Option B underestimates by factor . Option C denies basic conic classification. Option D misinterprets as original-frame quantities, but in standard form they’re defined in rotated frame. The rotation method is valid and standard for eliminating cross terms. This confirms proper coordinate transformation technique and parameter interpretation in conic analysis.