Fiveable

📘Intermediate Algebra Unit 11 Review

QR code for Intermediate Algebra practice questions

11.1 Distance and Midpoint Formulas; Circles

11.1 Distance and Midpoint Formulas; Circles

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Distance and Midpoint Formulas; Circles

The distance and midpoint formulas give you two essential tools for working on the coordinate plane: measuring how far apart two points are, and finding the exact middle between them. Both formulas come straight from basic algebra and geometry you already know. In this section, you'll also use these ideas to write and graph equations of circles.

Distance and Midpoint Formulas

Distance Formula

The distance formula calculates the straight-line distance between two points (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) on the coordinate plane. It's derived directly from the Pythagorean Theorem: the horizontal difference between the points is one leg, the vertical difference is the other, and the distance is the hypotenuse.

d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

Distance is always zero or positive. The order of the points doesn't matter, because squaring removes any negative signs.

Example: Find the distance between (1,2)(1, 2) and (4,6)(4, 6).

  1. Identify your two points: (x1,y1)=(1,2)(x_1, y_1) = (1, 2) and (x2,y2)=(4,6)(x_2, y_2) = (4, 6)

  2. Substitute into the formula: d=(41)2+(62)2d = \sqrt{(4 - 1)^2 + (6 - 2)^2}

  3. Simplify under the radical: d=9+16=25d = \sqrt{9 + 16} = \sqrt{25}

  4. Evaluate: d=5d = 5

Distance formula for point length, Plotting Points on the Coordinate Plane | College Algebra

Midpoint Formula

The midpoint is the point that divides a line segment into two equal halves. To find it, you average the x-coordinates and average the y-coordinates of the endpoints.

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

Example: Find the midpoint of the segment connecting (3,2)(-3, 2) and (5,6)(5, 6).

  1. Identify the endpoints: (x1,y1)=(3,2)(x_1, y_1) = (-3, 2) and (x2,y2)=(5,6)(x_2, y_2) = (5, 6)
  2. Average the x-coordinates: 3+52=22=1\frac{-3 + 5}{2} = \frac{2}{2} = 1
  3. Average the y-coordinates: 2+62=82=4\frac{2 + 6}{2} = \frac{8}{2} = 4
  4. The midpoint is (1,4)(1, 4)

Think of it this way: the midpoint is just the "average point" of the two endpoints.

Circles

Distance formula for point length, Distance in the Coordinate Plane | College Algebra

Standard Form of a Circle Equation

A circle is the set of all points that are a fixed distance (the radius) from a fixed point (the center). That definition translates directly into an equation using the distance formula.

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

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

  • (h,k)(h, k) gives you the center. Watch the signs: in (xh)2(x - h)^2, the value of hh is the opposite of what appears in the parentheses. So (x+2)2(x + 2)^2 means h=2h = -2.
  • The right side of the equation is r2r^2, not rr. If the right side is 25, the radius is 25=5\sqrt{25} = 5.

Example: Write the equation of a circle with center (2,3)(-2, 3) and radius 5.

  1. Substitute h=2h = -2, k=3k = 3, and r=5r = 5 into the standard form.

  2. (x(2))2+(y3)2=52(x - (-2))^2 + (y - 3)^2 = 5^2

  3. Simplify: (x+2)2+(y3)2=25(x + 2)^2 + (y - 3)^2 = 25

Converting from general form: Sometimes you'll see a circle written in general form: x2+y2+Cx+Dy+E=0x^2 + y^2 + Cx + Dy + E = 0. To convert this to standard form, group the xx-terms and yy-terms separately, then complete the square for each group. (You practiced completing the square back in your quadratics unit, and this is exactly why.)

Sketching Circles from Equations

Once you have the standard form, graphing is straightforward.

  1. Identify the center (h,k)(h, k) and the radius r=r2r = \sqrt{r^2} from the equation.

  2. Plot the center on the coordinate plane.

  3. Plot four guide points by moving rr units up, down, left, and right from the center:

    • (h+r,  k)(h + r,\; k), (hr,  k)(h - r,\; k), (h,  k+r)(h,\; k + r), (h,  kr)(h,\; k - r)
  4. Connect these four points with a smooth, round curve.

Example: Graph (x)2+(y)2=9(x)^2 + (y)^2 = 9.

  • Center: (0,0)(0, 0), Radius: 9=3\sqrt{9} = 3
  • Four guide points: (3,0)(3, 0), (3,0)(-3, 0), (0,3)(0, 3), (0,3)(0, -3)
  • Plot and draw a smooth circle through those points.

A common mistake is forgetting to take the square root of the right side. If the equation says =9= 9, the radius is 3, not 9.