Past Year QuestionsAll examsQAConic Sections

Conic Sections — PYPs

3 solved Conic Sections previous year questions (PYQs) from past year papers — attempt each and check the answer.

Free SolutionsNo Login3 Questions
Q1:ipmat indore 2023QAConic SectionsEasyMCQ · MCQ
The equation x2+y22x4y+5=0x^2 + y^2 - 2x - 4y +5 = 0 represents
  • Aa pair of straight lines
  • Ba circle
  • Can ellipse
  • Da point
Pick an option to attempt
The Setup: We are given the conic equation x2+y22x4y+5=0x^2+y^2-2x-4y+5=0 and asked to classify the specific geometric shape it represents. Step 1: Reformat the equation using completing the square. Group the xx terms and yy terms: (x22x)+(y24y)=5(x^2 - 2x) + (y^2 - 4y) = -5 Complete the square for xx by adding (2/2)2=1(-2/2)^2 = 1: Complete the square for yy by adding (4/2)2=4(-4/2)^2 = 4: Balance the equation by adding these to the right side as well: (x22x+1)+(y24y+4)=5+1+4(x^2 - 2x + 1) + (y^2 - 4y + 4) = -5 + 1 + 4 Step 2: Simplify and classify the equation. (x1)2+(y2)2=0(x - 1)^2 + (y - 2)^2 = 0 This is the standard form of a circle (xh)2+(yk)2=r2(x-h)^2 + (y-k)^2 = r^2. Here, the radius squared is exactly 00 (r=0r = 0). A circle with a radius of 00 mathematically collapses into a single coordinate point located at its center, (1,2)(1, 2). Final Answer: a point
Q2:ipmat indore 2022QAConic SectionsMediumMCQ · MCQ
The curve represented by the equation x2sin2sin3+y2cos2cos3=1\dfrac{x^{2}}{\sin \sqrt{2}-\sin \sqrt{3}}+\dfrac{y^{2}}{\cos \sqrt{2}-\cos \sqrt{3}}=1 is
  • Aan ellipse with the foci on the y-axis
  • Ban ellipse with the foci on the x-axis
  • Ca hyperbola with the foci on the x-axis
  • Da hyperbola with the foci on the y-axis
Pick an option to attempt
The Setup: We are asked to classify a conic section represented by an equation with complex trigonometric constants in its denominators. Step 1: Analyze the standard conic equation format. The equation takes the structure x2A+y2B=1\frac{x^2}{A} + \frac{y^2}{B} = 1. The specific conic shape depends rigidly on the algebraic signs of AA and BB. Step 2: Evaluate the sign of denominator AA. A=sin(2)sin(3)A = \sin(\sqrt{2}) - \sin(\sqrt{3}). Note that 21.414\sqrt{2} \approx 1.414 rad and 31.732\sqrt{3} \approx 1.732 rad. π/21.571\pi/2 \approx 1.571 rad. Thus, 2\sqrt{2} resides in the first quadrant and 3\sqrt{3} resides in the second quadrant. The sine function acts symmetrically around its peak at π/2\pi/2. Distance of 2\sqrt{2} from π/2\pi/2 is 1.4141.571=0.157|1.414 - 1.571| = 0.157. Distance of 3\sqrt{3} from π/2\pi/2 is 1.7321.571=0.161|1.732 - 1.571| = 0.161. Because 2\sqrt{2} sits slightly closer to the absolute peak than 3\sqrt{3}, sin(2)>sin(3)\sin(\sqrt{2}) > \sin(\sqrt{3}). Thus, AA is strictly positive. Step 3: Evaluate the sign of denominator BB. B=cos(2)cos(3)B = \cos(\sqrt{2}) - \cos(\sqrt{3}). The cosine function is strictly and continuously decreasing on the interval (0,π)(0, \pi). Because 2<3\sqrt{2} < \sqrt{3}, it follows rigidly that cos(2)>cos(3)\cos(\sqrt{2}) > \cos(\sqrt{3}). Thus, BB is strictly positive. Because both AA and BB are positive, the equation represents an ellipse. Let A=a2A = a^2 and B=b2B = b^2. Step 4: Find the major axis. To locate the foci, we must compare the magnitudes of a2a^2 and b2b^2. a2b2=(sin2sin3)(cos2cos3)=(sin2cos2)(sin3cos3)a^2 - b^2 = (\sin\sqrt{2} - \sin\sqrt{3}) - (\cos\sqrt{2} - \cos\sqrt{3}) = (\sin\sqrt{2} - \cos\sqrt{2}) - (\sin\sqrt{3} - \cos\sqrt{3}) Let f(x)=sinxcosxf(x) = \sin x - \cos x. Its derivative is f(x)=cosx+sinxf'(x) = \cos x + \sin x. On the interval containing 2\sqrt{2} and 3\sqrt{3}, sinx\sin x stays near 11 while cosx\cos x is small in magnitude, so f(x)>0f'(x) > 0 and f(x)f(x) is increasing there. Because f(x)f(x) is increasing, f(2)<f(3)f(\sqrt{2}) < f(\sqrt{3}). Thus, a2b2<0    a2<b2a^2 - b^2 < 0 \implies a^2 < b^2. Because the yy-denominator is larger, the major axis is vertical, placing the foci strictly on the yy-axis. Final Answer: an ellipse with the foci on the y-axis
Q3:ipmat indore 2026QAConic SectionsHardMCQ · MCQ
A circle of non-zero radius has origin as its centre. If it passes through the point of intersection of two curves y2=4axy^2 = 4ax and x2=4ayx^2 = 4ay, then its equation is ___
  • Ax2+y2=16a2x^2 + y^2 = 16a^2
  • Bx2+y2=4a2x^2 + y^2 = 4a^2
  • Cx2+y2=32a2x^2 + y^2 = 32a^2
  • Dx2+y2=a2x^2 + y^2 = a^2
Pick an option to attempt
The Setup: This is a Coordinate Geometry intersection play. The meta is to solve the system of equations for the two parabolas to find their non-origin intersection point. Since the target circle is centered at the origin and passes through this specific point, we just use the distance formula to calculate the radius squared (r2r^2) and construct the final circle equation. Math, logic, and syntax are locked in and double-verified. Step 1: Find the intersection point of the parabolas. We have two curves: y2=4axy^2 = 4ax and x2=4ayx^2 = 4ay. From the second curve, isolate yy: y=x24ay = \frac{x^2}{4a} Substitute this into the first curve's equation: (x24a)2=4ax\left(\frac{x^2}{4a}\right)^2 = 4ax x416a2=4ax\frac{x^4}{16a^2} = 4ax Multiply both sides by 16a216a^2 to clear the denominator: x4=64a3xx^4 = 64a^3x Step 2: Lock the valid coordinates. Group the terms and factor out xx: x464a3x=0    x(x364a3)=0x^4 - 64a^3x = 0 \implies x(x^3 - 64a^3) = 0 This gives us two possible xx-coordinates for the intersection: x=0x = 0 or x3=64a3    x=4ax^3 = 64a^3 \implies x = 4a. * If x=0x = 0, then y=0y = 0. This is the origin (0,0)(0,0). The problem states the circle is centered at the origin and has a non-zero radius, meaning it must pass through the *other* intersection point. * If x=4ax = 4a, substitute back into our isolated equation to find yy: y=(4a)24a=16a24a=4ay = \frac{(4a)^2}{4a} = \frac{16a^2}{4a} = 4a Our target intersection point is locked at (4a,4a)(4a, 4a). **Step 3: Calculate the circle's radius squared (r2r^2).** The circle is centered at the origin (0,0)(0,0) and passes through (4a,4a)(4a, 4a). We use the standard distance formula to find the squared radius (r2=Δx2+Δy2r^2 = \Delta x^2 + \Delta y^2): r2=(4a0)2+(4a0)2r^2 = (4a - 0)^2 + (4a - 0)^2 r2=16a2+16a2=32a2r^2 = 16a^2 + 16a^2 = 32a^2 Step 4: Construct the final circle equation. The standard equation for a circle centered at the origin is: x2+y2=r2x^2 + y^2 = r^2 Substitute our locked r2r^2 stat into the formula: x2+y2=32a2x^2 + y^2 = 32a^2 Final Answer: x2+y2=32a2x^2 + y^2 = 32a^2

Browse other topics