62.7k views
4 votes
Write two functions that together represent a circle.

1 Answer

3 votes
Seeing that the Equation of a Circle is repersented by: x² + y² + Dx + Ey + F = 0
Where E, F, and D are constants.
Factorise this and it becomes;
(x - h)² + (y + k)² = r²
An example would be;
(x-3)² + (x - 2)² = 4

Hope this helped :)
User Jensa
by
6.9k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.