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.
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 d between the two points (x1β,y1β) and (x2β,y2β) is
d=(x2ββx1β)2+(y2ββy1β)2β
Examples
To find the distance between (1,2) and (4,6), use the formula: d=(4β1)2+(6β2)2β=32+42β=9+16β=25β=5.
The distance between (β2,5) and (10,0) is calculated as d=(10β(β2))2+(0β5)2β=122+(β5)2β=144+25β=169β=13.
Find the distance between (2,5) and (4,β1). The exact distance is d=(4β2)2+(β1β5)2β=22+(β6)2β=4+36β=40β. This is approximately 6.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β) and (x2β,y2β) is
(2x1β+x2ββ,2y1β+y2ββ)
To find the midpoint of a line segment, we find the average of the x-coordinates and the average of the y-coordinates of the endpoints.
Examples
The midpoint of a segment with endpoints (2,5) and (8,11) is found by averaging the coordinates: (22+8β,25+11β)=(210β,216β)=(5,8).
For endpoints (β4,9) and (6,β3), the midpoint is (2β4+6β,29+(β3)β)=(22β,26β)=(1,3).
The midpoint of the segment between (3,8) and (10,5) is (23+10β,28+5β)=(213β,213β).
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), and radius, r, is
(xβh)2+(yβk)2=r2
Examples
The equation of a circle with radius 5 and center (0,0) is x2+y2=52, which simplifies to x2+y2=25.
A circle with radius 4 and center (3,β2) has the equation (xβ3)2+(yβ(β2))2=42, which simplifies to (xβ3)2+(y+2)2=16.
For a circle with center (1,2) that passes through (4,6), first find the radius using the distance formula: r=(4β1)2+(6β2)2β=5. The equation is (xβ1)2+(yβ2)2=25.
Explanation
This equation describes every point (x,y) that is exactly distance r from the center (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=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=0, complete the square: (x2β8x+16)+(y2+2y+1)=β8+16+1. The standard form is (xβ4)2+(y+1)2=9. The center is (4,β1) and the radius is 3.
Given x2+y2+10yβ11=0, complete the square for y: x2+(y2+10y+25)=11+25. The standard form is x2+(y+5)2=36. The center is (0,β5) and the radius is 6.
Given x2+y2β6x+5=0, complete the square for x: (x2β6x+9)+y2=β5+9. The standard form is (xβ3)2+y2=4. The center is (3,0) and the radius is 2.
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.
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.
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 d between the two points (x1β,y1β) and (x2β,y2β) is
d=(x2ββx1β)2+(y2ββy1β)2β
Examples
To find the distance between (1,2) and (4,6), use the formula: d=(4β1)2+(6β2)2β=32+42β=9+16β=25β=5.
The distance between (β2,5) and (10,0) is calculated as d=(10β(β2))2+(0β5)2β=122+(β5)2β=144+25β=169β=13.
Find the distance between (2,5) and (4,β1). The exact distance is d=(4β2)2+(β1β5)2β=22+(β6)2β=4+36β=40β. This is approximately 6.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β) and (x2β,y2β) is
(2x1β+x2ββ,2y1β+y2ββ)
To find the midpoint of a line segment, we find the average of the x-coordinates and the average of the y-coordinates of the endpoints.
Examples
The midpoint of a segment with endpoints (2,5) and (8,11) is found by averaging the coordinates: (22+8β,25+11β)=(210β,216β)=(5,8).
For endpoints (β4,9) and (6,β3), the midpoint is (2β4+6β,29+(β3)β)=(22β,26β)=(1,3).
The midpoint of the segment between (3,8) and (10,5) is (23+10β,28+5β)=(213β,213β).
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), and radius, r, is
(xβh)2+(yβk)2=r2
Examples
The equation of a circle with radius 5 and center (0,0) is x2+y2=52, which simplifies to x2+y2=25.
A circle with radius 4 and center (3,β2) has the equation (xβ3)2+(yβ(β2))2=42, which simplifies to (xβ3)2+(y+2)2=16.
For a circle with center (1,2) that passes through (4,6), first find the radius using the distance formula: r=(4β1)2+(6β2)2β=5. The equation is (xβ1)2+(yβ2)2=25.
Explanation
This equation describes every point (x,y) that is exactly distance r from the center (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=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=0, complete the square: (x2β8x+16)+(y2+2y+1)=β8+16+1. The standard form is (xβ4)2+(y+1)2=9. The center is (4,β1) and the radius is 3.
Given x2+y2+10yβ11=0, complete the square for y: x2+(y2+10y+25)=11+25. The standard form is x2+(y+5)2=36. The center is (0,β5) and the radius is 6.
Given x2+y2β6x+5=0, complete the square for x: (x2β6x+9)+y2=β5+9. The standard form is (xβ3)2+y2=4. The center is (3,0) and the radius is 2.
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.