Learn on PengiOpenStax Algebra and TrigonometryChapter 12: Analytic Geometry

Lesson 12.1: The Ellipse

New Concept An ellipse is a curve defined by two focal points. In this lesson, you'll master its standard equations, enabling you to graph ellipses centered at the origin or elsewhere and solve real world problems like the acoustics of whispering chambers.

Section 1

📘 The Ellipse

New Concept

An ellipse is a curve defined by two focal points. In this lesson, you'll master its standard equations, enabling you to graph ellipses centered at the origin or elsewhere and solve real-world problems like the acoustics of whispering chambers.

What’s next

Next up, you'll tackle practice cards on writing ellipse equations. Then, we'll dive into interactive examples to master graphing them.

Section 2

Definition of an Ellipse

Property

An ellipse is the set of all points (x,y)(x, y) in a plane such that the sum of their distances from two fixed points is a constant. Each fixed point is called a focus (plural: foci). Every ellipse has two axes of symmetry. The longer axis is called the major axis, and the shorter axis is called the minor axis. Each endpoint of the major axis is the vertex of the ellipse, and each endpoint of the minor axis is a co-vertex. The center of an ellipse is the midpoint of both the major and minor axes.

Examples

  • If the foci of an ellipse are at (4,0)(-4, 0) and (4,0)(4, 0) and the constant sum of the distances is 12, then any point (x,y)(x,y) on the ellipse satisfies the equation (x+4)2+y2+(x4)2+y2=12\sqrt{(x+4)^2 + y^2} + \sqrt{(x-4)^2 + y^2} = 12.
  • An ellipse with vertices at (0,±6)(0, \pm 6) and co-vertices at (±3,0)(\pm 3, 0) has a vertical major axis of length 2(6)=122(6)=12 and a horizontal minor axis of length 2(3)=62(3)=6. Its center is at the origin (0,0)(0,0).
  • The foci of an ellipse always lie on the major axis. If an ellipse has vertices at (±9,0)(\pm 9, 0), its foci must be located at (±c,0)(\pm c, 0) where c<9c < 9.

Explanation

Think of an ellipse as a stretched circle defined by two anchor points (foci). The sum of the distances from any point on the curve to these two foci is always the same, creating its unique oval shape.

Section 3

Ellipses Centered at the Origin

Property

The standard form of the equation of an ellipse with center (0,0)(0, 0) and major axis on the x-axis is x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 where a>ba > b, the length of the major axis is 2a2a, the vertices are (±a,0)(\pm a, 0), the co-vertices are (0,±b)(0, \pm b), and the foci are (±c,0)(\pm c, 0), where c2=a2b2c^2 = a^2 - b^2. The standard form of the equation of an ellipse with center (0,0)(0, 0) and major axis on the y-axis is x2b2+y2a2=1\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1 where a>ba > b, the length of the major axis is 2a2a, the vertices are (0,±a)(0, \pm a), the co-vertices are (±b,0)(\pm b, 0), and the foci are (0,±c)(0, \pm c), where c2=a2b2c^2 = a^2 - b^2.

Examples

  • An ellipse has vertices at (±7,0)(\pm 7, 0) and foci at (±5,0)(\pm 5, 0). Here, a=7a=7 and c=5c=5. We find b2b^2 using c2=a2b2c^2 = a^2 - b^2, so 25=49b225 = 49 - b^2, which gives b2=24b^2=24. The equation is x249+y224=1\frac{x^2}{49} + \frac{y^2}{24} = 1.
  • For the ellipse x216+y264=1\frac{x^2}{16} + \frac{y^2}{64} = 1, we see a2=64a^2=64 and b2=16b^2=16. Since a2a^2 is under y2y^2, the major axis is vertical. The vertices are (0,±8)(0, \pm 8) and the co-vertices are (±4,0)(\pm 4, 0).
  • To find the foci of x281+y245=1\frac{x^2}{81} + \frac{y^2}{45} = 1, we have a2=81a^2=81 and b2=45b^2=45. Then c2=8145=36c^2 = 81 - 45 = 36, so c=6c=6. Since the major axis is horizontal, the foci are at (±6,0)(\pm 6, 0).

Explanation

The larger denominator is always a2a^2 and it reveals the major axis. If it's under x2x^2, the ellipse is horizontal ('wide'). If it's under y2y^2, the ellipse is vertical ('tall'). The value cc is the distance from the center to a focus.

Section 4

Ellipses Not Centered at the Origin

Property

The standard form of the equation of an ellipse with center (h,k)(h, k) and major axis parallel to the xx-axis is (xh)2a2+(yk)2b2=1\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1 where a>ba > b. The vertices are (h±a,k)(h \pm a, k) and the foci are (h±c,k)(h \pm c, k). The standard form of the equation of an ellipse with center (h,k)(h, k) and major axis parallel to the yy-axis is (xh)2b2+(yk)2a2=1\frac{(x - h)^2}{b^2} + \frac{(y - k)^2}{a^2} = 1 where a>ba > b. The vertices are (h,k±a)(h, k \pm a) and the foci are (h,k±c)(h, k \pm c). For both forms, c2=a2b2c^2 = a^2 - b^2.

Examples

  • The ellipse (x2)225+(y+4)216=1\frac{(x-2)^2}{25} + \frac{(y+4)^2}{16} = 1 is centered at (2,4)(2, -4). Since a2=25a^2=25 is under the xx term, it's a horizontal ellipse with vertices at (2±5,4)(2 \pm 5, -4), which are (7,4)(7, -4) and (3,4)(-3, -4).
  • An ellipse has vertices at (3,2)(3, 2) and (3,12)(3, 12) and a focus at (3,7+11)(3, 7+\sqrt{11}). The center is (3,7)(3, 7). The major axis is vertical with a=5a=5 (a2=25a^2=25) and c=11c=\sqrt{11} (c2=11c^2=11). Thus, b2=2511=14b^2 = 25 - 11 = 14. The equation is (x3)214+(y7)225=1\frac{(x-3)^2}{14} + \frac{(y-7)^2}{25} = 1.
  • Find the foci of (x+1)29+(y3)234=1\frac{(x+1)^2}{9} + \frac{(y-3)^2}{34} = 1. The center is (1,3)(-1, 3) and the major axis is vertical. a2=34a^2=34 and b2=9b^2=9. Then c2=349=25c^2 = 34-9=25, so c=5c=5. The foci are at (h,k±c)(h, k \pm c), which are (1,3±5)(-1, 3 \pm 5), or (1,8)(-1, 8) and (1,2)(-1, -2).

Explanation

This form simply shifts the center of the ellipse from (0,0)(0,0) to a new point (h,k)(h, k). All other properties, including the shape and size defined by aa and bb, move along with the center without changing.

Section 5

General to Standard Form

Property

To convert an ellipse from the general form ax2+by2+cx+dy+e=0ax^2 + by^2 + cx + dy + e = 0 to standard form: 1. Group terms with the same variable and move the constant to the opposite side. 2. Factor out the coefficients of the x2x^2 and y2y^2 terms. 3. Complete the square for each variable, adding the balanced values to the other side. 4. Rewrite as perfect squares. 5. Divide both sides by the constant term to make the equation equal 1.

Examples

  • Convert 4x2+25y2+8x100y+4=04x^2 + 25y^2 + 8x - 100y + 4 = 0. Grouping and factoring gives 4(x2+2x)+25(y24y)=44(x^2+2x) + 25(y^2-4y) = -4. Completing the square yields 4(x+1)2+25(y2)2=4+4(1)+25(4)=1004(x+1)^2 + 25(y-2)^2 = -4 + 4(1) + 25(4) = 100. Divide by 100 to get (x+1)225+(y2)24=1\frac{(x+1)^2}{25} + \frac{(y-2)^2}{4} = 1.
  • The equation x2+9y24x+54y+49=0x^2 + 9y^2 - 4x + 54y + 49 = 0 becomes (x24x)+9(y2+6y)=49(x^2-4x) + 9(y^2+6y) = -49. Completing the square gives (x2)2+9(y+3)2=49+4+9(9)=36(x-2)^2 + 9(y+3)^2 = -49 + 4 + 9(9) = 36. The standard form is (x2)236+(y+3)24=1\frac{(x-2)^2}{36} + \frac{(y+3)^2}{4} = 1.
  • Rewrite 16x2+y2128x+240=016x^2 + y^2 - 128x + 240 = 0. This is 16(x28x)+y2=24016(x^2-8x) + y^2 = -240. Completing the square gives 16(x4)2+y2=240+16(16)=1616(x-4)^2 + y^2 = -240 + 16(16) = 16. The standard form is (x4)21+y216=1\frac{(x-4)^2}{1} + \frac{y^2}{16} = 1.

Explanation

The general form hides an ellipse's properties. Completing the square for both xx and yy reorganizes the equation to reveal the center (h,k)(h, k), axis lengths aa and bb, and orientation, making it easy to analyze.

Book overview

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

Continue this chapter

Chapter 12: Analytic Geometry

  1. Lesson 1Current

    Lesson 12.1: The Ellipse

  2. Lesson 2

    Lesson 12.2: The Hyperbola

  3. Lesson 3

    Lesson 12.3: The Parabola

  4. Lesson 4

    Lesson 12.4: Rotation of Axes

  5. Lesson 5

    Lesson 12.5: Conic Sections in Polar Coordinates

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 The Ellipse

New Concept

An ellipse is a curve defined by two focal points. In this lesson, you'll master its standard equations, enabling you to graph ellipses centered at the origin or elsewhere and solve real-world problems like the acoustics of whispering chambers.

What’s next

Next up, you'll tackle practice cards on writing ellipse equations. Then, we'll dive into interactive examples to master graphing them.

Section 2

Definition of an Ellipse

Property

An ellipse is the set of all points (x,y)(x, y) in a plane such that the sum of their distances from two fixed points is a constant. Each fixed point is called a focus (plural: foci). Every ellipse has two axes of symmetry. The longer axis is called the major axis, and the shorter axis is called the minor axis. Each endpoint of the major axis is the vertex of the ellipse, and each endpoint of the minor axis is a co-vertex. The center of an ellipse is the midpoint of both the major and minor axes.

Examples

  • If the foci of an ellipse are at (4,0)(-4, 0) and (4,0)(4, 0) and the constant sum of the distances is 12, then any point (x,y)(x,y) on the ellipse satisfies the equation (x+4)2+y2+(x4)2+y2=12\sqrt{(x+4)^2 + y^2} + \sqrt{(x-4)^2 + y^2} = 12.
  • An ellipse with vertices at (0,±6)(0, \pm 6) and co-vertices at (±3,0)(\pm 3, 0) has a vertical major axis of length 2(6)=122(6)=12 and a horizontal minor axis of length 2(3)=62(3)=6. Its center is at the origin (0,0)(0,0).
  • The foci of an ellipse always lie on the major axis. If an ellipse has vertices at (±9,0)(\pm 9, 0), its foci must be located at (±c,0)(\pm c, 0) where c<9c < 9.

Explanation

Think of an ellipse as a stretched circle defined by two anchor points (foci). The sum of the distances from any point on the curve to these two foci is always the same, creating its unique oval shape.

Section 3

Ellipses Centered at the Origin

Property

The standard form of the equation of an ellipse with center (0,0)(0, 0) and major axis on the x-axis is x2a2+y2b2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} = 1 where a>ba > b, the length of the major axis is 2a2a, the vertices are (±a,0)(\pm a, 0), the co-vertices are (0,±b)(0, \pm b), and the foci are (±c,0)(\pm c, 0), where c2=a2b2c^2 = a^2 - b^2. The standard form of the equation of an ellipse with center (0,0)(0, 0) and major axis on the y-axis is x2b2+y2a2=1\frac{x^2}{b^2} + \frac{y^2}{a^2} = 1 where a>ba > b, the length of the major axis is 2a2a, the vertices are (0,±a)(0, \pm a), the co-vertices are (±b,0)(\pm b, 0), and the foci are (0,±c)(0, \pm c), where c2=a2b2c^2 = a^2 - b^2.

Examples

  • An ellipse has vertices at (±7,0)(\pm 7, 0) and foci at (±5,0)(\pm 5, 0). Here, a=7a=7 and c=5c=5. We find b2b^2 using c2=a2b2c^2 = a^2 - b^2, so 25=49b225 = 49 - b^2, which gives b2=24b^2=24. The equation is x249+y224=1\frac{x^2}{49} + \frac{y^2}{24} = 1.
  • For the ellipse x216+y264=1\frac{x^2}{16} + \frac{y^2}{64} = 1, we see a2=64a^2=64 and b2=16b^2=16. Since a2a^2 is under y2y^2, the major axis is vertical. The vertices are (0,±8)(0, \pm 8) and the co-vertices are (±4,0)(\pm 4, 0).
  • To find the foci of x281+y245=1\frac{x^2}{81} + \frac{y^2}{45} = 1, we have a2=81a^2=81 and b2=45b^2=45. Then c2=8145=36c^2 = 81 - 45 = 36, so c=6c=6. Since the major axis is horizontal, the foci are at (±6,0)(\pm 6, 0).

Explanation

The larger denominator is always a2a^2 and it reveals the major axis. If it's under x2x^2, the ellipse is horizontal ('wide'). If it's under y2y^2, the ellipse is vertical ('tall'). The value cc is the distance from the center to a focus.

Section 4

Ellipses Not Centered at the Origin

Property

The standard form of the equation of an ellipse with center (h,k)(h, k) and major axis parallel to the xx-axis is (xh)2a2+(yk)2b2=1\frac{(x - h)^2}{a^2} + \frac{(y - k)^2}{b^2} = 1 where a>ba > b. The vertices are (h±a,k)(h \pm a, k) and the foci are (h±c,k)(h \pm c, k). The standard form of the equation of an ellipse with center (h,k)(h, k) and major axis parallel to the yy-axis is (xh)2b2+(yk)2a2=1\frac{(x - h)^2}{b^2} + \frac{(y - k)^2}{a^2} = 1 where a>ba > b. The vertices are (h,k±a)(h, k \pm a) and the foci are (h,k±c)(h, k \pm c). For both forms, c2=a2b2c^2 = a^2 - b^2.

Examples

  • The ellipse (x2)225+(y+4)216=1\frac{(x-2)^2}{25} + \frac{(y+4)^2}{16} = 1 is centered at (2,4)(2, -4). Since a2=25a^2=25 is under the xx term, it's a horizontal ellipse with vertices at (2±5,4)(2 \pm 5, -4), which are (7,4)(7, -4) and (3,4)(-3, -4).
  • An ellipse has vertices at (3,2)(3, 2) and (3,12)(3, 12) and a focus at (3,7+11)(3, 7+\sqrt{11}). The center is (3,7)(3, 7). The major axis is vertical with a=5a=5 (a2=25a^2=25) and c=11c=\sqrt{11} (c2=11c^2=11). Thus, b2=2511=14b^2 = 25 - 11 = 14. The equation is (x3)214+(y7)225=1\frac{(x-3)^2}{14} + \frac{(y-7)^2}{25} = 1.
  • Find the foci of (x+1)29+(y3)234=1\frac{(x+1)^2}{9} + \frac{(y-3)^2}{34} = 1. The center is (1,3)(-1, 3) and the major axis is vertical. a2=34a^2=34 and b2=9b^2=9. Then c2=349=25c^2 = 34-9=25, so c=5c=5. The foci are at (h,k±c)(h, k \pm c), which are (1,3±5)(-1, 3 \pm 5), or (1,8)(-1, 8) and (1,2)(-1, -2).

Explanation

This form simply shifts the center of the ellipse from (0,0)(0,0) to a new point (h,k)(h, k). All other properties, including the shape and size defined by aa and bb, move along with the center without changing.

Section 5

General to Standard Form

Property

To convert an ellipse from the general form ax2+by2+cx+dy+e=0ax^2 + by^2 + cx + dy + e = 0 to standard form: 1. Group terms with the same variable and move the constant to the opposite side. 2. Factor out the coefficients of the x2x^2 and y2y^2 terms. 3. Complete the square for each variable, adding the balanced values to the other side. 4. Rewrite as perfect squares. 5. Divide both sides by the constant term to make the equation equal 1.

Examples

  • Convert 4x2+25y2+8x100y+4=04x^2 + 25y^2 + 8x - 100y + 4 = 0. Grouping and factoring gives 4(x2+2x)+25(y24y)=44(x^2+2x) + 25(y^2-4y) = -4. Completing the square yields 4(x+1)2+25(y2)2=4+4(1)+25(4)=1004(x+1)^2 + 25(y-2)^2 = -4 + 4(1) + 25(4) = 100. Divide by 100 to get (x+1)225+(y2)24=1\frac{(x+1)^2}{25} + \frac{(y-2)^2}{4} = 1.
  • The equation x2+9y24x+54y+49=0x^2 + 9y^2 - 4x + 54y + 49 = 0 becomes (x24x)+9(y2+6y)=49(x^2-4x) + 9(y^2+6y) = -49. Completing the square gives (x2)2+9(y+3)2=49+4+9(9)=36(x-2)^2 + 9(y+3)^2 = -49 + 4 + 9(9) = 36. The standard form is (x2)236+(y+3)24=1\frac{(x-2)^2}{36} + \frac{(y+3)^2}{4} = 1.
  • Rewrite 16x2+y2128x+240=016x^2 + y^2 - 128x + 240 = 0. This is 16(x28x)+y2=24016(x^2-8x) + y^2 = -240. Completing the square gives 16(x4)2+y2=240+16(16)=1616(x-4)^2 + y^2 = -240 + 16(16) = 16. The standard form is (x4)21+y216=1\frac{(x-4)^2}{1} + \frac{y^2}{16} = 1.

Explanation

The general form hides an ellipse's properties. Completing the square for both xx and yy reorganizes the equation to reveal the center (h,k)(h, k), axis lengths aa and bb, and orientation, making it easy to analyze.

Book overview

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

Continue this chapter

Chapter 12: Analytic Geometry

  1. Lesson 1Current

    Lesson 12.1: The Ellipse

  2. Lesson 2

    Lesson 12.2: The Hyperbola

  3. Lesson 3

    Lesson 12.3: The Parabola

  4. Lesson 4

    Lesson 12.4: Rotation of Axes

  5. Lesson 5

    Lesson 12.5: Conic Sections in Polar Coordinates