Measurement and Geometry: Lines and Circles - Master Reviewer

Equations of Lines

A line in a coordinate plane can be represented in various mathematical forms depending on the information available.

  • Slope-Intercept Form:

    • Formula: y=mx+by = mx + b

    • Where:

      • mm = slope

      • bb = y-intercept

    • Example: Given a slope of 33 and a y-intercept of 2-2.

      • Substitute into formula: y=3x2y = 3x - 2

      • Answer: y=3x2y = 3x - 2

  • Slope Formula:

    • Formula: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

    • This formula is used specifically when the coordinates of two points on the line are known.

    • Example: Find the slope of the line passing through (2,3)(2,3) and (6,11)(6,11).

      • Calculation: m=11362m = \frac{11 - 3}{6 - 2}

      • Calculation: m=84m = \frac{8}{4}

      • Answer: m=2m = 2

  • Point-Slope Form:

    • Formula: yy1=m(xx1)y - y_1 = m(x - x_1)

    • Used when one point is known and the slope is known.

    • Example: Point (3,4)(3,4) and Slope 55.

      • Substitute: y4=5(x3)y - 4 = 5(x - 3)

      • Distribute: y4=5x15y - 4 = 5x - 15

      • Simplify: y=5x11y = 5x - 11

      • Answer: y=5x11y = 5x - 11

  • Equation of a Line Through Two Points:

    • Example: Points (1,2)(1,2) and (5,10)(5,10).

    • Step 1: Find slope.

      • m=10251m = \frac{10 - 2}{5 - 1}

      • m=84=2m = \frac{8}{4} = 2

    • Step 2: Use point-slope form.

      • y2=2(x1)y - 2 = 2(x - 1)

    • Step 3: Simplify.

      • y2=2x2y - 2 = 2x - 2

      • y=2xy = 2x

      • Answer: y=2xy = 2x

Parallel and Perpendicular Lines

The relationship between two lines can be determined by comparing their slopes.

  • Parallel Lines:

    • Condition: m1=m2m_1 = m_2

    • Parallel lines never intersect and have identical slopes.

    • Example: Given the line y=2x+3y = 2x + 3, find a parallel line that passes through (4,1)(4,1).

      • Slope remains 22.

      • Equation: y1=2(x4)y - 1 = 2(x - 4)

      • Simplify: y1=2x8y - 1 = 2x - 8

      • Answer: y=2x7y = 2x - 7

  • Perpendicular Lines:

    • Condition: m1×m2=1m_1 \times m_2 = -1

    • Slopes of perpendicular lines are negative reciprocals of each other.

    • Example: Given the line y=4x2y = 4x - 2.

      • Original slope (m1m_1) = 44

      • Perpendicular slope (m2m_2) = 14-\frac{1}{4}

      • Set through point (2,3)(2,3): y3=14(x2)y - 3 = -\frac{1}{4}(x - 2)

      • Distribute: y3=14x+12y - 3 = -\frac{1}{4}x + \frac{1}{2}

      • Final calculation: y=14x+72y = -\frac{1}{4}x + \frac{7}{2}

      • Answer: y=14x+72y = -\frac{1}{4}x + \frac{7}{2}

Special Lines

  • Horizontal Line:

    • Slope: 00

    • Equation: y=ky = k

    • Example: y=6y = 6

  • Vertical Line:

    • Slope: Undefined

    • Equation: x=kx = k

    • Example: x=4x = 4

Equations of Circles

  • Standard Form:

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

    • Where:

      • (h,k)(h,k) = coordinates of the center point.

      • rr = radius of the circle.

  • Generating a Circle Equation from Center and Radius:

    • Example: Center = (3,2)(3,-2), Radius = 44.

    • Substitute: (x3)2+(y(2))2=42(x - 3)^2 + (y - (-2))^2 = 4^2

    • Resulting Equation: (x3)2+(y+2)2=16(x - 3)^2 + (y + 2)^2 = 16

  • Identifying Center and Radius from an Equation:

    • Example: (x4)2+(y+1)2=49(x - 4)^2 + (y + 1)^2 = 49

    • Center: (4,1)(4,-1)

    • Radius: 49=7\sqrt{49} = 7

  • Generating a Circle Equation from center and a Point:

    • Example: Center = (1,2)(1,2), Point on circle = (4,6)(4,6).

    • Step 1: Calculate radius using the distance formula.

      • r=(41)2+(62)2r = \sqrt{(4 - 1)^2 + (6 - 2)^2}

      • r=9+16r = \sqrt{9 + 16}

      • r=25=5r = \sqrt{25} = 5

    • Step 2: Write Equation.

      • Answer: (x1)2+(y2)2=25(x - 1)^2 + (y - 2)^2 = 25

  • Circle Equation from Diameter Endpoints:

    • Example: Endpoints A(0,0)A(0,0) and B(6,8)B(6,8).

    • Step 1: Find the Center (Midpoint).

      • Center=(0+62,0+82)Center = (\frac{0 + 6}{2} , \frac{0 + 8}{2})

      • Center=(3,4)Center = (3,4)

    • Step 2: Find the Diameter and Radius.

      • d=(60)2+(80)2d = \sqrt{(6 - 0)^2 + (8 - 0)^2}

      • d=36+64=100=10d = \sqrt{36 + 64} = \sqrt{100} = 10

      • Radius=d2=102=5Radius = \frac{d}{2} = \frac{10}{2} = 5

    • Step 3: Write Equation.

      • Answer: (x3)2+(y4)2=25(x - 3)^2 + (y - 4)^2 = 25

  • Converting General Form to Standard Form:

    • Example: Given x2+y22x+6y+1=0x^2 + y^2 - 2x + 6y + 1 = 0

    • Step 1: Group terms and move constant.

      • (x22x)+(y2+6y)=1(x^2 - 2x) + (y^2 + 6y) = -1

    • Step 2: Complete the square.

      • For xx: x22x+1=(x1)2x^2 - 2x + 1 = (x - 1)^2

      • For yy: y2+6y+9=(y+3)2y^2 + 6y + 9 = (y + 3)^2

    • Step 3: Balance the equation and finalize.

      • Add both added values (11 and 99) to the right side: (x1)2+(y+3)2=1+1+9(x - 1)^2 + (y + 3)^2 = -1 + 1 + 9

      • Standard Form: (x1)2+(y+3)2=9(x - 1)^2 + (y + 3)^2 = 9

      • Center: (1,3)(1,-3)

      • Radius: 33

Real-Life Applications

  • Cell Tower Coverage:

    • Scenario: A tower is located at (3,4)(3,4) with a coverage radius of 10 km10\text{ km}.

    • Equation: (x3)2+(y4)2=100(x - 3)^2 + (y - 4)^2 = 100

  • Weather Radar:

    • Scenario: A radar station sits at (3,2)(3,-2) with a detection range of 40 miles40\text{ miles}.

    • Equation: (x3)2+(y+2)2=1600(x - 3)^2 + (y + 2)^2 = 1600

  • Cell Phone Plan Cost Modeling:

    • Parameters: Monthly fee = $20\$20, Cost per minute = $0.05\$0.05.

    • Equation: C=0.05m+20C = 0.05m + 20

Relationships Between Lines and Circles

There are three primary geometric relationships based on the distance (dd) from the circle's center to the line versus the radius (rr) of the circle:

  1. Secant: Distance < Radius. The line intersects the circle at two points.

  2. Tangent: Distance = Radius. The line intersects the circle at exactly one point.

  3. Outside: Distance > Radius. The line does not intersect the circle.

  • Distance Formula from a Point (x0,y0)(x_0, y_0) to a Line Ax+By+C=0Ax + By + C = 0:

    • Formula: d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}

  • Relationship Example:

    • Circle: x2+y2=25x^2 + y^2 = 25 (Center = (0,0)(0,0), Radius = 55)

    • Line: 3x+4y25=03x + 4y - 25 = 0

    • Calculation: d=3(0)+4(0)2532+42d = \frac{|3(0) + 4(0) - 25|}{\sqrt{3^2 + 4^2}}

    • Calculation: d=255=5d = \frac{25}{5} = 5

    • Conclusion: Since d=rd = r, the line is TANGENT to the circle.

Graphing and Solving Systems

Graphing Systems Checklist

  1. Graph the line.

  2. Graph the circle.

  3. Locate intersection points.

  4. Shade required regions if inequalities are involved.

Solving Systems of Equations

  • A. Two Lines:

    • Lines: y=2x+1y = 2x + 1 and y=x+7y = -x + 7

    • Set equations equal: 2x+1=x+72x + 1 = -x + 7

    • Solve for xx: 3x=6x=23x = 6 \rightarrow x = 2

    • Solve for yy: y=2(2)+1=5y = 2(2) + 1 = 5

    • Solution: (2,5)(2,5)

  • B. Line and Circle:

    • System: x2+y2=25x^2 + y^2 = 25 and y=4y = 4

    • Substitute yy: x2+16=25x^2 + 16 = 25

    • Solve for xx: x2=9x=±3x^2 = 9 \rightarrow x = \pm 3

    • Solutions: (3,4)(3,4) and (3,4)(-3,4)

  • C. Two Circles:

    • System: x2+y2=25x^2 + y^2 = 25 and (x4)2+y2=25(x - 4)^2 + y^2 = 25

    • Expand the second equation: x28x+16+y2=25x^2 - 8x + 16 + y^2 = 25

    • Subtract the first equation from the expanded second: 8x+16=0-8x + 16 = 0

    • Solve for xx: x=2x = 2

    • Substitute xx into the first circle: 22+y2=254+y2=25y2=212^2 + y^2 = 25 \rightarrow 4 + y^2 = 25 \rightarrow y^2 = 21

    • Solve for yy: y=±21y = \pm \sqrt{21}

    • Solutions: (2,21)(2, \sqrt{21}) and (2,21)(2, -\sqrt{21})

Formula Sheet

  • Slope: m=y2y1x2x1m = \frac{y_2 - y_1}{x_2 - x_1}

  • Point-Slope: yy1=m(xx1)y - y_1 = m(x - x_1)

  • Slope-Intercept: y=mx+by = mx + b

  • Midpoint: (x1+x22,y1+y22)(\frac{x_1 + x_2}{2}, \frac{y_1 + y_2}{2})

  • Distance (between points): d=(x2x1)2+(y2y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}

  • Circle (Standard Form): (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

  • Parallel Condition: m1=m2m_1 = m_2

  • Perpendicular Condition: m1×m2=1m_1 \times m_2 = -1

  • Distance (Point to Line): d=Ax0+By0+CA2+B2d = \frac{|Ax_0 + By_0 + C|}{\sqrt{A^2 + B^2}}

Most Common Exam Questions

Expect questions that require you to:

  1. Find the slope given two points.

  2. Find the equation of a line passing through two specific points.

  3. Find the equation of a line from a given point and slope.

  4. Determine a line parallel to a given line.

  5. Determine a line perpendicular to a given line.

  6. Identify the center and radius of a circle from its equation.

  7. Write the equation of a circle given geometric parameters.

  8. Find the equation of a circle using diameter endpoints.

  9. Convert a circle equation from general form to standard form.

  10. Solve systems consisting of two lines.

  11. Solve systems consisting of a line and a circle.

  12. Solve systems consisting of two circles.

  13. Determine if a line is a tangent, secant, or outside of a circle.

  14. Model real-life situations using linear or circular equations.

Practice Problems

  1. Find the equation of the line through (1,4)(-1,4) and (3,2)(3,-2).

  2. Find the equation of a circle with center (3,1)(-3,1) and radius 66.

  3. Find the equation of a circle with diameter endpoints (2,1)(2,-1) and (8,5)(8,5).

  4. Is y=3x+1y = 3x + 1 parallel to y=3x4y = 3x - 4?

  5. Find the equation of the line perpendicular to y=23x+5y = -\frac{2}{3}x + 5 that passes through (6,1)(6,-1).

  6. Convert x2+y2+4x6y3=0x^2 + y^2 + 4x - 6y - 3 = 0 to standard form.

  7. Find the intersection of y=2xy = 2x and (x1)2+(y+2)2=10(x - 1)^2 + (y + 2)^2 = 10.

  8. Determine whether x2+y2=16x^2 + y^2 = 16 and y=5y = 5 have zero, one, or two intersections.

  9. Find the tangent line to (x1)2+(y+2)2=9(x - 1)^2 + (y + 2)^2 = 9 at point (4,2)(4,-2).

  10. Analyze the relationship between x2+y2=36x^2 + y^2 = 36 and 6x+8y60=06x + 8y - 60 = 0.