67 total
When two circles are positioned in a coordinate plane, they can interact in several ways. Understanding these interactions is crucial for solving problems involving circle geometry.
1. Two Distinct Intersection Points
2. Circles Touch (Tangent)
3. No Intersection
To find where two circles intersect, we solve their equations simultaneously.
Step 1: Write both circle equations in standard form
Step 2: Expand both equations if necessary
Step 3: Subtract one equation from the other to eliminate the quadratic terms
Step 4: Solve the resulting linear equation for one variable
Step 5: Substitute back to find the coordinates of intersection points
Circle Equation Forms:
When two circles intersect at two distinct points, the line joining these points is called the common chord.
The equation of the common chord can be found by subtracting one circle equation from the other.
Given:
Common Chord Equation:
Subtract the two equations:
(x2+y2+2g1x+2f1y+c1)−(x2+y2+2g2x+2f2y+c2)=0
This simplifies to:
2(g1−g2)x+2(f1−f2)y+(c1−c2)=0
This is a linear equation representing the common chord.
Sign in to view full notes