Circle: The set of all points in a plane that are equidistant from a fixed point (the center)
Center-Radius Form: (x - h)² + (y - k)² = r², where (h, k) is the center and r is the radius
- Compare the given equation to the standard form
- Identify h, k, and r from the equation
- Extract the center (h, k) and radius r
- Graph using center and radius
(x - 2)² + (y + 3)² = 16
(x - h)² + (y - k)² = r²
h = 2 (from x - 2)
k = -3 (from y - (-3) = y + 3)
r² = 16, so r = 4
Center: (2, -3)
Radius: 4 units
Center: (2, -3), Radius: 4
• Pattern matching: Compare coefficients to identify parameters
• Sign handling: Be careful with signs in the standard form
• Radical simplification: Take positive square root for radius
General Form: x² + y² + Dx + Ey + F = 0
Completing the Square: A technique to convert general form to center-radius form
x² - 6x + y² + 8y + 9 = 0
(x² - 6x) + (y² + 8y) = -9
Take half of coefficient of x: -6/2 = -3
Square it: (-3)² = 9
Add to both sides: (x² - 6x + 9)
Take half of coefficient of y: 8/2 = 4
Square it: 4² = 16
Add to both sides: (y² + 8y + 16)
(x² - 6x + 9) + (y² + 8y + 16) = -9 + 9 + 16
(x - 3)² + (y + 4)² = 16
Center: (3, -4)
Radius: √16 = 4
Center-radius form: (x - 3)² + (y + 4)² = 16, Center: (3, -4), Radius: 4
• Completing the square: Add (coefficient/2)² to both sides
• Perfect square trinomial: x² + bx + (b/2)² = (x + b/2)²
• Standard form recognition: Match to center-radius form
Point Position: Compare distance from point to center with radius
Distance Formula: d = √[(x₂ - x₁)² + (y₂ - y₁)²]
Center: (2, -3)
Radius: r = √16 = 4
(5 - 2)² + (-1 + 3)² = ?
(3)² + (2)² = 9 + 4 = 13
Since 13 < 16, the point lies inside the circle
Distance from (5, -1) to (2, -3):
d = √[(5-2)² + (-1-(-3))²] = √[9 + 4] = √13 ≈ 3.6
Since 3.6 < 4, point is inside the circle
The point (5, -1) lies inside the circle.
• Substitution test: Plug point into circle equation
• Comparison: Compare result with radius squared
• Distance verification: Use distance formula to confirm
Circle: Set of all points equidistant from a fixed point (center)
Center: Fixed point from which all points on circle are equidistant
Radius: Distance from center to any point on circle
Chord: Line segment connecting two points on circle
Diameter: Chord passing through center
- Identify form: Recognize center-radius or general form
- Convert if needed: Complete the square to find center and radius
- Extract parameters: Identify center (h, k) and radius r
- Apply relevant formulas: Use distance formula, position tests, etc.
- Verify results: Check that answers make sense geometrically
Tangent Line: A line that touches the circle at exactly one point
Perpendicular Property: Tangent line is perpendicular to the radius at the point of tangency
(4 - 1)² + (2 - 2)² = 3² + 0² = 9 ✓
Center: (1, 2)
Radius: √9 = 3
From center (1, 2) to point (4, 2):
m_radius = (2 - 2)/(4 - 1) = 0/3 = 0
Since radius has slope 0 (horizontal), tangent is vertical
For perpendicular lines: m_tangent × m_radius = -1
Since m_radius = 0, the tangent line is vertical
Vertical line through (4, 2): x = 4
The equation of the tangent line is x = 4.
• Tangent-perpendicularity: Tangent line ⊥ radius at point of tangency
• Slope relationship: m₁ × m₂ = -1 for perpendicular lines
• Special case: Horizontal radius gives vertical tangent
Circle Intersection: Points where two circles meet simultaneously
Simultaneous Equations: Solve system of two circle equations
C₂: (x-4)²+(y-1)²=1
Circle 1: (x - 1)² + (y - 1)² = 4
Circle 2: (x - 4)² + (y - 1)² = 1
[(x - 1)² + (y - 1)²] - [(x - 4)² + (y - 1)²] = 4 - 1
(x - 1)² - (x - 4)² = 3
(x² - 2x + 1) - (x² - 8x + 16) = 3
x² - 2x + 1 - x² + 8x - 16 = 3
6x - 15 = 3
6x = 18
x = 3
Substitute x = 3 into Circle 1:
(3 - 1)² + (y - 1)² = 4
4 + (y - 1)² = 4
(y - 1)² = 0
y - 1 = 0
y = 1
(3 - 4)² + (1 - 1)² = 1 + 0 = 1 ✓
The circles intersect at the point (3, 1).
• System solving: Use elimination method to solve simultaneous equations
• Algebraic manipulation: Expand and simplify expressions
• Verification: Always check solutions in both original equations
Circle: The set of all points in a plane that are equidistant from a fixed point called the center
Center: The fixed point from which all points on the circle are equidistant
Radius: The distance from the center to any point on the circle
Chord: A line segment connecting two points on the circle
Diameter: A chord that passes through the center of the circle
- Identify the form: Recognize center-radius or general form of the equation
- Convert if needed: Complete the square to transform general form to center-radius form
- Extract parameters: Identify center (h, k) and radius r from center-radius form
- Apply formulas: Use distance formula, point-position tests, or other relevant formulas
- Verify results: Check that answers satisfy the original equation
• Center-radius form: (x - h)² + (y - k)² = r²
• General form: x² + y² + Dx + Ey + F = 0
• Conversion: Complete the square for x and y terms separately
• Point position: (x - h)² + (y - k)² <, =, or > r² determines inside/on/outside
• (x - 0)² + (y - 0)² = 1 (unit circle centered at origin)
• (x - 2)² + (y - 3)² = 4 (radius 2, center at (2,3))
• (x + 1)² + (y - 2)² = 9 (radius 3, center at (-1,2))
• (x - 1)² + (y + 1)² = 16 (radius 4, center at (1,-1))
Analysis: The visualization shows how different centers and radii affect circle positions and sizes.
- Center coordinates determine position in the plane
- Radius determines the size of the circle
- Larger radii create bigger circles
- Changing center moves the entire circle