Kahibaro
Discord Login Register

8.1.2 Ellipses

Geometric Definition and Basic Features

An ellipse is the set of all points in a plane whose distances to two fixed points (called foci, singular: focus) have a constant sum.

If the foci are $F_1$ and $F_2$, and $P$ is any point on the ellipse, then
$$
PF_1 + PF_2 = \text{constant}.
$$

From this definition:

On each axis:

Standard Equations of Ellipses

Throughout, assume $a>0$ and $b>0$ are real numbers related to the sizes of the axes.

Horizontal and Vertical Ellipses (Centered at the Origin)

  1. Horizontal major axis

$$
\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1,\quad a>b>0.
$$

  1. Vertical major axis

$$
\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1,\quad a>b>0.
$$

In both cases, $a$ is half the length of the major axis, and $b$ is half the length of the minor axis.

Ellipses Centered at $(h,k)$

Shifting the center from the origin to $(h,k)$ gives:

  1. Horizontal major axis

$$
\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1,\quad a>b>0.
$$

  1. Vertical major axis

$$
\frac{(x-h)^2}{b^2} + \frac{(y-k)^2}{a^2} = 1,\quad a>b>0.
$$

Relationship Between $a$, $b$, and $c$

The distance from the center to each focus is usually denoted by $c$.

For an ellipse with major axis along the $x$-axis (horizontal) or $y$-axis (vertical), the foci lie on the major axis, symmetrically placed about the center. The three quantities $a$, $b$, and $c$ satisfy
$$
c^2 = a^2 - b^2,\quad 0 < c < a.
$$

Thus
$$
c = \sqrt{a^2 - b^2}.
$$

Foci for Standard Ellipses

  1. Horizontal ellipse, centered at $(0,0)$
    $$
    \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1,\quad a>b>0.
    $$
    • Foci: $(\pm c, 0)$ where $c = \sqrt{a^2 - b^2}$.
  2. Vertical ellipse, centered at $(0,0)$
    $$
    \frac{x^2}{b^2} + \frac{y^2}{a^2} = 1,\quad a>b>0.
    $$
    • Foci: $(0, \pm c)$ where $c = \sqrt{a^2 - b^2}$.
  3. Horizontal ellipse, centered at $(h,k)$
    $$
    \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1.
    $$
    • Foci: $(h \pm c,\, k)$, where $c = \sqrt{a^2 - b^2}$.
  4. Vertical ellipse, centered at $(h,k)$
    $$
    \frac{(x-h)^2}{b^2} + \frac{(y-k)^2}{a^2} = 1.
    $$
    • Foci: $(h,\, k \pm c)$, where $c = \sqrt{a^2 - b^2}$.

Eccentricity of an Ellipse

The eccentricity of an ellipse, denoted $e$, measures how “stretched” it is:

$$
e = \frac{c}{a},\quad 0 < e < 1.
$$

Using $c^2 = a^2 - b^2$, we can write
$$
e = \frac{\sqrt{a^2 - b^2}}{a}.
$$

Some observations:

Graphing Ellipses from Their Equations

To sketch an ellipse from a standard-form equation:

  1. Identify the center $(h,k)$ by looking at the terms $(x-h)^2$ and $(y-k)^2$.
  2. Identify $a^2$ and $b^2$ from the denominators.
    • The larger denominator corresponds to $a^2$ (major axis).
    • The smaller denominator corresponds to $b^2$ (minor axis).
  3. Determine orientation:
    • If $a^2$ is under $(x-h)^2$, the major axis is horizontal.
    • If $a^2$ is under $(y-k)^2$, the major axis is vertical.
  4. Plot vertices and co-vertices:
    • Move $a$ units from the center along the major axis to get vertices.
    • Move $b$ units from the center along the minor axis to get co-vertices.
  5. Sketch the ellipse as a smooth, symmetric curve through these four points.

If you also want the foci, compute
$$
c = \sqrt{a^2 - b^2}
$$
and place them on the major axis at distance $c$ from the center.

Recognizing an Ellipse from a General Quadratic Equation

A general second-degree equation in $x$ and $y$ has the form
$$
Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0.
$$

In this chapter we restrict attention to non-rotated ellipses, where $B=0$ and the axes of the ellipse are aligned with the coordinate axes. In that case, the equation simplifies to
$$
Ax^2 + Cy^2 + Dx + Ey + F = 0.
$$

For such an equation to represent an ellipse (not degenerate):

To put it into standard form, you complete the square separately in $x$ and $y$, then divide through so the right-hand side becomes $1$. That process yields one of the standard forms already given, revealing the center, $a$, $b$, orientation, and so on.

Area of an Ellipse

For an ellipse with semi-axes $a$ and $b$ (major semi-axis $a$, minor semi-axis $b$), its area is
$$
\text{Area} = \pi a b.
$$

This holds regardless of where the ellipse is centered; only the lengths of the semi-axes matter.

Brief Note on Rotated Ellipses

If an ellipse is rotated, its equation typically includes an $xy$-term:
$$
Ax^2 + Bxy + Cy^2 + Dx + Ey + F = 0,\quad B\neq 0.
$$

Such ellipses are not aligned with the coordinate axes. Analyzing them generally involves a rotation of the coordinate system to eliminate the $xy$-term; that process is treated elsewhere in analytic geometry. Here we focus on ellipses whose axes are parallel to the coordinate axes.

Views: 80

Comments

Please login to add a comment.

Don't have an account? Register now!