10.1 Standard Equations and Definitions of Ellipses
Key Takeaways
- The first definition of an ellipse specifies a locus of points where the sum of distances to two foci is constant: |PF1| + |PF2| = 2a with 2a > 2c > 0.
- If 2a = 2c, the locus degrades into a line segment; if 2a < 2c, no real locus exists.
- The standard equation with horizontal foci is x^2/a^2 + y^2/b^2 = 1 (a > b > 0), with relation a^2 = b^2 + c^2.
- The standard equation with vertical foci is y^2/a^2 + x^2/b^2 = 1 (a > b > 0); the larger denominator indicates the focal axis.
- Parametric equations x = a cos(θ), y = b sin(θ) convert geometric optimization on ellipses into trigonometric single-variable extrema.
10.1 Standard Equations and Definitions of Ellipses
The ellipse is one of the foundational conic sections heavily tested in the Gaokao (Chinese National College Entrance Examination) Mathematics exam. A deep understanding of its geometric definition, algebraic derivation, and standard forms is essential for solving both single-choice questions and complex analytic geometry synthesis problems (解析几何综合题).
1. Geometric Definition of an Ellipse
First Definition (Locus Definition)
An ellipse is defined as the locus of a point $P(x, y)$ in a two-dimensional plane such that the sum of its distances to two fixed points $F_1$ and $F_2$ (called the foci) remains constant.
where $2a > 2c = |F_1F_2| > 0$.
Here, $a$ represents the semi-major axis length, and $c$ represents the half-focal distance (distance from the center to either focus).
Critical Boundary Conditions & Degenerate Cases
Understanding the relationship between $2a$ and $2c$ is a frequent trap in Gaokao conceptual questions:
- When $2a > 2c > 0$: The locus of point $P$ is a non-degenerate ellipse.
- When $2a = 2c$: The locus of point $P$ degrades into the straight line segment connecting $F_1$ and $F_2$ ($[F_1F_2]$).
- When $2a < 2c$: No such point $P$ exists in the real Cartesian plane (the locus is the empty set $\emptyset$).
2. Derivation of Standard Equations
To derive the standard equation of an ellipse centered at the origin $(0,0)$, we establish a rectangular Cartesian coordinate system where the line passing through foci $F_1$ and $F_2$ serves as one coordinate axis.
Case 1: Foci on the x-axis ($F_1(-c, 0)$ and $F_2(c, 0)$)
Let $P(x, y)$ be any point on the ellipse. By the locus definition:
Step-by-Step Algebraic Derivation:
-
Isolate one radical:
-
Square both sides:
-
Expand and simplify terms:
-
Square both sides again:
-
Rearrange terms:
-
Introduce parameter $b$: Since $a > c > 0$, we have $a^2 - c^2 > 0$. We define the semi-minor axis length $b$ such that:
-
Divide by $a^2b^2$:
Case 2: Foci on the y-axis ($F_1(0, -c)$ and $F_2(0, c)$)
When the foci lie along the vertical y-axis, swapping the roles of $x$ and $y$ yields:
Gaokao Rule of Thumb: The larger denominator always corresponds to the variable associated with the axis containing the foci! If the denominator under $x^2$ is larger, the foci lie on the x-axis. If the denominator under $y^2$ is larger, the foci lie on the y-axis.
3. General & Translated Forms of Ellipse Equations
| Form | Equation | Center | Foci Orientation |
|---|---|---|---|
| Standard Horizontal | $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$ | $(0,0)$ | Horizontal (along x-axis) |
| Standard Vertical | $\frac{y^2}{a^2} + \frac{x^2}{b^2} = 1$ | $(0,0)$ | Vertical (along y-axis) |
| Translated Horizontal | $\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1$ | $(h,k)$ | Horizontal ($y = k$) |
| Translated Vertical | $\frac{(y-k)^2}{a^2} + \frac{(x-h)^2}{b^2} = 1$ | $(h,k)$ | Vertical ($x = h$) |
| General Quadratic Form | $Ax^2 + Cy^2 + Dx + Ey + F = 0$ | $(\frac{-D}{2A}, \frac{-E}{2C})$ | Depends on $A < C$ or $A > C$ |
For the general quadratic equation $Ax^2 + Cy^2 + Dx + Ey + F = 0$ to represent an ellipse:
- $A$ and $C$ must have the same sign ($AC > 0$).
- $A \neq C$ (if $A = C$, the curve represents a circle).
- After completing the square, the constant right-hand side term must be strictly positive: $\frac{D^2}{4A} + \frac{E^2}{4C} - F > 0$.
4. Parametric Equations of an Ellipse
For the standard horizontal ellipse $\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1$, introducing an auxiliary parameter $\theta$ (eccentric angle, 离心角) gives the parametric representation:
Geometric Meaning of the Eccentric Angle $\theta$
Consider two concentric circles centered at the origin:
- Outer circle (Major auxiliary circle): $x^2 + y^2 = a^2$.
- Inner circle (Minor auxiliary circle): $x^2 + y^2 = b^2$.
A ray originating from the origin at angle $\theta$ with the positive x-axis intersects the outer circle at $M(a\cos\theta, a\sin\theta)$ and the inner circle at $N(b\cos\theta, b\sin\theta)$. The point $P(a\cos\theta, b\sin\theta)$ obtained by projecting $M$ vertically and $N$ horizontally lies precisely on the ellipse!
Exam Application: Parametric forms simplify optimization problems on ellipses (such as finding the maximum distance from a point to a line or maximizing linear combinations $Ax + By$) into single-variable trigonometric extremum problems.
5. Worked Gaokao Exam Examples
Example 1: Determining Standard Equation from General Form
Problem: Given the equation $3x^2 + 4y^2 - 12x + 8y - 4 = 0$, verify that it represents an ellipse, determine its center $(h,k)$, semi-major axis $a$, semi-minor axis $b$, focal distance $c$, and foci coordinates.
Solution:
-
Group and complete the square for $x$ and $y$:
-
Convert to standard form by dividing by 20:
-
Extract parameters:
- Compare denominators: $a^2 = \frac{20}{3} \approx 6.67$, $b^2 = 5$. Since $\frac{20}{3} > 5$, the major axis is horizontal.
- Semi-major axis: $a = \sqrt{\frac{20}{3}} = \frac{2\sqrt{15}}{3}$.
- Semi-minor axis: $b = \sqrt{5}$.
- Center: $(h,k) = (2, -1)$.
- Half-focal distance: $c = \sqrt{a^2 - b^2} = \sqrt{\frac{20}{3} - 5} = \sqrt{\frac{5}{3}} = \frac{\sqrt{15}}{3}$.
- Foci coordinates: $(h \pm c, k) = \left(2 \pm \frac{\sqrt{15}}{3}, -1\right)$.
Example 2: Determining Locus Equation under Geometric Conditions (Gaokao Standard Problem)
Problem: In $\triangle ABC$, the base vertices are $B(-3,0)$ and $C(3,0)$. If the perimeter of $\triangle ABC$ is 16, find the trajectory equation of vertex $A$.
Solution:
-
Analyze perimeter condition: The perimeter of $\triangle ABC$ is $|AB| + |AC| + |BC| = 16$. The length of base $BC$ is $|BC| = \sqrt{(3 - (-3))^2 + 0^2} = 6$. Therefore, $|AB| + |AC| = 16 - 6 = 10$.
-
Apply ellipse locus definition: The sum of distances from moving point $A(x,y)$ to fixed points $B(-3,0)$ and $C(3,0)$ is constant $2a = 10$. Here $c = 3$. Since $2a = 10 > 2c = 6$, the locus of $A$ is an ellipse with foci at $B$ and $C$.
-
Calculate parameters: $a = 5$, $c = 3 \implies b^2 = a^2 - c^2 = 25 - 9 = 16 \implies b = 4$.
-
Account for degenerate triangle constraint: Since $A, B, C$ must form a triangle, $A$ cannot lie on the x-axis (i.e., $A \neq (-5,0)$ and $A \neq (5,0)$). Thus $y \neq 0$.
-
Final Equation:
What is the geometric locus of a moving point P(x,y) satisfying |PF1| + |PF2| = 10, where F1(-4,0) and F2(4,0) are fixed points?
For the general quadratic equation 2x^2 + 3y^2 - 8x + 6y + 5 = 0, what are the coordinates of the ellipse's center and the orientation of its major axis?
Which value of the parameter θ in the parametric equation x = 4 cos(θ), y = 3 sin(θ) corresponds to the point P(2, 3√3 / 2) on the ellipse x^2 / 16 + y^2 / 9 = 1?