Find equation of circle passing through the origin and with center at (3,5).
-
Equation of a circle:
(x - x0)^2 + (y - y0)^2 = R^2
where (x0, y0) is the center and R is the radius.
The distance from the center to any point on the circle is the radius.
R = √(3^2 + 5^2)
(x - x0)^2 + (y - y0)^2 = R^2
where (x0, y0) is the center and R is the radius.
The distance from the center to any point on the circle is the radius.
R = √(3^2 + 5^2)
-
(x - 3)² + (y - 5)² = 34