Maths Olympiad Prep

Library / /402 of 520

Geometry Difficulty 4.0 AMC 10/12 Find the answer

Given an ellipse C:x2a2+y2b2=1(a>b>0)C:\frac{x^2}{a^2}+\frac{y^2}{b^2}=1(a>b>0) with eccentricity 22\frac{\sqrt{2}}{2}, a circle with the diameter of the short axis of CC is tangent to the line y=ax+6y=ax+6. (1)(1) Find the equation of CC;(2)(2) The line l:y=k(x1)(k0)l:y=k(x-1)(k\geqslant 0) intersects CC at points AA and BB. Let PP be a point on CC such that a line parallel to the xx-axis passing through PP intersects the line segment ABAB at point QQ. The slope of the line OPOP (where OO is the origin) is denoted as kk'. The area of APQ\triangle APQ is S1S_{1} and the area of BPQ\triangle BPQ is S2S_{2}. If APS2=BPS1|AP|\cdot S_{2}=|BP|\cdot S_{1}, determine whether kkk\cdot k' is a constant value and provide a justification.

A number or a short expression. Spacing and $ signs are ignored.

Solution

### Step-by-Step Solution

#### Part (1): Finding the Equation of CC

Given the eccentricity of the ellipse is 22\frac{\sqrt{2}}{2}, we can write the eccentricity formula as:

a2b2a=22 \frac{\sqrt{a^2 - b^2}}{a} = \frac{\sqrt{2}}{2}

Squaring both sides, we get:

a2b2a2=12 \frac{a^2 - b^2}{a^2} = \frac{1}{2}

Solving for a2a^2 and b2b^2, we find:

a2=2b2 a^2 = 2b^2

Given that the circle with the diameter of the short axis of CC is tangent to the line y=ax+6y = ax + 6, the radius of this circle is bb, and the distance from the origin to the line is 6a2+1\frac{6}{\sqrt{a^2 + 1}}, we equate this to bb:

b=6a2+1 b = \frac{6}{\sqrt{a^2 + 1}}

Substituting a2=2b2a^2 = 2b^2 into the equation and solving, we find:

a2=8,b2=4 a^2 = 8, \quad b^2 = 4

Therefore, the equation of CC is:

x28+y24=1 \boxed{\frac{x^2}{8} + \frac{y^2}{4} = 1}

#### Part (2): Determining if kkk \cdot k' is a Constant Value

Given APS2=BPS1|AP| \cdot S_2 = |BP| \cdot S_1, we analyze the ratios and find that:

APBP=S1S2=12APPQsinAPQ12BPPQsinBPQ=APsinAPQBPsinBPQ \frac{|AP|}{|BP|} = \frac{S_1}{S_2} = \frac{\frac{1}{2}|AP||PQ|\sin\angle APQ}{\frac{1}{2}|BP||PQ|\sin\angle BPQ} = \frac{|AP|\sin\angle APQ}{|BP|\sin\angle BPQ}

This implies sinAPQ=sinBPQ\sin \angle APQ = \sin \angle BPQ, and since APQ+BPQ=ABP(0,π)\angle APQ + \angle BPQ = \angle ABP \in (0, \pi), we have APQ=BPQ\angle APQ = \angle BPQ. This means PQPQ bisects APB\angle APB, leading to kAP+kBP=0k_{AP} + k_{BP} = 0.

Let A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2), and P(x0,y0)P(x_0, y_0). From the system of equations:

{x28+y24=1y=k(x1) \left\{ \begin{array}{l} \frac{x^2}{8} + \frac{y^2}{4} = 1 \\ y = k(x - 1) \end{array} \right.

We eliminate yy and find:

(1+2k2)x24k2x+2k28=0 (1 + 2k^2)x^2 - 4k^2x + 2k^2 - 8 = 0

From this, we get:

x1+x2=4k21+2k2,x1x2=2k281+2k2 x_1 + x_2 = \frac{4k^2}{1 + 2k^2}, \quad x_1x_2 = \frac{2k^2 - 8}{1 + 2k^2}

Given kAP+kBP=0k_{AP} + k_{BP} = 0, we derive:

2k(2k28)4k2(y0+kx0+k)+2x0(y0+k)(1+2k2)=0 2k(2k^2 - 8) - 4k^2(y_0 + kx_0 + k) + 2x_0(y_0 + k)(1 + 2k^2) = 0

Simplifying, we find:

2y0(x01)k2+(x08)k+x0y0=0 2y_0(x_0 - 1)k^2 + (x_0 - 8)k + x_0y_0 = 0

Given P(x0,y0)P(x_0, y_0) lies on the ellipse, we have x02+2y02=8x_0^2 + 2y_0^2 = 8. This simplifies to:

(2y0kx0)[(x01)ky0]=0 (2y_0k - x_0)[(x_0 - 1)k - y_0] = 0

Since PP does not lie on the line l:y=k(x1)l: y = k(x - 1), we conclude:

2y0kx0=0ky0x0=kk=12 2y_0k - x_0 = 0 \Rightarrow k \cdot \frac{y_0}{x_0} = k \cdot k' = \frac{1}{2}

Therefore, kkk \cdot k' is a constant value, and:

kk=12 \boxed{k \cdot k' = \frac{1}{2}}

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.