• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Analytic Geometry

Ellipse

What is an Ellipse?

Ever seen the shape of planets orbiting the sun? Or the shadow of a circle when viewed from the side? Well, shapes like those are called ellipses! An ellipse isn't just a "flattened" circle, but there's a cool mathematical definition behind it.

So here's the thing, an ellipse is a collection of points where the sum of distances to two specific points is always the same. These two specific points are called foci. Just imagine you have two nails and a string. If you tie the string to both nails, then pull a pencil until the string is tight and draw a complete curve, the curve formed is an ellipse!

Basic Ellipse Concept
Ellipse with two foci and several points showing constant sum of distances.

From the visualization above, notice point PPP. The distance from PPP to focus F1F_1F1​ (which we call r1r_1r1​) plus the distance from PPP to focus F2F_2F2​ (which we call r2r_2r2​) will always be the same for all points on the ellipse. This is the fundamental characteristic of an ellipse!

Ellipse Components

Before we discuss the formulas, let's get familiar with the important parts of an ellipse. Each part has its own role in determining the shape of the ellipse.

Ellipse Components
Important parts of an ellipse with horizontal major axis.

Here are the components you need to know:

  1. Ellipse center is the midpoint of the ellipse, usually written with letter OOO. All measurements in the ellipse refer to this point.

  2. Foci (F1F_1F1​ and F2F_2F2​) are two fixed points that serve as reference for the ellipse definition. The distance between the two foci is called the focal distance.

  3. Major axis is the longest line that passes through the ellipse center and both foci. Its endpoints are points A1A_1A1​ and A2A_2A2​.

  4. Minor axis is the shortest line that passes through the ellipse center and is perpendicular to the major axis. Its endpoints are points B1B_1B1​ and B2B_2B2​.

  5. Semi-major (aaa) is half the length of the major axis, which is the distance from center to the major axis endpoint.

  6. Semi-minor (bbb) is half the length of the minor axis, which is the distance from center to the minor axis endpoint.

Remember, in an ellipse we always have a>ba > ba>b. If a=ba = ba=b, the shape becomes a circle!

Ellipse Equations

Now, let's get into the fun part: how to write an ellipse in mathematical equation form. There are several forms depending on position and orientation.

Center at Origin

If the ellipse center is at O(0,0)O(0,0)O(0,0), there are two possible orientations:

Horizontal Major Axis
Ellipse x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1a2x2​+b2y2​=1 with a>ba > ba>b.

When the major axis is parallel to the XXX axis (horizontal), the ellipse equation is:

x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1a2x2​+b2y2​=1

with the condition a>ba > ba>b.

Vertical Major Axis
Ellipse x2b2+y2a2=1\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1b2x2​+a2y2​=1 with a>ba > ba>b.

When the major axis is parallel to the YYY axis (vertical), the ellipse equation is:

x2b2+y2a2=1\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1b2x2​+a2y2​=1

with the condition a>ba > ba>b.

Shifted Center

If the ellipse center is not at the origin, but at point (h,k)(h, k)(h,k), the equation becomes:

(x−h)2a2+(y−k)2b2=1(horizontal major axis)\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1 \quad \text{(horizontal major axis)}a2(x−h)2​+b2(y−k)2​=1(horizontal major axis)
(x−h)2b2+(y−k)2a2=1(vertical major axis)\frac{(x-h)^2}{b^2} + \frac{(y-k)^2}{a^2} = 1 \quad \text{(vertical major axis)}b2(x−h)2​+a2(y−k)2​=1(vertical major axis)

Visualization:

Ellipse with Shifted Center
Ellipse with center at (2,−1)(2, -1)(2,−1) and horizontal major axis.

Important Relationships

There's a formula that always applies to every ellipse:

c2=a2−b2c^2 = a^2 - b^2c2=a2−b2

where ccc is the distance from center to focus.

Eccentricity of an ellipse is defined as:

e=cae = \frac{c}{a}e=ac​

The eccentricity value of an ellipse is always 0<e<10 < e < 10<e<1. The closer to 000, the more circular the ellipse becomes. The closer to 111, the more elongated the ellipse becomes.

Exercises

  1. Find the equation of an ellipse with center at (0,0)(0,0)(0,0), major axis length 121212 and minor axis length 888, with horizontal major axis.

  2. Given ellipse x225+y216=1\frac{x^2}{25} + \frac{y^2}{16} = 125x2​+16y2​=1. Find the coordinates of the foci and the eccentricity of the ellipse.

  3. An ellipse has center at (3,−1)(3, -1)(3,−1), foci at (3,2)(3, 2)(3,2) and (3,−4)(3, -4)(3,−4), and minor axis length 666. Find the equation of the ellipse.

  4. Find the equation of an ellipse that passes through points (4,3)(4, 3)(4,3) and (6,2)(6, 2)(6,2) with center at (0,0)(0, 0)(0,0) and horizontal major axis.

Answer Key

  1. Solution:

    Given:

    • Center at (0,0)(0,0)(0,0)
    • Major axis length = 121212, so 2a=122a = 122a=12, thus a=6a = 6a=6
    • Minor axis length = 888, so 2b=82b = 82b=8, thus b=4b = 4b=4
    • Horizontal major axis

    Ellipse equation with horizontal major axis:

    x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1a2x2​+b2y2​=1

    Substituting values a=6a = 6a=6 and b=4b = 4b=4:

    x236+y216=1\frac{x^2}{36} + \frac{y^2}{16} = 136x2​+16y2​=1
  2. Solution:

    From equation x225+y216=1\frac{x^2}{25} + \frac{y^2}{16} = 125x2​+16y2​=1:

    • a2=25a^2 = 25a2=25, so a=5a = 5a=5
    • b2=16b^2 = 16b2=16, so b=4b = 4b=4

    Since a2>b2a^2 > b^2a2>b2, the major axis is horizontal.

    Calculate ccc:

    c2=a2−b2=25−16=9c^2 = a^2 - b^2 = 25 - 16 = 9c2=a2−b2=25−16=9
    c=3c = 3c=3

    Foci coordinates: (±3,0)(\pm 3, 0)(±3,0) which are (−3,0)(-3, 0)(−3,0) and (3,0)(3, 0)(3,0)

    Eccentricity:

    e=ca=35=0.6e = \frac{c}{a} = \frac{3}{5} = 0{.}6e=ac​=53​=0.6
  3. Solution:

    Given:

    • Center: (3,−1)(3, -1)(3,−1)
    • Foci: (3,2)(3, 2)(3,2) and (3,−4)(3, -4)(3,−4)
    • Minor axis length = 666, so 2b=62b = 62b=6, thus b=3b = 3b=3

    Since the foci have the same xxx coordinate (x=3x = 3x=3), the major axis is vertical.

    Distance between foci=∣2−(−4)∣=6\text{Distance between foci} = |2 - (-4)| = 6Distance between foci=∣2−(−4)∣=6

    so 2c=62c = 62c=6, thus c=3c = 3c=3

    Calculate aaa:

    c2=a2−b2c^2 = a^2 - b^2c2=a2−b2
    9=a2−99 = a^2 - 99=a2−9
    a2=18a^2 = 18a2=18
    a=32a = 3\sqrt{2}a=32​

    Ellipse equation with center (h,k)=(3,−1)(h,k) = (3,-1)(h,k)=(3,−1) and vertical major axis:

    (x−3)29+(y+1)218=1\frac{(x-3)^2}{9} + \frac{(y+1)^2}{18} = 19(x−3)2​+18(y+1)2​=1
  4. Solution:

    An ellipse with center (0,0)(0,0)(0,0) and horizontal major axis has the equation:

    x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1a2x2​+b2y2​=1

    Substituting point (4,3)(4,3)(4,3):

    16a2+9b2=1...(1)\frac{16}{a^2} + \frac{9}{b^2} = 1 \quad \text{...(1)}a216​+b29​=1...(1)

    Substituting point (6,2)(6,2)(6,2):

    36a2+4b2=1...(2)\frac{36}{a^2} + \frac{4}{b^2} = 1 \quad \text{...(2)}a236​+b24​=1...(2)

    Let u=1a2u = \frac{1}{a^2}u=a21​ and v=1b2v = \frac{1}{b^2}v=b21​, then:

    16u+9v=1...(1)16u + 9v = 1 \quad \text{...(1)}16u+9v=1...(1)
    36u+4v=1...(2)36u + 4v = 1 \quad \text{...(2)}36u+4v=1...(2)

    From equation (1): v=1−16u9v = \frac{1-16u}{9}v=91−16u​

    Substituting into equation (2):

    36u+4⋅1−16u9=136u + 4 \cdot \frac{1-16u}{9} = 136u+4⋅91−16u​=1
    36u+4−64u9=136u + \frac{4-64u}{9} = 136u+94−64u​=1
    324u+4−64u=9324u + 4 - 64u = 9324u+4−64u=9
    260u=5260u = 5260u=5
    u=152u = \frac{1}{52}u=521​

    So a2=52a^2 = 52a2=52

    Substituting back:

    v=1−16⋅1529=1−16529=36529=452=113v = \frac{1-16 \cdot \frac{1}{52}}{9} = \frac{1-\frac{16}{52}}{9} = \frac{\frac{36}{52}}{9} = \frac{4}{52} = \frac{1}{13}v=91−16⋅521​​=91−5216​​=95236​​=524​=131​

    So b2=13b^2 = 13b2=13

    Ellipse equation: x252+y213=1\frac{x^2}{52} + \frac{y^2}{13} = 152x2​+13y2​=1

Previous

Parabola

Next

Hyperbola

  • EllipseDiscover ellipse properties, foci, and equations. Learn to solve x²/a² + y²/b² = 1 problems with step-by-step examples and interactive visualizations.
On this page
  • What is an Ellipse?
  • Ellipse Components
  • Ellipse Equations
    • Center at Origin
    • Shifted Center
  • Important Relationships
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code