Skip to main content
Back to Conic Sections
JEE Main 2021
Conic Sections
Parabola
Medium

Question

The locus of the vertices of the family of parabolas y=a3x23+a2x22ay = {{{a^3}{x^2}} \over 3} + {{{a^2}x} \over 2} - 2a is :

Options

Solution

Understanding the Problem and Key Concepts

This problem asks us to find the locus of the vertices of a family of parabolas.

  • A "family of parabolas" means we have an equation that defines many parabolas, each determined by a specific value of a parameter (in this case, 'aa').
  • The "locus" of the vertices refers to the path traced by these vertices as the parameter 'aa' varies. To find this locus, we generally need to:
    1. Determine the coordinates of the vertex (h,k)(h,k) in terms of the parameter 'aa'.
    2. Eliminate the parameter 'aa' from these coordinate equations to obtain a single equation relating hh and kk. This equation will be the locus.

Key Concept: Vertex of a Parabola

For a parabola given by the general quadratic equation y=Ax2+Bx+Cy = Ax^2 + Bx + C (which opens upwards if A>0A>0 or downwards if A<0A<0), its vertex (h,k)(h,k) can be found using two primary methods:

  1. Direct Formula: The x-coordinate of the vertex is h=B2Ah = -\frac{B}{2A}. The corresponding y-coordinate kk is found by substituting this value of hh back into the parabola's equation: k=A(B2A)2+B(B2A)+Ck = A\left(-\frac{B}{2A}\right)^2 + B\left(-\frac{B}{2A}\right) + C.
  2. Completing the Square: Rewrite the equation in the standard form (xh)2=4p(yk)(x-h)^2 = 4p(y-k). Once in this form, the vertex (h,k)(h,k) can be directly identified. This method is often preferred as it also reveals the focal length and direction of opening, providing a deeper insight into the parabola's structure.

In this solution, we will demonstrate the completing the square method.


Step-by-Step Solution

Step 1: Identify the Equation of the Parabola and its Coefficients

The given equation of the family of parabolas is: y=a33x2+a22x2ay = \frac{a^3}{3}x^2 + \frac{a^2}{2}x - 2a

Why this step? This is the crucial first step. By comparing the given equation to the general form y=Ax2+Bx+Cy = Ax^2 + Bx + C, we clearly identify the coefficients AA, BB, and CC in terms of the parameter 'aa'. This identification is essential for applying any method to find the vertex. Here, we have: A=a33A = \frac{a^3}{3} B=a22B = \frac{a^2}{2} C=2aC = -2a

Step 2: Find the Coordinates of the Vertex (h,k)(h,k) using Completing the Square

Our goal is to transform the equation into the standard form (xh)2=4p(yk)(x-h)^2 = 4p(y-k).

First, to begin completing the square for the xx terms, we factor out the coefficient of x2x^2 (which is AA) from the terms involving xx: y=A(x2+BAx)+Cy = A \left( x^2 + \frac{B}{A}x \right) + C Substituting our identified AA, BB, and CC: y=a33(x2+a2/2a3/3x)2ay = \frac{a^3}{3} \left( x^2 + \frac{a^2/2}{a^3/3}x \right) - 2a Simplify the coefficient of xx inside the parenthesis: y=a33(x2+a223a3x)2ay = \frac{a^3}{3} \left( x^2 + \frac{a^2}{2} \cdot \frac{3}{a^3}x \right) - 2a y=a33(x2+32ax)2ay = \frac{a^3}{3} \left( x^2 + \frac{3}{2a}x \right) - 2a

Why this step? Factoring out the leading coefficient (AA) from the x2x^2 and xx terms makes the process of completing the square much simpler. We aim to create a perfect square trinomial of the form (x+m)2=x2+2mx+m2(x+m)^2 = x^2 + 2mx + m^2 within the parenthesis.

Next, we complete the square for the expression x2+32axx^2 + \frac{3}{2a}x. To do this, we add and subtract the square of half the coefficient of xx. The coefficient of xx is 32a\frac{3}{2a}, so half of it is 1232a=34a\frac{1}{2} \cdot \frac{3}{2a} = \frac{3}{4a}. The term to add and subtract is (34a)2=916a2\left(\frac{3}{4a}\right)^2 = \frac{9}{16a^2}.

y=a33(x2+32ax+916a2916a2)2ay = \frac{a^3}{3} \left( x^2 + \frac{3}{2a}x + \frac{9}{16a^2} - \frac{9}{16a^2} \right) - 2a

Why this step? Adding and subtracting the same value within the parenthesis ensures that the overall equation remains unchanged. This allows us to group the first three terms to form a perfect square trinomial.

Now, group the perfect square trinomial and separate the subtracted term: y=a33[(x+34a)2916a2]2ay = \frac{a^3}{3} \left[ \left(x + \frac{3}{4a}\right)^2 - \frac{9}{16a^2} \right] - 2a

Distribute the a33\frac{a^3}{3} term back into the parenthesis: y=a33(x+34a)2(a33916a2)2ay = \frac{a^3}{3} \left(x + \frac{3}{4a}\right)^2 - \left(\frac{a^3}{3} \cdot \frac{9}{16a^2}\right) - 2a

Tip: A common mistake here is to forget to multiply the subtracted term (916a2\frac{9}{16a^2}) by the coefficient that was factored out (a33\frac{a^3}{3}). This leads to an incorrect constant term.

Simplify the constant terms: y=a33(x+34a)23a162ay = \frac{a^3}{3} \left(x + \frac{3}{4a}\right)^2 - \frac{3a}{16} - 2a Combine the constant terms by finding a common denominator: y=a33(x+34a)2(3a16+32a16)y = \frac{a^3}{3} \left(x + \frac{3}{4a}\right)^2 - \left(\frac{3a}{16} + \frac{32a}{16}\right) y=a33(x+34a)235a16y = \frac{a^3}{3} \left(x + \frac{3}{4a}\right)^2 - \frac{35a}{16}

Finally, rearrange the equation to match the standard form (xh)2=4p(yk)(x-h)^2 = 4p(y-k): y+35a16=a33(x+34a)2y + \frac{35a}{16} = \frac{a^3}{3} \left(x + \frac{3}{4a}\right)^2 To isolate the squared term, multiply both sides by 3a3\frac{3}{a^3}: (x+34a)2=3a3(y+35a16)\left(x + \frac{3}{4a}\right)^2 = \frac{3}{a^3} \left(y + \frac{35a}{16}\right)

Comparing this to the standard form (xh)2=4p(yk)(x-h)^2 = 4p(y-k), we can identify the coordinates of the vertex (h,k)(h,k): h=34ah = -\frac{3}{4a} k=35a16k = -\frac{35a}{16}

Step 3: Express Vertex Coordinates in Terms of XX and YY for Locus

Let the coordinates of the vertex be (X,Y)(X, Y). This is a common convention to distinguish the locus coordinates from the general variables xx and yy in the parabola's equation. So, we have two parametric equations for the locus: X=34a (Equation 1)X = -\frac{3}{4a} \quad \text{ (Equation 1)} Y=35a16 (Equation 2)Y = -\frac{35a}{16} \quad \text{ (Equation 2)}

Why this step? We have now found the coordinates of any vertex of the family of parabolas in terms of the parameter 'aa'. To find the locus, we need to find a direct relationship between these XX and YY coordinates that is independent of 'aa'.

Step 4: Eliminate the Parameter 'aa' to Find the Locus

To eliminate 'aa', we can solve one equation for 'aa' and substitute it into the other equation. From Equation 1, solve for aa: 4aX=34aX = -3 a=34Xa = -\frac{3}{4X}

Now, substitute this expression for aa into Equation 2: Y=3516(34X)Y = -\frac{35}{16} \left(-\frac{3}{4X}\right)

Why this step? This is the core step in finding the locus. By substituting aa from one equation into the other, we obtain an equation that relates XX and YY directly, thereby defining the path (locus) traced by the vertex.

Simplify the expression for YY: Y=35×316×4XY = \frac{35 \times 3}{16 \times 4X} Y=10564XY = \frac{105}{64X}

Finally, multiply both sides by XX to clear the denominator and express the locus in a standard form: XY=10564XY = \frac{105}{64}

This is the equation of the locus of the vertices of the family of parabolas.


Summary and Key Takeaway

The locus of the vertices of the given family of parabolas is xy=10564xy = \frac{105}{64}. This equation represents a hyperbola, specifically a rectangular hyperbola whose asymptotes are the coordinate axes.

The problem illustrates a general strategy for finding the locus of a point related to a parameterized family of curves:

  1. Parameterize the Point: Express the coordinates of the point (whose locus is desired) in terms of the given parameter.
  2. Eliminate the Parameter: Eliminate the parameter from these coordinate equations to obtain a single equation relating the XX and YY coordinates. This resulting equation is the locus.

Practice More Conic Sections Questions

View All Questions