9.2 Circles

All the points which are a common distance from a single point collectively form a circle. How far is every point on a circle from the centre? The radius! If we have two points qq and pp in space, we can draw a right-angled triangle between them, and obtain that the distance between these two points is given by the formula

c+q=(pxqx)2+(pyqy)2\left\lVert-c+q\right\rVert=\sqrt{(p_{x}-q_{x})^{2}+(p_{y}-q_{y})^{2}} (9.2)

which is true because of Pythagoras’ theorem 22 2 This was explained further in the section above..

A circle can be thought of as all the points which are the same distance (i.e. the radius) from a common point (i.e. the centre).

Thus in general we can write the equation of a circle which has a centre at (cx,cy)(c_{x},c_{y}) and radius rr as

(xcx)2+(ycy)2=r\sqrt{(x-c_{x})^{2}+(y-c_{y})^{2}}=r (9.3)

and square both sides to obtain that

(xcx)2+(ycy)2=r2(x-c_{x})^{2}+(y-c_{y})^{2}=r^{2} (9.4)
Example 9.2.1

For which values of bb does the minimum point of y=x22x+by=x^{2}-2x+b lie inside the circle (x2)2+(y+3)2=20(x-2)^{2}+(y+3)^{2}=20?

Solution: The first step here is to find the minimum point of y=x22x+by=x^{2}-2x+b, which can be done by completing the square.

x22x+b=(x1)2+b1x^{2}-2x+b=(x-1)^{2}+b-1 (9.5)

Looking at the above equation, we know that the minimum point is when yy is at its smallest possible value. This is when (x1)2(x-1)^{2} is at its smallest possible value (which is zero, as x20x^{2}\geqq 0, and thus zero is the smallest value it can be), which is when x=1x=1 and thus (x1)2=0(x-1)^{2}=0. Any other value of xx would give a bigger value. When x=1x=1, we have y=b1y=b-1 and thus we have found the minimum point (1,b1)(1,b-1).

If you recall that the equation of a circle essentially specifies a distance from the centre, then our circle is just saying that any point on the circle is exactly 20\sqrt{20} units from the centre. We’re not interested in points on the circle, though, we’re interested in any points within the circle. These are any points where the distance between (1,b1)(1,b-1) and the centre of the circle (2,3)(2,-3) is less than 20\sqrt{20}. Thus we can write down an inequality.

(12)2+((b1)(3))2<20\sqrt{(1-2)^{2}+((b-1)-(-3))^{2}}<\sqrt{20} (9.6)

The left-hand side is just Pythagoras’ theorem (sketch the two points in space, and then draw a right-angled triangle between them). With this inequality, we can then start to manipulate, starting by squaring both sides. Usually it’s dangerous to square both sides of an inequality, as negative numbers become positive, and thus break the whole thing. However, in this equation all the values must be positive (as adding two squares is just adding two positive numbers, which will always be positive, and 20>0\sqrt{20}>0) so it’s fine. Thus,

(12)2+((b1)(3))2<20\displaystyle(1-2)^{2}+((b-1)-(-3))^{2}<20
1+(b+2)2<20\displaystyle 1+(b+2)^{2}<20
b2+4b+4+1<20\displaystyle b^{2}+4b+4+1<20
b2+4b15<0\displaystyle b^{2}+4b-15<0

If we sketch the quadratic, we get

7-76-65-54-43-32-21-11122334455667720204040xxf(b)f(b)(b+5)(b-3)

After using the quadratic formula to find the roots, we can tell that the minimum point of the curve is within the circle for all values of bb which are in the range 6.359<b<2.359-6.359<b<2.359.