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

Question

The acute angle between the pair of tangents drawn to the ellipse 2x2+3y2=52 x^{2}+3 y^{2}=5 from the point (1,3)(1,3) is :

Options

Solution

1. Conceptual Framework: Understanding the Problem and Key Tools

This problem asks us to find the acute angle between two tangent lines drawn to a given ellipse from an external point. This is a classic analytical geometry problem that combines the properties of ellipses with fundamental concepts of straight lines.

To solve this, we will follow a structured approach involving these key mathematical tools:

  • Standard Form of an Ellipse: An ellipse centered at the origin is typically represented by the equation x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1. This form is crucial because it directly provides the parameters a2a^2 and b2b^2, which are essential for subsequent formulas.
  • Equation of a Tangent in Slope Form: For an ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, the equation of a tangent line with a slope mm is given by: y=mx±a2m2+b2y = mx \pm \sqrt{a^2m^2 + b^2} This formula is powerful because it allows us to relate the slope of a tangent to the ellipse's parameters.
  • Angle Between Two Lines: If two lines have slopes m1m_1 and m2m_2, the angle θ\theta between them can be calculated using the formula: tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right| The absolute value sign is critical here; it ensures that we always obtain a non-negative value for tanθ\tan \theta, which corresponds to the acute angle between the lines (i.e., θ[0,π/2]\theta \in [0, \pi/2]).
  • Vieta's Formulas: For a quadratic equation Am2+Bm+C=0Am^2 + Bm + C = 0 whose roots are m1m_1 and m2m_2, Vieta's formulas provide a direct way to find the sum and product of the roots without explicitly solving the quadratic:
    • Sum of roots: m1+m2=BAm_1 + m_2 = -\frac{B}{A}
    • Product of roots: m1m2=CAm_1 m_2 = \frac{C}{A} These formulas are extremely efficient for our problem, as we only need the sum and product of the slopes for the angle formula.

Our Strategy:

  1. Convert the given ellipse equation to its standard form to identify a2a^2 and b2b^2.
  2. Substitute the coordinates of the external point into the slope form of the tangent equation to form a quadratic equation in mm. The roots of this quadratic will be the slopes of the two tangents.
  3. Use Vieta's formulas to find the sum (m1+m2m_1+m_2) and product (m1m2m_1m_2) of these slopes.
  4. Apply the angle formula tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right| to compute the required angle.

2. Step 1: Standardizing the Ellipse Equation

The given equation of the ellipse is: 2x2+3y2=52 x^{2}+3 y^{2}=5 Our first goal is to transform this into the standard form x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1. This allows us to directly identify the values of a2a^2 and b2b^2, which are the fundamental parameters of the ellipse used in tangent equations.

To achieve this, we divide every term in the equation by 55: 2x25+3y25=55\frac{2x^2}{5} + \frac{3y^2}{5} = \frac{5}{5} x25/2+y25/3=1\frac{x^2}{5/2} + \frac{y^2}{5/3} = 1 From this standard form, we can clearly identify: a2=52andb2=53a^2 = \frac{5}{2} \quad \text{and} \quad b^2 = \frac{5}{3} Why this step? The tangent equation in slope form, y=mx±a2m2+b2y = mx \pm \sqrt{a^2m^2 + b^2}, explicitly requires a2a^2 and b2b^2. Standardizing the ellipse equation is the most straightforward way to extract these values.


3. Step 2: Deriving the Quadratic Equation for Tangent Slopes

We know that the two tangents pass through the external point (1,3)(1,3). We will use the general slope form of the tangent equation and substitute this point's coordinates to find the specific slopes for these tangents.

The equation of a tangent with slope mm to the ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 is: y=mx±a2m2+b2y = mx \pm \sqrt{a^2m^2 + b^2} Now, substitute the coordinates of the external point (x,y)=(1,3)(x,y) = (1,3) and the values of a2=5/2a^2 = 5/2 and b2=5/3b^2 = 5/3: 3=m(1)±(52)m2+533 = m(1) \pm \sqrt{\left(\frac{5}{2}\right)m^2 + \frac{5}{3}} 3m=±52m2+533 - m = \pm \sqrt{\frac{5}{2}m^2 + \frac{5}{3}} Why this step? The external point (1,3)(1,3) must lie on any tangent drawn from it. By substituting its coordinates, we introduce a crucial constraint that allows us to determine the specific slopes (mm) of the tangents passing through this point.

To eliminate the square root and obtain a polynomial equation, we square both sides of the equation: (3m)2=(±52m2+53)2(3 - m)^2 = \left(\pm \sqrt{\frac{5}{2}m^2 + \frac{5}{3}}\right)^2 96m+m2=52m2+539 - 6m + m^2 = \frac{5}{2}m^2 + \frac{5}{3} Why squaring? Squaring both sides is necessary to remove the radical, converting the equation into a polynomial form, specifically a quadratic equation in mm. We expect a quadratic equation because from any external point, exactly two tangents can be drawn to an ellipse, implying there will be two distinct slopes (m1m_1 and m2m_2). Common Mistake Alert: Always isolate the square root term before squaring both sides. If you square 3m=±...3 - m = \pm \sqrt{...} as (3m)2=(±...)2(3-m)^2 = (\pm \sqrt{...})^2, it's correct. But if you had something like A+B=CA + \sqrt{B} = C and squared it as (A+B)2=C2(A+\sqrt{B})^2 = C^2, you would still have a radical term (2AB2A\sqrt{B}) and wouldn't simplify properly.

Now, we rearrange the terms to form a standard quadratic equation Am2+Bm+C=0Am^2 + Bm + C = 0: m252m26m+953=0m^2 - \frac{5}{2}m^2 - 6m + 9 - \frac{5}{3} = 0 Combine the m2m^2 terms and the constant terms: (152)m26m+(953)=0\left(1 - \frac{5}{2}\right)m^2 - 6m + \left(9 - \frac{5}{3}\right) = 0 (252)m26m+(2753)=0\left(\frac{2-5}{2}\right)m^2 - 6m + \left(\frac{27-5}{3}\right) = 0 32m26m+223=0-\frac{3}{2}m^2 - 6m + \frac{22}{3} = 0 To simplify and work with integer coefficients, which is generally easier and less prone to calculation errors, we can multiply the entire equation by 6-6 (which is the least common multiple of the denominators 22 and 33, and also makes the leading coefficient positive): (6)(32m26m+223)=(6)(0)(-6) \left(-\frac{3}{2}m^2 - 6m + \frac{22}{3}\right) = (-6)(0) 9m2+36m44=09m^2 + 36m - 44 = 0 This is our quadratic equation in mm. Its roots, m1m_1 and m2m_2, are the slopes of the two tangents drawn from (1,3)(1,3) to the ellipse.


4. Step 3: Utilizing Vieta's Formulas for Slopes

For the quadratic equation 9m2+36m44=09m^2 + 36m - 44 = 0, we identify the coefficients: A=9A = 9 B=36B = 36 C=44C = -44

Let the roots of this equation be m1m_1 and m2m_2, representing the slopes of the two tangents. Using Vieta's formulas, we can find their sum and product:

  • Sum of roots: m1+m2=BA=369=4m_1 + m_2 = -\frac{B}{A} = -\frac{36}{9} = -4
  • Product of roots: m1m2=CA=449m_1 m_2 = \frac{C}{A} = \frac{-44}{9}

Why Vieta's Formulas? We only need the sum and product of the slopes for the angle formula in the next step, not the individual values of m1m_1 and m2m_2. Vieta's formulas allow us to obtain these values directly and efficiently from the coefficients of the quadratic equation, saving us the effort of solving the quadratic equation explicitly (which might involve complex square roots if we were to use the quadratic formula).


5. Step 4: Calculating the Acute Angle Between the Tangents

The formula for the acute angle θ\theta between two lines with slopes m1m_1 and m2m_2 is: tanθ=m1m21+m1m2\tan \theta = \left| \frac{m_1 - m_2}{1 + m_1 m_2} \right| Why the absolute value? The absolute value ensures that tanθ\tan \theta is positive, which by convention, gives us the acute angle (0θπ/20 \le \theta \le \pi/2).

We already have m1+m2=4m_1 + m_2 = -4 and m1m2=449m_1 m_2 = -\frac{44}{9}. To use the angle formula, we first need to find the value of m1m2|m_1 - m_2|. We can achieve this using the algebraic identity: (m1m2)2=(m1+m2)24m1m2(m_1 - m_2)^2 = (m_1 + m_2)^2 - 4m_1 m_2 Substitute the known values: (m1m2)2=(4)24(449)(m_1 - m_2)^2 = (-4)^2 - 4\left(-\frac{44}{9}\right) (m1m2)2=16+1769(m_1 - m_2)^2 = 16 + \frac{176}{9} To add these terms, find a common denominator:

Practice More Conic Sections Questions

View All Questions