Circles Flashcards
What is the general equation of a circle?
(x - a)² + (y - b)² = r²
Centre of circle is (a,b), radius of circle is r.
Upon expanding the general equation of a circle, what are we left with?
Hint: values such as g, f, and c exist.
x² + y² + 2gx + 2fy + c = 0
g = -a, f = -b, c = a² + b² - r²
Centre of circle is (a, b)
Solving the expansion of the general equation of the circle using completing the square method, what do we finally have?
(X + g)² + (y + f)² = g² + f² - c
From the final equation of the circle [ (x + g)² + (y + f)² = g² + f² - c ] how can the radius of said circle be found?
r = √ (g² + f² - c)
What is the length of a tangent from point P(X,Y) outside a circle?
L = (X² + Y² + 2gX + 2fY + c)^½
What is the equation of a tangent at point (x1, y1) on a circle?
xx1 + yy1 + g(x + x1) +f(y +y1) + c = 0