Solveeit Logo

Question

Question: If r₁, and r₂ are distances of points on the ellipse $5x^2 + 5y^2 + 6xy - 8 = 0$ which are at maximu...

If r₁, and r₂ are distances of points on the ellipse 5x2+5y2+6xy8=05x^2 + 5y^2 + 6xy - 8 = 0 which are at maximum and minimum distance from the origin, then r1+r2r_1 + r_2 is equal to

A

2

B

1

C

3

D

4

Answer

3

Explanation

Solution

The equation of the ellipse is 5x2+6xy+5y2=85x^2 + 6xy + 5y^2 = 8. We can write this in matrix form as xTQx=8\mathbf{x}^T Q \mathbf{x} = 8, where x=(xy)\mathbf{x} = \begin{pmatrix} x \\ y \end{pmatrix} and Q=(5335)Q = \begin{pmatrix} 5 & 3 \\ 3 & 5 \end{pmatrix}. The eigenvalues of QQ are found by solving det(QλI)=0\det(Q - \lambda I) = 0, which yields (5λ)29=0(5-\lambda)^2 - 9 = 0, giving λ1=2\lambda_1 = 2 and λ2=8\lambda_2 = 8. In the rotated coordinate system, the ellipse equation is 2x2+8y2=82x'^2 + 8y'^2 = 8, or x24+y21=1\frac{x'^2}{4} + \frac{y'^2}{1} = 1. The semi-axes squared are a2=4a'^2 = 4 and b2=1b'^2 = 1. The maximum distance from the origin is r1=a2=4=2r_1 = \sqrt{a'^2} = \sqrt{4} = 2, and the minimum distance is r2=b2=1=1r_2 = \sqrt{b'^2} = \sqrt{1} = 1. Therefore, r1+r2=2+1=3r_1 + r_2 = 2 + 1 = 3.