10.3 Intersection of Lines and Ellipses and Chord Problems
Key Takeaways
- Substituting y = kx + m into x^2/a^2 + y^2/b^2 = 1 yields (b^2 + a^2 k^2)x^2 + 2a^2 kmx + a^2(m^2 - b^2) = 0 with discriminant Δ = 4a^2 b^2(a^2 k^2 + b^2 - m^2).
- The line is secant when Δ > 0, tangent when Δ = 0 (m^2 = a^2 k^2 + b^2), and non-intersecting when Δ < 0.
- Chord length |AB| = sqrt(1 + k^2) * |x1 - x2| = sqrt(1 + k^2) * sqrt((x1+x2)^2 - 4x1x2) via Vieta's formulas.
- The point-difference method for midpoint chord M(x0, y0) proves the slope product relation k_AB * k_OM = -b^2 / a^2.
- Gaokao analytic geometry synthesis relies on combining discriminant inequalities, Vieta substitution, and vector dot products (OA · OB = x1x2 + y1y2).
10.3 Intersection of Lines and Ellipses and Chord Problems
Line-ellipse interaction problems constitute the single most tested topic in the comprehensive analytic geometry question (解析几何大题) on the Gaokao exam. These problems test algebraic manipulation, discriminant analysis, Vieta's formulas, chord length formulas, and the point-difference method (点差法).
1. Algebraic System & Intersection Discriminant ($\Delta$)
To investigate the intersection of a line $l: y = kx + m$ and an ellipse $C: \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$:
Step 1: Substitute and Form the Quadratic System
Substitute $y = kx + m$ into the ellipse equation: Multiply by $a^2b^2$:
Let $A = b^2 + a^2 k^2$, $B = 2a^2 k m$, and $C = a^2(m^2 - b^2)$.
Step 2: Compute Discriminant $\Delta$
Classification of Geometric States:
- $\Delta > 0 \iff m^2 < a^2 k^2 + b^2$: Line $l$ intersects ellipse $C$ at two distinct points $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$ (secant line).
- $\Delta = 0 \iff m^2 = a^2 k^2 + b^2$: Line $l$ is tangent to ellipse $C$ at exactly one point.
- $\Delta < 0 \iff m^2 > a^2 k^2 + b^2$: Line $l$ and ellipse $C$ have no intersection points.
Tangency Condition: The condition for line $y = kx + m$ to be tangent to ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ is $m^2 = a^2k^2 + b^2$.
2. Vieta's Formulas & Chord Length Formula
When line $y = kx + m$ intersects ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ at $P_1(x_1, y_1)$ and $P_2(x_2, y_2)$:
Vieta's Formulas (韦达定理)
Chord Length Formula (弦长公式)
Using the distance formula $|P_1 P_2| = \sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}$: Since $y_1 - y_2 = k(x_1 - x_2)$, we substitute to obtain:
Alternative Vertical Parameterization:
If the line is expressed as $x = m y + n$ (useful when the line is vertical or $k \to \infty$):
3. The Point-Difference Method (点差法) for Midpoint Chords
For midpoint chord problems—where a chord $AB$ of an ellipse has a known midpoint $M(x_0, y_0)$—the point-difference method circumvents quadratic discriminant calculations.
Derivation:
Let $A(x_1, y_1)$ and $B(x_2, y_2)$ be endpoints of chord $AB$, and $M(x_0, y_0)$ be its midpoint.
-
Since $A$ and $B$ lie on the ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$:
-
Subtract the two equations:
-
Substitute $x_1 + x_2 = 2x_0$, $y_1 + y_2 = 2y_0$, $y_1 - y_2 = k_{AB}(x_1 - x_2)$:
Key Slope Product Property:
Defining the slope from the origin to midpoint $M$ as $k_{OM} = \frac{y_0}{x_0}$:
Gaokao Theorem: For any chord $AB$ of ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ with midpoint $M$, the product of the slope of chord $AB$ ($k_{AB}$) and the slope of line $OM$ ($k_{OM}$) is a constant equal to $-\frac{b^2}{a^2}$.
4. Worked Gaokao Exam Examples
Example 1: Midpoint Chord Determination via Point-Difference Method
Problem: Given the ellipse $\frac{x^2}{16} + \frac{y^2}{4} = 1$, find the equation of the line passing through point $M(2, 1)$ such that $M$ is the midpoint of the chord $AB$ intercepted by the ellipse.
Solution:
-
Apply the Slope Product Property: Here $a^2 = 16$ and $b^2 = 4$. Point $M(x_0, y_0) = (2, 1)$. Slope of line $OM$: $k_{OM} = \frac{y_0}{x_0} = \frac{1}{2}$. Using $k_{AB} \cdot k_{OM} = -\frac{b^2}{a^2}$:
-
Write line equation using point-slope form:
-
Verify Discriminant ($\Delta > 0$): Substitute $x = 4 - 2y$ into $\frac{x^2}{16} + \frac{y^2}{4} = 1$: The roots are $y_1 = 0, y_2 = 2$. Midpoint $y_0 = \frac{0+2}{2} = 1$, which confirms $M(2,1)$ is inside the ellipse and is indeed the midpoint!
Example 2: Gaokao Comprehensive Analytic Geometry Problem (解答题)
Problem: An ellipse $C: \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ ($a > b > 0$) passes through point $P(0, 1)$ and has eccentricity $e = \frac{\sqrt{3}}{2}$.
- Find the standard equation of ellipse $C$.
- A line $l: y = kx + m$ passes through point $T(0, 2)$ and intersects ellipse $C$ at two distinct points $A$ and $B$. If $\vec{OA} \cdot \vec{OB} = 0$ (where $O$ is the origin), find the value of $k$.
Solution Part 1: Determine Ellipse Equation:
- Since $P(0, 1)$ is on the ellipse and lies on the y-axis, $b = 1$.
- Eccentricity $e = \frac{c}{a} = \frac{\sqrt{3}}{2} \implies e^2 = \frac{c^2}{a^2} = \frac{a^2 - b^2}{a^2} = \frac{a^2 - 1}{a^2} = \frac{3}{4}$.
- Solve for $a^2$: $4a^2 - 4 = 3a^2 \implies a^2 = 4$.
- Standard equation of ellipse $C$:
Solution Part 2: Line Intersections & Vector Condition:
- Set up line equation: Since line $l$ passes through $T(0, 2)$, its equation is $y = kx + 2$.
- Form quadratic equation: Substitute $y = kx + 2$ into $\frac{x^2}{4} + y^2 = 1$:
- Discriminant condition:
- Vieta's Formulas:
- Express Vector Dot Product $\vec{OA} \cdot \vec{OB}$:
- Substitute Vieta's relations into dot product:
\cdot \vec{OB} = \frac{12 + 12k^2 - 32k^2 + 4(1 + 4k^2)}{1 + 4k^2} = \frac{16 - 4k^2}{1 + 4k^2}7. **Solve for $k$ using $\vec{OA} \cdot \vec{OB} = 0$**: \frac{16 - 4k^2}{1 + 4k^2} = 0 \implies 16 - 4k^2 = 0 \implies k^2 = 4 \implies k = \pm 2$$ 8. Check discriminant: $k^2 = 4 > \frac{3}{4}$, which satisfies $\Delta > 0$. Hence, $k = \pm 2$.
A straight line y = x + m intersects the ellipse x^2 / 4 + y^2 = 1 at two distinct points. What is the valid range of values for m?
A chord AB of the ellipse x^2 / 9 + y^2 / 4 = 1 has its midpoint at M(1, 1). Using the point-difference method, what is the slope of chord AB?
If the line y = kx + 2 is tangent to the ellipse x^2 / 6 + y^2 / 2 = 1, what are the possible values of k?