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

Question

If the point on the curve y 2 = 6x, nearest to the point (3,32)\left( {3,{3 \over 2}} \right) is (α\alpha, β\beta), then 2(α\alpha + β\beta) is equal to _____________.

Answer: 3

Solution

Here's a more elaborate, clear, and educational solution:

Key Concept: Shortest Distance from a Point to a Curve

When finding the point on a curve that is nearest to a given external point, a fundamental geometric principle applies: the normal to the curve at that nearest point must pass through the given external point.

Why this is true: Imagine a line segment connecting the external point QQ to a point PP on the curve. If PP is indeed the closest point, then this line segment QPQP represents the shortest distance. Geometrically, the shortest distance from a point to a curve (or a line) is always along the perpendicular from the point to the curve (or line). Therefore, the line segment QPQP must be perpendicular to the tangent line at point PP. Since the normal to a curve at a point is defined as the line perpendicular to the tangent at that point, it follows that the line segment QPQP must lie along the normal to the curve at PP. In other words, the normal to the curve at the point of closest approach must pass through the external point QQ. This property significantly simplifies the problem compared to directly minimizing the distance formula.


1. Understanding the Parabola and its Parametric Representation

The given curve is a parabola with the equation y2=6xy^2 = 6x. Our first step is to recognize its standard form and identify its key parameter.

  • Standard Form: The general standard form of a parabola opening to the right is y2=4axy^2 = 4ax.

  • Identifying 'a': By comparing y2=6xy^2 = 6x with y2=4axy^2 = 4ax, we can equate the coefficients of xx: 4a=64a = 6 Solving for aa: a=64=32a = \frac{6}{4} = \frac{3}{2} This value of aa is crucial for defining properties of this specific parabola.

  • Parametric Representation: To simplify calculations for points on the parabola, especially when dealing with derivatives and tangents/normals, we use a parametric representation. For a parabola of the form y2=4axy^2 = 4ax, any point PP on the curve can be conveniently represented by its parametric coordinates (at2,2at)(at^2, 2at), where tt is a real parameter. Why use parametric form? It allows us to represent both xx and yy coordinates using a single variable tt, making differentiation and substitution much easier than working with y=±6xy = \pm\sqrt{6x}.

  • Specific Parametric Form for our Parabola: Now, we substitute the value a=32a = \frac{3}{2} into the general parametric form: P(32t2,232t)P \equiv \left( \frac{3}{2}t^2, 2 \cdot \frac{3}{2}t \right) P(32t2,3t)P \equiv \left( \frac{3}{2}t^2, 3t \right) The problem states that the nearest point is (α,β)(\alpha, \beta). Therefore, we can express α\alpha and β\beta in terms of tt: α=32t2andβ=3t\alpha = \frac{3}{2}t^2 \quad \text{and} \quad \beta = 3t Our goal is now to find the value of tt that corresponds to the nearest point.


2. Deriving the Equation of the Normal to the Parabola

To apply the key concept, we need the equation of the normal to the parabola at the point P(α,β)P(\alpha, \beta), which we've represented parametrically as P(32t2,3t)P\left(\frac{3}{2}t^2, 3t\right).

Step 2.1: Find the slope of the tangent (mTm_T). We start by finding the derivative dydx\frac{dy}{dx}, which gives the slope of the tangent at any point (x,y)(x,y) on the curve.

  • Implicit Differentiation: Differentiate the equation of the parabola y2=6xy^2 = 6x implicitly with respect to xx: 2ydydx=62y \frac{dy}{dx} = 6 Why implicit? It's simpler than first solving for yy (e.g., y=6xy = \sqrt{6x}) and then differentiating.
  • Solve for dydx\frac{dy}{dx}: dydx=62y=3y\frac{dy}{dx} = \frac{6}{2y} = \frac{3}{y}
  • Evaluate at the parametric point: Now, substitute the yy-coordinate of our parametric point P(at2,2at)P(at^2, 2at), which is 2at2at. Since a=32a=\frac{3}{2}, the yy-coordinate is 3t3t. mT=33t=1t(provided t0)m_T = \frac{3}{3t} = \frac{1}{t} \quad (\text{provided } t \neq 0)
    • Special Case (t=0t=0): If t=0t=0, the point PP is (0,0)(0,0). At the origin, y=0y=0, so dydx\frac{dy}{dx} is undefined, meaning the tangent is a vertical line (x=0x=0, the y-axis). In this case, the normal would be a horizontal line (y=0y=0, the x-axis). We will check if t=0t=0 is relevant later.

Step 2.2: Find the slope of the normal (mNm_N). The normal line is perpendicular to the tangent line. The product of the slopes of two perpendicular lines is 1-1. mN=1mTm_N = -\frac{1}{m_T} Substituting mT=1tm_T = \frac{1}{t}: mN=11/t=tm_N = -\frac{1}{1/t} = -t

Step 2.3: Write the equation of the normal. We use the point-slope form of a line, Yy1=mN(Xx1)Y - y_1 = m_N (X - x_1), where (x1,y1)(x_1, y_1) is the point P(32t2,3t)P\left(\frac{3}{2}t^2, 3t\right) and mN=tm_N = -t.

  • Substitute values: Y3t=t(X32t2)Y - 3t = -t \left( X - \frac{3}{2}t^2 \right)
  • Simplify and rearrange: Y3t=tX+32t3Y - 3t = -tX + \frac{3}{2}t^3 Rearranging to the standard form of the normal equation for y2=4axy^2=4ax (which is tX+Y=2at+at3tX + Y = 2at + at^3): tX+Y=3t+32t3tX + Y = 3t + \frac{3}{2}t^3 This is the equation of the normal to the parabola y2=6xy^2 = 6x at any point P(32t2,3t)P\left(\frac{3}{2}t^2, 3t\right).

3. Applying the Shortest Distance Condition

According to our key concept, for P(α,β)P(\alpha, \beta) to be the nearest point on the parabola to the external point Q(3,32)Q\left(3, \frac{3}{2}\right), the normal to the parabola at PP must pass through QQ. Therefore, we substitute the coordinates of the external point (X,Y)=(3,32)(X, Y) = \left(3, \frac{3}{2}\right) into the equation of the normal we just derived: t(3)+32=3t+32t3t(3) + \frac{3}{2} = 3t + \frac{3}{2}t^3


4. Solving for the Parameter tt and Finding the Closest Point

Now, we solve this algebraic equation for tt: 3t+32=3t+32t33t + \frac{3}{2} = 3t + \frac{3}{2}t^3

  • Simplify the equation: Notice that the term 3t3t appears on both sides of the equation. We can subtract 3t3t from both sides: 32=32t3\frac{3}{2} = \frac{3}{2}t^3
  • Isolate t3t^3: To find t3t^3, divide both sides by 32\frac{3}{2}: 1=t31 = t^3
  • Solve for tt: Take the cube root of both sides. t=13t = \sqrt[3]{1} t=1t = 1 Why only the real root? For geometric problems involving parameters like this, we are interested in real values of tt that correspond to actual points on the curve in the real coordinate plane. The complex roots of t3=1t^3=1 (i.e., ei2π/3e^{i2\pi/3} and ei4π/3e^{i4\pi/3}) do not represent points on the real parabola.

Now that we have the value of t=1t=1, we can find the coordinates of the nearest point P(α,β)P(\alpha, \beta) by substituting t=1t=1 into our parametric expressions from Section 1: α=32t2=32(1)2=32\alpha = \frac{3}{2}t^2 = \frac{3}{2}(1)^2 = \frac{3}{2} β=3t=3(1)=3\beta = 3t = 3(1) = 3 So, the point on the curve y2=6xy^2 = 6x nearest to (3,32)\left(3, \frac{3}{2}\right) is (α,β)=(32,3)(\alpha, \beta) = \left(\frac{3}{2}, 3\right).


5. Final Calculation

The question asks for the value of 2(α+β)2(\alpha + \beta). Substitute the values of α=32\alpha = \frac{3}{2} and β=3\beta = 3: 2(α+β)=2(32+3)2(\alpha + \beta) = 2\left(\frac{3}{2} + 3\right)

  • Add the terms inside the parenthesis: To add the fraction and the whole number, find a common denominator: 2(32+62)2\left(\frac{3}{2} + \frac{6}{2}\right) =2(3+62)= 2\left(\frac{3+6}{2}\right) =2(92)= 2\left(\frac{9}{2}\right)
  • Perform the multiplication: =9= 9

Thus, 2(α+β)=92(\alpha + \beta) = 9.


Tips and Common Mistakes to Avoid

  1. Misunderstanding the Normal Concept: This is the most critical part. Many students might try to use the distance formula directly, leading to a much more complex optimization problem involving square roots and derivatives, which is prone to algebraic errors. Always remember: the normal at the point of shortest distance passes through the external point.
  2. Inefficient Parametric Form: Not using the parametric form (at2,2at)(at^2, 2at) for a parabola y2=4axy^2=4ax can make the differentiation and subsequent algebraic manipulations unnecessarily complicated. It's a powerful tool in coordinate geometry.
  3. Incorrect Normal Equation: Ensure you correctly derive or recall the equation of the normal. For y2=4axy^2=4ax, the normal at (at2,2at)(at^2, 2at) is tX+Y=2at+at3tX + Y = 2at + at^3. If you forget it, practice deriving it quickly.
  4. Algebraic Errors: Be very careful with arithmetic, especially when dealing with fractions. A small calculation mistake can propagate and lead to an incorrect final answer. Double-check each step.
  5. Ignoring Special Cases: While not applicable here, always consider if t=0t=0 or other specific parameter values might lead to undefined slopes or require separate analysis. In this problem, t=1t=1 is a valid and straightforward solution.
  6. Confusing Tangent and Normal: Remember that the normal's slope is the negative reciprocal of the tangent's slope.

Summary and Key Takeaway

This problem beautifully demonstrates the power of combining geometric properties with algebraic techniques in coordinate geometry. The key insight is that the line connecting the external point to the nearest point on the curve must be perpendicular to the curve's tangent at that point (i.e., it must be the normal). By representing the parabola parametrically, deriving the equation of its normal, and then enforcing the condition that this normal passes through the given external point, we efficiently determined the parameter tt. This allowed us to find the coordinates of the nearest point (α,β)(\alpha, \beta) and subsequently calculate the required expression 2(α+β)2(\alpha + \beta). Mastering parametric equations and the properties of tangents/normals is essential for solving such problems in JEE Mathematics.

Practice More Conic Sections Questions

View All Questions