Fiveable

๐Ÿ”ทHonors Geometry Unit 13 Review

QR code for Honors Geometry practice questions

13.2 Equations of lines and circles in the coordinate plane

13.2 Equations of lines and circles in the coordinate plane

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ”ทHonors Geometry
Unit & Topic Study Guides
Pep mascot

Equations of Lines

Pep mascot
more resources to help you study

Equations of lines from given information

Different forms of a line's equation highlight different information. Choosing the right form depends on what you're given and what you need to find.

Slope-intercept form: y=mx+by = mx + b, where mm is the slope and bb is the y-intercept. This is the most common form and the easiest to graph from, since you can plot the y-intercept and then use the slope to find additional points.

Point-slope form: yโˆ’y1=m(xโˆ’x1)y - y_1 = m(x - x_1), where mm is the slope and (x1,y1)(x_1, y_1) is any known point on the line. Use this when you're given a slope and a point (or can calculate the slope) but don't know the y-intercept yet. It's also the go-to form for writing equations of parallel and perpendicular lines through a specific point.

Two-point form: yโˆ’y1=y2โˆ’y1x2โˆ’x1(xโˆ’x1)y - y_1 = \frac{y_2 - y_1}{x_2 - x_1}(x - x_1), where (x1,y1)(x_1, y_1) and (x2,y2)(x_2, y_2) are two known points. This is really just point-slope form with the slope formula plugged in. You calculate the slope from the two points and then use either point to write the equation.

Parallel and perpendicular slopes come up constantly in coordinate geometry proofs and problems:

  • Parallel lines have equal slopes: m1=m2m_1 = m_2
  • Perpendicular lines have slopes that are negative reciprocals: m1โ‹…m2=โˆ’1m_1 \cdot m_2 = -1
    • For example, if one line has slope 22, a line perpendicular to it has slope โˆ’12-\frac{1}{2}, because 2โ‹…(โˆ’12)=โˆ’12 \cdot (-\frac{1}{2}) = -1.
    • Watch out for horizontal and vertical lines. A horizontal line (slope 00) is perpendicular to a vertical line (undefined slope), but the negative reciprocal rule doesn't apply in that case since you can't take the reciprocal of 00.

Standard form: Ax+By=CAx + By = C, where AA, BB, and CC are integers and Aโ‰ฅ0A \geq 0. You'll sometimes be asked to give your final answer in this form. To convert from slope-intercept or point-slope, clear any fractions by multiplying through, then rearrange so both variable terms are on the left and the constant is on the right.

Equations of lines from given information, Graph Linear Equations in Two Variables | Intermediate Algebra

Equations of Circles

Equations of lines from given information, Writing Equations of Lines | College Algebra

Center and radius of circles

A circle is the set of all points equidistant from a fixed center point. That distance is the radius, and the equation captures both pieces of information.

Standard form: (xโˆ’h)2+(yโˆ’k)2=r2(x - h)^2 + (y - k)^2 = r^2, where (h,k)(h, k) is the center and rr is the radius.

Pay close attention to the signs. The formula uses subtraction, so a center of (3,โˆ’2)(3, -2) produces (xโˆ’3)2+(yโˆ’(โˆ’2))2(x - 3)^2 + (y - (-2))^2, which simplifies to (xโˆ’3)2+(y+2)2(x - 3)^2 + (y + 2)^2. The plus sign in front of the 22 means the actual y-coordinate of the center is โˆ’2-2. A common mistake is reading (y+2)(y + 2) and thinking k=2k = 2. Always flip the sign you see inside the parentheses.

  • Example: (xโˆ’3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16 has center (3,โˆ’2)(3, -2) and radius 44 (since 16=4\sqrt{16} = 4).
  • Example: (x+1)2+(yโˆ’5)2=7(x + 1)^2 + (y - 5)^2 = 7 has center (โˆ’1,5)(-1, 5) and radius 7\sqrt{7}. The radius doesn't have to be a whole number.

Circle equations: standard vs general form

General form: x2+y2+Ax+By+C=0x^2 + y^2 + Ax + By + C = 0

This form isn't as immediately useful because you can't read off the center or radius. To extract that information, you need to convert to standard form by completing the square.

Converting general form to standard form:

  1. Group the xx terms together and the yy terms together. Move the constant to the right side.
  2. Complete the square for the xx group: take half the coefficient of xx, square it, and add it to both sides.
  3. Complete the square for the yy group the same way.
  4. Factor each group into a squared binomial. The right side equals r2r^2.

Example: Convert x2+y2โˆ’2x+6y+1=0x^2 + y^2 - 2x + 6y + 1 = 0 to standard form.

  1. Group and move the constant: (x2โˆ’2x)+(y2+6y)=โˆ’1(x^2 - 2x) + (y^2 + 6y) = -1

  2. Complete the square for xx: half of โˆ’2-2 is โˆ’1-1, and (โˆ’1)2=1(-1)^2 = 1. Add 11 to both sides.

  3. Complete the square for yy: half of 66 is 33, and 32=93^2 = 9. Add 99 to both sides.

  4. Factor: (xโˆ’1)2+(y+3)2=โˆ’1+1+9=9(x - 1)^2 + (y + 3)^2 = -1 + 1 + 9 = 9

So the circle has center (1,โˆ’3)(1, -3) and radius 33.

Quick check: After completing the square, r2r^2 must be positive. If you get r2=0r^2 = 0, the "circle" is just a single point. If you get r2<0r^2 < 0, the equation has no graph at all, meaning something went wrong or the equation doesn't represent a real circle.

Converting standard form to general form is simpler: expand the squared binomials, combine like terms, and set the equation equal to zero.

Tangent lines to circles

A tangent line touches a circle at exactly one point, called the point of tangency. The key geometric fact is that the radius drawn to the point of tangency is always perpendicular to the tangent line. This perpendicularity is what lets you find the tangent line's equation.

Steps to find the equation of a tangent line:

  1. Find the slope of the radius by using the slope formula with the center and the point of tangency.
  2. Take the negative reciprocal of that slope. That's the slope of the tangent line.
  3. Use point-slope form with the point of tangency and the tangent slope to write the equation.

Example: Find the tangent line to a circle with center (2,3)(2, 3) at the point of tangency (5,6)(5, 6).

  1. Slope of the radius: 6โˆ’35โˆ’2=33=1\frac{6 - 3}{5 - 2} = \frac{3}{3} = 1

  2. Slope of the tangent line: โˆ’1-1 (negative reciprocal of 11)

  3. Using point-slope form: yโˆ’6=โˆ’1(xโˆ’5)y - 6 = -1(x - 5), which simplifies to y=โˆ’x+11y = -x + 11

Special cases to watch for: If the radius is horizontal (slope 00), the tangent line is vertical, so its equation is x=x1x = x_1. If the radius is vertical (undefined slope), the tangent line is horizontal, so its equation is y=y1y = y_1. These cases come up when the point of tangency is directly above, below, or to the side of the center.