Skip to main content

Section 3 Circles

A circle is a set of points which are equidistant from a point called centre. The distance from the centre to any point on the circle is the so-called radius.
Figure 3.1.
Suppose we have a circle whose centre is at the origin and the length of the radius is 5. There are 4 special points on the circle \((5,0),(-5,0),(0,5),(0,-5).\) The distance between any of these 4 points and the origin is clearly 5. If we take any point \(P(x,y)\) on the circle, then \(OP=5\) is the radius of the circle. Applying the theorem of Pythagoras we get that
\begin{equation*} x^2+y^2=5^2=25. \end{equation*}
Figure 3.2. Circle centred at the origin
We may easily generalize the above example. If the length of the radius is \(r,\) then the equation of the circle centred at the origin is
\begin{equation*} x^2+y^2=r^2. \end{equation*}
What is the equation of a circle of radius \(r,\) centred at the point \(C(a, b)\text{?}\)
Figure 3.3. Circle centred at \(C(a, b)\)
Following the previously applied idea the theorem of Pythagoras yields that
\begin{equation*} (x-a)^2+(y-b)^2=r^2. \end{equation*}
Let us now consider the general equation of a circle. It is given by
\begin{equation*} x^2+y^2+2gx+2fy+c=0. \end{equation*}
This is a quadratic expression in \(x\) and \(y.\) Observe that there is no term in \(xy\) and the coefficient of \(x^2\) is the same as the coefficient of \(y^2.\) By some algebraic manipulations we may write the equation in the form
\begin{equation*} (x+g)^2+(y+f)^2-g^2-f^2+c=0 \longrightarrow (x+g)^2+(y+f)^2=g^2+f^2-c. \end{equation*}
This is a type of equation we have seen already. The centre of the circle is
\begin{equation*} (-g,-f). \end{equation*}
The radius is a positive number, so here we need that \(g^2+f^2-c \gt 0.\) In that case the radius of the circle is
\begin{equation*} r=\sqrt{g^2+f^2-c}. \end{equation*}
So far we considered three general equations in cases of circles, these are as follows
\begin{align*} x^2+y^2\amp=r^2,\\ (x-a)^2+(y-b)^2\amp=r^2,\\ x^2+y^2+2gx+2fy+c\amp=0. \end{align*}
By substituting the coordinates of a given point \(P(x_0,y_0)\) into the equation of a circle, one of the following situations can arise
  1. LHS\(\lt\) RHS: the point is inside the circle,
  2. LHS\(=\) RHS: the point is on the circle,
  3. LHS\(\gt\) RHS: the point is outside the circle.
Sometimes we need to deal with algebraic parametric equations of circles, here we only consider a concrete example. We have the parametric equations
\begin{equation*} x=\frac{2t}{1+t^2},\quad y=\frac{3+t^2}{1+t^2}, \quad t\in\mathbb{R}. \end{equation*}
We try to determine a general equation such that the above formulas satisfy the equation for any \(t\in\mathbb{R}.\) Suppose the circle has the equation \(x^2+y^2+2gx+2fy+c=0.\) If \(t=0,\) then the point is \((x,y)=(0,3),\) hence we have
\begin{equation*} 9+6f+c=0. \end{equation*}
If \(t=1,\) then we get \((x,y)=(1,2),\) therefore
\begin{equation*} 1+4+2g+4f+c=0. \end{equation*}
If \(t=-1,\) then we get \((x,y)=(-1,2),\) therefore
\begin{equation*} 1+4-2g+4f+c=0. \end{equation*}
The difference of the last two equations is given by \(4g=0,\) that is we have \(g=0.\) Let us compute the difference of the first two equations:
\begin{equation*} 0=(9+6f+c)-(5+4f+c)=4+2f \longrightarrow f=-2. \end{equation*}
It follows from the first equation that \(9+6(-2)+c=0,\) hence \(c=3.\) The equation of the circle is
\begin{equation*} x^2+y^2-4y+3=0, \end{equation*}
the centre is \((-g,-f)=(0,2)\) and the radius is \(r=\sqrt{0^2+2^2-3}=1.\)
Figure 3.4. Circles centred at the origin
Figure 3.5. Circles centred at \((a,b)\)
Figure 3.6. Circles in general form

Subsection 3.1 Lines and circles

Let us consider how to determine the points where a line and a circle meet.
  1. From the equation of the line get \(x\) or \(y\) (try to select the variable that makes the computation easier),
  2. substitute this variable into the equation of the circle and solve the quadratic equation,
  3. substitute separately the value(s) obtained at the previous step into the linear equation in step 1 to obtain the value(s) of the other variable.
If there is only one point of intersection, then the line is called tangent to the circle.
Find the points where the circle \(x^2 + y^2 - 10x - 10y + 40 = 0\) and the line \(y + 2x -10=0\) intersect. Solution
  1. We have that \(y=-2x+10.\)
  2. Let us substitite into the equation of the circle:
    \begin{equation*} x^2+(-2x+10)^2-10x-10(-2x+10)+40=5x^2 - 30x + 40. \end{equation*}
    The solutions of the above quadratic equation are \(x_1=2,x_2=4.\)
  3. If \(x=2,\) then \(y=(-2)\cdot 2+10=6.\) If \(x=4,\) then \(y=(-2)\cdot 4+10=2.\)
The points where the line and the circle meet are: \((2,6),(4,2).\)
Find the points where the circle \(x^2 + y^2 - 4x - 8y + 10 = 0\) and the line \(-y + 3x +8=0\) intersect. Solution
  1. We have that \(y=3x+8.\)
  2. Let us substitite into the equation of the circle:
    \begin{equation*} x^2+(3x+8)^2-4x-8(3x+8)+10=10x^2 + 20x + 10=10(x+1)^2. \end{equation*}
    The only solution of the above quadratic equation is \(x_1=-1.\)
  3. If \(x=-1,\) then \(y=3\cdot (-1)+8=5.\)
The point where the line and the circle meet is: \((-1,5).\) Therefore the line is a tangent line.
Figure 3.9. Lines and circles

Subsection 3.2 Exercises

Determine the coordinates of point(s) of intersection of the given line and circle.
  1. \(\displaystyle x-3y=0, x^2+y^2-10=0,\)
  2. \(\displaystyle x-y-1=0, x^2+y^2-2x-2y+1=0,\)
  3. \(\displaystyle x-2y-1=0, x^2+y^2+2x-8y-8=0.\)

Subsection 3.3 Determining equation of a circle

In some cases a circle is known not via its equation but in a different way, say given by three points on the circle. How to find the equation? Now we consider a few special cases and we provide arguments to figure out the equation of a circle.
Given three points on the circle.

Suppose the equation of the circle is \(x^2+y^2+2gx+2fy+c=0\) and the three points are \(P_1=(x_1,y_1),P_2=(x_2,y_2),P_3=(x_3,y_3).\)

  1. Substitute \(x_i,y_i\) into the equation of the circle for \(i=1,2,3.\)
  2. We obtain three equations in three unknowns \(c,f,g.\)
  3. Solving the system of equations yields the values of \(c,f,g.\)
Figure 3.18. 3 points
Given two points and a line containing the centre.

Suppose the equation of the circle is \(x^2+y^2+2gx+2fy+c=0\) and the two points are \(P_1=(x_1,y_1),P_2=(x_2,y_2).\) Finally, the equation of the line containing the centre is \(Ax+By+C=0.\)

  1. Substitute \(x_i,y_i\) into the equation of the circle for \(i=1,2.\)
  2. We also have that \(A(-g)+B(-f)+C=0,\) since the centre is on the given line.
  3. We obtain three equations in three unknowns \(c,f,g.\)
  4. Solving the system of equations yields the values of \(c,f,g.\)
Figure 3.19. 2 points and line containing centre
Given two points and a tangent line.

Suppose the equation of the circle is \(x^2+y^2+2gx+2fy+c=0\) and the two points are \(P_1=(x_1,y_1),P_2=(x_2,y_2).\) Finally, the equation of the tangent line at one of the given points is \(Ax+By+C=0.\)

  1. Substitute \(x_i,y_i\) into the equation of the circle for \(i=1,2.\)
  2. Determine the equation of the perpendicular line to \(Ax+By+C=0\) at the given point.
  3. We continue as in the previous approach since we have two points and a line containing the centre.
Figure 3.20. 2 points and a tangent line

Subsection 3.4 Tangent to a circle

A tangent is a straight line that touches the circle. The tangent to a circle is perpendicular to the radius at the point of contact. We consider a few typical cases and we provide arguments to determine the equation(s) of tangent line(s) to a circle.
Tangent to a circle at a given point.

Suppose the equation of the circle is \(x^2+y^2+2gx+2fy+c=0\) and the point is \(P_1=(x_1,y_1).\)

  1. We determine the slope of the radius to the point of tangency, let us denote it by \(m_0.\)
  2. The tangent is perpendicular to the above radius, hence its slope is \(m_1=\frac{-1}{m_0}.\)
  3. The equation of the tangent can be computed since we know the slope and we also know the point of contact.
Figure 3.21. Tangent line at a given point
Tangents parallel, or perpendicular to a given line.

Suppose the equation of the circle is \(x^2+y^2+2gx+2fy+c=0\) and the line is \(Ax+By+C=0.\)

  1. Remark that the lines parallel to the above line are of the form \(Ax+By+k=0.\) The perpendicular lines are given by \(Bx-Ay+k=0\) or \(-Bx+Ay+k=0.\)
  2. We can write \(y\) as a function of \(x\) and \(k\text{,}\) let say \(y=F(x,k)\) (or we write \(x\) as a function of \(y\) and \(k\)) and we plugin this expression into the equation of the circle to obtain a quadratic equation in \(x,\) say \(A_1x^2+A_2x+A_3=0.\) The line is supposed to be a tangent line, hence there should be a double root. Therefore \(A_2^2-4A_1A_3=0.\) This latter equation is an equation in \(k.\)
Figure 3.22. Tangent lines parallel to a given line
Figure 3.23. Tangent lines perpendicular to a given line
Equations of tangents from a point outside a circle.
  1. We determine the distance between the point and the centre and we apply the theorem of Pythagoras to obtain the distance between the point and the points of contact, say \(d.\)
  2. We can provide the equation of the circle having centre the given point and radius \(d.\)
  3. The difference between the two equations of the circles gives a line and we compute the intersection of this line and one of the circles. These points are the points of contact.
  4. We can compute the equations of the two tangent lines (line passing throug two points).
Figure 3.24. Tangents from outside point

Subsection 3.5 Exercises

Find the equation of the circle passing through the points \(P(-6,5), Q(-3,-4), R(2,1)\)
Find the equation of the circle passes through three points \((1,-6), (2, 1)\) and \((5, 2).\) Also find the coordinate of its centre and the length of the radius.
Find the equation of a circle through two points \((1,2),(2,3)\) and whose center is on the straight line \(x-y+1=0.\)
Determine the equation of the tangent to the circle \(x^2+y^2-2y+6x-7=0\) at the point \((-2,5).\)
Determine the equations of the tangents to the circle \(x^2+(y−1)^2=80,\) given that both are parallel to the line \(y=\frac{1}{2}x+1.\)
Determine the equations of the tangents to the circle \(x^2+y^2=25,\) from the point \((-7,-1)\) outside the circle.
Consider the circle with equation \((x-4)^2 + (y-5)^2 = 20.\) Find the equations of two tangent lines to the circle that each has slope 2.
Given are the points \(A=( 3,6)\) and \(B=(0,2).\) Consider the circle \(x^2 + y^2-16x-4y + 43 = 0:\) Find the tangent lines that are parallel with line segment \(AB.\)

Subsection 3.6 Touching circles

Two circles are called touching if they have one point of intersection. We will see that there are to cases here and knowing the distance between the centres and the radii helps to decide. Consider two circles of radius \(r_1\) and \(r_2.\) Suppose that the distance between the centres is \(d.\)
  • If \(r_1+r_2=d,\) then the circles touch externally.
    Figure 3.33. Externally
  • If (suppose \(r_1 > r_2\)) \(r_1-r_2=d,\) then the circles touch internally.
    Figure 3.34. Internally
Given two circles
\begin{align*} C_1:\quad & x^2+y^2-16y+32=0,\\ C_2:\quad & x^2+y^2-18x+2y+32=0, \end{align*}
show that these circles touch externally and determine their point of contact. Solution
In case of \(C_1\) we have that \(2g=0, 2f=-16,\) therefore the centre is \((0,8).\) The radius of the circle is given by \(r_1=\sqrt{0^2+8^2-32}=4\sqrt{2}.\) In case of \(C_2\) we see that \(2g=-18, 2f=2,\) therefore the centre is \((9,-1).\) The radius of the circle is given by \(r_2=\sqrt{9^2+(-1)^2-32}=5\sqrt{2}.\) The distance between the centres is \(d=\sqrt{(9-0)^2+(-1-8)^2}=9\sqrt{2}.\) Thus we have that \(d=r_1+r_2.\) Hence the circles touch externally. Consider the equation given by
\begin{equation*} C_1-C_2:\quad 18x-18y=0. \end{equation*}
This is the equation of the common tangent line, we see that it is simple the line \(y=x.\) Let us compute the point of contact using this line. Substituting \(y=x\) into the equation of \(C_1\) we obtain \(2x^2-16x+32=2(x-4)^2=0.\) Therefore the point of contact is \((4,4).\)
Given two circles
\begin{align*} C_1:\quad & x^2+y^2+4x+6y-19=0,\\ C_2:\quad & x^2+y^2-2x-1=0, \end{align*}
show that these circles touch internally and determine their point of contact. Solution
In case of \(C_1\) we have that \(2g=4, 2f=6,\) therefore the centre is \((-2,-3).\) The radius of the circle is given by \(r_1=\sqrt{(-2)^2+(-3)^2+19}=4\sqrt{2}.\) In case of \(C_2\) we see that \(2g=-2, 2f=0,\) therefore the centre is \((1,0).\) The radius of the circle is given by \(r_2=\sqrt{1^2+0^2+1}=\sqrt{2}.\) The distance between the centres is \(d=\sqrt{(-2-1)^2+(-3-0)^2}=3\sqrt{2}.\) Thus we have that \(d=r_1-r_2.\) Hence the circles touch internally. Consider the equation given by
\begin{equation*} C_1-C_2:\quad 6x+6y-18=0 \longrightarrow y=-x+3. \end{equation*}
Substituting \(y=-x+3\) into the equation of \(C_1\) we obtain \(2x^2 - 8x + 8=2(x-2)^2=0.\) Therefore the point of contact is \((2,1).\)

Subsection 3.7 Exercises

Prove that the circles
\begin{align*} C_1:\quad & x^2+y^2+2x+2y-7=0,\\ C_2:\quad & x^2+y^2-6x-4y+9=0, \end{align*}
touch externally.
Prove that the circles
\begin{align*} C_1:\quad & x^2+y^2+6x+16y+9=0,\\ C_2:\quad & x^2+y^2-4x-8y-5=0, \end{align*}
touch externally.
Prove that the circles
\begin{align*} C_1:\quad & x^2+y^2+12x-6y-76=0,\\ C_2:\quad & x^2+y^2-4x+6y+12=0, \end{align*}
touch internally.
Prove that the circles
\begin{align*} C_1:\quad & x^2+y^2-80=0,\\ C_2:\quad & x^2+y^2-12x-6y+40=0, \end{align*}
touch internally.
Prove that the circles
\begin{align*} C_1:\quad & x^2+y^2+8x-8y+24=0,\\ C_2:\quad & x^2+y^2+2x-2y=0, \end{align*}
touch externally and find their point of contact.
Prove that the circles
\begin{align*} C_1:\quad & x^2 + y^2 - 8x - 12y + 43=0,\\ C_2:\quad & x^2 + y^2 - 8x - 8y + 31=0, \end{align*}
touch internally and find their point of contact.

Subsection 3.8 Common chord, common tangent

In case of touching circles we saw that there is a common tangent line and the equation of the line is easy to compute given the equations of the circles. Suppose we have two circles given by the equations \(C_1=0\) and \(C_2=0.\)
  • The system of equations \(C_1-C_2=0, C_1=0\) has no solution. It means that we have two disjoint circles.
    Figure 3.43. Disjoint circles
  • The system of equations \(C_1-C_2=0, C_1=0\) has one solution. In this case we have touching circles, the line is a common tangent line.
    Figure 3.44. Common tangent
  • The system of equations \(C_1-C_2=0, C_1=0\) has two solutions. The line is a common chord, the two circles intersect in two points.
    Figure 3.45. Common chord
The circles
\begin{align*} C_1:\quad & x^2 + y^2 - 10x - 10y + 40=0,\\ C_2:\quad & x^2 + y^2 - 16x +2y +40=0 \end{align*}
intersect at the points \(P_1\) and \(P_2.\) Determine the equation of the line \(P_1P_2\) and the coordinates of the two points \(P_1\) and \(P_2.\)Solution
The equation of the line is
\begin{equation*} C_1-C_2=6x-12y=0. \end{equation*}
Hence the equation of the line is \(x-2y=0.\) Let us compute the coordinates of the points. We know that \(x=2y.\) Thus we obtain the equation
\begin{equation*} (2y)^2+y^2-10(2y)-10y+40=0 \longrightarrow 5y^2-30y+40=0. \end{equation*}
It follows that \(y=2\) and \(y=4\) are the two solutions of the above quadratic equation. Thus the coordinates of \(P_1\) and \(P_2\) are given by
\begin{equation*} (4,2), (8,4). \end{equation*}

Subsection 3.9 Exercises

The circles
\begin{align*} C_1:\quad & x^2+y^2+14x-12y+65=0,\\ C_2:\quad & x^2+y^2+4x-2y-5=0, \end{align*}
intersect at the points \(P_1\) and \(P_2.\) Determine the equation of the line \(P_1P_2\) and the coordinates of the two points \(P_1\) and \(P_2.\)
The circles
\begin{align*} C_1:\quad & x^2+y^2+8x+2y+7=0,\\ C_2:\quad & x^2+y^2+2x-16y+25=0, \end{align*}
intersect at the point \(P_1.\) Determine the coordinates of \(P_1.\)
The line \(2x+y-10=0\) is a common tangent to the circles
\begin{align*} C_1:\quad & x^2+y^2-2x+4y+A=0,\\ C_2:\quad & x^2+y^2-14x-2y+B=0. \end{align*}
Determine the values of \(A\) and \(B.\)
A circle \(C\) has centre \((5,3)\) and makes a chord of 4 units on the \(y\)-axis. Find the equation of \(C.\)

Subsection 3.10 Common tangents to two circles

This class is devoted to computations of equations of common tangent lines of two circles. Suppose that the distance between the centres is \(d\) and the radius of \(C_1\) is \(r_1,\) and the radius of \(C_2\) is \(r_2.\) By symmetry we may assume that \(r_1\leq r_2.\) There are a few possible cases here depending on the parameters given above.
  • There is a very special degenerate case. If \(d=0\) and \(r_1=r_2,\) then the two circles coincide and therefore there are infinitely many common tangent lines.
  • If \(r_2 > r_1+d,\) then there is no common tangent line.
  • If \(r_2=r_1+d,\) then the two circle touch internally and there is one common tangent line.
  • If \(r_2 < r_1+d < r_2+2r_1,\) then there are two tangent lines in common.
  • If \(d=r_1+r_2,\) then the two circles touch externally and there are three common tangent lines.
  • If \(d > r_1+r_2,\) then there are four common tangent lines.
Figure 3.51. Common tangent lines
Let us see how to determine the length of the common tangent lines.
  • If two circles of radius \(r_{1}\) and \(r_{2}\) touch each other externally, then the length of the direct common tangent is \(\sqrt{4r_{1}r_{2}}.\)
    Figure 3.52. Length of common tangent lines
    We would like to determine the length of \(PQ.\) Draw a line \(OR\) parallel to \(PQ.\) Here we have that \(\angle OPQ=90^{\circ}, \angle O'QP=90^{\circ}.\) Since opposite sides are parallel and interior angles are \(90^{\circ}\text{,}\) therefore \(OPQR\) is a rectangle. So \(OP = QR = r_{1}\) and \(PQ = OR.\) Hence \(\angle ORO'=90^{\circ}.\) We apply the theorem of Pythagoras:
    \begin{equation*} (r_1+r_2)^2=OO'^2=OR^2+O'R^2=PQ^2+(r_1-r_2)^2\longrightarrow 4r_1r_2=PQ^2 \longrightarrow PQ=\sqrt{4r_1r_2}. \end{equation*}
  • There are two circle of radius \(r_{1}\) and \(r_{2}\) which intersect each other at two points. If their centers are \(d\) units apart , then the length of the direct common tangent between them is \(\sqrt{d^{2}-(r_{1}-r_{2})^{2}}.\)
    Figure 3.53. Length of common tangent lines
    The computation follows the same lines as in the previous case, however here we have \(OO'=d.\) Hence we obtain
    \begin{equation*} d^2=PQ^2+(r_1-r_2)^2\longrightarrow PQ^2=d^2-(r_1-r_2)^2 \longrightarrow PQ=\sqrt{d^{2}-(r_{1}-r_{2})^{2}}. \end{equation*}
  • If the centers of two circle of radius \(r_{1}\) and \(r_{2}\) are \(d\) units apart , then the length of the direct common tangent between them is \(\sqrt{d^{2}-(r_{1}-r_{2})^{2}}.\)
    Figure 3.54. Length of common tangent lines
    The computation is similar to the one applied in the previous case.
  • If the centers of two circle of radius \(r_{1}\) and \(r_{2}\) are \(d\) units apart , then the length of the transverse common tangent between them is \(\sqrt{d^{2}-(r_{1}+r_{2})^{2}}.\)
    Figure 3.55. Length of common tangent lines
    Since \(PQ\) is parallel to \(RO'\) the triangle \(ORO'\) is a right triangle and we may apply the theorem of Pythagoras:
    \begin{equation*} d^2=OO'^2=OR^2+O'R^2=(r_1+r_2)^2+PQ^2 \longrightarrow PQ=\sqrt{d^2-(r_1+r_2)^2}. \end{equation*}

Subsection 3.11 Exercises

Determine the number of common tangent lines in the following cases:
  1. the two circles are given by \(x^2 + y^2 = 16\) and \(x^2 + y^2 - 6x + 8 = 0,\)
  2. the two circles are given by \(x^2 + y^2 - 2x - 4y + 4 = 0\) and \(x^2 + y^2 + 4x - 2y + 1 = 0,\)
  3. the two circles are given by \(x^2 + y^2 - 6x = 0\) and \(x^2 + y^2 + 2x = 0.\)
Two circles touch each other externally and the center of two circles are 13 cm apart. If the length of the direct common tangent between them is 12 cm, find the radius of the bigger circle.
The center of two circles of radius 5 cm and 3 cm are 17 cm apart . Find the length of the transverse common tangent between them.
The center of two circles are 10 cm apart and the length of the direct common tangent between them is approximate 9.5 cm. If the radius of one circle is 4 cm , find the radius of another circle.
There are two circles which do not touch or intersect each other. If the radius of two circles are 7 cm and 5 cm respectively and the length of the transverse common tangent between them is 9 cm , find the distance between their centers.
Two circles of radius 8 cm and 5 cm intersect each other at two points A and B. If the distance between their centers is 5 cm, find the length of the direct common tangent between them.
Determine the equations of the common tangent lines (you need to use right triangles to figure out the intersection of tangent lines, having the point of intersection you may follow the argument introduced at the previous class: compute equations of tangent lines to a circle from a given point):
  1. Figure 3.63. 3 common tangent lines
  2. Figure 3.64. 4 common tangent lines

Subsection 3.12 Angle properties of the circle

In this section we study angles in circles.
Figure 3.65. Circle
Join points \(P\) and \(O\) and extend the line through \(O\) as shown in the diagram.
Figure 3.68. (A)
Note that \(AO = BO = PO = r\) the radius of the circle. Therefore triangles \(PAO\) and \(PBO\) are isosceles. Let \(\angle APO = \angle PAO = a^{\circ}\) and \(\angle BPO = \angle PBO = b^{\circ}\) Then angle \(AOX\) is \(2a^{\circ}\) (exterior angle of a triangle) and angle \(BOX\) is \(2b^{\circ}\) (exterior angle of a triangle). Therefore we have
\begin{equation*} \angle AOB = 2a^{\circ} + 2b^{\circ} = 2(a + b)^{\circ} = 2\angle APB. \end{equation*}
Figure 3.70. (B)
Let \(\angle AXB = x^{\circ}\) and \(\angle AYB = y^{\circ}\) Then by Theorem A we obtain \(\angle AOB = 2x^{\circ} = 2y^{\circ}\) Therefore \(x = y.\)
The angle subtended at the centre is \(180^{\circ}.\) Theorem A gives the result.
A quadrilateral which can be inscribed in a circle is called a cyclic quadrilateral.
Application of Theorem A provides the following figure:
Figure 3.73. (D)
We have that \(2x+2y=360^{\circ}.\) Thus we get that \(x+y=180^{\circ}.\)
Figure 3.75. Alternate segment
Let \(\angle STQ = x^{\circ}, \angle RTS = y^{\circ}\) and \(\angle TRS = z^{\circ}\) where \(RT\) is a diameter. Then \(\angle RST = 90^{\circ}\) (Theorem of Thales, angle subtended by a diameter). Also \(\angle RTQ = 90^{\circ}\) (tangent is perpendicular to radius). Hence \(x + y = 90\) and \(y + z = 90.\) Therefore \(x = z.\) But \(\angle TXS\) is in the same segment as \(\angle TRS\) and therefore \(\angle TXS = x^{\circ}.\)

Subsection 3.13 Exercises

Find the values of the pronumerals for each of the following, where \(O\) denotes the centre of the given circle.
  1. Figure 3.77. Ex. 1
  2. Figure 3.78. Ex. 2
Find the value of the pronumerals for each of the following.
  1. Figure 3.80. Ex. 3
  2. Figure 3.81. Ex. 4
  3. Figure 3.82. Ex. 5
Find the value of the pronumerals for each of the following. \(T\) is the point of contact of the tangent and \(O\) the centre of the circle.
  1. Figure 3.84. Ex. 1
  2. Figure 3.85. Ex. 1

Subsection 3.14 Chords in circles

If the intersection point is inside the circle.
Figure 3.87. Case 1.
Consider triangles \(APC\) and \(BPD.\) We have that \(\angle APC = \angle BPD\) (vertically opposite) and \(\angle CDB = \angle CAB\) (angles in the same segment), \(\angle ACD = \angle DBA\) (angles in the same segment). Therefore triangle \(CAP\) is similar to triangle \(BDP.\) Therefore \(AP/PD=CP/PB\) and \(AP\cdot PB = CP\cdot PD,\) which can be written
\begin{equation*} PA\cdot PB = PC\cdot PD \end{equation*}
If the intersection point is outside the circle.
Figure 3.88. Case 2.
The triangle \(APD\) is similar to triangle \(CPB.\) Hence \(AP/CP= PD/PB\) i.e. \(AP\cdot PB = PD\cdot CP\) which can be written
\begin{equation*} PA\cdot PB = PC\cdot PD. \end{equation*}
Figure 3.90. Chord - Tangent
We have that \(\angle PTA = \angle TBA\) (alternate segment theorem) and \(\angle PTB = \angle TAP\) (angle sum of a triangle). Therefore triangle \(PTB\) is similar to triangle \(PAT.\) Hence \(PT/PA=PB/PT,\) which implies \(PT^2 = PA\cdot PB.\)

Subsection 3.15 Exercises

The arch of a bridge is to be in the form of an arc of a circle. The span of the bridge is to be 25 m and the height in the middle 2 m. Find the radius of the circle.
If \(r\) is the radius of a circle, with center \(O,\) and if \(A\) is any point inside the circle, show that the product \(CA\cdot AD = r^2-OA^2,\) where \(CD\) is a chord through \(A.\)
If \(AB\) is a chord of a circle with centre \(O\) and \(P\) is a point on \(AB\) such that \(BP = 4PA, OP = 5 cm\) and the radius of the circle is 7 cm, find \(AB.\)
If \(AB\) is a chord and \(P\) is a point on \(AB\) such that \(AP = 8 cm, PB = 5 cm\) and \(P\) is 3 cm from the centre of the circle, find the radius.