Given an ellipse C: a2x2+b2y2=1(a>b>0) with an eccentricity of 22 and passing through the point P(2,1).
(1) Find the equation of the ellipse C. (2) Let A1 and A2 denote the left and right vertices of the ellipse, respectively. If a moving point M satisfies MA2⊥A1A2, and MA1 intersects the ellipse C at a point R distinct from A1, prove that OR⋅OM is constant.
This one wants a proof. Work it on paper, read the official solution, then mark
yourself honestly — the ladder only means something if the record is true.
Official solution
(1) Substitute the point P(2,1) into the equation of the ellipse a2x2+b2y2=1, which simplifies to: a22+b21=1.
Given that the eccentricity e=ac=aa2−b2=22, solving for a and b yields: a2=4 and b2=2.
Hence, the equation of ellipse C is 4x2+2y2=1.
(2) Proof: From (1), we have A1(−2,0) and A2(2,0). Let M(2,y0) and R(x1,y1).
The equation of line MA1 is given by: y=4y0x+2y0. Substitute this expression for y into the equation of the ellipse, we obtain: (1+8y02)x2+2y02x+2y02−4=0.
Since x1 satisfies this quadratic equation and is not equal to −2 (the x-coordinate of A1), we have: (−2)x1=y02+84(y02−8), which leads to x1=y02+8−2(y02−8). Consequently, y1=y02+88y0.
Calculating the dot product OR⋅OM: (y02+8−2(y02−8),y02+88y0)⋅(2,y0)=y02+8−4(y02−8)+y02+88y02=4.
Therefore, OR⋅OM=4, which is a constant value.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.