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

Question

Let the point P of the focal chord PQ of the parabola y2=16xy^2=16 x be (1,4)(1,-4). If the focus of the parabola divides the chord PQP Q in the ratio m:n,gcd(m,n)=1m: n, \operatorname{gcd}(m, n)=1, then m2+n2m^2+n^2 is equal to :

Options

Solution

Understanding the Parabola and its Key Properties

This problem tests our understanding of the fundamental properties of a parabola, particularly focusing on focal chords and focal distances. To solve it efficiently, we will rely on the following key concepts:

  1. Standard Equation of a Parabola: The general equation of a parabola opening to the right with its vertex at the origin is y2=4axy^2 = 4ax. The parameter 'aa' is crucial for defining all other properties.
  2. Focus of the Parabola: For y2=4axy^2 = 4ax, the focus is the point S(a,0)S(a,0). This point is central to many parabola properties.
  3. Parametric Coordinates: Any point P on the parabola y2=4axy^2 = 4ax can be represented parametrically as P(at2,2at)P(at^2, 2at). This representation often simplifies calculations involving points on the parabola.
  4. Focal Chord Property: If P and Q are the endpoints of a focal chord of the parabola y2=4axy^2 = 4ax, and their respective parameters are tPt_P and tQt_Q, then they are related by the fundamental property: tPtQ=1t_P \cdot t_Q = -1 This means if one endpoint is P(at2,2at)P(at^2, 2at), the other endpoint QQ will have parameter 1/t-1/t, so Q(a/t2,2a/t)Q(a/t^2, -2a/t).
  5. Focal Distance: The distance of any point (x,y)(x,y) on the parabola y2=4axy^2 = 4ax from its focus (a,0)(a,0) is called its focal distance. It can be directly calculated as: PS=x+aPS = x + a Alternatively, using the parametric form, PS=at2+a=a(t2+1)PS = at^2 + a = a(t^2+1). This formula significantly streamlines length calculations.
  6. Section Formula (Ratio of Division): If a point S divides a line segment PQ in the ratio m:nm:n, it means that the ratio of the lengths of the segments PSPS to SQSQ is m:nm:n. That is, PS:SQ=m:nPS:SQ = m:n.

Let's now apply these concepts step-by-step to solve the problem.


Step-by-Step Solution

Step 1: Identify Parabola Parameters and Focus

The first crucial step is to extract the fundamental parameter 'a' from the given parabola equation, as 'a' defines the parabola's geometry, including its focus.

We are given the equation of the parabola: y2=16xy^2 = 16x Why this step? By comparing this to the standard form y2=4axy^2 = 4ax, we can determine the value of 'a', which is essential for finding the focus and using parametric coordinates.

Comparing y2=16xy^2 = 16x with y2=4axy^2 = 4ax: 4a=164a = 16 Solving for 'a': a=164=4a = \frac{16}{4} = 4 Now that we have 'a', we can determine the coordinates of the focus, SS: S=(a,0)=(4,0)S = (a, 0) = (4, 0)

Step 2: Determine the Parameter for Point P

We are given one endpoint of the focal chord, P(1,4)P(1, -4). Our next goal is to find the parameter 'tPt_P' corresponding to this point.

Why this step? Using the parametric form for P allows us to easily find the parameter for Q (the other end of the focal chord) using the focal chord property tPtQ=1t_P t_Q = -1, which is much simpler than other methods.

The parametric coordinates for a point on the parabola y2=4axy^2 = 4ax are (at2,2at)(at^2, 2at). Substituting a=4a=4, the parametric form for our specific parabola is (4t2,8t)(4t^2, 8t). For point P(1,4)P(1, -4), we equate its coordinates with the parametric form: 4tP2=1and8tP=44t_P^2 = 1 \quad \text{and} \quad 8t_P = -4 Solving the linear equation for tPt_P is generally easier: tP=48=12t_P = \frac{-4}{8} = -\frac{1}{2} We should always verify this value with the other equation to ensure consistency: 4(12)2=4(14)=14\left(-\frac{1}{2}\right)^2 = 4\left(\frac{1}{4}\right) = 1 Both equations are satisfied, so the parameter for point P is tP=12t_P = -\frac{1}{2}.

Step 3: Determine the Parameter and Coordinates for Point Q

Since PQ is a focal chord, we can use the powerful focal chord property to find the parameter of the other endpoint, Q.

Why this step? The property tPtQ=1t_P \cdot t_Q = -1 is a direct and efficient way to find the parameter of Q. This avoids the lengthier process of finding the equation of the line passing through P and S, and then finding its intersection with the parabola.

We found tP=12t_P = -\frac{1}{2}. Using the focal chord property tPtQ=1t_P \cdot t_Q = -1: (12)tQ=1\left(-\frac{1}{2}\right) \cdot t_Q = -1 Multiplying both sides by -2: tQ=2t_Q = 2 Now that we have the parameter tQ=2t_Q = 2 and a=4a=4, we can find the coordinates of point Q using the parametric form (at2,2at)(at^2, 2at): Q(atQ2,2atQ)=Q(4(22),2(4)(2))Q(at_Q^2, 2at_Q) = Q(4(2^2), 2(4)(2)) Q(44,16)=Q(16,16)Q(4 \cdot 4, 16) = Q(16, 16) Thus, the coordinates of the other endpoint of the focal chord are Q(16,16)Q(16, 16).

Step 4: Calculate Focal Distances PS and QS

The problem asks for the ratio in which the focus S divides the chord PQ. This means we need to find the lengths of the segments PS and QS.

Why this step? The ratio of division is defined by the ratio of the lengths of the segments from the dividing point (focus S) to the endpoints of the chord (P and Q). The focal distance formula provides an elegant and efficient way to calculate these lengths without resorting to the general distance formula.

We will use the focal distance formula: for any point (x,y)(x,y) on the parabola y2=4axy^2=4ax, its distance from the focus (a,0)(a,0) is x+ax+a.

For point P(1,4)P(1, -4): The x-coordinate of P is xP=1x_P = 1. PS=xP+a=1+4=5PS = x_P + a = 1 + 4 = 5 Alternatively, using the parametric form: PS=a(tP2+1)=4((12)2+1)=4(14+1)=4(54)=5PS = a(t_P^2+1) = 4\left(\left(-\frac{1}{2}\right)^2+1\right) = 4\left(\frac{1}{4}+1\right) = 4\left(\frac{5}{4}\right) = 5.

For point Q(16,16)Q(16, 16): The x-coordinate of Q is xQ=16x_Q = 16. QS=xQ+a=16+4=20QS = x_Q + a = 16 + 4 = 20 Alternatively, using the parametric form: QS=a(tQ2+1)=4(22+1)=4(4+1)=4(5)=20QS = a(t_Q^2+1) = 4(2^2+1) = 4(4+1) = 4(5) = 20.

Step 5: Determine the Ratio m:nm:n

The focus S divides the chord PQ in the ratio PS:SQPS:SQ. We need to express this ratio in its simplest form where mm and nn are coprime (gcd(m,n)=1\gcd(m,n)=1).

Why this step? We have calculated the individual lengths PS and QS. Now we form their ratio and simplify it to satisfy the problem's condition for mm and nn.

The ratio is: PS:QS=5:20PS:QS = 5:20 To express this ratio in its simplest form, we divide both numbers by their greatest common divisor (GCD), which is 5: PS:QS=55:205=1:4PS:QS = \frac{5}{5}:\frac{20}{5} = 1:4 We are given that this ratio is m:nm:n and gcd(m,n)=1\gcd(m,n)=1. Therefore, by comparing 1:41:4 with m:nm:n, we get m=1m=1 and n=4n=4. Indeed, gcd(1,4)=1\gcd(1,4)=1, so these values are correct.

Step 6: Calculate m2+n2m^2+n^2

Finally, we calculate the required expression m2+n2m^2+n^2 using the values of mm and nn we found.

Why this step? This is the final calculation required by the problem statement.

Substitute m=1m=1 and n=4n=4 into the expression: m2+n2=12+42=1+16=17m^2+n^2 = 1^2 + 4^2 = 1 + 16 = 17

Thus, the value of m2+n2m^2+n^2 is 17.


Tips for Success & Common Pitfalls

  • Always identify 'a' first: The parameter 'a' is the fundamental building block for understanding all properties of the parabola y2=4axy^2=4ax. Ensure you extract it correctly from the given equation.
  • Master Parametric Form: Parametric coordinates (at2,2at)(at^2, 2at) are incredibly powerful for solving parabola problems, especially those involving chords, tangents, and normals. They often simplify complex algebraic manipulations significantly.
  • Focal Chord Property is Key: The relation tPtQ=1t_P t_Q = -1 for the parameters of endpoints of a focal chord is a frequent and crucial shortcut. Memorize and understand its application.
  • Focal Distance Shortcut: The formula for focal distance (x+ax+a or a(t2+1)a(t^2+1)) saves significant time compared to using the standard distance formula between two points. Use it whenever applicable.
  • Simplify Ratios Correctly: Always ensure your ratio m:nm:n is in its simplest form (i.e., gcd(m,n)=1\gcd(m,n)=1) as specified in the problem. Failing to simplify will lead to incorrect mm and nn values, and subsequently, an incorrect final answer.
  • Understand the Ratio Order: The problem states "focus divides the chord PQ in the ratio m:n", which implies the ratio of segment lengths PS:SQ=m:nPS:SQ = m:n. Be careful not to reverse the order (e.g., QS:PSQS:PS), as this would swap mm and nn.

Summary and Key Takeaway

This problem is an excellent demonstration of how efficiently parabola problems can be solved by strategically leveraging the specific properties of conic sections. By systematically:

  1. Identifying the parabola's fundamental parameter 'a' and its focus.
  2. Utilizing the parametric form to represent points on the parabola and determine their 't' values.
  3. Applying the focal chord property (tPtQ=1t_P t_Q = -1) to find the other endpoint.
  4. Using the focal distance formula (x+ax+a) to quickly calculate segment lengths.
  5. Simplifying the resulting ratio to meet the gcd(m,n)=1\gcd(m,n)=1 condition.

This approach avoids cumbersome coordinate geometry calculations and highlights the elegance and power of using these specialized properties. The final answer is 17\boxed{\text{17}}.

Practice More Conic Sections Questions

View All Questions