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

Question

Let the tangent to the parabola S : y 2 = 2x at the point P(2, 2) meet the x-axis at Q and normal at it meet the parabola S at the point R. Then the area (in sq. units) of the triangle PQR is equal to :

Options

Solution

This problem requires a comprehensive understanding of parabolas, including finding equations of tangents and normals, determining intersection points, and calculating the area of a triangle. We will break down the solution into several distinct steps, each building upon the previous one.


1. Introduction and Problem Overview

We are given a parabola S:y2=2xS: y^2 = 2x and a specific point P(2,2)P(2, 2) that lies on it. Our goal is to:

  1. Determine the equation of the tangent line to the parabola at point PP.
  2. Find the point QQ where this tangent line intersects the x-axis.
  3. Determine the equation of the normal line to the parabola at point PP.
  4. Find the point RR where this normal line intersects the parabola again (other than PP).
  5. Calculate the area of the triangle formed by the three points P,Q,P, Q, and RR.

This problem serves as an excellent test of fundamental concepts in coordinate geometry, particularly those related to conic sections.


2. Understanding the Parabola and Point P

Before performing any calculations, it's crucial to correctly identify the parameters of the given parabola and confirm the point PP lies on it.

  • Key Concept: The standard form of a parabola symmetric about the x-axis is y2=4axy^2 = 4ax.

  • Applying the concept: Our given parabola is y2=2xy^2 = 2x. By comparing y2=2xy^2 = 2x with y2=4axy^2 = 4ax, we can determine the parameter aa: 4a=2    a=24=124a = 2 \implies a = \frac{2}{4} = \frac{1}{2} This value of a=12a = \frac{1}{2} will be used in various standard formulas for the parabola.

  • Verification of Point P: It's good practice to ensure the given point P(2,2)P(2, 2) actually lies on the parabola. Substitute x=2x=2 and y=2y=2 into the parabola's equation y2=2xy^2 = 2x: Left Hand Side (LHS) =y2=(2)2=4= y^2 = (2)^2 = 4. Right Hand Side (RHS) =2x=2(2)=4= 2x = 2(2) = 4. Since LHS = RHS (4=44=4), the point P(2,2)P(2, 2) indeed lies on the parabola y2=2xy^2 = 2x. This confirms our starting point is valid.


3. Step 1: Finding the Tangent Equation at P and Point Q

Our first task is to find the equation of the tangent line to the parabola at P(2,2)P(2, 2) and then locate its intersection with the x-axis, which we'll call QQ.

  • Key Concept: The equation of the tangent to a parabola y2=4axy^2 = 4ax at a point P(x1,y1)P(x_1, y_1) on the parabola is given by the formula yy1=2a(x+x1)yy_1 = 2a(x+x_1). This formula is derived from the general method of finding tangents to conic sections or by implicit differentiation.

  • Applying the formula: We have the parabola y2=2xy^2 = 2x, so 2a=12a = 1. The point of tangency is P(x1,y1)=(2,2)P(x_1, y_1) = (2, 2). Substitute these values into the tangent formula: y(2)=1(x+2)y(2) = 1(x+2) 2y=x+22y = x+2 Rearranging this into the standard form Ax+By+C=0Ax+By+C=0 or slope-intercept form y=mx+cy=mx+c: x2y+2=0ory=12x+1x - 2y + 2 = 0 \quad \text{or} \quad y = \frac{1}{2}x + 1 This is the equation of the tangent line to the parabola at P(2,2)P(2, 2).

  • Finding Point Q: Point QQ is where the tangent line intersects the x-axis. Any point on the x-axis has a y-coordinate of 0. Why: We set y=0y=0 to find the x-intercept because the x-axis is defined by y=0y=0. Substitute y=0y=0 into the tangent equation 2y=x+22y = x+2: 2(0)=x+22(0) = x+2 0=x+20 = x+2 x=2x = -2 Therefore, the coordinates of point QQ are (2,0)(-2, 0).

  • Tip (Alternative for Slope): You could also find the slope of the tangent by implicit differentiation. Differentiate y2=2xy^2 = 2x with respect to xx: 2ydydx=2    dydx=1y2y \frac{dy}{dx} = 2 \implies \frac{dy}{dx} = \frac{1}{y}. At P(2,2)P(2, 2), the slope of the tangent mT=12m_T = \frac{1}{2}. Then use the point-slope form yy1=mT(xx1)y - y_1 = m_T(x - x_1): y2=12(x2)y - 2 = \frac{1}{2}(x - 2) 2(y2)=x22(y - 2) = x - 2 2y4=x22y - 4 = x - 2 2y=x+22y = x + 2, which is the same tangent equation.


4. Step 2: Finding the Normal Equation at P and Point R

Next, we need to find the equation of the normal line to the parabola at P(2,2)P(2, 2) and then determine its second intersection point RR with the parabola.

  • Key Concept (Slope of Normal): The normal to a curve at a point is a line perpendicular to the tangent at that point. If the slope of the tangent is mTm_T, then the slope of the normal, mNm_N, is its negative reciprocal: mN=1mTm_N = -\frac{1}{m_T} (provided mT0m_T \neq 0).

  • Key Concept (Equation of a Line): The equation of a line passing through a point (x1,y1)(x_1, y_1) with slope mm is yy1=m(xx1)y - y_1 = m(x - x_1).

  • Calculating the slope of the tangent (mTm_T): From the previous step, we found the slope of the tangent at P(2,2)P(2, 2) was mT=12m_T = \frac{1}{2}. (If you used 2y=x+22y=x+2, rewrite it as y=12x+1y=\frac{1}{2}x+1 to see the slope directly).

  • Calculating the slope of the normal (mNm_N): Why: We need the slope of the normal to write its equation. mN=1mT=11/2=2m_N = -\frac{1}{m_T} = -\frac{1}{1/2} = -2

  • Applying the normal formula: We have the point P(x1,y1)=(2,2)P(x_1, y_1) = (2, 2) and the slope of the normal mN=2m_N = -2. Substitute these into the point-slope form: y2=2(x2)y - 2 = -2(x - 2) y2=2x+4y - 2 = -2x + 4 y=2x+6y = -2x + 6 This is the equation of the normal line to the parabola at P(2,2)P(2, 2).

  • Finding Point R (second intersection with parabola): Point RR is the other point where the normal line y=2x+6y = -2x + 6 intersects the parabola S:y2=2xS: y^2 = 2x. We already know one intersection point is P(2,2)P(2, 2). Why: To find intersection points, we solve the equations of the line and the curve simultaneously. Substitute the expression for yy from the normal's equation into the parabola's equation: (2x+6)2=2x(-2x + 6)^2 = 2x Expand the left side (using (AB)2=A22AB+B2(A-B)^2 = A^2 - 2AB + B^2): (2x)22(2x)(6)+62=2x(2x)^2 - 2(2x)(6) + 6^2 = 2x 4x224x+36=2x4x^2 - 24x + 36 = 2x Rearrange the terms to form a standard quadratic equation: 4x226x+36=04x^2 - 26x + 36 = 0 Divide the entire equation by 2 to simplify the coefficients: 2x213x+18=02x^2 - 13x + 18 = 0 This quadratic equation gives the x-coordinates of the intersection points. We know that xP=2x_P = 2 is one root (since PP is an intersection point). Let the other root be xRx_R.

  • Using Vieta's formulas: For a quadratic equation Ax2+Bx+C=0Ax^2 + Bx + C = 0, the sum of the roots is B/A-B/A. Why: This is a quick way to find the second root if one root is already known, avoiding the need to factorize or use the quadratic formula directly. The sum of the roots is xP+xR=(13)2=132x_P + x_R = -\frac{(-13)}{2} = \frac{13}{2}. Since xP=2x_P = 2: 2+xR=1322 + x_R = \frac{13}{2} Solve for xRx_R: xR=1322=13242=92x_R = \frac{13}{2} - 2 = \frac{13}{2} - \frac{4}{2} = \frac{9}{2} Now that we have xR=92x_R = \frac{9}{2}, substitute this value into the normal's equation y=2x+6y = -2x + 6 to find yRy_R: yR=2(92)+6y_R = -2\left(\frac{9}{2}\right) + 6 yR=9+6y_R = -9 + 6 yR=3y_R = -3 Therefore, the coordinates of point RR are (92,3)\left(\frac{9}{2}, -3\right).

  • Tip (Parametric Form for Normals): For a parabola y2=4axy^2 = 4ax, a point PP can be represented parametrically as (at2,2at)(at^2, 2at). The normal at P(at2,2at)P(at^2, 2at) intersects the parabola again at R(at2,2at)R(at'^2, 2at') where t=t2tt' = -t - \frac{2}{t}. This formula is extremely useful for quickly finding the second intersection point of a normal. For y2=2xy^2 = 2x, we have a=12a = \frac{1}{2}. For P(2,2)P(2, 2), we have 2at=2    2(12)t=2    t=22at = 2 \implies 2\left(\frac{1}{2}\right)t = 2 \implies t = 2. Using the formula for tt': t=t2t=222=21=3t' = -t - \frac{2}{t} = -2 - \frac{2}{2} = -2 - 1 = -3 Now find the coordinates of RR using t=3t' = -3: xR=at2=12(3)2=12(9)=92x_R = at'^2 = \frac{1}{2}(-3)^2 = \frac{1}{2}(9) = \frac{9}{2} yR=2at=2(12)(3)=3y_R = 2at' = 2\left(\frac{1}{2}\right)(-3) = -3 This confirms our calculated coordinates for RR are (92,3)\left(\frac{9}{2}, -3\right), demonstrating the efficiency of the parametric approach.

  • Common Mistake: After finding xRx_R, remember to substitute it back into the normal's equation (or parabola's equation, but normal's is usually simpler) to find yRy_R. Don't just assume a value or forget this step.


5. Step 3: Calculating the Area of Triangle PQR

Now that we have the coordinates of all three vertices, we can calculate the area of triangle PQR. The vertices are:

  • P(x1,y1)=(2,2)P(x_1, y_1) = (2, 2)
  • $Q(x_2, y_2)

Practice More Conic Sections Questions

View All Questions