Skip to main content
Back to Conic Sections
JEE Main 2021
Conic Sections
Hyperbola
Medium

Question

The locus of the centroid of the triangle formed by any point P on the hyperbola 16x29y2+32x+36y164=016{x^2} - 9{y^2} + 32x + 36y - 164 = 0, and its foci is :

Options

Solution

This problem asks us to find the locus of the centroid of a triangle formed by a variable point on a hyperbola and its two fixed foci. This involves understanding the centroid formula, standardizing the hyperbola equation, finding its foci, and then using substitution to derive the locus.

1. Key Concept: The Centroid of a Triangle

The centroid of a triangle is the point where its three medians intersect. If the vertices of a triangle are A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2), and C(x3,y3)C(x_3, y_3), then the coordinates of its centroid G(h,k)G(h, k) are given by the formula: G(h,k)=(x1+x2+x33,y1+y2+y33)G(h, k) = \left( \frac{x_1 + x_2 + x_3}{3}, \frac{y_1 + y_2 + y_3}{3} \right) In this problem, the three vertices are a generic point P(xP,yP)P(x_P, y_P) on the hyperbola, and the two foci, F1F_1 and F2F_2. We will use this formula to establish a relationship between the coordinates of PP and the coordinates of the centroid GG.

2. Standardizing the Hyperbola Equation and Finding its Foci

The given equation of the hyperbola is: 16x29y2+32x+36y164=016{x^2} - 9{y^2} + 32x + 36y - 164 = 0 Our goal is to transform this general form into the standard form of a hyperbola, which will allow us to easily identify its center, aa, bb, and subsequently its foci. The standard form for a hyperbola with a horizontal transverse axis is (xhc)2a2(ykc)2b2=1\frac{(x-h_c)^2}{a^2} - \frac{(y-k_c)^2}{b^2} = 1, and for a vertical transverse axis is (ykc)2a2(xhc)2b2=1\frac{(y-k_c)^2}{a^2} - \frac{(x-h_c)^2}{b^2} = 1.

Step 1: Group terms involving xx and yy, and move the constant term to the right-hand side. (16x2+32x)(9y236y)=164(16x^2 + 32x) - (9y^2 - 36y) = 164

  • Explanation: We group the xx terms together and the yy terms together to prepare for completing the square. It's crucial to handle the negative sign correctly for the yy terms: (9y236y)-(9y^2 - 36y) is equivalent to 9y2+36y-9y^2 + 36y. A common mistake is to write (9y2+36y)-(9y^2 + 36y), which changes the sign of the 36y36y term.

Step 2: Factor out the coefficients of x2x^2 and y2y^2. 16(x2+2x)9(y24y)=16416(x^2 + 2x) - 9(y^2 - 4y) = 164

  • Explanation: Factoring out the leading coefficients inside the parentheses simplifies the expressions, making it easier to apply the completing the square technique. The coefficients must be factored out before completing the square.

Step 3: Complete the square for both the xx and yy expressions.

  • For the xx-terms: To complete the square for x2+2xx^2 + 2x, we add (22)2=12=1(\frac{2}{2})^2 = 1^2 = 1. Since this (x2+2x+1)(x^2 + 2x + 1) expression is multiplied by 1616, we are effectively adding 16×1=1616 \times 1 = 16 to the left side of the equation.
  • For the yy-terms: To complete the square for y24yy^2 - 4y, we add (42)2=(2)2=4(\frac{-4}{2})^2 = (-2)^2 = 4. Since this (y24y+4)(y^2 - 4y + 4) expression is multiplied by 9-9, we are effectively adding 9×4=36-9 \times 4 = -36 to the left side of the equation.
  • To maintain the equality, we must add these same effective amounts to the right side of the equation.

16(x2+2x+1)9(y24y+4)=164+163616(x^2 + 2x + 1) - 9(y^2 - 4y + 4) = 164 + 16 - 36 16(x+1)29(y2)2=14416(x+1)^2 - 9(y-2)^2 = 144

  • Explanation: Completing the square transforms quadratic expressions into perfect square trinomials, which can then be written in the form (xhc)2(x-h_c)^2 or (ykc)2(y-k_c)^2. This step directly reveals the coordinates of the center of the hyperbola.

Step 4: Divide the entire equation by the constant on the right-hand side to get the standard form. 16(x+1)21449(y2)2144=144144\frac{16(x+1)^2}{144} - \frac{9(y-2)^2}{144} = \frac{144}{144} (x+1)29(y2)216=1\frac{(x+1)^2}{9} - \frac{(y-2)^2}{16} = 1

  • Explanation: The standard form requires the right-hand side to be 11. Dividing by 144144 achieves this and allows us to directly read off a2a^2 and b2b^2.

From this standard form, we can identify the following characteristics of the hyperbola:

  • The center of the hyperbola C(hc,kc)=(1,2)C(h_c, k_c) = (-1, 2).
  • a2=9    a=3a^2 = 9 \implies a = 3. This is the distance from the center to each vertex along the transverse axis.
  • b2=16    b=4b^2 = 16 \implies b = 4. This is the distance from the center to each co-vertex along the conjugate axis.
  • Since the term with (x+1)2(x+1)^2 is positive, the transverse axis is parallel to the x-axis.

Step 5: Calculate the eccentricity and locate the foci. For a hyperbola, the relationship between aa, bb, and the eccentricity ee is given by c2=a2+b2c^2 = a^2 + b^2, where c=aec = ae. So, a2e2=a2+b2a^2e^2 = a^2 + b^2, which implies e2=1+b2a2e^2 = 1 + \frac{b^2}{a^2}. e=1+b2a2=1+169=9+169=259=53e = \sqrt{1 + \frac{b^2}{a^2}} = \sqrt{1 + \frac{16}{9}} = \sqrt{\frac{9+16}{9}} = \sqrt{\frac{25}{9}} = \frac{5}{3} The distance from the center to each focus is aeae. ae=3×53=5ae = 3 \times \frac{5}{3} = 5 Since the transverse axis is parallel to the x-axis, the foci are located at (hc±ae,kc)(h_c \pm ae, k_c). Therefore, the foci are: F1=(15,2)=(6,2)F_1 = (-1 - 5, 2) = (-6, 2) F2=(1+5,2)=(4,2)F_2 = (-1 + 5, 2) = (4, 2)

3. Setting up the Centroid Equations

Let P(xP,yP)P(x_P, y_P) be any point on the hyperbola. Let G(h,k)G(h, k) be the centroid of the triangle PF1F2PF_1F_2. The vertices of the triangle are P(xP,yP)P(x_P, y_P), F1(6,2)F_1(-6, 2), and F2(4,2)F_2(4, 2).

Using the centroid formula: For the x-coordinate of the centroid: h=xP+(6)+43=xP23h = \frac{x_P + (-6) + 4}{3} = \frac{x_P - 2}{3} For the y-coordinate of the centroid: k=yP+2+23=yP+43k = \frac{y_P + 2 + 2}{3} = \frac{y_P + 4}{3}

  • Explanation: We have now expressed the coordinates of the centroid (h,k)(h, k) in terms of the coordinates of the point P(xP,yP)P(x_P, y_P) on the hyperbola. To find the locus of the centroid, we need an equation solely in terms of hh and kk. We can achieve this by expressing xPx_P and yPy_P in terms of hh and kk, and then substituting these into the hyperbola's equation.

From the centroid equations, we can express xPx_P and yPy_P: xP2=3h    xP=3h+2x_P - 2 = 3h \implies x_P = 3h + 2 yP+4=3k    yP=3k4y_P + 4 = 3k \implies y_P = 3k - 4

4. Substituting into the Hyperbola Equation to Find the Locus

Since P(xP,yP)P(x_P, y_P) lies on the hyperbola (xP+1)29(yP2)216=1\frac{(x_P+1)^2}{9} - \frac{(y_P-2)^2}{16} = 1, we can substitute the expressions for xPx_P and yPy_P (in terms of hh and kk) into this equation:

((3h+2)+1)29((3k4)2)216=1\frac{((3h+2)+1)^2}{9} - \frac{((3k-4)-2)^2}{16} = 1 (3h+3)29(3k6)216=1\frac{(3h+3)^2}{9} - \frac{(3k-6)^2}{16} = 1 Factor out 33 from the terms in the numerators: (3(h+1))29(3(k2))216=1\frac{(3(h+1))^2}{9} - \frac{(3(k-2))^2}{16} = 1 9(h+1)299(k2)216=1\frac{9(h+1)^2}{9} - \frac{9(k-2)^2}{16} = 1 (h+1)29(k2)216=1(h+1)^2 - \frac{9(k-2)^2}{16} = 1 To eliminate the fraction, multiply the entire equation by 1616: 16(h+1)29(k2)2=1616(h+1)^2 - 9(k-2)^2 = 16 Now, expand the squared terms: 16(h2+2h+1)9(k24k+4)=1616(h^2 + 2h + 1) - 9(k^2 - 4k + 4) = 16 16h2+32h+169k2+36k36=1616h^2 + 32h + 16 - 9k^2 + 36k - 36 = 16 Rearrange the terms and combine constants: 16h29k2+32h+36k+163616=016h^2 - 9k^2 + 32h + 36k + 16 - 36 - 16 = 0 16h29k2+32h+36k36=016h^2 - 9k^2 + 32h + 36k - 36 = 0 Finally, to represent the locus, we replace hh with xx and kk with yy: 16x29y2+32x+36y36=016x^2 - 9y^2 + 32x + 36y - 36 = 0

  • Explanation: This final equation describes the relationship between the xx and yy coordinates of the centroid GG. This is the locus we were looking for. Notice that this new equation is also a hyperbola, which is expected since the centroid's coordinates are linearly related to the hyperbola's coordinates.

5. Final Check and Conclusion

Comparing our derived locus equation with the given options: 16x29y2+32x+36y36=016x^2 - 9y^2 + 32x + 36y - 36 = 0 This matches option (A).

Key Takeaway: This problem demonstrates a common technique for finding the locus of a point related to a curve. The general strategy is:

  1. Define the coordinates of the point whose locus is sought (e.g., G(h,k)G(h,k)).
  2. Establish relationships between (h,k)(h,k) and the coordinates of the variable point on the given curve (e.g., P(xP,yP)P(x_P,y_P)).
  3. Express the coordinates of the variable point in terms of (h,k)(h,k).
  4. Substitute these expressions into the equation of the given curve.
  5. Simplify the resulting equation and replace hh with xx and kk with yy to get the locus equation.

This approach is applicable to finding loci for various geometric constructions involving points on curves.

Practice More Conic Sections Questions

View All Questions