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

Question

The line y = x + 1 meets the ellipse x24+y22=1{{{x^2}} \over 4} + {{{y^2}} \over 2} = 1 at two points P and Q. If r is the radius of the circle with PQ as diameter then (3r) 2 is equal to :

Options

Solution

This problem is a classic example of how concepts from coordinate geometry, specifically lines, ellipses, and circles, are integrated. Our goal is to find the length of the chord formed by the intersection of a given line and an ellipse, which then serves as the diameter of a circle. Finally, we need to calculate a specific expression involving the radius of this circle.


1. Core Concepts and Formulas

Before we dive into the solution, let's lay down the fundamental mathematical tools we'll be using. Understanding these concepts is crucial for solving problems of this type.

  • Equation of a Line: A straight line can be represented as y=mx+cy = mx + c, where mm is the slope and cc is the y-intercept. In our problem, the line is y=x+1y = x + 1, so m=1m=1 and c=1c=1.
  • Equation of an Ellipse: A standard ellipse centered at the origin is given by x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1. Our given ellipse is x24+y22=1\frac{x^2}{4} + \frac{y^2}{2} = 1, where a2=4a^2=4 and b2=2b^2=2.
  • Intersection of a Line and an Ellipse: When a line intersects an ellipse, the points of intersection satisfy both the line's equation and the ellipse's equation. To find these points, we substitute the expression for yy (or xx) from the line equation into the ellipse equation. This eliminates one variable and results in a quadratic equation in the other variable (either xx or yy). The roots of this quadratic equation will be the coordinates of the intersection points.
  • Quadratic Equation and Vieta's Formulas: For a quadratic equation of the form Ax2+Bx+C=0Ax^2 + Bx + C = 0, if its roots are α\alpha and β\beta, then:
    • Sum of roots: α+β=BA\alpha + \beta = -\frac{B}{A}
    • Product of roots: αβ=CA\alpha\beta = \frac{C}{A}
    • Important Identity: The square of the difference of the roots can be expressed as: (αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta. This identity is incredibly useful because it allows us to find the squared difference of roots without explicitly calculating the roots themselves, which often involve square roots and complex arithmetic, thus simplifying calculations significantly.
  • Distance Formula: The distance between two points P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2) in a Cartesian plane is given by PQ=(x2x1)2+(y2y1)2PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Often, it's more convenient and algebraically simpler to work with the squared distance: PQ2=(x2x1)2+(y2y1)2PQ^2 = (x_2 - x_1)^2 + (y_2 - y_1)^2.
  • Circle Properties: If a line segment PQ is the diameter of a circle, then its length is twice the radius rr. So, PQ=2rPQ = 2r, which implies PQ2=(2r)2=4r2PQ^2 = (2r)^2 = 4r^2. This relationship allows us to connect the length of the chord to the circle's radius.

2. Step-by-Step Solution

Let's break down the problem into manageable steps, explaining the rationale behind each action.

Step 1: Formulate the Quadratic Equation for the x-coordinates of the Intersection Points

Goal: Find the x-coordinates of the points P and Q where the line intersects the ellipse. Method: Substitute the equation of the line into the equation of the ellipse. This eliminates yy and leaves an equation solely in terms of xx, whose solutions will be the x-coordinates of P and Q.

Given line: y=x+1y = x + 1 Given ellipse: x24+y22=1\frac{x^2}{4} + \frac{y^2}{2} = 1

Substitute y=x+1y = x + 1 into the ellipse equation: x24+(x+1)22=1\frac{x^2}{4} + \frac{(x + 1)^2}{2} = 1

Now, we need to simplify this equation into the standard quadratic form Ax2+Bx+C=0Ax^2 + Bx + C = 0. To clear the denominators and work with integers, we multiply the entire equation by the least common multiple (LCM) of 4 and 2, which is 4: 4(x24)+4((x+1)22)=4×14 \left( \frac{x^2}{4} \right) + 4 \left( \frac{(x + 1)^2}{2} \right) = 4 \times 1 x2+2(x+1)2=4x^2 + 2(x + 1)^2 = 4 Next, we expand the binomial term (x+1)2(x + 1)^2 using the identity (a+b)2=a2+2ab+b2(a+b)^2 = a^2+2ab+b^2: x2+2(x2+2x+1)=4x^2 + 2(x^2 + 2x + 1) = 4 Distribute the 2 into the parenthesis: x2+2x2+4x+2=4x^2 + 2x^2 + 4x + 2 = 4 Combine like terms (x2x^2 terms) and move all terms to one side to form the quadratic equation: (1+2)x2+4x+24=0(1+2)x^2 + 4x + 2 - 4 = 0 3x2+4x2=03x^2 + 4x - 2 = 0 This is our quadratic equation. Let its roots be α\alpha and β\beta. These roots are precisely the x-coordinates of the intersection points P and Q.

Step 2: Express the Coordinates of P and Q

Goal: Define the coordinates of points P and Q using the roots found in Step 1. Method: Since the x-coordinates are α\alpha and β\beta, we can find their corresponding y-coordinates by substituting α\alpha and β\beta into the line equation y=x+1y = x + 1.

So, the coordinates of the two points are: P(α,α+1)P(\alpha, \alpha + 1) Q(β,β+1)Q(\beta, \beta + 1)

Step 3: Calculate the Length of the Chord PQ (which is the Diameter of the Circle)

Goal: Find the length of the segment PQ, which is the diameter of the circle, and relate it to the radius rr. Method: Use the distance formula for PQ2PQ^2 to avoid square roots initially, and then use the relationship PQ=2rPQ = 2r.

The distance formula for PQPQ is PQ=(x2x1)2+(y2y1)2PQ = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}. Substituting the coordinates of P and Q: PQ=(βα)2+((β+1)(α+1))2PQ = \sqrt{(\beta - \alpha)^2 + ((\beta + 1) - (\alpha + 1))^2} Let's simplify the difference in y-coordinates: (β+1)(α+1)=β+1α1=βα(\beta + 1) - (\alpha + 1) = \beta + 1 - \alpha - 1 = \beta - \alpha Notice that because the line has a slope of 1 (y=x+1y = x + 1), the difference in y-coordinates is exactly equal to the difference in x-coordinates. This is a common simplification for lines with m=1m=1 or m=1m=-1.

Substitute this back into the distance formula: PQ=(βα)2+(βα)2PQ = \sqrt{(\beta - \alpha)^2 + (\beta - \alpha)^2} PQ=2(βα)2PQ = \sqrt{2(\beta - \alpha)^2} Since PQPQ is the diameter of the circle, its length is 2r2r. Therefore, PQ2=(2r)2=4r2PQ^2 = (2r)^2 = 4r^2. Let's square the expression for PQPQ: PQ2=(2(βα)2)2PQ^2 = \left(\sqrt{2(\beta - \alpha)^2}\right)^2 PQ2=2(βα)2PQ^2 = 2(\beta - \alpha)^2 Equating this with 4r24r^2: 4r2=2(βα)24r^2 = 2(\beta - \alpha)^2 Dividing both sides by 2, we get a direct relationship between r2r^2 and the squared difference of the roots: 2r2=(βα)22r^2 = (\beta - \alpha)^2 Since (βα)2(\beta - \alpha)^2 is the same as (αβ)2(\alpha - \beta)^2, we can write: 2r2=(αβ)22r^2 = (\alpha - \beta)^2 This is a crucial intermediate result, as it connects the radius to the roots of our quadratic equation.

Step 4: Use Vieta's Formulas to Find (αβ)2(\alpha - \beta)^2

Goal: Calculate the value of (αβ)2(\alpha - \beta)^2 using the coefficients of the quadratic equation. Method: Apply Vieta's formulas to find the sum and product of the roots of 3x2+4x2=03x^2 + 4x - 2 = 0, then use the identity (αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta.

From the quadratic equation 3x2+4x2=03x^2 + 4x - 2 = 0 (obtained in Step 1), we identify the coefficients: A=3A = 3, B=4B = 4, C=2C = -2.

Using Vieta's formulas:

  • Sum of roots: α+β=BA=43\alpha + \beta = -\frac{B}{A} = -\frac{4}{3}
  • Product of roots: αβ=CA=23\alpha\beta = \frac{C}{A} = \frac{-2}{3}

Now, we use the identity (αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta: (αβ)2=(43)24(23)(\alpha - \beta)^2 = \left(-\frac{4}{3}\right)^2 - 4\left(-\frac{2}{3}\right) First, calculate the square and the product: (αβ)2=(4)232(83)(\alpha - \beta)^2 = \frac{(-4)^2}{3^2} - \left(-\frac{8}{3}\right) (αβ)2=169+83(\alpha - \beta)^2 = \frac{16}{9} + \frac{8}{3} To add these fractions, we find a common denominator, which is 9: (αβ)2=169+8×33×3(\alpha - \beta)^2 = \frac{16}{9} + \frac{8 \times 3}{3 \times 3} (αβ)2=169+249(\alpha - \beta)^2 = \frac{16}{9} + \frac{24}{9} (αβ)2=16+249=409(\alpha - \beta)^2 = \frac{16 + 24}{9} = \frac{40}{9}

Step 5: Calculate the Required Value (3r)2(3r)^2

Goal: Use the value of (αβ)2(\alpha - \beta)^2 to find r2r^2 and then calculate (3r)2(3r)^2. Method: Substitute the value of (αβ)2(\alpha - \beta)^2 into the relationship derived in Step 3, then perform the final calculation.

We have the relationship from Step 3: 2r2=(αβ)22r^2 = (\alpha - \beta)^2 Substitute the value of (αβ)2=409(\alpha - \beta)^2 = \frac{40}{9} from Step 4: 2r2=4092r^2 = \frac{40}{9} Now, we need to find r2r^2. Divide both sides by 2: r2=409×2=4018r^2 = \frac{40}{9 \times 2} = \frac{40}{18} Simplify the fraction by dividing both numerator and denominator by 2: r2=209r^2 = \frac{20}{9} The question asks for the value of (3r)2(3r)^2. We can calculate this by first squaring 3r3r: (3r)2=32×r2=9r2(3r)^2 = 3^2 \times r^2 = 9r^2 Now, substitute the value of r2r^2: (3r)2=9×209(3r)^2 = 9 \times \frac{20}{9} The 9 in the numerator and denominator cancel out: (3r)2=20(3r)^2 = 20


3. Tips for Success and Common Pitfalls

  • Algebraic Accuracy is Paramount: A single sign error or miscalculation with fractions can invalidate the entire solution. Double-check each step, especially when expanding binomials, distributing terms, and combining fractions.
  • Don't Rush to Solve the Quadratic: It's a common mistake to immediately try to find the exact roots of the quadratic equation using the quadratic formula. However, this often leads to complex expressions involving square roots, which makes subsequent calculations (like the distance formula) much more tedious and error-prone. The identity (αβ)2=(α+β)24αβ(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta is designed precisely to avoid this, leveraging Vieta's formulas instead. This is a key time-saving technique in competitive exams.
  • Distance Squared vs. Distance: Pay attention to whether you need PQPQ or PQ2PQ^2. In problems involving radii and diameters, working with squared distances (PQ2=4r2PQ^2 = 4r^2) often simplifies the algebra significantly, avoiding square roots until the very end (if needed).
  • Understanding the Line's Slope: Notice how the line y=x+1y=x+1 (slope m=1m=1) simplified the distance formula step. For a general line y=mx+cy=mx+c, the difference in y-coordinates is $y_2 - y_1 = (mx_2+c) - (

Practice More Conic Sections Questions

View All Questions