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

Question

If P(h,k)\mathrm{P}(\mathrm{h}, \mathrm{k}) be a point on the parabola x=4y2x=4 y^{2}, which is nearest to the point Q(0,33)\mathrm{Q}(0,33), then the distance of P\mathrm{P} from the directrix of the parabola y2=4(x+y)\quad y^{2}=4(x+y) is equal to :

Options

Solution

This solution will guide you through finding a point on a parabola closest to a given point and then calculating its distance from the directrix of a different parabola. This problem combines concepts of analytical geometry (parabolas, directrix, distance formula) with differential calculus (minimization).


1. Problem Analysis and Strategic Approach

The problem presents two distinct tasks:

  1. Finding Point P: Determine the coordinates of a point P(h,k)\mathrm{P}(h, k) on the parabola x=4y2x=4y^2 that is nearest to the external point Q(0,33)\mathrm{Q}(0,33).
  2. Calculating Distance from Directrix: Once P\mathrm{P} is found, calculate its perpendicular distance from the directrix of a second parabola, y2=4(x+y)y^2 = 4(x+y).

Our strategy will involve:

  • Using calculus to minimize the distance (or its square) in Part 1.
  • Converting the second parabola's equation to its standard form to identify its directrix in Part 2.
  • Applying the distance formula between a point and a line.

2. Part 1: Finding the Point P Nearest to Q

2.1 Key Concept: Distance Minimization To find the point on a curve nearest to an external point, we use the principle of minimization. The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is given by the distance formula: D=(x2x1)2+(y2y1)2D = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} Minimizing DD is equivalent to minimizing D2D^2, which simplifies calculations by eliminating the square root. We achieve this by taking the derivative of D2D^2 with respect to a parameter and setting it to zero to find critical points.

2.2 Representing a General Point on the Parabola x=4y2x=4y^2 Parametrically The first parabola is given by the equation x=4y2x = 4y^2. To represent any point on this parabola, we can use a parameter. Let y=ty=t. Then, substituting this into the parabola's equation, we get x=4t2x=4t^2. So, any general point P\mathrm{P} on the parabola can be written in parametric form as P(4t2,t)\mathrm{P}(4t^2, t). This choice of parameter simplifies differentiation later.

2.3 Setting up the Squared Distance Function f(t)f(t) We want to find the point P(4t2,t)\mathrm{P}(4t^2, t) that is nearest to Q(0,33)\mathrm{Q}(0, 33). Let DD be the distance between P\mathrm{P} and Q\mathrm{Q}. We will minimize D2D^2. D2=(xPxQ)2+(yPyQ)2D^2 = (x_P - x_Q)^2 + (y_P - y_Q)^2 Substitute the coordinates of P(4t2,t)\mathrm{P}(4t^2, t) and Q(0,33)\mathrm{Q}(0,33): D2=(4t20)2+(t33)2D^2 = (4t^2 - 0)^2 + (t - 33)^2 D2=(4t2)2+(t33)2D^2 = (4t^2)^2 + (t - 33)^2 Expand the expression: D2=16t4+(t266t+1089)D^2 = 16t^4 + (t^2 - 66t + 1089) Let f(t)=16t4+t266t+1089f(t) = 16t^4 + t^2 - 66t + 1089. Our goal is to find the value of tt that minimizes this function.

2.4 Minimizing f(t)f(t) using Calculus To find the minimum value of f(t)f(t), we differentiate f(t)f(t) with respect to tt and set the derivative equal to zero. This identifies the critical points. f(t)=ddt(16t4+t266t+1089)f'(t) = \frac{d}{dt}(16t^4 + t^2 - 66t + 1089) f(t)=16(4t3)+2t66f'(t) = 16(4t^3) + 2t - 66 f(t)=64t3+2t66f'(t) = 64t^3 + 2t - 66 Set f(t)=0f'(t) = 0: 64t3+2t66=064t^3 + 2t - 66 = 0 Divide the entire equation by 2 to simplify: 32t3+t33=032t^3 + t - 33 = 0 This is a cubic equation. For JEE problems, often there's a simple integer root that can be found by inspection. Let's test small integer values for tt:

  • If t=0t=0, 32(0)3+033=33032(0)^3 + 0 - 33 = -33 \neq 0.
  • If t=1t=1, 32(1)3+133=32+133=032(1)^3 + 1 - 33 = 32 + 1 - 33 = 0. So, t=1t=1 is a root of the equation. This means (t1)(t-1) is a factor of the cubic polynomial.

Tip for factoring cubics: Once an integer root is found, use polynomial division or synthetic division to find the other factors. Using synthetic division with t=1t=1:

So, the cubic equation can be factored as: (t1)(32t2+32t+33)=0(t-1)(32t^2 + 32t + 33) = 0 Now we need to analyze the quadratic factor 32t2+32t+3332t^2 + 32t + 33. We check its discriminant, Δ=b24ac\Delta = b^2 - 4ac, to see if it has any real roots. Here, a=32a=32, b=32b=32, c=33c=33. Δ=(32)24(32)(33)\Delta = (32)^2 - 4(32)(33) Δ=10244224\Delta = 1024 - 4224 Δ=3200\Delta = -3200 Since the discriminant Δ<0\Delta < 0, the quadratic equation 32t2+32t+33=032t^2 + 32t + 33 = 0 has no real roots. This implies that t=1t=1 is the only real value of tt for which f(t)=0f'(t)=0.

To confirm that t=1t=1 corresponds to a minimum, we can use the second derivative test. f(t)=ddt(64t3+2t66)f''(t) = \frac{d}{dt}(64t^3 + 2t - 66) f(t)=192t2+2f''(t) = 192t^2 + 2 Evaluate f(t)f''(t) at t=1t=1: f(1)=192(1)2+2=192+2=194f''(1) = 192(1)^2 + 2 = 192 + 2 = 194 Since f(1)=194>0f''(1) = 194 > 0, the function f(t)f(t) has a local minimum at t=1t=1. As it's the only real critical point, it represents the global minimum.

2.5 Determining the Coordinates of Point P Now that we have the value of tt that minimizes the distance, we substitute t=1t=1 back into the parametric coordinates of P(4t2,t)\mathrm{P}(4t^2, t): P(4(1)2,1)P(4(1)^2, 1) P(4,1)P(4, 1) So, the point P(h,k)\mathrm{P}(h, k) on the parabola x=4y2x=4y^2 nearest to Q(0,33)\mathrm{Q}(0,33) is (4,1)(4, 1). Thus, h=4h=4 and k=1k=1.


3. Part 2: Distance of P from the Directrix of the Second Parabola

3.1 Key Concept: Standard Form of a Parabola and its Directrix To find the directrix of a parabola, we must first convert its equation into one of the standard forms:

  • Horizontal Parabola: (yk)2=4a(xh)(y-k)^2 = 4a(x-h)
    • Vertex: (h,k)(h, k)
    • Focal length: a|a|
    • Opens right if a>0a>0, left if a<0a<0.
    • Directrix: x=hax = h - a
  • Vertical Parabola: (xh)2=4a(yk)(x-h)^2 = 4a(y-k)
    • Vertex: (h,k)(h, k)
    • Focal length: a|a|
    • Opens up if a>0a>0, down if a<0a<0.
    • Directrix: y=kay = k - a

3.2 Converting the Equation y2=4(x+y)y^2 = 4(x+y) to Standard Form The equation of the second parabola is y2=4(x+y)y^2 = 4(x+y). Our goal is to rearrange this equation to match one of the standard forms, typically by completing the square for the variable that is squared. First, distribute the 4 on the right side: y2=4x+4yy^2 = 4x + 4y Move all terms involving yy to one side and terms involving xx to the other side: y24y=4xy^2 - 4y = 4x Now, complete the square for the terms involving yy. To do this, take half of the coefficient of the yy term (which is 4-4), square it (42)2=(2)2=4(\frac{-4}{2})^2 = (-2)^2 = 4, and add it to both sides of the equation: y24y+4=4x+4y^2 - 4y + 4 = 4x + 4 Factor the perfect square trinomial on the left side and factor out the common term on the right side: (y2)2=4(x+1)(y-2)^2 = 4(x+1) This is now in the standard form (yk)2=4a(xh)(y-k)^2 = 4a(x-h).

3.3 Identifying Parameters and the Directrix By comparing (y2)2=4(x+1)(y-2)^2 = 4(x+1) with (yk)2=4a(xh)(y-k)^2 = 4a(x-h):

  • The vertex (h,k)(h, k) is (1,2)(-1, 2).
  • The value of 4a4a is 44, which implies a=1a=1. Since the yy term is squared and a=1a=1 (positive), this parabola opens to the right. For a parabola of the form (yk)2=4a(xh)(y-k)^2 = 4a(x-h), the equation of the directrix is x=hax = h - a. Substitute the values h=1h=-1 and $

Practice More Conic Sections Questions

View All Questions