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

Question

Let S\mathrm{S} be the focus of the hyperbola x23y25=1\frac{x^2}{3}-\frac{y^2}{5}=1, on the positive xx-axis. Let C\mathrm{C} be the circle with its centre at A(6,5)\mathrm{A}(\sqrt{6}, \sqrt{5}) and passing through the point S\mathrm{S}. If O\mathrm{O} is the origin and SAB\mathrm{SAB} is a diameter of C\mathrm{C}, then the square of the area of the triangle OSB is equal to __________.

Answer: 2

Solution

Step 1: Determine the Coordinates of the Focus S of the Hyperbola

The first crucial step is to identify the properties of the given hyperbola and determine the coordinates of its focus, S.

Key Concept: Standard Form and Foci of a Hyperbola The standard form of a hyperbola centered at the origin with its transverse axis along the xx-axis is given by: x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 For such a hyperbola, the foci are located at (±ae,0)(\pm ae, 0), where aa is the semi-transverse axis length, bb is the semi-conjugate axis length, and ee is the eccentricity. The eccentricity ee is related to aa and bb by the formula: e2=1+b2a2e^2 = 1 + \frac{b^2}{a^2}

Working: We are given the equation of the hyperbola: x23y25=1\frac{x^2}{3} - \frac{y^2}{5} = 1 Explanation: We compare this equation with the standard form x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1 to identify the values of a2a^2 and b2b^2. From the given equation, we have: a2=3    a=3(since a>0)a^2 = 3 \implies a = \sqrt{3} \quad (\text{since } a > 0) b2=5b^2 = 5 Now, we calculate the eccentricity ee. Explanation: The eccentricity is a measure of how "stretched" the hyperbola is, and it's essential for finding the foci. We use the formula e2=1+b2a2e^2 = 1 + \frac{b^2}{a^2}: e2=1+53e^2 = 1 + \frac{5}{3} e2=3+53=83e^2 = \frac{3+5}{3} = \frac{8}{3} Taking the square root to find ee: e=83(since e>1 for a hyperbola)e = \sqrt{\frac{8}{3}} \quad (\text{since } e > 1 \text{ for a hyperbola}) The foci of the hyperbola are at (±ae,0)(\pm ae, 0). Explanation: The problem explicitly states that S is the focus on the positive xx-axis. Therefore, we choose the positive value for aeae: S=(ae,0)=(383,0)S = (ae, 0) = \left( \sqrt{3} \cdot \sqrt{\frac{8}{3}}, 0 \right) To simplify the xx-coordinate: S=(383,0)=(8,0)S = \left( \sqrt{3 \cdot \frac{8}{3}}, 0 \right) = (\sqrt{8}, 0) Further simplifying 8\sqrt{8}: S=(22,0)S = (2\sqrt{2}, 0) Thus, the coordinates of the focus SS are (22,0)(2\sqrt{2}, 0).

Tip for Success: Always be mindful of the difference in the eccentricity formula for hyperbolas (e2=1+b2a2e^2 = 1 + \frac{b^2}{a^2}) and ellipses (e2=1b2a2e^2 = 1 - \frac{b^2}{a^2} if a2>b2a^2 > b^2, or e2=1a2b2e^2 = 1 - \frac{a^2}{b^2} if b2>a2b^2 > a^2). A common mistake is to interchange these.


Step 2: Determine the Coordinates of Point B

Next, we utilize the information about the circle and its diameter to find the coordinates of point B.

Key Concept: Midpoint of a Diameter If a line segment SABSAB is a diameter of a circle and AA is the center of that circle, then AA must be the midpoint of the segment SBSB. The midpoint formula for two points P1(x1,y1)P_1(x_1, y_1) and P2(x2,y2)P_2(x_2, y_2) is M(x1+x22,y1+y22)M\left(\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2}\right). If we know the midpoint M(xM,yM)M(x_M, y_M) and one endpoint P1(x1,y1)P_1(x_1, y_1), the other endpoint P2(x2,y2)P_2(x_2, y_2) can be found using: x2=2xMx1x_2 = 2x_M - x_1 y2=2yMy1y_2 = 2y_M - y_1

Working: We are given:

  • The center of the circle CC is A(6,5)A(\sqrt{6}, \sqrt{5}).
  • SABSAB is a diameter of CC. This means AA is the midpoint of SBSB.
  • From Step 1, we found the coordinates of S(22,0)S(2\sqrt{2}, 0). Explanation: Since AA is the center of the circle and SABSAB is a diameter, AA serves as the midpoint for the segment connecting SS and BB. Let the coordinates of point BB be (xB,yB)(x_B, y_B). We can use the rearranged midpoint formula to solve for xBx_B and yBy_B. Using the midpoint formula where AA is the midpoint of SBSB: xA=xS+xB2    xB=2xAxSx_A = \frac{x_S + x_B}{2} \implies x_B = 2x_A - x_S yA=yS+yB2    yB=2yAySy_A = \frac{y_S + y_B}{2} \implies y_B = 2y_A - y_S Substitute the known coordinates of S(22,0)S(2\sqrt{2}, 0) and A(6,5)A(\sqrt{6}, \sqrt{5}): For the xx-coordinate of BB: xB=2(6)22x_B = 2(\sqrt{6}) - 2\sqrt{2} xB=2622x_B = 2\sqrt{6} - 2\sqrt{2} For the yy-coordinate of BB: yB=2(5)0y_B = 2(\sqrt{5}) - 0 yB=25y_B = 2\sqrt{5} So, the coordinates of point BB are (2622,25)(2\sqrt{6} - 2\sqrt{2}, 2\sqrt{5}).

Common Mistake: When working with expressions involving square roots, ensure you perform arithmetic operations correctly. For example, 26222\sqrt{6} - 2\sqrt{2} cannot be simplified further as the radicands (6 and 2) are different.


Step 3: Calculate the Area of Triangle OSB

Now that we have the coordinates of all three vertices, we can calculate the area of triangle OSB.

Key Concept: Area of a Triangle with Vertices The area of a triangle with vertices O(0,0)O(0,0), S(xS,yS)S(x_S, y_S), and B(xB,yB)B(x_B, y_B) can be calculated using the determinant formula: Area(ΔOSB)=12xSyBxByS\text{Area}(\Delta OSB) = \frac{1}{2} \left| x_S y_B - x_B y_S \right| Alternatively, if one side of the triangle lies on an axis, we can use the simpler base-height formula: Area=12×base×height\text{Area} = \frac{1}{2} \times \text{base} \times \text{height}

Working: The vertices of the triangle OSB are:

  • O=(0,0)O = (0,0) (the origin)
  • S=(22,0)S = (2\sqrt{2}, 0)
  • B=(2622,25)B = (2\sqrt{6} - 2\sqrt{2}, 2\sqrt{5}) Explanation: Notice that point S(22,0)S(2\sqrt{2}, 0) lies on the xx-axis. This means the side OSOS of the triangle lies along the xx-axis. This significantly simplifies the area calculation, as we can consider OSOS as the base and the perpendicular distance from BB to the xx-axis as the height. The length of the base OSOS is the distance from O(0,0)O(0,0) to S(22,0)S(2\sqrt{2}, 0), which is simply 220=22|2\sqrt{2} - 0| = 2\sqrt{2}. The height of the triangle with respect to the base OSOS is the absolute value of the yy-coordinate of the third vertex, BB. So, the height is 25=25|2\sqrt{5}| = 2\sqrt{5}. Using the base-height formula: Area(ΔOSB)=12×base×height\text{Area}(\Delta OSB) = \frac{1}{2} \times \text{base} \times \text{height} Area(ΔOSB)=12×(22)×(25)\text{Area}(\Delta OSB) = \frac{1}{2} \times (2\sqrt{2}) \times (2\sqrt{5}) Area(ΔOSB)=12×(2×2)×(2×5)\text{Area}(\Delta OSB) = \frac{1}{2} \times (2 \times 2) \times (\sqrt{2} \times \sqrt{5}) Area(ΔOSB)=12×410\text{Area}(\Delta OSB) = \frac{1}{2} \times 4\sqrt{10} Area(ΔOSB)=210\text{Area}(\Delta OSB) = 2\sqrt{10}

Alternative using the determinant formula: Area(ΔOSB)=12xSyBxByS\text{Area}(\Delta OSB) = \frac{1}{2} \left| x_S y_B - x_B y_S \right| Area(ΔOSB)=12(22)(25)(2622)(0)\text{Area}(\Delta OSB) = \frac{1}{2} \left| (2\sqrt{2})(2\sqrt{5}) - (2\sqrt{6} - 2\sqrt{2})(0) \right| Area(ΔOSB)=124100\text{Area}(\Delta OSB) = \frac{1}{2} \left| 4\sqrt{10} - 0 \right| Area(ΔOSB)=12410=210\text{Area}(\Delta OSB) = \frac{1}{2} \cdot 4\sqrt{10} = 2\sqrt{10} Both methods confirm the area is 2102\sqrt{10}.

Tip for Efficiency: When one vertex of a triangle is the origin (0,0)(0,0), or when one side lies along an axis, the base-height formula or the simplified determinant formula 12x1y2x2y1\frac{1}{2} |x_1 y_2 - x_2 y_1| is generally faster and less error-prone than the general 3×33 \times 3 determinant formula for triangle area.


Step 4: Calculate the Square of the Area of Triangle OSB

The final step is to fulfill the specific requirement of the question: to find the square of the calculated area.

Key Concept: Squaring Expressions with Square Roots To find the square of an expression of the form (km)(k\sqrt{m}), we apply the property (xy)n=xnyn(xy)^n = x^n y^n: (km)2=k2(m)2=k2m(k\sqrt{m})^2 = k^2 \cdot (\sqrt{m})^2 = k^2 m

Working: From Step 3, we found that the Area of ΔOSB=210\Delta OSB = 2\sqrt{10}. Explanation: The problem asks for the square of this area. We apply the squaring operation to our result. (Area(ΔOSB))2=(210)2(\text{Area}(\Delta OSB))^2 = (2\sqrt{10})^2 (Area(ΔOSB))2=22(10)2(\text{Area}(\Delta OSB))^2 = 2^2 \cdot (\sqrt{10})^2 (Area(ΔOSB))2=410(\text{Area}(\Delta OSB))^2 = 4 \cdot 10 (Area(ΔOSB))2=40(\text{Area}(\Delta OSB))^2 = 40


Summary and Key Takeaways

This problem serves as an excellent test of multiple fundamental concepts in coordinate geometry and conic sections. To solve it efficiently and accurately, one must:

  1. Master Hyperbola Properties: Be proficient in identifying a2a^2, b2b^2, calculating eccentricity (ee), and finding the foci coordinates for a hyperbola. Remember the specific eccentricity formula for hyperbolas.
  2. Understand Circle Geometry and Midpoint Formula: Recognize that the center of a circle is the midpoint of any of its diameters. Be able to apply the midpoint formula effectively, including rearranging it to find an endpoint when the midpoint and the other endpoint are known.
  3. Choose Efficient Area Calculation Methods: For a triangle with one vertex at the origin or a side along an axis, the base-height method or the simplified determinant formula is much quicker than the general 3×33 \times 3 determinant.
  4. Perform Algebraic Operations Carefully: Pay close attention to calculations involving square roots to avoid errors.

By systematically applying these concepts and being meticulous with calculations, this problem can be solved effectively.

The final answer is 40\boxed{40}.

Practice More Conic Sections Questions

View All Questions