Skip to main content
Back to Conic Sections
JEE Main 2023
Conic Sections
Parabola
Easy

Question

Let the common tangents to the curves 4(x2+y2)=94({x^2} + {y^2}) = 9 and y2=4x{y^2} = 4x intersect at the point Q. Let an ellipse, centered at the origin O, has lengths of semi-minor and semi-major axes equal to OQ and 6, respectively. If e and l respectively denote the eccentricity and the length of the latus rectum of this ellipse, then le2{l \over {{e^2}}} is equal to ______________.

Answer: 1

Solution

This problem is a comprehensive test of your understanding of various conic sections: circles, parabolas, and ellipses. It requires you to apply tangent conditions for different curves, solve systems of equations, and then use the properties of an ellipse to find its eccentricity and latus rectum. We will proceed step-by-step, explaining the rationale behind each action.


1. Understanding the Problem and Key Concepts

Our goal is to find the value of le2{l \over {{e^2}}} for a specific ellipse. To do this, we'll follow these main stages:

  • Stage 1: Find the Common Tangents. We'll identify the given circle and parabola, write down their standard forms, and then use the general tangent equations to find the common tangents.
  • Stage 2: Locate the Intersection Point Q. Once we have the equations of the common tangents, we'll find their intersection point, Q.
  • Stage 3: Determine Ellipse Parameters. We'll calculate the distance OQ (where O is the origin) and use it, along with the given value of 6, to define the semi-major and semi-minor axes of the ellipse.
  • Stage 4: Calculate Ellipse Properties. Finally, we'll calculate the eccentricity (ee) and the length of the latus rectum (ll) for this ellipse and compute the desired ratio.

Throughout this process, we will rely on the following fundamental formulas and definitions from coordinate geometry:

  • Tangent to a Parabola: For a parabola y2=4axy^2 = 4ax, the equation of a tangent with slope mm is y=mx+amy = mx + \frac{a}{m}. This formula ensures that the line touches the parabola at exactly one point.
  • Tangent to a Circle: For a circle x2+y2=r2x^2 + y^2 = r^2 centered at the origin, the equation of a tangent with slope mm is y=mx±r1+m2y = mx \pm r\sqrt{1+m^2}. This is derived from the condition that the perpendicular distance from the center to the tangent line equals the radius.
  • Distance Formula: The distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is (x2x1)2+(y2y1)2\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}.
  • Ellipse Properties (centered at origin): For an ellipse with semi-major axis aa and semi-minor axis bb (where aba \ge b):
    • Eccentricity (ee): e2=1b2a2e^2 = 1 - \frac{b^2}{a^2}. This value indicates how "oval" the ellipse is.
    • Length of Latus Rectum (ll): l=2b2al = \frac{2b^2}{a}. This is the length of a chord passing through a focus and perpendicular to the major axis.

2. Step-by-Step Solution

2.1 Standardizing the Given Curves

The first step is to recognize the given equations and convert them into their standard forms. This allows us to easily identify their key parameters, which are essential for applying the tangent formulas.

  1. The Circle: The given equation is 4(x2+y2)=94({x^2} + {y^2}) = 9. To get it into the standard form x2+y2=r2x^2 + y^2 = r^2, we divide both sides by 4: x2+y2=94x^2 + y^2 = \frac{9}{4} This can be rewritten as: x2+y2=(32)2x^2 + y^2 = \left(\frac{3}{2}\right)^2 Why this step? From this standard form, we can immediately identify that the circle is centered at the origin (0,0)(0,0) and has a radius r=32r = \frac{3}{2}. This radius will be used in the tangent condition for the circle.

  2. The Parabola: The given equation is y2=4x{y^2} = 4x. This is already in the standard form y2=4axy^2 = 4ax. Why this step? By comparing y2=4xy^2 = 4x with y2=4axy^2 = 4ax, we can see that 4a=44a = 4, which implies a=1a = 1. This value of 'a' is critical for writing the tangent equation for the parabola.

2.2 Deriving Tangency Conditions for Each Curve

We are looking for lines that are tangent to both the circle and the parabola. Let's assume the general equation of such a common tangent line is y=mx+cy = mx + c, where mm is the slope and cc is the y-intercept. We will use the specific tangency conditions for each curve to relate mm and cc.

  • Tangent to the Parabola y2=4xy^2 = 4x (with a=1a=1): Using the standard tangent formula y=mx+amy = mx + \frac{a}{m}, we substitute a=1a=1: y=mx+1my = mx + \frac{1}{m} Why this step? This equation represents any line with slope mm that is tangent to the parabola y2=4xy^2=4x. By comparing this with our general tangent form y=mx+cy=mx+c, we establish a condition for cc: c=1m(Equation 1)c = \frac{1}{m} \quad \text{(Equation 1)}

  • Tangent to the Circle x2+y2=(32)2x^2 + y^2 = \left(\frac{3}{2}\right)^2 (with r=32r=\frac{3}{2}): Using the standard tangent formula y=mx±r1+m2y = mx \pm r\sqrt{1+m^2}, we substitute r=32r=\frac{3}{2}: y=mx±321+m2y = mx \pm \frac{3}{2}\sqrt{1+m^2} Why this step? Similarly, this equation represents any line with slope mm that is tangent to the circle. Comparing it with y=mx+cy=mx+c, we get the condition for cc: c=±321+m2(Equation 2)c = \pm \frac{3}{2}\sqrt{1+m^2} \quad \text{(Equation 2)}

2.3 Finding the Slopes of the Common Tangents

Since the line y=mx+cy=mx+c must be a common tangent, the value of cc must satisfy both tangency conditions simultaneously. Therefore, we equate the expressions for cc from Equation 1 and Equation 2: 1m=±321+m2\frac{1}{m} = \pm \frac{3}{2}\sqrt{1+m^2} Why this step? This is the core idea for finding common tangents: a line satisfying the tangency condition for one curve must also satisfy it for the other. This equation now allows us to solve for the unknown slope mm.

To solve for mm, we need to eliminate the square root. We do this by squaring both sides of the equation: (1m)2=(±321+m2)2\left(\frac{1}{m}\right)^2 = \left(\pm \frac{3}{2}\sqrt{1+m^2}\right)^2 1m2=94(1+m2)\frac{1}{m^2} = \frac{9}{4}(1+m^2) Tip: Squaring both sides of an equation can sometimes introduce extraneous solutions (solutions that satisfy the squared equation but not the original one). It's good practice to verify solutions, especially when dealing with square roots and ±\pm signs. In this case, since we are solving for m2m^2, any negative value for m2m^2 will be an extraneous solution as mm must be real.

Now, we simplify and rearrange the equation: Multiply both sides by 4m24m^2 to clear the denominators: 4=9m2(1+m2)4 = 9m^2(1+m^2) 4=9m2+9m44 = 9m^2 + 9m^4 Rearrange this into a quadratic equation in terms of m2m^2: 9(m2)2+9m24=09(m^2)^2 + 9m^2 - 4 = 0 Let X=m2X = m^2 to make the quadratic form more explicit: 9X2+9X4=09X^2 + 9X - 4 = 0 We solve this quadratic equation for XX using the quadratic formula, X=B±B24AC2AX = \frac{-B \pm \sqrt{B^2 - 4AC}}{2A}: X=9±924(9)(4)2(9)X = \frac{-9 \pm \sqrt{9^2 - 4(9)(-4)}}{2(9)} X=9±81+14418X = \frac{-9 \pm \sqrt{81 + 144}}{18} X=9±22518X = \frac{-9 \pm \sqrt{225}}{18} X=9±1518X = \frac{-9 \pm 15}{18} This yields two possible values for XX: X1=9+1518=618=13X_1 = \frac{-9 + 15}{18} = \frac{6}{18} = \frac{1}{3} X2=91518=2418=43X_2 = \frac{-9 - 15}{18} = \frac{-24}{18} = -\frac{4}{3} Why we discard X2X_2: Since X=m2X = m^2, and mm represents a real slope, m2m^2 must be a non-negative value. Therefore, we must discard X2=43X_2 = -\frac{4}{3}. Thus, we take the valid solution: m2=13m^2 = \frac{1}{3} Taking the square root, we find the possible slopes for the common tangents: m=±13=±13m = \pm \sqrt{\frac{1}{3}} = \pm \frac{1}{\sqrt{3}}

2.4 Determining the Equations of the Common Tangents

Now that we have the values for mm, we can find the corresponding cc values using Equation 1 (c=1mc = \frac{1}{m}) and write down the equations of the common tangents. Why this step? We need the full equations of the tangents to find their intersection point.

  • Case 1: m=13m = \frac{1}{\sqrt{3}} c=11/3=3c = \frac{1}{1/\sqrt{3}} = \sqrt{3} The equation of the first common tangent L1L_1 is: L1:y=13x+3L_1: y = \frac{1}{\sqrt{3}}x + \sqrt{3}

  • Case 2: m=13m = -\frac{1}{\sqrt{3}} c=11/3=3c = \frac{1}{-1/\sqrt{3}} = -\sqrt{3} The equation of the second common tangent L2L_2 is: L2:y=13x3L_2: y = -\frac{1}{\sqrt{3}}x - \sqrt{3}

2.5 Finding the Intersection Point Q and Length OQ

The problem states that the common tangents intersect at point Q. To find the coordinates of Q, we solve the system of linear equations formed by L1L_1 and L2L_2. Why this step? The point Q is crucial for determining one of the semi-axes of the ellipse.

L1:y=13x+3L_1: y = \frac{1}{\sqrt{3}}x + \sqrt{3} L2:y=13x3L_2: y = -\frac{1}{\sqrt{3}}x - \sqrt{3} Equating the expressions for yy from both equations: 13x+3=13x3\frac{1}{\sqrt{3}}x + \sqrt{3} = -\frac{1}{\sqrt{3}}x - \sqrt{3} Gather xx terms on one side and constant terms on the other: 13x+13x=33\frac{1}{\sqrt{3}}x + \frac{1}{\sqrt{3}}x = -\sqrt{3} - \sqrt{3} 23x=23\frac{2}{\sqrt{3}}x = -2\sqrt{3} Multiply both sides by 32\frac{\sqrt{3}}{2} to solve for xx: x=23×32x = -2\sqrt{3} \times \frac{\sqrt{3}}{2} x=3x = -3 Now substitute x=3x=-3 into either tangent equation (let's use L1L_1): y=13(3)+3y = \frac{1}{\sqrt{3}}(-3) + \sqrt{3} y=33+3y = -\frac{3}{\sqrt{3}} + \sqrt{3} y=3+3y = -\sqrt{3} + \sqrt{3} y=0y = 0 So, the intersection point Q is (3,0)(-3, 0).

Next, we need to find the length of the segment OQ, where O is the origin (0,0)(0,0). This length will be one of the semi-axes of the ellipse. Why this step? The problem explicitly states that OQ is a semi-axis length.

Using the distance formula between O(0,0)O(0,0) and Q(3,0)Q(-3,0): OQ=(30)2+(00)2OQ = \sqrt{(-3 - 0)^2 + (0 - 0)^2} OQ=(3)2+02OQ = \sqrt{(-3)^2 + 0^2} OQ=9OQ = \sqrt{9} OQ=3OQ = 3

2.6 Defining the Ellipse and its Semi-Axes

The problem states that an ellipse, centered at the origin O, has lengths of semi-minor and semi-major axes equal to OQ and 6, respectively. Why this step? Correctly identifying the semi-major and semi-minor axes is crucial for accurate calculations of eccentricity and latus rectum.

  • We found OQ=3OQ = 3.
  • The other given length is 6.

By definition, the

Practice More Conic Sections Questions

View All Questions