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

Question

Consider the parabola with vertex (12,34)\left( {{1 \over 2},{3 \over 4}} \right) and the directrix y=12y = {1 \over 2}. Let P be the point where the parabola meets the line x=12x = - {1 \over 2}. If the normal to the parabola at P intersects the parabola again at the point Q, then (PQ) 2 is equal to :

Options

Solution

This solution will guide you through a comprehensive approach to solving problems involving parabolas, specifically focusing on finding the equation of a parabola, determining intersection points, and calculating the distance between points related by a normal. We will break down each step, explaining the underlying concepts and calculations, and highlight useful formulas and common pitfalls.


1. Understanding the Parabola's Properties and Deriving its Equation

The fundamental definition of a parabola is the locus of all points that are equidistant from a fixed point (the focus) and a fixed line (the directrix).

Given:

  • Vertex V=(12,34)=(h,k)V = \left( {{1 \over 2},{3 \over 4}} \right) = (h, k)
  • Directrix y=12y = {1 \over 2}

Since the directrix is a horizontal line (y=constanty = \text{constant}), the axis of symmetry must be a vertical line (x=constantx = \text{constant}). This means the parabola opens either upwards or downwards. The standard equation for such a parabola is: (xh)2=4a(yk)(x-h)^2 = 4a(y-k) Here, aa represents the distance from the vertex to the focus, and also the distance from the vertex to the directrix.

  • The directrix for this form is given by y=kay = k-a.
  • The focus for this form is given by (h,k+a)(h, k+a).

Let's use the given information to find the value of aa: The directrix is y=kay = k-a. Substituting the given vertex coordinates: y=34ay = \frac{3}{4} - a We are given that the directrix is y=12y = \frac{1}{2}. Therefore, 12=34a\frac{1}{2} = \frac{3}{4} - a Now, solve for aa: a=3412=3424=14a = \frac{3}{4} - \frac{1}{2} = \frac{3}{4} - \frac{2}{4} = \frac{1}{4} Since a>0a > 0, the parabola opens upwards.

Now, substitute h=12h = \frac{1}{2}, k=34k = \frac{3}{4}, and a=14a = \frac{1}{4} into the standard equation: (x12)2=4(14)(y34)\left( x - \frac{1}{2} \right)^2 = 4 \left( \frac{1}{4} \right) \left( y - \frac{3}{4} \right) (x12)2=1(y34)\left( x - \frac{1}{2} \right)^2 = 1 \cdot \left( y - \frac{3}{4} \right) (x12)2=y34\left( x - \frac{1}{2} \right)^2 = y - \frac{3}{4} This is the equation of the parabola.

Why this step is taken: Establishing the correct equation of the parabola is crucial as all subsequent calculations (finding points, tangents, normals) depend on it. Understanding the orientation and key parameters like 'a' from the vertex and directrix is a fundamental skill in parabola problems.


2. Finding the Coordinates of Point P

Point P is where the parabola meets the line x=12x = - \frac{1}{2}. To find its coordinates, substitute x=12x = - \frac{1}{2} into the parabola's equation: (1212)2=y34\left( - \frac{1}{2} - \frac{1}{2} \right)^2 = y - \frac{3}{4} (1)2=y34(-1)^2 = y - \frac{3}{4} 1=y341 = y - \frac{3}{4} Solve for yy: y=1+34=44+34=74y = 1 + \frac{3}{4} = \frac{4}{4} + \frac{3}{4} = \frac{7}{4} So, the coordinates of point P are (12,74)\left( - \frac{1}{2}, \frac{7}{4} \right).

Why this step is taken: Point P is the specific point on the parabola where the normal is drawn. Its coordinates are essential for calculating the normal's equation and for the final distance calculation.


3. Determining the Equation of the Normal at P and Finding Point Q

To find the normal, it's often convenient to transform the coordinate system such that the vertex is at the origin. Let: X=xh=x12X = x - h = x - \frac{1}{2} Y=yk=y34Y = y - k = y - \frac{3}{4} The equation of the parabola becomes X2=4aYX^2 = 4aY. In our case, a=14a = \frac{1}{4}, so: X2=4(14)Y    X2=YX^2 = 4 \left( \frac{1}{4} \right) Y \implies X^2 = Y Now, let's find the coordinates of P in this new (X,Y)(X, Y) system: XP=xP12=1212=1X_P = x_P - \frac{1}{2} = - \frac{1}{2} - \frac{1}{2} = -1 YP=yP34=7434=44=1Y_P = y_P - \frac{3}{4} = \frac{7}{4} - \frac{3}{4} = \frac{4}{4} = 1 So, P=(1,1)P = (-1, 1) in the (X,Y)(X, Y) system.

For a parabola X2=4aYX^2 = 4aY, the slope of the tangent at a point (X1,Y1)(X_1, Y_1) is found by differentiating with respect to XX: 2X=4adYdX    dYdX=2X4a=X2a2X = 4a \frac{dY}{dX} \implies \frac{dY}{dX} = \frac{2X}{4a} = \frac{X}{2a} At point P(XP,YP)P(X_P, Y_P), the slope of the tangent is mT=XP2am_T = \frac{X_P}{2a}. The slope of the normal, mNm_N, is the negative reciprocal of the tangent's slope: mN=2aXPm_N = - \frac{2a}{X_P} Substituting XP=1X_P = -1 and a=14a = \frac{1}{4}: mN=2(14)1=121=12m_N = - \frac{2 \left( \frac{1}{4} \right)}{-1} = - \frac{\frac{1}{2}}{-1} = \frac{1}{2} The equation of the normal at P(XP,YP)P(X_P, Y_P) in the (X,Y)(X, Y) system is: YYP=mN(XXP)Y - Y_P = m_N (X - X_P) Y1=12(X(1))Y - 1 = \frac{1}{2} (X - (-1)) Y1=12(X+1)Y - 1 = \frac{1}{2} (X + 1)

Now, to find point Q, where this normal intersects the parabola again, we substitute Y=X2Y = X^2 (from X2=YX^2 = Y) into the normal's equation: X21=12(X+1)X^2 - 1 = \frac{1}{2} (X + 1) Multiply by 2: 2(X21)=X+12(X^2 - 1) = X + 1 2(X1)(X+1)=X+12(X-1)(X+1) = X + 1 We know that X=XP=1X = X_P = -1 is one solution (corresponding to point P). Since X+1X+1 is a common factor, we can divide by it, assuming X1X \ne -1 (which holds for Q, as Q is a different intersection point). 2(X1)=12(X-1) = 1 2X2=12X - 2 = 1 2X=32X = 3 XQ=32X_Q = \frac{3}{2} Now find YQY_Q using YQ=XQ2Y_Q = X_Q^2: YQ=(32)2=94Y_Q = \left( \frac{3}{2} \right)^2 = \frac{9}{4} So, the coordinates of Q in the (X,Y)(X, Y) system are (32,94)\left( \frac{3}{2}, \frac{9}{4} \right).

Tip for finding the second intersection of a normal: For a parabola of the form X2=4aYX^2 = 4aY, if the normal at P(XP,YP)P(X_P, Y_P) intersects the parabola again at

Practice More Conic Sections Questions

View All Questions