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

Question

Let OO be the vertex and QQ be any point on the parabola, x2=8y{{x^2} = 8y}. If the point PP divides the line segment OQOQ internally in the ratio 1:31:3, then locus of PP is :

Options

Solution

Key Concepts and Formulas

This problem is a classic application of coordinate geometry, combining the properties of parabolas with the section formula for internal division of a line segment. Mastering these concepts is fundamental for JEE preparation.

  1. Parabola Definition and Vertex: A parabola is defined as the set of all points in a plane that are equidistant from a fixed point (the focus) and a fixed straight line (the directrix).

    • The standard form of a parabola opening upwards or downwards is x2=4ayx^2 = 4ay.
      • Its vertex is at the origin (0,0)(0,0).
      • Its axis of symmetry is the y-axis.
      • If a>0a > 0, it opens upwards. If a<0a < 0, it opens downwards.
    • The standard form of a parabola opening left or right is y2=4axy^2 = 4ax.
      • Its vertex is also at the origin (0,0)(0,0).
      • Its axis of symmetry is the x-axis.
      • If a>0a > 0, it opens to the right. If a<0a < 0, it opens to the left.
  2. Section Formula (Internal Division): This formula is used to find the coordinates of a point that divides a line segment joining two given points internally in a specific ratio.

    • If a point P(x,y)P(x,y) divides the line segment joining A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2) internally in the ratio m:nm:n, then the coordinates of PP are given by: P(x,y)=(nx1+mx2m+n,ny1+my2m+n)P(x,y) = \left( \frac{nx_1 + mx_2}{m+n}, \frac{ny_1 + my_2}{m+n} \right)
    • Important Note: In the ratio m:nm:n, mm is associated with the segment closer to B(x2,y2)B(x_2, y_2) and nn is associated with the segment closer to A(x1,y1)A(x_1, y_1). A common mistake is to swap them.

Understanding the Problem Setup

Let's carefully dissect the problem statement to understand what is given and what we need to find:

  • Parabola: We are given the equation x2=8yx^2 = 8y. This is a parabola.
  • Vertex OO: The problem states that OO is the vertex of this parabola. We need to identify its coordinates.
  • Point QQ: QQ is any arbitrary point on the parabola x2=8yx^2 = 8y. This means its coordinates must satisfy the parabola's equation.
  • Point PP: PP divides the line segment OQOQ internally in the ratio 1:31:3. This is a crucial piece of information that links PP to OO and QQ.
  • Goal: We need to find the locus of PP. This means we need to find an equation that describes all possible positions of point PP as point QQ moves along the given parabola. The locus will typically be another curve.

Step-by-Step Solution

Step 1: Identify the coordinates of the vertex OO and define an arbitrary point QQ.

  • Identifying the Vertex OO: The given equation of the parabola is x2=8yx^2 = 8y. Comparing this to the standard form x2=4ayx^2 = 4ay, we can see that 4a=84a = 8, which implies a=2a = 2. For any parabola of the form x2=4ayx^2 = 4ay or y2=4axy^2 = 4ax, the vertex is at the origin (0,0)(0,0). Therefore, the coordinates of the vertex OO are (0,0)\mathbf{(0,0)}.

    • Why this step? The vertex OO is one of the endpoints of the line segment OQOQ. Knowing its exact coordinates is essential for applying the section formula.
  • Defining Point QQ: Let QQ be any arbitrary point on the parabola x2=8yx^2 = 8y. We'll denote its coordinates as (x1,y1)(x_1, y_1). Since QQ lies on the parabola, its coordinates must satisfy the parabola's equation. So, we have the fundamental relationship: x12=8y1(Equation 1)x_1^2 = 8y_1 \quad \text{(Equation 1)}

    • Why this step? We need to represent QQ generally because it can be any point on the parabola. Equation (1) is the constraint that QQ must satisfy, and it will be key to finding the locus of PP.
  • Defining Point PP: We are trying to find the locus of point PP. In locus problems, it is standard practice to denote the coordinates of the point whose locus is required as (h,k)(h,k). So, let P=(h,k)P = (h,k).

    • Why this step? By assigning (h,k)(h,k) to PP, we establish the variables for which we need to find a relationship. Our ultimate goal is to find an equation involving hh and kk.

Step 2: Apply the Section Formula to express the coordinates of PP in terms of OO and QQ.

  • We are given that point P(h,k)P(h,k) divides the line segment OQOQ internally in the ratio 1:31:3.
  • Let O=(xO,yO)=(0,0)O = (x_O, y_O) = (0,0).
  • Let Q=(xQ,yQ)=(x1,y1)Q = (x_Q, y_Q) = (x_1, y_1).
  • The ratio of division is m:n=1:3m:n = 1:3. (Here m=1m=1 and n=3n=3).
  • Using the section formula: h=nxO+mxQm+nandk=nyO+myQm+nh = \frac{n \cdot x_O + m \cdot x_Q}{m+n} \quad \text{and} \quad k = \frac{n \cdot y_O + m \cdot y_Q}{m+n} Substitute the coordinates of O(0,0)O(0,0) and Q(x1,y1)Q(x_1, y_1), and the ratio m=1,n=3m=1, n=3: h=3(0)+1(x1)1+3    h=x14h = \frac{3(0) + 1(x_1)}{1+3} \implies h = \frac{x_1}{4} k=3(0)+1(y1)1+3    k=y14k = \frac{3(0) + 1(y_1)}{1+3} \implies k = \frac{y_1}{4}
    • Why this step? This establishes a direct algebraic link between the coordinates of P(h,k)P(h,k) and the coordinates of Q(x1,y1)Q(x_1, y_1). Since QQ is constrained by the parabola's equation, this link will allow us to transfer that constraint to PP.

Step 3: Express x1x_1 and y1y_1 (coordinates of QQ) in terms of hh and kk (coordinates of PP).

From the results of Step 2, we have: h=x14    x1=4h(Equation 2)h = \frac{x_1}{4} \implies x_1 = 4h \quad \text{(Equation 2)} k=y14    y1=4k(Equation 3)k = \frac{y_1}{4} \implies y_1 = 4k \quad \text{(Equation 3)}

  • Why this step? Our goal is to find an equation purely in terms of hh and kk. To do this, we need to eliminate x1x_1 and y1y_1. By rearranging these equations, we prepare x1x_1 and y1y_1 for substitution into Equation 1, which is the defining equation for QQ.

Step 4: Substitute x1x_1 and y1y_1 into the parabola's equation (Equation 1).

We know that Q(x1,y1)Q(x_1, y_1) lies on the parabola x2=8yx^2 = 8y, so x12=8y1x_1^2 = 8y_1. Now, substitute Equation 2 and Equation 3 into Equation 1: (4h)2=8(4k)(4h)^2 = 8(4k) 16h2=32k16h^2 = 32k Now, simplify the equation by dividing both sides by 16: h2=32k16h^2 = \frac{32k}{16} h2=2k(Equation 4)h^2 = 2k \quad \text{(Equation 4)}

  • Why this step? This is the core of finding the locus. By substituting the expressions for x1x_1 and y1y_1 (which are in terms of hh and kk) into the equation that QQ must satisfy, we effectively transfer the geometric constraint from QQ to PP. The resulting equation is a relationship solely between hh and kk, which defines the path of PP.

Step 5: Replace (h,k)(h,k) with (x,y)(x,y) to represent the locus.

The equation h2=2kh^2 = 2k describes the relationship that the coordinates (h,k)(h,k) of point PP must satisfy. To represent this locus in the standard coordinate system, we simply replace hh with xx and kk with yy. Therefore, the locus of point PP is: x2=2y\mathbf{x^2 = 2y}

  • Why this step? This is a convention for expressing the equation of a locus. (h,k)(h,k) are temporary variables used during the derivation to distinguish the point whose locus is being found from the general coordinates of other points. Once the relationship is established, we revert to (x,y)(x,y) for the final equation.

Step 6: Compare with the given options.

The derived equation for the locus of PP is x2=2yx^2 = 2y. Let's check the given options: (A) y2=2xy^2 = 2x (B) x2=2yx^2 = 2y (C) x2=yx^2 = y (D) y2=xy^2 = x

Our derived equation matches option (B).


Tips and Common Mistakes to Avoid

  1. Incorrect Vertex: Always double-check the vertex of the given parabola. For x2=4ayx^2=4ay or y2=4axy^2=4ax, it's (0,0)(0,0). If it were, for example, (xh)2=4a(yk)(x-h)^2 = 4a(y-k), the vertex would be (h,k)(h,k).
  2. Section Formula Ratio Confusion: Ensure you apply the ratio m:nm:n correctly. If PP divides ABAB in ratio m:nm:n, then mm multiplies the coordinates of BB and nn multiplies the coordinates of AA.
  3. Algebraic Errors: Be careful with squaring terms and simplifying equations. For instance, (4h)2=16h2(4h)^2 = 16h^2, not 4h24h^2.
  4. Forgetting to Substitute: The most common mistake in locus problems is not fully eliminating the coordinates of the arbitrary point (QQ in this case) by using its defining equation.
  5. Final Variable Change: Remember to change (h,k)(h,k) back to (x,y)(x,y) for the final equation of the locus.

Summary and Key Takeaway

This problem demonstrates a standard procedure for finding the locus of a point:

  1. Identify the fixed points/curves and the variable point whose locus is desired.
  2. Assign general coordinates (h,k)(h,k) to the point whose locus is to be found.
  3. Assign general coordinates (x1,y1)(x_1, y_1) (or parametric coordinates if easier) to any other variable point(s) involved in the definition of (h,k)(h,k).
  4. Use the given geometric conditions (like section formula, distance formula, etc.) to establish equations relating (h,k)(h,k) and (x1,y1)(x_1, y_1).
  5. Use the equation of the curve on which (x1,y1)(x_1, y_1) lies to eliminate x1x_1 and y1y_1, resulting in an equation purely in terms of hh and kk.
  6. Replace (h,k)(h,k) with (x,y)(x,y) to obtain the equation of the locus.

The new locus x2=2yx^2 = 2y is also a parabola, but it is "scaled down" or "compressed" compared to the original parabola x2=8yx^2 = 8y. This makes sense because PP is always closer to the origin OO than QQ (since PP divides OQOQ in ratio 1:31:3, OP=14OQOP = \frac{1}{4} OQ).

The final answer is (B)\boxed{\text{(B)}}.

Practice More Conic Sections Questions

View All Questions