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

Question

If e 1 and e 2 are the eccentricities of the ellipse, x218+y24=1{{{x^2}} \over {18}} + {{{y^2}} \over 4} = 1 and the hyperbola, x29y24=1{{{x^2}} \over 9} - {{{y^2}} \over 4} = 1 respectively and (e 1 , e 2 ) is a point on the ellipse, 15x 2 + 3y 2 = k, then k is equal to :

Options

Solution

Understanding the Problem

This problem asks us to find the value of a constant kk by connecting three different conic sections: an ellipse, a hyperbola, and another ellipse. We are given the equations of an ellipse and a hyperbola, and we need to calculate their respective eccentricities, e1e_1 and e2e_2. These eccentricities then form a point (e1,e2)(e_1, e_2), which is stated to lie on a third ellipse, 15x2+3y2=k15x^2 + 3y^2 = k. Our task is to use this information to determine the value of kk. This requires a strong understanding of how to find the eccentricity of both ellipses and hyperbolas from their standard equations.

Key Concepts and Formulas

To solve this problem, we need to recall the standard forms and eccentricity formulas for ellipses and hyperbolas.

  1. Standard Equation and Eccentricity of an Ellipse: The general equation of an ellipse centered at the origin is given by x2A+y2B=1\frac{x^2}{A} + \frac{y^2}{B} = 1.

    • Identifying a2a^2 and b2b^2: For an ellipse, a2a^2 always represents the square of the semi-major axis, and b2b^2 represents the square of the semi-minor axis. This means a2a^2 is always the larger of the two denominators (AA and BB), and b2b^2 is the smaller one.
      • If the major axis is along the x-axis, then a2=Aa^2 = A and b2=Bb^2 = B (where A>BA > B).
      • If the major axis is along the y-axis, then a2=Ba^2 = B and b2=Ab^2 = A (where B>AB > A).
    • Eccentricity Formula: The eccentricity ee of an ellipse is given by the formula: e=1b2a2e = \sqrt{1 - \frac{b^2}{a^2}} Why this formula? Eccentricity measures how "stretched" an ellipse is. For an ellipse, 0e<10 \le e < 1. The term b2a2\frac{b^2}{a^2} is always a positive fraction less than 1 (since b2<a2b^2 < a^2), ensuring that 1b2a21 - \frac{b^2}{a^2} is between 0 and 1, leading to e<1e < 1.
  2. Standard Equation and Eccentricity of a Hyperbola: The general equation of a hyperbola centered at the origin can be one of two forms:

    • Transverse axis along x-axis: x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1.
    • Transverse axis along y-axis: y2b2x2a2=1\frac{y^2}{b^2} - \frac{x^2}{a^2} = 1.
    • Identifying a2a^2 and b2b^2: For a hyperbola, a2a^2 is always the denominator of the positive term, and b2b^2 is always the denominator of the negative term. Unlike an ellipse, a2a^2 and b2b^2 are not determined by their relative magnitudes.
    • Eccentricity Formula: The eccentricity ee of a hyperbola is given by the formula:
      • For x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1: e=1+b2a2e = \sqrt{1 + \frac{b^2}{a^2}}
      • For y2b2x2a2=1\frac{y^2}{b^2} - \frac{x^2}{a^2} = 1: e=1+a2b2e = \sqrt{1 + \frac{a^2}{b^2}} Why this formula? For a hyperbola, e>1e > 1. The term b2a2\frac{b^2}{a^2} (or a2b2\frac{a^2}{b^2}) is always positive, so 1+positive term1 + \text{positive term} is always greater than 1, ensuring e>1e > 1.
  3. Point on a Curve: If a point (x0,y0)(x_0, y_0) lies on a curve defined by an algebraic equation, substituting x0x_0 for xx and y0y_0 for yy into the equation will satisfy the equation. This is a fundamental principle in coordinate geometry.


Step-by-Step Solution

Our strategy involves three main steps:

  1. Calculate e1e_1 for the given ellipse.
  2. Calculate e2e_2 for the given hyperbola.
  3. Substitute (e1,e2)(e_1, e_2) into the equation of the third ellipse to find kk.

Step 1: Calculate the eccentricity of the ellipse (e1e_1).

The equation of the first curve is given as: x218+y24=1\frac{x^2}{18} + \frac{y^2}{4} = 1

  • Identify a2a^2 and b2b^2: We compare this to the standard ellipse form x2A+y2B=1\frac{x^2}{A} + \frac{y^2}{B} = 1. Here, A=18A=18 and B=4B=4. For an ellipse, a2a^2 is the larger denominator and b2b^2 is the smaller denominator. Since 18>418 > 4, we have: a2=18a^2 = 18 b2=4b^2 = 4

    • Why? This tells us that the major axis of this ellipse is along the x-axis, as the larger denominator is under the x2x^2 term.
  • Apply the eccentricity formula: The formula for the eccentricity of an ellipse is e=1b2a2e = \sqrt{1 - \frac{b^2}{a^2}}. Substitute the values of a2a^2 and b2b^2: e1=1418e_1 = \sqrt{1 - \frac{4}{18}}

  • Simplify the expression: First, simplify the fraction 418\frac{4}{18} by dividing both numerator and denominator by 2: 418=29\frac{4}{18} = \frac{2}{9} Now, substitute this back into the eccentricity formula: e1=129e_1 = \sqrt{1 - \frac{2}{9}} To combine the terms under the square root, find a common denominator: e1=9929e_1 = \sqrt{\frac{9}{9} - \frac{2}{9}} e1=929e_1 = \sqrt{\frac{9 - 2}{9}} e1=79e_1 = \sqrt{\frac{7}{9}} Finally, take the square root of the numerator and the denominator separately: e1=79e_1 = \frac{\sqrt{7}}{\sqrt{9}} e1=73e_1 = \frac{\sqrt{7}}{3} So, the eccentricity of the ellipse is e1=73e_1 = \frac{\sqrt{7}}{3}. (Note: 732.643<1\frac{\sqrt{7}}{3} \approx \frac{2.64}{3} < 1, which is consistent for an ellipse).

Step 2: Calculate the eccentricity of the hyperbola (e2e_2).

The equation of the second curve is given as: x29y24=1\frac{x^2}{9} - \frac{y^2}{4} = 1

  • Identify a2a^2 and b2b^2: We compare this to the standard hyperbola form x2a2y2b2=1\frac{x^2}{a^2} - \frac{y^2}{b^2} = 1. For a hyperbola, a2a^2 is the denominator of the positive term, and b2b^2 is the denominator of the negative term. From the given equation: a2=9a^2 = 9 b2=4b^2 = 4

    • Why? In a hyperbola, the parameters aa and bb are defined by their position relative to the positive/negative terms, not by their magnitude. The x2x^2 term is positive, so its denominator is a2a^2. The y2y^2 term is negative, so its denominator is b2b^2.
  • Apply the eccentricity formula: The formula for the eccentricity of a hyperbola of this form is e=1+b2a2e = \sqrt{1 + \frac{b^2}{a^2}}. Substitute the values of a2a^2 and b2b^2: e2=1+49e_2 = \sqrt{1 + \frac{4}{9}}

  • Simplify the expression: To combine the terms under the square root, find a common denominator: e2=99+49e_2 = \sqrt{\frac{9}{9} + \frac{4}{9}} e2=9+49e_2 = \sqrt{\frac{9 + 4}{9}} e2=139e_2 = \sqrt{\frac{13}{9}} Finally, take the square root of the numerator and the denominator separately: e2=139e_2 = \frac{\sqrt{13}}{\sqrt{9}} e2=133e_2 = \frac{\sqrt{13}}{3} So, the eccentricity of the hyperbola is e2=133e_2 = \frac{\sqrt{13}}{3}. (Note: 1333.63>1\frac{\sqrt{13}}{3} \approx \frac{3.6}{3} > 1, which is consistent for a hyperbola).

Step 3: Substitute the eccentricities into the equation of the third ellipse to find kk.

We are given that the point (e1,e2)(e_1, e_2) lies on the ellipse 15x2+3y2=k15x^2 + 3y^2 = k.

  • Why? If a point lies on a curve, its coordinates must satisfy the equation of that curve. Therefore, we can substitute x=e1x=e_1 and y=e2y=e_2 into the equation.

  • Substitute the values: 15(e1)2+3(e2)2=k15(e_1)^2 + 3(e_2)^2 = k Substitute the values we found for e1e_1 and e2e_2: 15(73)2+3(133)2=k15\left(\frac{\sqrt{7}}{3}\right)^2 + 3\left(\frac{\sqrt{13}}{3}\right)^2 = k

  • Square the terms: When squaring a fraction, we square both the numerator and the denominator: (73)2=(7)232=79\left(\frac{\sqrt{7}}{3}\right)^2 = \frac{(\sqrt{7})^2}{3^2} = \frac{7}{9} (133)2=(13)232=139\left(\frac{\sqrt{13}}{3}\right)^2 = \frac{(\sqrt{13})^2}{3^2} = \frac{13}{9} Substitute these squared values back into the equation: 15(79)+3(139)=k15\left(\frac{7}{9}\right) + 3\left(\frac{13}{9}\right) = k

  • Perform the multiplication: Multiply the whole numbers by the numerators of the fractions: 15×79+3×139=k\frac{15 \times 7}{9} + \frac{3 \times 13}{9} = k 1059+399=k\frac{105}{9} + \frac{39}{9} = k

  • Add the fractions: Since the fractions have a common denominator, we can simply add their numerators: 105+399=k\frac{105 + 39}{9} = k 1449=k\frac{144}{9} = k

  • Calculate the final value of kk: Divide 144 by 9: k=16k = 16


Tips for Success and Common Pitfalls

  • Distinguishing a2a^2 and b2b^2 for Ellipse vs. Hyperbola: This is the most critical point.
    • Ellipse: a2a^2 is the larger denominator, b2b^2 is the smaller.
    • Hyperbola: a2a^2 is the denominator of the positive term, b2b^2 is the denominator of the negative term, regardless of their relative magnitudes.
  • Eccentricity Formula Signs: Remember the key difference:
    • Ellipse: e=1smallerlargere = \sqrt{1 - \frac{\text{smaller}}{\text{larger}}} (minus sign, e<1e<1)
    • Hyperbola: e=1+denominator of negative termdenominator of positive terme = \sqrt{1 + \frac{\text{denominator of negative term}}{\text{denominator of positive term}}} (plus sign, e>1e>1)

Practice More Conic Sections Questions

View All Questions