Skip to main content
Back to Conic Sections
JEE Main 2024
Conic Sections
Parabola
Hard

Question

Let A(0,1),B(1,1)\mathrm{A}(0,1), \mathrm{B}(1,1) and C(1,0)\mathrm{C}(1,0) be the mid-points of the sides of a triangle with incentre at the point D\mathrm{D}. If the focus of the parabola y2=4axy^{2}=4 \mathrm{ax} passing through D\mathrm{D} is (α+β2,0)(\alpha+\beta \sqrt{2}, 0), where α\alpha and β\beta are rational numbers, then αβ2\frac{\alpha}{\beta^{2}} is equal to :

Options

Solution

This problem is a comprehensive test of coordinate geometry, specifically involving triangles and their special points, and conic sections, particularly parabolas. We will systematically determine the vertices of the triangle, its incentre, the parameter of the given parabola, and finally, the required expression.


1. Finding the Vertices of the Triangle

Key Concept: The midpoint formula states that if a point M(xm,ym)M(x_m, y_m) is the midpoint of a line segment connecting P1(x1,y1)P_1(x_1, y_1) and P2(x2,y2)P_2(x_2, y_2), then xm=x1+x22x_m = \frac{x_1+x_2}{2} and ym=y1+y22y_m = \frac{y_1+y_2}{2}.

Explanation: We are given the midpoints A(0,1), B(1,1), and C(1,0) of the sides of a triangle. Let the vertices of the triangle be V1(x1,y1)V_1(x_1, y_1), V2(x2,y2)V_2(x_2, y_2), and V3(x3,y3)V_3(x_3, y_3). Let A be the midpoint of V1V2V_1V_2, B be the midpoint of V2V3V_2V_3, and C be the midpoint of V3V1V_3V_1.

From the midpoint formula, we have the following system of equations:

  1. V1+V22=A    V1+V2=2A\frac{V_1 + V_2}{2} = A \implies V_1 + V_2 = 2A
  2. V2+V32=B    V2+V3=2B\frac{V_2 + V_3}{2} = B \implies V_2 + V_3 = 2B
  3. V3+V12=C    V3+V1=2C\frac{V_3 + V_1}{2} = C \implies V_3 + V_1 = 2C

To find V1V_1, we can add (1) and (3) and subtract (2): (V1+V2)+(V3+V1)(V2+V3)=2A+2C2B(V_1 + V_2) + (V_3 + V_1) - (V_2 + V_3) = 2A + 2C - 2B 2V1=2(AB+C)2V_1 = 2(A - B + C) V1=AB+CV_1 = A - B + C

Similarly, we can find V2V_2 and V3V_3 using cyclic permutations: V2=A+BCV_2 = A + B - C V3=B+CAV_3 = B + C - A

Step-by-step Calculation: Given midpoints: A=(0,1)A=(0,1), B=(1,1)B=(1,1), C=(1,0)C=(1,0).

  • For V1V_1: V1=AB+C=(0,1)(1,1)+(1,0)V_1 = A - B + C = (0,1) - (1,1) + (1,0) V1=(01+1,11+0)=(0,0)V_1 = (0-1+1, 1-1+0) = (0,0)

  • For V2V_2: V2=A+BC=(0,1)+(1,1)(1,0)V_2 = A + B - C = (0,1) + (1,1) - (1,0) V2=(0+11,1+10)=(0,2)V_2 = (0+1-1, 1+1-0) = (0,2)

  • For V3V_3: V3=B+CA=(1,1)+(1,0)(0,1)V_3 = B + C - A = (1,1) + (1,0) - (0,1) V3=(1+10,1+01)=(2,0)V_3 = (1+1-0, 1+0-1) = (2,0)

So, the vertices of the triangle are V1(0,0)V_1(0,0), V2(0,2)V_2(0,2), and V3(2,0)V_3(2,0). Tip: This is a right-angled isosceles triangle with the right angle at V1(0,0)V_1(0,0). This observation can simplify some calculations later.


2. Finding the Incentre D of the Triangle

Key Concept: The incentre DD of a triangle with vertices V1(x1,y1)V_1(x_1, y_1), V2(x2,y2)V_2(x_2, y_2), V3(x3,y3)V_3(x_3, y_3) and opposite side lengths v1,v2,v3v_1, v_2, v_3 (where v1v_1 is the length of side V2V3V_2V_3, v2v_2 is the length of side V1V3V_1V_3, and v3v_3 is the length of side V1V2V_1V_2) is given by the formula: D=(v1x1+v2x2+v3x3v1+v2+v3,v1y1+v2y2+v3y3v1+v2+v3)D = \left(\frac{v_1x_1 + v_2x_2 + v_3x_3}{v_1 + v_2 + v_3}, \frac{v_1y_1 + v_2y_2 + v_3y_3}{v_1 + v_2 + v_3}\right)

Explanation: First, we need to calculate the lengths of the sides of the triangle using the distance formula d=(x2x1)2+(y2y1)2d = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.

Step-by-step Calculation: Vertices are V1(0,0)V_1(0,0), V2(0,2)V_2(0,2), V3(2,0)V_3(2,0).

  • Side v1v_1 (opposite V1V_1, length of V2V3V_2V_3): v1=(20)2+(02)2=22+(2)2=4+4=8=22v_1 = \sqrt{(2-0)^2 + (0-2)^2} = \sqrt{2^2 + (-2)^2} = \sqrt{4+4} = \sqrt{8} = 2\sqrt{2}

  • Side v2v_2 (opposite V2V_2, length of V1V3V_1V_3): v2=(20)2+(00)2=22+02=4=2v_2 = \sqrt{(2-0)^2 + (0-0)^2} = \sqrt{2^2 + 0^2} = \sqrt{4} = 2

  • Side v3v_3 (opposite V3V_3, length of V1V2V_1V_2): v3=(00)2+(20)2=02+22=4=2v_3 = \sqrt{(0-0)^2 + (2-0)^2} = \sqrt{0^2 + 2^2} = \sqrt{4} = 2

Now, substitute the side lengths and vertices into the incentre formula: Dx=v1x1+v2x2+v3x3v1+v2+v3=(22)(0)+(2)(0)+(2)(2)22+2+2=44+22D_x = \frac{v_1x_1 + v_2x_2 + v_3x_3}{v_1 + v_2 + v_3} = \frac{(2\sqrt{2})(0) + (2)(0) + (2)(2)}{2\sqrt{2} + 2 + 2} = \frac{4}{4 + 2\sqrt{2}} Dy=v1y1+v2y2+v3y3v1+v2+v3=(22)(0)+(2)(2)+(2)(0)22+2+2=44+22D_y = \frac{v_1y_1 + v_2y_2 + v_3y_3}{v_1 + v_2 + v_3} = \frac{(2\sqrt{2})(0) + (2)(2) + (2)(0)}{2\sqrt{2} + 2 + 2} = \frac{4}{4 + 2\sqrt{2}}

So, D=(44+22,44+22)D = \left(\frac{4}{4 + 2\sqrt{2}}, \frac{4}{4 + 2\sqrt{2}}\right). Let's simplify the coordinates by rationalizing the denominator: 44+22=42(2+2)=22+2×2222=2(22)22(2)2=2(22)42=2(22)2=22\frac{4}{4 + 2\sqrt{2}} = \frac{4}{2(2 + \sqrt{2})} = \frac{2}{2 + \sqrt{2}} \times \frac{2 - \sqrt{2}}{2 - \sqrt{2}} = \frac{2(2 - \sqrt{2})}{2^2 - (\sqrt{2})^2} = \frac{2(2 - \sqrt{2})}{4 - 2} = \frac{2(2 - \sqrt{2})}{2} = 2 - \sqrt{2}.

Therefore, the incentre is D(22,22)D(2 - \sqrt{2}, 2 - \sqrt{2}). Common Mistake: Forgetting to rationalize the denominator or making arithmetic errors during rationalization.


3. Finding the Parabola's Parameter

Key Concept: The equation of a parabola with its vertex at the origin and symmetric about the x-axis is y2=4axy^2 = 4ax, where 'a' is the focal length (distance from the vertex to the focus).

Explanation: We are given that the parabola y2=4axy^2 = 4ax passes through the incentre DD. This means the coordinates of DD must satisfy the parabola's equation. We will substitute the coordinates of DD into the equation to find the value of the parameter 'a' (note: this 'a' is different from the side length 'a' used in the incentre formula, which we denoted as v1v_1).

Step-by-step Calculation: The parabola is y2=4axy^2 = 4ax. Point D(22,22)D(2 - \sqrt{2}, 2 - \sqrt{2}) lies on the parabola. Substitute x=22x = 2 - \sqrt{2} and y=22y = 2 - \sqrt{2} into the equation: (22)2=4a(22)(2 - \sqrt{2})^2 = 4a(2 - \sqrt{2})

Since 2202 - \sqrt{2} \neq 0, we can divide both sides by (22)(2 - \sqrt{2}): 22=4a2 - \sqrt{2} = 4a a=224a = \frac{2 - \sqrt{2}}{4}

So, the parameter of the parabola is a=224a = \frac{2 - \sqrt{2}}{4}.


4. Determining the Focus of the Parabola

Key Concept: For a parabola of the form y2=4axy^2 = 4ax, the focus is located at the point (a,0)(a, 0).

Explanation: We have found the parameter 'a' of the parabola. Now we can directly state the coordinates of its focus. The problem specifies that this focus is (α+β2,0)(\alpha + \beta \sqrt{2}, 0), allowing us to equate the two forms and solve for α\alpha and β\beta.

Step-by-step Calculation: The focus of the parabola y2=4axy^2 = 4ax is (a,0)(a, 0). Using the value of 'a' we found: Focus =(224,0)= \left(\frac{2 - \sqrt{2}}{4}, 0\right) Focus =(2424,0)= \left(\frac{2}{4} - \frac{\sqrt{2}}{4}, 0\right) Focus =(12142,0)= \left(\frac{1}{2} - \frac{1}{4}\sqrt{2}, 0\right)

We are given that the focus is (α+β2,0)(\alpha + \beta \sqrt{2}, 0). Comparing the x-coordinates: α+β2=12142\alpha + \beta \sqrt{2} = \frac{1}{2} - \frac{1}{4}\sqrt{2}

Since α\alpha and β\beta are rational numbers, we can equate the rational and irrational parts: α=12\alpha = \frac{1}{2} β=14\beta = -\frac{1}{4}


5. Calculating the Final Expression

Explanation: Now that we have the values of α\alpha and β\beta, we can substitute them into the required expression αβ2\frac{\alpha}{\beta^2} and simplify.

Step-by-step Calculation: α=12\alpha = \frac{1}{2} β=14\beta = -\frac{1}{4}

β2=(14)2=116\beta^2 = \left(-\frac{1}{4}\right)^2 = \frac{1}{16}

Now, calculate αβ2\frac{\alpha}{\beta^2}: αβ2=12116\frac{\alpha}{\beta^2} = \frac{\frac{1}{2}}{\frac{1}{16}} αβ2=12×16\frac{\alpha}{\beta^2} = \frac{1}{2} \times 16 αβ2=8\frac{\alpha}{\beta^2} = 8

The final answer is 8.


Summary and Key Takeaways

This problem effectively combined multiple concepts from coordinate geometry and conic sections.

  1. Triangle Properties: The relationship between midpoints of sides and vertices of a triangle (using vector addition/subtraction or solving a system of equations) is a crucial shortcut.
  2. Incentre Calculation: Remember the formula for the incentre and the need to calculate side lengths accurately. Rationalizing denominators is often necessary for simplification.
  3. Parabola Basics: Understanding the standard form of a parabola (y2=4axy^2=4ax) and the meaning of its parameter 'a' for finding the focus is fundamental.
  4. Careful with Notation: Pay attention when the same letter (like 'a' here) is used for different quantities (side length vs. parabola parameter).
  5. Rational and Irrational Parts: When equating expressions involving rational and irrational numbers, separate the rational and irrational components to solve for unknown rational variables.

The final result is 8. This corresponds to option (D). *Self

Practice More Conic Sections Questions

View All Questions