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

Question

The parabolas : ax2+2bx+cy=0a x^2+2 b x+c y=0 and dx2+2ex+fy=0d x^2+2 e x+f y=0 intersect on the line y=1y=1. If a,b,c,d,e,fa, b, c, d, e, f are positive real numbers and a,b,ca, b, c are in G.P., then :

Options

Solution

Key Concepts and Formulas

This problem is a beautiful blend of coordinate geometry, quadratic equations, and sequences and series. To solve it effectively, we will utilize the following core concepts:

  1. Intersection of Curves: If two curves intersect at a point (x0,y0)(x_0, y_0), then this point must satisfy the equations of both curves simultaneously.
  2. Quadratic Equations and Discriminant: For a quadratic equation of the form Ax2+Bx+C=0Ax^2 + Bx + C = 0:
    • The nature of its roots is determined by the discriminant, Δ=B24AC\Delta = B^2 - 4AC.
    • If Δ=0\Delta = 0, the quadratic has exactly one real root (a repeated root). This implies that the quadratic expression is a perfect square trinomial, i.e., it can be factored as A(xr)2=0A(x-r)^2 = 0. Geometrically, if this quadratic arises from the intersection of a line and a parabola, Δ=0\Delta = 0 signifies that the line is tangent to the parabola.
  3. Geometric Progression (G.P.): Three non-zero numbers P,Q,RP, Q, R are in G.P. if the ratio of consecutive terms is constant, which means QP=RQ\frac{Q}{P} = \frac{R}{Q}, or equivalently, Q2=PRQ^2 = PR. If P,Q,RP, Q, R are positive, then Q=PRQ = \sqrt{PR}.
  4. Arithmetic Progression (A.P.): Three numbers P,Q,RP, Q, R are in A.P. if the difference between consecutive terms is constant, meaning QP=RQQ - P = R - Q, or equivalently, 2Q=P+R2Q = P + R.

Step-by-Step Solution

1. Setting Up Equations from the Intersection Condition

We are given two parabolas: P1:ax2+2bx+cy=0P_1: a x^2+2 b x+c y=0 P2:dx2+2ex+fy=0P_2: d x^2+2 e x+f y=0 The problem states that these parabolas intersect on the line y=1y=1.

  • Explanation: The phrase "intersect on the line y=1y=1" means that any point of intersection (x,y)(x, y) must have its yy-coordinate equal to 11. Let's denote the xx-coordinate of such an intersection point as α\alpha. So, the intersection point is (α,1)(\alpha, 1). For this point to lie on both parabolas, its coordinates must satisfy the equations of both parabolas.

Substitute y=1y=1 into the equation for Parabola P1P_1: aα2+2bα+c(1)=0a \alpha^2 + 2 b \alpha + c(1) = 0 aα2+2bα+c=0(Equation 1)a \alpha^2 + 2 b \alpha + c = 0 \quad \text{(Equation 1)} This is a quadratic equation in α\alpha.

Similarly, substitute y=1y=1 into the equation for Parabola P2P_2: dα2+2eα+f(1)=0d \alpha^2 + 2 e \alpha + f(1) = 0 dα2+2eα+f=0(Equation 2)d \alpha^2 + 2 e \alpha + f = 0 \quad \text{(Equation 2)} This is another quadratic equation in α\alpha.

2. Leveraging the G.P. Condition for the First Parabola

We are given that a,b,ca, b, c are positive real numbers and are in Geometric Progression (G.P.).

  • Explanation: By the definition of a G.P., if a,b,ca, b, c are in G.P., then the square of the middle term equals the product of the first and third terms. Since a,b,ca, b, c are positive, we can take the positive square root for bb. Thus, we have: b2=acb^2 = ac b=acb = \sqrt{ac}

Now, let's substitute this relationship into Equation 1: aα2+2(ac)α+c=0a \alpha^2 + 2 (\sqrt{ac}) \alpha + c = 0

  • Explanation: We observe that this quadratic equation has a special structure. Let's rewrite the terms to highlight it: (aα)2+2(aα)(c)+(c)2=0(\sqrt{a}\alpha)^2 + 2 (\sqrt{a}\alpha)(\sqrt{c}) + (\sqrt{c})^2 = 0 This is a perfect square trinomial, which can be factored as: (aα+c)2=0(\sqrt{a} \alpha + \sqrt{c})^2 = 0
  • Alternative Explanation (using Discriminant): For Equation 1, A=aA=a, B=2bB=2b, C=cC=c. The discriminant is Δ=B24AC=(2b)24ac=4b24ac\Delta = B^2 - 4AC = (2b)^2 - 4ac = 4b^2 - 4ac. Since b2=acb^2=ac, we have Δ=4ac4ac=0\Delta = 4ac - 4ac = 0. A discriminant of zero means the quadratic has exactly one real root (a repeated root), which implies the expression is a perfect square. Geometrically, this means the line y=1y=1 is tangent to the first parabola ax2+2bx+cy=0ax^2+2bx+cy=0 at the point (α,1)(\alpha, 1).

Solving for α\alpha from the perfect square equation: aα+c=0\sqrt{a} \alpha + \sqrt{c} = 0 aα=c\sqrt{a} \alpha = - \sqrt{c} α=ca=ca\alpha = - \frac{\sqrt{c}}{\sqrt{a}} = - \sqrt{\frac{c}{a}} So, the xx-coordinate of the unique intersection point (and tangency point) is α=ca\alpha = - \sqrt{\frac{c}{a}}.

3. Applying the Unique Intersection Point to the Second Parabola

The point (α,1)(\alpha, 1) is an intersection point for both parabolas. Therefore, the specific value of α\alpha we found from the properties of the first parabola must also satisfy Equation 2, which relates to the second parabola.

  • Explanation: This step is crucial. By substituting the determined value of α\alpha into the second parabola's equation, we establish a direct link between the coefficients of the two parabolas.

Substitute α=ca\alpha = - \sqrt{\frac{c}{a}} into Equation 2: d(ca)2+2e(ca)+f=0d \left( - \sqrt{\frac{c}{a}} \right)^2 + 2 e \left( - \sqrt{\frac{c}{a}} \right) + f = 0

  • Careful with the square: (X)2=X(-\sqrt{X})^2 = X. So, (ca)2=ca\left( - \sqrt{\frac{c}{a}} \right)^2 = \frac{c}{a}. d(ca)2eca+f=0d \left( \frac{c}{a} \right) - 2 e \sqrt{\frac{c}{a}} + f = 0

4. Algebraic Manipulation to Discover the A.P. Relationship

Our goal is to determine if the ratios da,eb,fc\frac{d}{a}, \frac{e}{b}, \frac{f}{c} are in A.P. or G.P. We need to manipulate the equation obtained in Step 3 to match the form of an A.P. (P+R=2QP+R=2Q) or G.P. (Q2=PRQ^2=PR).

Let's rearrange the equation from Step 3: dca+f=2eca\frac{dc}{a} + f = 2 e \sqrt{\frac{c}{a}}

  • Explanation: To obtain the terms da\frac{d}{a} and fc\frac{f}{c}, we should divide the entire equation by cc. Since cc is a positive real number (given in the problem statement), it is non-zero, so this division is valid. Divide both sides by cc: 1c(dca+f)=1c(2eca)\frac{1}{c} \left( \frac{dc}{a} + f \right) = \frac{1}{c} \left( 2 e \sqrt{\frac{c}{a}} \right) da+fc=2e1cca\frac{d}{a} + \frac{f}{c} = 2 e \frac{1}{c} \sqrt{\frac{c}{a}}

Now, let's simplify the right-hand side (RHS) to introduce bb. RHS=2e1cca\text{RHS} = 2 e \frac{1}{c} \frac{\sqrt{c}}{\sqrt{a}}

  • Explanation: We can rewrite the cc in the denominator as cc\sqrt{c} \cdot \sqrt{c} to facilitate cancellation and simplify the expression. RHS=2e1ccca=2e1ca=2e1ac\text{RHS} = 2 e \frac{1}{\sqrt{c}\sqrt{c}} \frac{\sqrt{c}}{\sqrt{a}} = 2 e \frac{1}{\sqrt{c}\sqrt{a}} = 2 e \frac{1}{\sqrt{ac}}

Recall from Step 2 that b=acb = \sqrt{ac} (since a,b,ca,b,c are positive). Substitute this into the simplified RHS: RHS=2e1b=2eb\text{RHS} = 2 e \frac{1}{b} = 2 \frac{e}{b}

Now, substitute this back into our main equation: da+fc=2eb\frac{d}{a} + \frac{f}{c} = 2 \frac{e}{b}

5. Concluding the A.P. Relationship

The final equation we derived is: da+fc=2eb\frac{d}{a} + \frac{f}{c} = 2 \frac{e}{b}

  • Explanation: This equation perfectly matches the definition of an Arithmetic Progression. If three numbers P,Q,RP, Q, R are in A.P., then the sum of the first and third terms is twice the middle term (P+R=2QP+R = 2Q). In our derived equation, we can identify: P=daP = \frac{d}{a} Q=ebQ = \frac{e}{b} R=fcR = \frac{f}{c}

Therefore, the terms da,eb,fc\frac{d}{a}, \frac{e}{b}, \frac{f}{c} are in A.P.

The correct option is (A).


Tips and Common Mistakes

  • **Understanding "Intersect on the

Practice More Conic Sections Questions

View All Questions