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

Question

Let an ellipse E:x2a2+y2b2=1E:{{{x^2}} \over {{a^2}}} + {{{y^2}} \over {{b^2}}} = 1, a2>b2{a^2} > {b^2}, passes through (32,1)\left( {\sqrt {{3 \over 2}} ,1} \right) and has eccentricity 13{1 \over {\sqrt 3 }}. If a circle, centered at focus F(α\alpha, 0), α\alpha > 0, of E and radius 23{2 \over {\sqrt 3 }}, intersects E at two points P and Q, then PQ 2 is equal to :

Options

Solution

1. Understanding the Problem and Key Concepts

We are given an ellipse EE and information about its properties (passing point, eccentricity). We need to determine its equation. Then, we are given a circle centered at one of the ellipse's foci with a specified radius. This circle intersects the ellipse at two points, P and Q. Our ultimate goal is to find the square of the distance between P and Q, i.e., PQ2PQ^2.

To solve this problem, we will utilize the following key concepts and formulas related to ellipses and coordinate geometry:

  • Standard Equation of an Ellipse: For an ellipse centered at the origin with foci on the x-axis, the equation is x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1, where aa is the semi-major axis, bb is the semi-minor axis, and a2>b2a^2 > b^2.
  • Eccentricity: The eccentricity ee of an ellipse is a measure of its "roundness." It is related to aa and bb by the formula b2=a2(1e2)b^2 = a^2(1-e^2).
  • Foci of an Ellipse: For an ellipse with foci on the x-axis, the coordinates of the foci are (±ae,0)(\pm ae, 0).
  • Focal Distance Property: For any point P(x,y)P(x,y) on the ellipse, its distance from the focus F(ae,0)F(ae,0) is PF=aexPF = a - ex (when considering the right focus). Similarly, for the left focus F(ae,0)F'(-ae,0), PF=a+exPF' = a + ex. The sum of focal distances is constant: PF+PF=2aPF + PF' = 2a.
  • Equation of a Circle: A circle with center (h,k)(h,k) and radius RR has the equation (xh)2+(yk)2=R2(x-h)^2 + (y-k)^2 = R^2.
  • Distance Formula: The square of the distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is D2=(x2x1)2+(y2y1)2D^2 = (x_2-x_1)^2 + (y_2-y_1)^2.

2. Determining the Ellipse Parameters (a2a^2 and b2b^2)

Our first step is to find the specific equation of the ellipse EE. We are given two pieces of information: its eccentricity and a point it passes through.

Step 2.1: Using Eccentricity to Relate a2a^2 and b2b^2 The given eccentricity is e=13e = \frac{1}{\sqrt{3}}. The fundamental relation between aa, bb, and ee for an ellipse is: b2=a2(1e2)b^2 = a^2(1-e^2) Substitute the given value of ee: b2=a2(1(13)2)b^2 = a^2\left(1 - \left(\frac{1}{\sqrt{3}}\right)^2\right) b2=a2(113)b^2 = a^2\left(1 - \frac{1}{3}\right) b2=a2(23)(Equation 1)b^2 = a^2\left(\frac{2}{3}\right) \quad \text{(Equation 1)} Explanation: This equation is crucial as it connects the semi-minor axis (bb) to the semi-major axis (aa) using the eccentricity. We now have one equation with two unknowns (a2a^2 and b2b^2).

Step 2.2: Using the Given Point to Form a Second Equation The ellipse EE passes through the point (32,1)\left(\sqrt{\frac{3}{2}}, 1\right). Since this point lies on the ellipse, it must satisfy the ellipse's equation: x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 Substitute x=32x = \sqrt{\frac{3}{2}} and y=1y = 1: (32)2a2+12b2=1\frac{\left(\sqrt{\frac{3}{2}}\right)^2}{a^2} + \frac{1^2}{b^2} = 1 32a2+1b2=1\frac{\frac{3}{2}}{a^2} + \frac{1}{b^2} = 1 32a2+1b2=1(Equation 2)\frac{3}{2a^2} + \frac{1}{b^2} = 1 \quad \text{(Equation 2)} Explanation: Any point on a curve must satisfy the curve's equation. This gives us a second independent equation involving a2a^2 and b2b^2.

Step 2.3: Solving for a2a^2 and b2b^2 Now we solve the system of Equation 1 and Equation 2. From Equation 1, we have b2=23a2b^2 = \frac{2}{3}a^2. Substitute this expression for b2b^2 into Equation 2: 32a2+123a2=1\frac{3}{2a^2} + \frac{1}{\frac{2}{3}a^2} = 1 32a2+32a2=1\frac{3}{2a^2} + \frac{3}{2a^2} = 1 62a2=1\frac{6}{2a^2} = 1 3a2=1\frac{3}{a^2} = 1 a2=3a^2 = 3 Now, substitute a2=3a^2 = 3 back into Equation 1 to find b2b^2: b2=23(3)b^2 = \frac{2}{3}(3) b2=2b^2 = 2 Explanation: We have successfully determined the values of a2a^2 and b2b^2, which completely defines the ellipse's equation. The equation of the ellipse EE is therefore: x23+y22=1\frac{x^2}{3} + \frac{y^2}{2} = 1


3. Identifying the Focus and Circle Equation

Next, we need to find the center of the circle, which is one of the foci of the ellipse, and then write the circle's equation.

Step 3.1: Locating the Focus F(α\alpha, 0) The foci of an ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 are at (±ae,0)(\pm ae, 0). We have a2=3a=3a^2 = 3 \Rightarrow a = \sqrt{3} (since a>0a>0). We are given e=13e = \frac{1}{\sqrt{3}}. So, ae=313=1ae = \sqrt{3} \cdot \frac{1}{\sqrt{3}} = 1. The foci are at (±1,0)(\pm 1, 0). The problem states that the circle is centered at focus F(α,0)F(\alpha, 0) with α>0\alpha > 0. Therefore, the center of the circle is F(1,0)F(1, 0). So, α=1\alpha = 1. Explanation: The value aeae represents the distance of each focus from the center of the ellipse. Since α>0\alpha > 0 is specified, we choose the positive focus.

Step 3.2: Writing the Equation of the Circle The circle is centered at F(1,0)F(1, 0) and has a radius R=23R = \frac{2}{\sqrt{3}}. Using the standard circle equation (xh)2+(yk)2=R2(x-h)^2 + (y-k)^2 = R^2: (x1)2+(y0)2=(23)2(x-1)^2 + (y-0)^2 = \left(\frac{2}{\sqrt{3}}\right)^2 (x1)2+y2=43(Equation 3)(x-1)^2 + y^2 = \frac{4}{3} \quad \text{(Equation 3)} Explanation: This is the equation of the circle whose intersection with the ellipse we need to find.


4. Finding the Intersection Points P and Q

The points P and Q are the intersection points of the ellipse EE and the circle (Equation 3). Instead of directly solving the system of equations (which can be algebraically intensive), we can use a crucial property of the ellipse: the focal distance property.

Step 4.1: Utilizing the Focal Distance Property For any point P(x,y)P(x,y) on the ellipse, its distance from the focus F(ae,0)F(ae,0) is given by PF=aexPF = a - ex. We found a=3a = \sqrt{3} and e=13e = \frac{1}{\sqrt{3}}. So, for points on the ellipse, the distance from the focus F(1,0)F(1,0) is: PF=313xPF = \sqrt{3} - \frac{1}{\sqrt{3}}x Explanation: This formula is a direct consequence of the definition of an ellipse. It states that the distance from a point on the ellipse to a focus is linearly related to its x-coordinate. It's often easier to use than the standard distance formula involving square roots, especially when the focus is involved.

The points P and Q are on the circle centered at F(1,0)F(1,0) with radius R=23R = \frac{2}{\sqrt{3}}. This means that the distance from FF to P (and Q) is equal to the radius of the circle. So, PF=RPF = R. Therefore, for the intersection points P and Q: PF=23PF = \frac{2}{\sqrt{3}} Equating the two expressions for PFPF: 313x=23\sqrt{3} - \frac{1}{\sqrt{3}}x = \frac{2}{\sqrt{3}} Multiply by 3\sqrt{3} to clear denominators: 3x=23 - x = 2 x=1x = 1 Explanation: This is a significant shortcut! Since the circle is centered at a focus, any point of intersection with the ellipse must satisfy both the circle's radius condition and the ellipse's focal distance property. This directly gives us the x-coordinate of the intersection points.

Step 4.2: Finding the y-coordinates of P and Q Now that we have the x-coordinate (x=1x=1) for both P and Q, we can substitute it back into the ellipse equation to find the corresponding y-coordinates. The ellipse equation is x23+y22=1\frac{x^2}{3} + \frac{y^2}{2} = 1. Substitute x=1x=1: 123+y22=1\frac{1^2}{3} + \frac{y^2}{2} = 1 13+y22=1\frac{1}{3} + \frac{y^2}{2} = 1 y22=113\frac{y^2}{2} = 1 - \frac{1}{3} y22=23\frac{y^2}{2} = \frac{2}{3} y2=43y^2 = \frac{4}{3} y=±43=±23y = \pm \sqrt{\frac{4}{3}} = \pm \frac{2}{\sqrt{3}} Explanation: The ellipse is symmetric with respect to the x-axis. Since the focus is on the x-axis and the intersection points have the same x-coordinate, their y-coordinates must be opposites. This gives us two distinct points.

So, the two intersection points are: P=(1,23)andQ=(1,23)P = \left(1, \frac{2}{\sqrt{3}}\right) \quad \text{and} \quad Q = \left(1, -\frac{2}{\sqrt{3}}\right) Common Mistake: Attempting to solve the system of equations by substituting y2=43(x1)2y^2 = \frac{4}{3} - (x-1)^2 from the circle equation into the ellipse equation would lead to a more complex polynomial in xx. Recognizing the focal distance property simplifies this significantly.


5. Calculating PQ²

Practice More Conic Sections Questions

View All Questions