Learn on PengiOpenstax Intermediate Algebra 2EChapter 11: Conics

Lesson 11.3: Ellipses

In this lesson from Openstax Intermediate Algebra 2E, Chapter 11, students learn to graph and write equations of ellipses in standard form, including identifying the major axis, minor axis, vertices, foci, and intercepts. Students practice working with the standard form equation x²/a² + y²/b² = 1 for ellipses centered at the origin, as well as ellipses with centers shifted away from the origin using the translation form (x−h)²/a² + (y−k)²/b² = 1. The lesson also covers real-world applications involving ellipses.

Section 1

📘 Ellipses

New Concept

An ellipse is a conic section defined by two fixed points (foci). This lesson shows you how to graph ellipses, find their equations like (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1, and apply these skills to solve real-world problems.

What’s next

Next, you'll dive into interactive examples to master graphing. Then, you'll use these skills to find ellipse equations and solve challenge problems.

Section 2

Definition of an Ellipse

Property

An ellipse is all points in a plane where the sum of the distances from two fixed points is constant. Each of the fixed points is called a focus of the ellipse. A line drawn through the foci intersects the ellipse in two points, called a vertex of the ellipse. The segment connecting the vertices is called the major axis. The midpoint of the segment is called the center of the ellipse. A segment perpendicular to the major axis that passes through the center and intersects the ellipse in two points is called the minor axis.

Examples

  • An ellipse has foci at (4,0)(-4, 0) and (4,0)(4, 0). For any point (x,y)(x, y) on the ellipse, the sum of the distances from that point to each focus is a constant value.
  • If an ellipse has vertices at (6,0)(6, 0) and (6,0)(-6, 0), its major axis has a length of 12 and its center is at the origin (0,0)(0, 0).
  • If the major axis connects (0,7)(0, 7) and (0,7)(0, -7) and the minor axis connects (3,0)(-3, 0) and (3,0)(3, 0), the center of the ellipse is their intersection point, (0,0)(0, 0).

Explanation

Think of an ellipse as a stretched circle with two center points, called foci. The total distance from any point on the curve to both foci is always the same. This constant sum is what creates the unique oval shape.

Section 3

Ellipse with Center at the Origin

Property

The standard form of the equation of an ellipse with center (0,0)(0, 0) is

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

The xx-intercepts are (a,0)(a, 0) and (a,0)(-a, 0).
The yy-intercepts are (0,b)(0, b) and (0,b)(0, -b).
When a>ba > b, the major axis is horizontal. When b>ab > a, the major axis is vertical.

Section 4

Graph an Ellipse with Center (0,0)(0, 0)

Property

  1. Write the equation in standard form.
  2. Determine whether the major axis is horizontal or vertical.
  3. Find the endpoints of the major axis.
  4. Find the endpoints of the minor axis.
  5. Sketch the ellipse.

Examples

  • To graph x216+y24=1\frac{x^2}{16} + \frac{y^2}{4} = 1, note the major axis is horizontal (a=4a=4). The vertices are (±4,0)(\pm 4, 0) and the minor axis endpoints are (0,±2)(0, \pm 2). Sketch the curve through these four points.
  • Graph 36x2+4y2=14436x^2 + 4y^2 = 144. Divide by 144 to get x24+y236=1\frac{x^2}{4} + \frac{y^2}{36} = 1. The major axis is vertical (b=6b=6). The vertices are (0,±6)(0, \pm 6) and minor axis endpoints are (±2,0)(\pm 2, 0).
  • An ellipse is described by x249+y281=1\frac{x^2}{49} + \frac{y^2}{81} = 1. The major axis is vertical (b=9b=9). The vertices are (0,±9)(0, \pm 9) and the minor axis endpoints are (±7,0)(\pm 7, 0).

Explanation

To graph an ellipse, first get its equation into standard form. Then, find the four endpoints on the horizontal and vertical axes. These points act as your guide to sketch the smooth, oval shape of the ellipse.

Section 5

Ellipse with Center Not at the Origin

Property

The standard form of the equation of an ellipse with center (h,k)(h, k) is

(xh)2a2+(yk)2b2=1 \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1

When a>ba > b, the major axis is horizontal so the distance from the center to the vertex is aa.
When b>ab > a, the major axis is vertical so the distance from the center to the vertex is bb.

Examples

  • The ellipse (x4)225+(y2)29=1\frac{(x-4)^2}{25} + \frac{(y-2)^2}{9} = 1 has its center at (4,2)(4, 2). The major axis is horizontal with length 2a=102a=10. The vertices are at (4±5,2)(4 \pm 5, 2), which are (9,2)(9, 2) and (1,2)(-1, 2).
  • An ellipse is centered at (1,3)(-1, 3) with a vertical major axis where b=6b=6 and a horizontal minor axis where a=3a=3. Its equation is (x+1)29+(y3)236=1\frac{(x+1)^2}{9} + \frac{(y-3)^2}{36} = 1.
  • For the equation (x+5)2100+(y+1)2144=1\frac{(x+5)^2}{100} + \frac{(y+1)^2}{144} = 1, the center is (5,1)(-5, -1). Since b2>a2b^2 > a^2, the major axis is vertical.

Explanation

This formula describes an ellipse shifted from the origin. The center is now at (h,k)(h, k). The values aa and bb still define the ellipse's size and shape, but the entire figure is moved on the coordinate plane.

Section 6

Standard Form by Completing the Square

Property

To write an equation in standard form, complete the squares for both xx and yy. First, group the xx terms and yy terms. Factor out the coefficients of the squared terms. Complete the square for each variable, adding the required constants to both sides of the equation. Finally, rewrite as binomial squares and divide by the constant on the right to make the equation equal 1.

Examples

  • For 9x2+16y218x+64y71=09x^2 + 16y^2 - 18x + 64y - 71 = 0, completing the square yields 9(x1)2+16(y+2)2=1449(x-1)^2 + 16(y+2)^2 = 144. Dividing by 144 gives the standard form (x1)216+(y+2)29=1\frac{(x-1)^2}{16} + \frac{(y+2)^2}{9} = 1.
  • Given x2+4y2+6x8y+9=0x^2 + 4y^2 + 6x - 8y + 9 = 0, completing the square results in (x+3)2+4(y1)2=4(x+3)^2 + 4(y-1)^2 = 4. Dividing by 4 gives (x+3)24+(y1)21=1\frac{(x+3)^2}{4} + \frac{(y-1)^2}{1} = 1.
  • Rewrite 3x2+2y218x+4y+23=03x^2 + 2y^2 - 18x + 4y + 23 = 0. Completing the square leads to 3(x3)2+2(y+1)2=63(x-3)^2 + 2(y+1)^2 = 6. Dividing by 6, the standard form is (x3)22+(y+1)23=1\frac{(x-3)^2}{2} + \frac{(y+1)^2}{3} = 1.

Explanation

When an ellipse equation is in a general form, completing the square helps to rewrite it into the neat standard form. This process reveals the ellipse's center, orientation, and axis lengths, making it easy to graph and analyze.

Section 7

Solve Application with Ellipses

Property

The orbits of planets are elliptical. The closest a planet gets to its sun is one end of the major axis, and the furthest is the other. The sun is at one of the foci. To find the equation of the orbit, we use the relationship b2=a2c2b^2 = a^2 - c^2, where 2a2a is the total length of the major axis (closest distance + furthest distance) and cc is the distance from the center to the focus (the sun).

Examples

  • A planet's closest distance to its sun is 30 AU and its furthest is 50 AU. The major axis is 2a=30+50=802a = 30+50 = 80, so a=40a=40. The focus is at c=4030=10c = 40-30=10. Then b2=402102=1500b^2 = 40^2 - 10^2 = 1500. The orbit is x21600+y21500=1\frac{x^2}{1600} + \frac{y^2}{1500} = 1.
  • A comet is 10 AU from its sun at its closest and 90 AU at its furthest. The major axis is 2a=10+90=1002a = 10+90=100, so a=50a=50. The focus is at c=5010=40c=50-10=40. Then b2=502402=900b^2=50^2-40^2=900. The equation is x22500+y2900=1\frac{x^2}{2500} + \frac{y^2}{900}=1.
  • A planet's orbit has a closest approach of 20 AU and a furthest distance of 60 AU. The major axis is 2a=20+60=802a=20+60=80, so a=40a=40. The focus is at c=4020=20c=40-20=20. Then b2=402202=1200b^2=40^2-20^2=1200. The equation is x21600+y21200=1\frac{x^2}{1600} + \frac{y^2}{1200}=1.

Explanation

Planetary orbits are ellipses, with the sun at a focus, not the center. By knowing the closest and furthest points in an orbit, you can find the major axis length (2a2a), the focus location (cc), and the minor axis (bb).

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 11: Conics

  1. Lesson 1

    Lesson 11.1: Distance and Midpoint Formulas; Circles

  2. Lesson 2

    Lesson 11.2: Parabolas

  3. Lesson 3Current

    Lesson 11.3: Ellipses

  4. Lesson 4

    Lesson 11.4: Hyperbolas

  5. Lesson 5

    Lesson 11.5: Solve Systems of Nonlinear Equations

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Ellipses

New Concept

An ellipse is a conic section defined by two fixed points (foci). This lesson shows you how to graph ellipses, find their equations like (xh)2a2+(yk)2b2=1\frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1, and apply these skills to solve real-world problems.

What’s next

Next, you'll dive into interactive examples to master graphing. Then, you'll use these skills to find ellipse equations and solve challenge problems.

Section 2

Definition of an Ellipse

Property

An ellipse is all points in a plane where the sum of the distances from two fixed points is constant. Each of the fixed points is called a focus of the ellipse. A line drawn through the foci intersects the ellipse in two points, called a vertex of the ellipse. The segment connecting the vertices is called the major axis. The midpoint of the segment is called the center of the ellipse. A segment perpendicular to the major axis that passes through the center and intersects the ellipse in two points is called the minor axis.

Examples

  • An ellipse has foci at (4,0)(-4, 0) and (4,0)(4, 0). For any point (x,y)(x, y) on the ellipse, the sum of the distances from that point to each focus is a constant value.
  • If an ellipse has vertices at (6,0)(6, 0) and (6,0)(-6, 0), its major axis has a length of 12 and its center is at the origin (0,0)(0, 0).
  • If the major axis connects (0,7)(0, 7) and (0,7)(0, -7) and the minor axis connects (3,0)(-3, 0) and (3,0)(3, 0), the center of the ellipse is their intersection point, (0,0)(0, 0).

Explanation

Think of an ellipse as a stretched circle with two center points, called foci. The total distance from any point on the curve to both foci is always the same. This constant sum is what creates the unique oval shape.

Section 3

Ellipse with Center at the Origin

Property

The standard form of the equation of an ellipse with center (0,0)(0, 0) is

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

The xx-intercepts are (a,0)(a, 0) and (a,0)(-a, 0).
The yy-intercepts are (0,b)(0, b) and (0,b)(0, -b).
When a>ba > b, the major axis is horizontal. When b>ab > a, the major axis is vertical.

Section 4

Graph an Ellipse with Center (0,0)(0, 0)

Property

  1. Write the equation in standard form.
  2. Determine whether the major axis is horizontal or vertical.
  3. Find the endpoints of the major axis.
  4. Find the endpoints of the minor axis.
  5. Sketch the ellipse.

Examples

  • To graph x216+y24=1\frac{x^2}{16} + \frac{y^2}{4} = 1, note the major axis is horizontal (a=4a=4). The vertices are (±4,0)(\pm 4, 0) and the minor axis endpoints are (0,±2)(0, \pm 2). Sketch the curve through these four points.
  • Graph 36x2+4y2=14436x^2 + 4y^2 = 144. Divide by 144 to get x24+y236=1\frac{x^2}{4} + \frac{y^2}{36} = 1. The major axis is vertical (b=6b=6). The vertices are (0,±6)(0, \pm 6) and minor axis endpoints are (±2,0)(\pm 2, 0).
  • An ellipse is described by x249+y281=1\frac{x^2}{49} + \frac{y^2}{81} = 1. The major axis is vertical (b=9b=9). The vertices are (0,±9)(0, \pm 9) and the minor axis endpoints are (±7,0)(\pm 7, 0).

Explanation

To graph an ellipse, first get its equation into standard form. Then, find the four endpoints on the horizontal and vertical axes. These points act as your guide to sketch the smooth, oval shape of the ellipse.

Section 5

Ellipse with Center Not at the Origin

Property

The standard form of the equation of an ellipse with center (h,k)(h, k) is

(xh)2a2+(yk)2b2=1 \frac{(x-h)^2}{a^2} + \frac{(y-k)^2}{b^2} = 1

When a>ba > b, the major axis is horizontal so the distance from the center to the vertex is aa.
When b>ab > a, the major axis is vertical so the distance from the center to the vertex is bb.

Examples

  • The ellipse (x4)225+(y2)29=1\frac{(x-4)^2}{25} + \frac{(y-2)^2}{9} = 1 has its center at (4,2)(4, 2). The major axis is horizontal with length 2a=102a=10. The vertices are at (4±5,2)(4 \pm 5, 2), which are (9,2)(9, 2) and (1,2)(-1, 2).
  • An ellipse is centered at (1,3)(-1, 3) with a vertical major axis where b=6b=6 and a horizontal minor axis where a=3a=3. Its equation is (x+1)29+(y3)236=1\frac{(x+1)^2}{9} + \frac{(y-3)^2}{36} = 1.
  • For the equation (x+5)2100+(y+1)2144=1\frac{(x+5)^2}{100} + \frac{(y+1)^2}{144} = 1, the center is (5,1)(-5, -1). Since b2>a2b^2 > a^2, the major axis is vertical.

Explanation

This formula describes an ellipse shifted from the origin. The center is now at (h,k)(h, k). The values aa and bb still define the ellipse's size and shape, but the entire figure is moved on the coordinate plane.

Section 6

Standard Form by Completing the Square

Property

To write an equation in standard form, complete the squares for both xx and yy. First, group the xx terms and yy terms. Factor out the coefficients of the squared terms. Complete the square for each variable, adding the required constants to both sides of the equation. Finally, rewrite as binomial squares and divide by the constant on the right to make the equation equal 1.

Examples

  • For 9x2+16y218x+64y71=09x^2 + 16y^2 - 18x + 64y - 71 = 0, completing the square yields 9(x1)2+16(y+2)2=1449(x-1)^2 + 16(y+2)^2 = 144. Dividing by 144 gives the standard form (x1)216+(y+2)29=1\frac{(x-1)^2}{16} + \frac{(y+2)^2}{9} = 1.
  • Given x2+4y2+6x8y+9=0x^2 + 4y^2 + 6x - 8y + 9 = 0, completing the square results in (x+3)2+4(y1)2=4(x+3)^2 + 4(y-1)^2 = 4. Dividing by 4 gives (x+3)24+(y1)21=1\frac{(x+3)^2}{4} + \frac{(y-1)^2}{1} = 1.
  • Rewrite 3x2+2y218x+4y+23=03x^2 + 2y^2 - 18x + 4y + 23 = 0. Completing the square leads to 3(x3)2+2(y+1)2=63(x-3)^2 + 2(y+1)^2 = 6. Dividing by 6, the standard form is (x3)22+(y+1)23=1\frac{(x-3)^2}{2} + \frac{(y+1)^2}{3} = 1.

Explanation

When an ellipse equation is in a general form, completing the square helps to rewrite it into the neat standard form. This process reveals the ellipse's center, orientation, and axis lengths, making it easy to graph and analyze.

Section 7

Solve Application with Ellipses

Property

The orbits of planets are elliptical. The closest a planet gets to its sun is one end of the major axis, and the furthest is the other. The sun is at one of the foci. To find the equation of the orbit, we use the relationship b2=a2c2b^2 = a^2 - c^2, where 2a2a is the total length of the major axis (closest distance + furthest distance) and cc is the distance from the center to the focus (the sun).

Examples

  • A planet's closest distance to its sun is 30 AU and its furthest is 50 AU. The major axis is 2a=30+50=802a = 30+50 = 80, so a=40a=40. The focus is at c=4030=10c = 40-30=10. Then b2=402102=1500b^2 = 40^2 - 10^2 = 1500. The orbit is x21600+y21500=1\frac{x^2}{1600} + \frac{y^2}{1500} = 1.
  • A comet is 10 AU from its sun at its closest and 90 AU at its furthest. The major axis is 2a=10+90=1002a = 10+90=100, so a=50a=50. The focus is at c=5010=40c=50-10=40. Then b2=502402=900b^2=50^2-40^2=900. The equation is x22500+y2900=1\frac{x^2}{2500} + \frac{y^2}{900}=1.
  • A planet's orbit has a closest approach of 20 AU and a furthest distance of 60 AU. The major axis is 2a=20+60=802a=20+60=80, so a=40a=40. The focus is at c=4020=20c=40-20=20. Then b2=402202=1200b^2=40^2-20^2=1200. The equation is x21600+y21200=1\frac{x^2}{1600} + \frac{y^2}{1200}=1.

Explanation

Planetary orbits are ellipses, with the sun at a focus, not the center. By knowing the closest and furthest points in an orbit, you can find the major axis length (2a2a), the focus location (cc), and the minor axis (bb).

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 11: Conics

  1. Lesson 1

    Lesson 11.1: Distance and Midpoint Formulas; Circles

  2. Lesson 2

    Lesson 11.2: Parabolas

  3. Lesson 3Current

    Lesson 11.3: Ellipses

  4. Lesson 4

    Lesson 11.4: Hyperbolas

  5. Lesson 5

    Lesson 11.5: Solve Systems of Nonlinear Equations