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

Question

Let a line y = mx (m > 0) intersect the parabola, y 2 = x at a point P, other than the origin. Let the tangent to it at P meet the x-axis at the point Q. If area (Δ\Delta OPQ) = 4 sq. units, then m is equal to __________.

Answer: 2

Solution

This problem is a classic example that beautifully connects several fundamental concepts from coordinate geometry, specifically involving parabolas, lines, tangents, and area calculations. To solve it effectively, we will systematically apply these concepts.


1. Understanding the Parabola and its Parametric Form

The given parabola is y2=xy^2 = x.

  • Key Concept: The standard form of a parabola opening to the right is y2=4axy^2 = 4ax. By comparing y2=xy^2 = x with y2=4axy^2 = 4ax, we find 4a=14a=1, so a=14a = \frac{1}{4}.
  • Key Concept: A common and very useful way to represent a point on a parabola is using its parametric form. For y2=4axy^2 = 4ax, a point P can be written as P(at2,2at)P(at^2, 2at).
  • WHY use parametric form? Using a parametric form allows us to represent any point on the parabola using a single variable (tt), which simplifies calculations involving tangents and intersections. It inherently ensures the point lies on the curve without needing to deal with square roots from y=±xy = \pm \sqrt{x}.
  • Applying to our parabola: For y2=xy^2 = x (where a=1/4a = 1/4), the parametric form would be P(14t2,2(14)t)=P(t24,t2)P\left(\frac{1}{4}t^2, 2\left(\frac{1}{4}\right)t\right) = P\left(\frac{t^2}{4}, \frac{t}{2}\right).
  • Alternative and Simpler Parametric Form: Often, for y2=xy^2=x, a simpler parametric form is chosen. If we let y=ty=t, then substituting into y2=xy^2=x directly gives x=t2x=t^2. So, a point P on y2=xy^2=x can be represented as P(t2,t)P(t^2, t).
  • WHY this simpler choice? This form is generally preferred due to its simplicity and directness, avoiding fractions in the coordinates initially. We will use P(t2,t)P(t^2, t) for our calculations.
  • Given Condition: The problem states that P is "other than the origin." If P(t2,t)=(0,0)P(t^2, t) = (0,0), then t=0t=0. Therefore, for P not to be the origin, we must have t0t \neq 0.

2. Finding Point P using the Line y=mxy=mx

We are given that the line y=mxy = mx (with m>0m > 0) intersects the parabola at point P.

  • Key Concept: If a point lies on both a line and a parabola, its coordinates must satisfy both equations.
  • Step: Substitute the parametric coordinates of P, (t2,t)(t^2, t), into the equation of the line y=mxy = mx. t=m(t2)t = m(t^2)
  • WHY divide by tt? We know from Section 1 that t0t \neq 0 because P is not the origin. This allows us to safely divide both sides of the equation by tt. 1=mt1 = mt
  • Step: Solve for tt in terms of mm: t=1mt = \frac{1}{m}
  • WHY is m>0m > 0 important here? The problem states m>0m > 0. Since t=1/mt = 1/m, this immediately implies that tt must also be positive (t>0t > 0). This condition will be crucial later for choosing the correct value of tt.
  • So, the coordinates of P can be written as P(t2,t)P\left(t^2, t\right) where t=1mt = \frac{1}{m}. For now, we'll continue using tt and substitute mm later.

3. Equation of the Tangent at P

We need to find the equation of the tangent to the parabola y2=xy^2 = x at the point P(t2,t)P(t^2, t).

  • Key Concept: The equation of the tangent to the parabola y2=4axy^2 = 4ax at a point (x1,y1)(x_1, y_1) on the parabola is given by yy1=2a(x+x1)yy_1 = 2a(x+x_1).
  • Applying to our parabola: For y2=xy^2 = x, we have a=14a = \frac{1}{4}. So the tangent equation becomes: yy1=2(14)(x+x1)    yy1=12(x+x1)yy_1 = 2\left(\frac{1}{4}\right)(x+x_1) \implies yy_1 = \frac{1}{2}(x+x_1)
  • Step: Substitute the coordinates of P(x1,y1)=(t2,t)P(x_1, y_1) = (t^2, t) into this tangent formula. y(t)=12(x+t2)y(t) = \frac{1}{2}(x + t^2)
  • Step: To clear the fraction and obtain a standard linear equation form, multiply both sides by 2. 2ty=x+t22ty = x + t^2 This is the equation of the tangent line to the parabola at point P.

4. Finding Point Q (x-intercept of the Tangent)

Point Q is where the tangent at P meets the x-axis.

  • Key Concept: Any point on the x-axis has its y-coordinate equal to 0. To find the x-intercept of a line, we set y=0y=0 in its equation.
  • Step: Substitute y=0y=0 into the tangent equation 2ty=x+t22ty = x + t^2. 2t(0)=x+t22t(0) = x + t^2 0=x+t20 = x + t^2
  • Step: Solve for xx: x=t2x = -t^2
  • Thus, the coordinates of point Q are Q(t2,0)Q(-t^2, 0).

5. Calculating Area of OPQ\triangle OPQ and Solving for tt

We are given that the area of OPQ\triangle OPQ is 4 square units. The vertices are:

  • Origin O(0,0)O(0,0)
  • Point P(t2,t)P(t^2, t)
  • Point Q(t2,0)Q(-t^2, 0)
  • Key Concept: The general formula for the area of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) is Area=12x1(y2y3)+x2(y3y1)+x3(y1y2)\text{Area} = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right|.
  • WHY use a simplified formula? When one vertex is the origin (0,0)(0,0), the formula simplifies significantly, making calculations much faster and less prone to errors. For vertices O(0,0)O(0,0), P(xP,yP)P(x_P, y_P), and Q(xQ,yQ)Q(x_Q, y_Q), the area is: Area=12xPyQxQyP\text{Area} = \frac{1}{2} \left| x_P y_Q - x_Q y_P \right|
  • Step: Substitute the coordinates of P and Q into the simplified area formula. Area(OPQ)=12(t2)(0)(t2)(t)\text{Area}(\triangle OPQ) = \frac{1}{2} \left| (t^2)(0) - (-t^2)(t) \right| 4=120(t3)4 = \frac{1}{2} \left| 0 - (-t^3) \right| 4=12t34 = \frac{1}{2} \left| t^3 \right|
  • Step: Multiply both sides by 2. 8=t38 = \left| t^3 \right|
  • WHY absolute value? Area is a non-negative quantity. The absolute value ensures that even if t3t^3 were negative, the area would be positive. This means t3t^3 could be 88 or 8-8.
    • If t3=8t^3 = 8, then t=83=2t = \sqrt[3]{8} = 2.
    • If t3=8t^3 = -8, then t=83=2t = \sqrt[3]{-8} = -2.
  • WHY choose t=2t=2? Recall from Section 2 that we established t=1/mt = 1/m, and since m>0m > 0, it implies that tt must also be positive (t>0t > 0). Therefore, we must choose t=2t=2.

6. Determining the Value of m

Now that we have the value of tt, we can find mm using the relationship derived in Section 2.

  • Step: From Section 2, we found: t=1mt = \frac{1}{m}
  • Step: Substitute t=2t=2 into this equation: 2=1m2 = \frac{1}{m}
  • Step: Solve for mm: m=12m = \frac{1}{2}
  • Verification: The value m=12m = \frac{1}{2} is positive, which is consistent with the problem statement (m>0m > 0).

7. Tips and Common Mistakes

  • Master Parametric Forms: Parametric forms are incredibly powerful for conic sections. They allow you to represent any point on the curve with a single variable, greatly simplifying derivations, especially for tangents and normals.
  • Tangent Formulas: Be precise with the tangent formula. Ensure you use the correct form for the specific conic and the representation of the point (e.g., (x1,y1)(x_1, y_1) or parametric).
  • Absolute Value for Area: Always remember the absolute value when calculating areas. Area=12...\text{Area} = \frac{1}{2} |...| is crucial. Ignoring it can lead to missing valid solutions or choosing an incorrect one if there are multiple possibilities. Contextual clues (like m>0m>0 or t>0t>0) are often provided to help you select the correct answer.
  • Geometric Visualization: Briefly visualizing the scenario can help. With t=2t=2, point P is (22,2)=(4,2)(2^2, 2) = (4,2). Point Q is (22,0)=(4,0)(-2^2, 0) = (-4,0). The origin is (0,0)(0,0). This forms a triangle with vertices (0,0)(0,0), (4,2)(4,2), and (4,0)(-4,0). This triangle lies in the upper half-plane, and its area is clearly positive.
  • Systematic Approach: Break down the problem into smaller, logical steps. This makes complex problems more manageable and reduces the chance of errors.

8. Summary and Key Takeaway

This problem beautifully illustrates how various concepts in coordinate geometry are interconnected. The solution hinges on:

  1. Strategic use of parametric coordinates to represent points on the parabola.
  2. Deriving the tangent equation at a general point.
  3. Applying the simplified area formula for a triangle with one vertex at the origin.
  4. Careful consideration of given conditions (like m>0m>0) to resolve ambiguities (like choosing between positive and negative values of tt).

The ability to seamlessly move between algebraic equations and geometric interpretations is key to excelling in such problems.

The final value of mm is 2\boxed{2}.

Practice More Conic Sections Questions

View All Questions