Maths Olympiad Prep

Library / /434 of 520

Geometry Difficulty 4.5 AIME Prove it

Given an ellipse CC: x2a2+y2b2=1(a>b>0)\frac{x^2}{a^2}+\frac{y^2}{b^2}=1\left(a > b > 0\right) with eccentricity e=22e=\frac{\sqrt{2}}{2}, the area of the rhombus formed by connecting the four vertices of the ellipse is 222\sqrt{2}.()(Ⅰ) Find the equation of the ellipse CC;()(Ⅱ) Let OO be the origin, AA be the upper vertex of the ellipse CC, and the line l:y=kx+t(t±1)l:y=kx+t\left(t\neq \pm 1\right) intersects the ellipse CC at two distinct points PP and QQ. The line APAP intersects the xx-axis at point MM, and the line AQAQ intersects the xx-axis at point NN. If OMON=2|OM|\cdot |ON|=2, prove that the line ll passes through a fixed point.

Solution

### Solution:

#### Part (Ⅰ): Finding the Equation of the Ellipse CC

Given the eccentricity e=22e = \frac{\sqrt{2}}{2}, we have the relationship between the semi-major axis aa, semi-minor axis bb, and the linear eccentricity cc as follows:

1. The eccentricity formula e=cae = \frac{c}{a} gives us a=2ca = \sqrt{2}c.
2. The relationship between aa, bb, and cc is c2=a2b2c^2 = a^2 - b^2, which simplifies to a=2ba = \sqrt{2}b when substituting the expression for aa from step 1.
3. The area of the rhombus formed by the vertices of the ellipse is given by 12×2a×2b=22\frac{1}{2} \times 2a \times 2b = 2\sqrt{2}, leading to the equation ab=2ab = \sqrt{2}.

Solving these equations simultaneously, we find that a=2a = \sqrt{2} and b=1b = 1. Therefore, the equation of the ellipse CC is:

x22+y2=1\boxed{\frac{x^2}{2} + y^2 = 1}

#### Part (Ⅱ): Proving the Line ll Passes Through a Fixed Point

Given the upper vertex of the ellipse is A(0,1)A(0,1), let the points of intersection of line ll with the ellipse be P(x1,y1)P(x_1, y_1) and Q(x2,y2)Q(x_2, y_2). The equation of line APAP can be written as:

y=y11x1x+1y = \frac{y_1 - 1}{x_1}x + 1

Setting y=0y = 0 to find the xx-coordinate of point MM, we get:

xM=x1y11x_M = -\frac{x_1}{y_1 - 1}

Given y1=kx1+ty_1 = kx_1 + t, we can express OM|OM| as:

OM=x1kx1+t1|OM| = \left|\frac{x_1}{kx_1 + t - 1}\right|

Similarly, for point NN, we have:

ON=x2kx2+t1|ON| = \left|\frac{x_2}{kx_2 + t - 1}\right|

Solving the system of equations {y=kx+tx22+y2=1\left\{\begin{array}{l}y = kx + t \\ \frac{x^2}{2} + y^2 = 1\end{array}\right. and eliminating yy, we obtain a quadratic equation in xx:

(1+2k2)x2+4ktx+2t22=0(1 + 2k^2)x^2 + 4ktx + 2t^2 - 2 = 0

From this, we find the sum and product of roots as:

x1+x2=4kt1+2k2x_1 + x_2 = -\frac{4kt}{1 + 2k^2}
x1x2=2t221+2k2x_1x_2 = \frac{2t^2 - 2}{1 + 2k^2}

Therefore, the product OMON|OM|\cdot |ON| can be simplified to:

OMON=x1x2(kx1+t1)(kx2+t1)=2t221+2k2k22t221+2k2+k(t1)(4kt1+2k2)+(t1)2=2t+1t1|OM|\cdot |ON| = \left|\frac{x_1x_2}{(kx_1 + t - 1)(kx_2 + t - 1)}\right| = \left|\frac{\frac{2t^2 - 2}{1 + 2k^2}}{k^2\frac{2t^2 - 2}{1 + 2k^2} + k(t - 1)\left(-\frac{4kt}{1 + 2k^2}\right) + (t - 1)^2}\right| = 2\left|\frac{t + 1}{t - 1}\right|

Given that OMON=2|OM|\cdot |ON| = 2, we have:

2t+1t1=22\left|\frac{t + 1}{t - 1}\right| = 2

Solving this equation, we find that t=0t = 0. Therefore, the line ll passes through the fixed point (0,0)(0,0), which can be encapsulated as:

The line l passes through the fixed point (0,0)\boxed{\text{The line } l \text{ passes through the fixed point } (0,0)}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.