Circles in the plane (2D)
With a centre and a radius, an equation of a circle can be set up in the plane.
The circle's cartesian equation is:
- $r$ is the radius
- $M(x_M|y_M)$ is the centre
Remember
Derivation
The length of the vector from $M$ to $P$ corresponds to the radius.
$|\vec{MP}|=r$
We can also represent this vector using the vectors $\vec{x}$ and $\vec{x_M}$ (see picture above).
$|\vec{x}-\vec{x_M}|=r$
If we square the whole equation, the absolute value is eliminated (calculation rule of vectors). We get the vector equation for circles in the plane.
The upper coordinate equation is obtained by multiplying (scalar product).
Determine radius and centre
The radius and centre can be read from the circular equation mentioned.
There are also other quadratic equations that describe a circle.
Remember
Example
Find the centre and radius of the circle $k$.
$k: x^2-4x+y^2+2y=20$
-
Completing the square
$x^2-4x+y^2+2y=20$
$x^2-4x\color{red}{+2^2-2^2}$ $+y^2+2y\color{blue}{+1^2-1^2}=20$
$(x-2)^2-2^2$ $+(y+1)^2-1^2=20$
$(x-2)^2+(y+1)^2-5=20\,\,|+5$
$(x-2)^2+(y+1)^2=25$
-
Read off the centre and radius
$k: (x-2)^2+(y+1)^2=25$
$k: (x-2)^2+(y+1)^2=5^2$
Attention: The square root must first be removed for the radius! The center point is in the equation with the opposite sign!
$M(2|-1)$ and $r=5$