Learn on PengiOpenstax Intermediate Algebra 2EChapter 11: Conics

Lesson 11.1: Distance and Midpoint Formulas; Circles

In this lesson from OpenStax Intermediate Algebra 2E, students learn to apply the Distance Formula and Midpoint Formula to find lengths and midpoints between coordinate pairs on the rectangular coordinate system. The lesson also covers writing the standard form equation of a circle and graphing circles, connecting the Pythagorean Theorem to the geometry of conic sections. These foundational skills introduce Chapter 11's broader study of conics, including parabolas, ellipses, and hyperbolas.

Section 1

πŸ“˜ Distance and Midpoint Formulas; Circles

New Concept

We'll use the Pythagorean theorem to derive the Distance and Midpoint formulas. These tools allow us to connect the geometry of a circle (its center and radius) to its standard algebraic equation, (xβˆ’h)2+(yβˆ’k)2=r2(x-h)^2 + (y-k)^2 = r^2.

What’s next

Now, put these formulas into practice! You'll work through interactive examples, watch short videos, and solve problems to master finding distances, midpoints, and graphing circles.

Section 2

Distance Formula

Property

The distance dd between the two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is

d=(x2βˆ’x1)2+(y2βˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Examples

  • To find the distance between (1,2)(1, 2) and (4,6)(4, 6), use the formula: d=(4βˆ’1)2+(6βˆ’2)2=32+42=9+16=25=5d = \sqrt{(4 - 1)^2 + (6 - 2)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5.
  • The distance between (βˆ’2,5)(-2, 5) and (10,0)(10, 0) is calculated as d=(10βˆ’(βˆ’2))2+(0βˆ’5)2=122+(βˆ’5)2=144+25=169=13d = \sqrt{(10 - (-2))^2 + (0 - 5)^2} = \sqrt{12^2 + (-5)^2} = \sqrt{144 + 25} = \sqrt{169} = 13.
  • Find the distance between (2,5)(2, 5) and (4,βˆ’1)(4, -1). The exact distance is d=(4βˆ’2)2+(βˆ’1βˆ’5)2=22+(βˆ’6)2=4+36=40d = \sqrt{(4 - 2)^2 + (-1 - 5)^2} = \sqrt{2^2 + (-6)^2} = \sqrt{4 + 36} = \sqrt{40}. This is approximately 6.36.3.

Explanation

This formula is the Pythagorean theorem applied to the coordinate plane. It calculates the straight-line distance between two points by treating that distance as the hypotenuse of a right triangle formed by the horizontal and vertical differences.

Section 3

Midpoint Formula

Property

The midpoint of the line segment whose endpoints are the two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is

(x1+x22,y1+y22)\left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

To find the midpoint of a line segment, we find the average of the xx-coordinates and the average of the yy-coordinates of the endpoints.

Examples

  • The midpoint of a segment with endpoints (2,5)(2, 5) and (8,11)(8, 11) is found by averaging the coordinates: (2+82,5+112)=(102,162)=(5,8)\left( \frac{2 + 8}{2}, \frac{5 + 11}{2} \right) = \left( \frac{10}{2}, \frac{16}{2} \right) = (5, 8).
  • For endpoints (βˆ’4,9)(-4, 9) and (6,βˆ’3)(6, -3), the midpoint is (βˆ’4+62,9+(βˆ’3)2)=(22,62)=(1,3)\left( \frac{-4 + 6}{2}, \frac{9 + (-3)}{2} \right) = \left( \frac{2}{2}, \frac{6}{2} \right) = (1, 3).
  • The midpoint of the segment between (3,8)(3, 8) and (10,5)(10, 5) is (3+102,8+52)=(132,132)\left( \frac{3 + 10}{2}, \frac{8 + 5}{2} \right) = \left( \frac{13}{2}, \frac{13}{2} \right).

Explanation

To find the exact center of a line segment, you simply calculate the average of the x-coordinates and the average of the y-coordinates. This gives you the coordinates of the point that is perfectly in the middle.

Section 4

Standard Form of the Equation a Circle

Property

The standard form of the equation of a circle with center, (h,k)(h, k), and radius, rr, is

(xβˆ’h)2+(yβˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2

Examples

  • The equation of a circle with radius 55 and center (0,0)(0, 0) is x2+y2=52x^2 + y^2 = 5^2, which simplifies to x2+y2=25x^2 + y^2 = 25.
  • A circle with radius 44 and center (3,βˆ’2)(3, -2) has the equation (xβˆ’3)2+(yβˆ’(βˆ’2))2=42(x - 3)^2 + (y - (-2))^2 = 4^2, which simplifies to (xβˆ’3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16.
  • For a circle with center (1,2)(1, 2) that passes through (4,6)(4, 6), first find the radius using the distance formula: r=(4βˆ’1)2+(6βˆ’2)2=5r = \sqrt{(4-1)^2 + (6-2)^2} = 5. The equation is (xβˆ’1)2+(yβˆ’2)2=25(x - 1)^2 + (y - 2)^2 = 25.

Explanation

This equation describes every point (x,y)(x, y) that is exactly distance rr from the center (h,k)(h, k). It comes directly from the Distance Formula, where the distance is the radius, and both sides are squared.

Section 5

General Form of the Equation of a Circle

Property

The general form of the equation of a circle is

x2+y2+ax+by+c=0x^2 + y^2 + ax + by + c = 0

To find the center and radius from this form, group the x-terms and y-terms, move the constant to the right side, and complete the square for both variables to rewrite the equation in standard form.

Examples

  • Given x2+y2βˆ’8x+2y+8=0x^2 + y^2 - 8x + 2y + 8 = 0, complete the square: (x2βˆ’8x+16)+(y2+2y+1)=βˆ’8+16+1(x^2 - 8x + 16) + (y^2 + 2y + 1) = -8 + 16 + 1. The standard form is (xβˆ’4)2+(y+1)2=9(x - 4)^2 + (y + 1)^2 = 9. The center is (4,βˆ’1)(4, -1) and the radius is 33.
  • Given x2+y2+10yβˆ’11=0x^2 + y^2 + 10y - 11 = 0, complete the square for y: x2+(y2+10y+25)=11+25x^2 + (y^2 + 10y + 25) = 11 + 25. The standard form is x2+(y+5)2=36x^2 + (y + 5)^2 = 36. The center is (0,βˆ’5)(0, -5) and the radius is 66.
  • Given x2+y2βˆ’6x+5=0x^2 + y^2 - 6x + 5 = 0, complete the square for x: (x2βˆ’6x+9)+y2=βˆ’5+9(x^2 - 6x + 9) + y^2 = -5 + 9. The standard form is (xβˆ’3)2+y2=4(x - 3)^2 + y^2 = 4. The center is (3,0)(3, 0) and the radius is 22.

Explanation

The general form is a 'scrambled' version of the standard circle equation. By completing the square, you can unscramble it back into standard form, which clearly reveals the circle's center and radius, making it easy to graph.

Book overview

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

Continue this chapter

Chapter 11: Conics

  1. Lesson 1Current

    Lesson 11.1: Distance and Midpoint Formulas; Circles

  2. Lesson 2

    Lesson 11.2: Parabolas

  3. Lesson 3

    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

πŸ“˜ Distance and Midpoint Formulas; Circles

New Concept

We'll use the Pythagorean theorem to derive the Distance and Midpoint formulas. These tools allow us to connect the geometry of a circle (its center and radius) to its standard algebraic equation, (xβˆ’h)2+(yβˆ’k)2=r2(x-h)^2 + (y-k)^2 = r^2.

What’s next

Now, put these formulas into practice! You'll work through interactive examples, watch short videos, and solve problems to master finding distances, midpoints, and graphing circles.

Section 2

Distance Formula

Property

The distance dd between the two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is

d=(x2βˆ’x1)2+(y2βˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Examples

  • To find the distance between (1,2)(1, 2) and (4,6)(4, 6), use the formula: d=(4βˆ’1)2+(6βˆ’2)2=32+42=9+16=25=5d = \sqrt{(4 - 1)^2 + (6 - 2)^2} = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5.
  • The distance between (βˆ’2,5)(-2, 5) and (10,0)(10, 0) is calculated as d=(10βˆ’(βˆ’2))2+(0βˆ’5)2=122+(βˆ’5)2=144+25=169=13d = \sqrt{(10 - (-2))^2 + (0 - 5)^2} = \sqrt{12^2 + (-5)^2} = \sqrt{144 + 25} = \sqrt{169} = 13.
  • Find the distance between (2,5)(2, 5) and (4,βˆ’1)(4, -1). The exact distance is d=(4βˆ’2)2+(βˆ’1βˆ’5)2=22+(βˆ’6)2=4+36=40d = \sqrt{(4 - 2)^2 + (-1 - 5)^2} = \sqrt{2^2 + (-6)^2} = \sqrt{4 + 36} = \sqrt{40}. This is approximately 6.36.3.

Explanation

This formula is the Pythagorean theorem applied to the coordinate plane. It calculates the straight-line distance between two points by treating that distance as the hypotenuse of a right triangle formed by the horizontal and vertical differences.

Section 3

Midpoint Formula

Property

The midpoint of the line segment whose endpoints are the two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) is

(x1+x22,y1+y22)\left( \frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2} \right)

To find the midpoint of a line segment, we find the average of the xx-coordinates and the average of the yy-coordinates of the endpoints.

Examples

  • The midpoint of a segment with endpoints (2,5)(2, 5) and (8,11)(8, 11) is found by averaging the coordinates: (2+82,5+112)=(102,162)=(5,8)\left( \frac{2 + 8}{2}, \frac{5 + 11}{2} \right) = \left( \frac{10}{2}, \frac{16}{2} \right) = (5, 8).
  • For endpoints (βˆ’4,9)(-4, 9) and (6,βˆ’3)(6, -3), the midpoint is (βˆ’4+62,9+(βˆ’3)2)=(22,62)=(1,3)\left( \frac{-4 + 6}{2}, \frac{9 + (-3)}{2} \right) = \left( \frac{2}{2}, \frac{6}{2} \right) = (1, 3).
  • The midpoint of the segment between (3,8)(3, 8) and (10,5)(10, 5) is (3+102,8+52)=(132,132)\left( \frac{3 + 10}{2}, \frac{8 + 5}{2} \right) = \left( \frac{13}{2}, \frac{13}{2} \right).

Explanation

To find the exact center of a line segment, you simply calculate the average of the x-coordinates and the average of the y-coordinates. This gives you the coordinates of the point that is perfectly in the middle.

Section 4

Standard Form of the Equation a Circle

Property

The standard form of the equation of a circle with center, (h,k)(h, k), and radius, rr, is

(xβˆ’h)2+(yβˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2

Examples

  • The equation of a circle with radius 55 and center (0,0)(0, 0) is x2+y2=52x^2 + y^2 = 5^2, which simplifies to x2+y2=25x^2 + y^2 = 25.
  • A circle with radius 44 and center (3,βˆ’2)(3, -2) has the equation (xβˆ’3)2+(yβˆ’(βˆ’2))2=42(x - 3)^2 + (y - (-2))^2 = 4^2, which simplifies to (xβˆ’3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16.
  • For a circle with center (1,2)(1, 2) that passes through (4,6)(4, 6), first find the radius using the distance formula: r=(4βˆ’1)2+(6βˆ’2)2=5r = \sqrt{(4-1)^2 + (6-2)^2} = 5. The equation is (xβˆ’1)2+(yβˆ’2)2=25(x - 1)^2 + (y - 2)^2 = 25.

Explanation

This equation describes every point (x,y)(x, y) that is exactly distance rr from the center (h,k)(h, k). It comes directly from the Distance Formula, where the distance is the radius, and both sides are squared.

Section 5

General Form of the Equation of a Circle

Property

The general form of the equation of a circle is

x2+y2+ax+by+c=0x^2 + y^2 + ax + by + c = 0

To find the center and radius from this form, group the x-terms and y-terms, move the constant to the right side, and complete the square for both variables to rewrite the equation in standard form.

Examples

  • Given x2+y2βˆ’8x+2y+8=0x^2 + y^2 - 8x + 2y + 8 = 0, complete the square: (x2βˆ’8x+16)+(y2+2y+1)=βˆ’8+16+1(x^2 - 8x + 16) + (y^2 + 2y + 1) = -8 + 16 + 1. The standard form is (xβˆ’4)2+(y+1)2=9(x - 4)^2 + (y + 1)^2 = 9. The center is (4,βˆ’1)(4, -1) and the radius is 33.
  • Given x2+y2+10yβˆ’11=0x^2 + y^2 + 10y - 11 = 0, complete the square for y: x2+(y2+10y+25)=11+25x^2 + (y^2 + 10y + 25) = 11 + 25. The standard form is x2+(y+5)2=36x^2 + (y + 5)^2 = 36. The center is (0,βˆ’5)(0, -5) and the radius is 66.
  • Given x2+y2βˆ’6x+5=0x^2 + y^2 - 6x + 5 = 0, complete the square for x: (x2βˆ’6x+9)+y2=βˆ’5+9(x^2 - 6x + 9) + y^2 = -5 + 9. The standard form is (xβˆ’3)2+y2=4(x - 3)^2 + y^2 = 4. The center is (3,0)(3, 0) and the radius is 22.

Explanation

The general form is a 'scrambled' version of the standard circle equation. By completing the square, you can unscramble it back into standard form, which clearly reveals the circle's center and radius, making it easy to graph.

Book overview

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

Continue this chapter

Chapter 11: Conics

  1. Lesson 1Current

    Lesson 11.1: Distance and Midpoint Formulas; Circles

  2. Lesson 2

    Lesson 11.2: Parabolas

  3. Lesson 3

    Lesson 11.3: Ellipses

  4. Lesson 4

    Lesson 11.4: Hyperbolas

  5. Lesson 5

    Lesson 11.5: Solve Systems of Nonlinear Equations