Skip to main content
Back to Conic Sections
JEE Main 2023
Conic Sections
Hyperbola
Hard

Question

Let the latus rectum of the hyperbola x29y2b2=1\frac{x^2}{9}-\frac{y^2}{b^2}=1 subtend an angle of π3\frac{\pi}{3} at the centre of the hyperbola. If b2\mathrm{b}^2 is equal to l m(1+n)\frac{l}{\mathrm{~m}}(1+\sqrt{\mathrm{n}}), where ll and m\mathrm{m} are co-prime numbers, then l2+m2+n2\mathrm{l}^2+\mathrm{m}^2+\mathrm{n}^2 is equal to ________.

Answer: 60

Solution

This problem tests our understanding of the standard properties of a hyperbola, specifically its latus rectum and eccentricity, and how to apply vector geometry to solve for unknown parameters. The key concept here is relating the angle subtended by the latus rectum at the center to the hyperbola's eccentricity.


1. Understanding the Standard Hyperbola and its Parameters

The given equation of the hyperbola is: x29y2b2=1\frac{x^2}{9} - \frac{y^2}{b^2} = 1 This is in the standard form x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, where the transverse axis lies along the x-axis and the center is at the origin (0,0)(0,0).

From the given equation, we can immediately identify:

  • a2=9    a=3a^2 = 9 \implies a = 3 (since aa represents a length, it must be positive).
  • b2=b2b^2 = b^2 (this is what we need to find).

For a hyperbola, the relationship between aa, bb, and its eccentricity ee is given by: b2=a2(e21)b^2 = a^2(e^2 - 1) This formula is crucial as it connects aa, bb, and ee. Note the difference from an ellipse, where b2=a2(1e2)b^2 = a^2(1 - e^2). For a hyperbola, e>1e > 1.

2. Locating the Endpoints of the Latus Rectum

The latus rectum of a hyperbola is a chord passing through a focus and perpendicular to the transverse axis. Since the transverse axis is along the x-axis, the latus rectum is a vertical line. The foci of the hyperbola are at (±ae,0)(\pm ae, 0). Let's consider the latus rectum passing through the focus F(ae,0)F(ae, 0). The equation of this line is x=aex = ae.

To find the endpoints of this latus rectum, we substitute x=aex = ae into the hyperbola's equation: (ae)2a2y2b2=1\frac{(ae)^2}{a^2} - \frac{y^2}{b^2} = 1 a2e2a2y2b2=1\frac{a^2e^2}{a^2} - \frac{y^2}{b^2} = 1 e2y2b2=1e^2 - \frac{y^2}{b^2} = 1 y2b2=e21\frac{y^2}{b^2} = e^2 - 1 From the eccentricity relation b2=a2(e21)b^2 = a^2(e^2 - 1), we can write e21=b2a2e^2 - 1 = \frac{b^2}{a^2}. Substituting this into the equation for y2y^2: y2b2=b2a2\frac{y^2}{b^2} = \frac{b^2}{a^2} y2=b4a2y^2 = \frac{b^4}{a^2} y=±b2ay = \pm \frac{b^2}{a} So, the endpoints of one latus rectum (passing through (ae,0)(ae, 0)) are L1(ae,b2a)L_1 \left(ae, \frac{b^2}{a}\right) and L2(ae,b2a)L_2 \left(ae, -\frac{b^2}{a}\right).

Tip: We could also consider the other latus rectum passing through (ae,0)(-ae, 0). The endpoints would be L3(ae,b2a)L_3 \left(-ae, \frac{b^2}{a}\right) and L4(ae,b2a)L_4 \left(-ae, -\frac{b^2}{a}\right). The problem specifies "the latus rectum," implying either one, and due to symmetry, the angle subtended at the center will be the same. Let's use L3L_3 and L4L_4 to make the angle calculation simpler, as they are in the second and third quadrants, creating a symmetrical angle around the y-axis.

Let the centre of the hyperbola be C=(0,0)C = (0,0). The endpoints of the latus rectum chosen are P1(ae,b2a)P_1 \left(-ae, \frac{b^2}{a}\right) and P2(ae,b2a)P_2 \left(-ae, -\frac{b^2}{a}\right).

3. Applying the Angle Condition at the Centre

We are given that the latus rectum subtends an angle of π3\frac{\pi}{3} at the centre (0,0)(0,0). Let the vectors from the centre to the endpoints be CP1\vec{CP_1} and CP2\vec{CP_2}. CP1=ae,b2a\vec{CP_1} = \left\langle -ae, \frac{b^2}{a} \right\rangle CP2=ae,b2a\vec{CP_2} = \left\langle -ae, -\frac{b^2}{a} \right\rangle

The angle θ\theta between two vectors u\vec{u} and v\vec{v} can be found using the dot product formula: cosθ=uvuv\cos \theta = \frac{\vec{u} \cdot \vec{v}}{|\vec{u}| |\vec{v}|} Here, θ=π3\theta = \frac{\pi}{3}, so cos(π3)=12\cos \left(\frac{\pi}{3}\right) = \frac{1}{2}.

Let's calculate the dot product CP1CP2\vec{CP_1} \cdot \vec{CP_2}: CP1CP2=(ae)(ae)+(b2a)(b2a)\vec{CP_1} \cdot \vec{CP_2} = (-ae)(-ae) + \left(\frac{b^2}{a}\right)\left(-\frac{b^2}{a}\right) =a2e2b4a2= a^2e^2 - \frac{b^4}{a^2}

Now, let's calculate the magnitudes CP1|\vec{CP_1}| and CP2|\vec{CP_2}|: CP1=(ae)2+(b2a)2=a2e2+b4a2|\vec{CP_1}| = \sqrt{(-ae)^2 + \left(\frac{b^2}{a}\right)^2} = \sqrt{a^2e^2 + \frac{b^4}{a^2}} CP2=(ae)2+(b2a)2=a2e2+b4a2|\vec{CP_2}| = \sqrt{(-ae)^2 + \left(-\frac{b^2}{a}\right)^2} = \sqrt{a^2e^2 + \frac{b^4}{a^2}} Notice that CP1=CP2|\vec{CP_1}| = |\vec{CP_2}|, which makes sense due to the symmetry of the hyperbola. So, CP1CP2=(a2e2+b4a2)2=a2e2+b4a2|\vec{CP_1}| |\vec{CP_2}| = \left( \sqrt{a^2e^2 + \frac{b^4}{a^2}} \right)^2 = a^2e^2 + \frac{b^4}{a^2}.

Now, substitute these into the dot product formula: cos(π3)=a2e2b4a2a2e2+b4a2\cos\left(\frac{\pi}{3}\right) = \frac{a^2e^2 - \frac{b^4}{a^2}}{a^2e^2 + \frac{b^4}{a^2}} 12=a2e2b4a2a2e2+b4a2\frac{1}{2} = \frac{a^2e^2 - \frac{b^4}{a^2}}{a^2e^2 + \frac{b^4}{a^2}}

4. Solving for the Eccentricity (ee)

Now we need to solve this equation for ee. We know a=3a=3. Let's use the relation b2=a2(e21)b^2 = a^2(e^2 - 1) to eliminate b2b^2 from the equation, expressing everything in terms of aa and ee. Substitute b2=a2(e21)b^2 = a^2(e^2 - 1) into the equation: 12=a2e2(a2(e21))2a2a2e2+(a2(e21))2a2\frac{1}{2} = \frac{a^2e^2 - \frac{(a^2(e^2-1))^2}{a^2}}{a^2e^2 + \frac{(a^2(e^2-1))^2}{a^2}} 12=a2e2a2(e21)2a2e2+a2(e21)2\frac{1}{2} = \frac{a^2e^2 - a^2(e^2-1)^2}{a^2e^2 + a^2(e^2-1)^2} We can cancel a2a^2 from the numerator and denominator: 12=e2(e21)2e2+(e21)2\frac{1}{2} = \frac{e^2 - (e^2-1)^2}{e^2 + (e^2-1)^2} Expand (e21)2(e^2-1)^2: (e21)2=(e2)22e2(1)+12=e42e2+1(e^2-1)^2 = (e^2)^2 - 2e^2(1) + 1^2 = e^4 - 2e^2 + 1 Substitute this back: 12=e2(e42e2+1)e2+(e42e2+1)\frac{1}{2} = \frac{e^2 - (e^4 - 2e^2 + 1)}{e^2 + (e^4 - 2e^2 + 1)} 12=e2e4+2e21e2+e42e2+1\frac{1}{2} = \frac{e^2 - e^4 + 2e^2 - 1}{e^2 + e^4 - 2e^2 + 1} 12=e4+3e21e4e2+1\frac{1}{2} = \frac{-e^4 + 3e^2 - 1}{e^4 - e^2 + 1} Now, cross-multiply: e4e2+1=2(e4+3e21)e^4 - e^2 + 1 = 2(-e^4 + 3e^2 - 1) e4e2+1=2e4+6e22e^4 - e^2 + 1 = -2e^4 + 6e^2 - 2 Move all terms to one side: e4+2e4e26e2+1+2=0e^4 + 2e^4 - e^2 - 6e^2 + 1 + 2 = 0 3e47e2+3=03e^4 - 7e^2 + 3 = 0 This is a quadratic equation in terms of e2e^2. Let X=e2X = e^2. 3X27X+3=03X^2 - 7X + 3 = 0 Using the quadratic formula X=B±B24AC2AX = \frac{-B \pm \sqrt{B^2 - 4AC}}{2A}: X=(7)±(7)24(3)(3)2(3)X = \frac{-(-7) \pm \sqrt{(-7)^2 - 4(3)(3)}}{2(3)} X=7±49366X = \frac{7 \pm \sqrt{49 - 36}}{6} X=7±136X = \frac{7 \pm \sqrt{13}}{6} So, e2=7±136e^2 = \frac{7 \pm \sqrt{13}}{6}.

For a hyperbola, e>1e > 1, which means e2>1e^2 > 1. Let's check both values:

  • 7+136\frac{7 + \sqrt{13}}{6}: Since 9<13<16\sqrt{9} < \sqrt{13} < \sqrt{16}, we have 3<13<43 < \sqrt{13} < 4. So, 7+136>7+36=106=53>1\frac{7 + \sqrt{13}}{6} > \frac{7+3}{6} = \frac{10}{6} = \frac{5}{3} > 1. This is a valid value for e2e^2.
  • 7136\frac{7 - \sqrt{13}}{6}: Since 133.6\sqrt{13} \approx 3.6, then 73.66=3.46<1\frac{7 - 3.6}{6} = \frac{3.4}{6} < 1. This value is not valid for e2e^2 of a hyperbola. Therefore, we must have: e2=7+136e^2 = \frac{7 + \sqrt{13}}{6}

5. Calculating b2b^2

Now that we have a=3a=3 and e2=7+136e^2 = \frac{7 + \sqrt{13}}{6}, we can find b2b^2 using the relationship: b2=a2(e21)b^2 = a^2(e^2 - 1) Substitute the values: b2=(3)2(7+1361)b^2 = (3)^2 \left( \frac{7 + \sqrt{13}}{6} - 1 \right) b2=9(7+1366)b^2 = 9 \left( \frac{7 + \sqrt{13} - 6}{6} \right) b2=9(1+136)b^2 = 9 \left( \frac{1 + \sqrt{13}}{6} \right) b2=96(1+13)b^2 = \frac{9}{6} (1 + \sqrt{13}) b2=32(1+13)b^2 = \frac{3}{2} (1 + \sqrt{13})

The problem states that b2b^2 is equal to lm(1+n)\frac{l}{m}(1+\sqrt{n}), where ll and mm are coprime numbers. Comparing this with our result: b2=32(1+13)b^2 = \frac{3}{2} (1 + \sqrt{13}) We can identify:

  • l=3l = 3
  • m=2m = 2
  • n=13n = 13

Let's check the condition that ll and mm are coprime. 33 and 22 are indeed coprime.

6. Calculating l2+m2+n2l^2+m^2+n^2

Finally, we need to calculate the value of l2+m2+n2l^2+m^2+n^2: l2+m2+n2=(3)2+(2)2+(13)2l^2+m^2+n^2 = (3)^2 + (2)^2 + (13)^2 =9+4+169= 9 + 4 + 169 =13+169= 13 + 169 =182= 182

Wait, the correct answer is 60. Let me recheck the dot product. The problem describes the angle subtended by the latus rectum. This means the segment connecting P1(ae,b2/a)P_1(-ae, b^2/a) and P2(ae,b2/a)P_2(-ae, -b^2/a). The vectors from the center C(0,0)C(0,0) to these points are $\vec{

Practice More Conic Sections Questions

View All Questions