Circle problems and completing the square

Kitobeirens

New member
Joined
Sep 13, 2012
Messages
7
Here is the question i cant do:

A circle passes through points Q(0,3) and R(0,9) and touches the x axis work out two possible equations
 
Hello, Kitobeirens!

I don't suppose you made a sketch . . .


A circle passes through points Q(0,3) and R(0,9) and touches the x-axis.
Work out two possible equations.

Code:
        |
        |     * * *
        | *           *
   (0,9)*               *
       *|                *
        |
      * |      (x,6)      *
      * |       *         *
      * |     * :         *
        |   *   :
       *| * 6   :6       *
   (0,3)*       :       *
        | *     :     *
    ----+-----*-*-*----------
        | - x - :
        |
We see that the center is at y=6.\displaystyle y = 6.

Hence, the radius is 6.\displaystyle 6.

The distance from the center (x,6)\displaystyle (x,6) to (0,3)\displaystyle (0,3) must also be 6.

. . We have: .(x0)2+(63)2=6x2+9=6\displaystyle \sqrt{(x-0)^2 + (6-3)^2} \:=\:6 \quad\Rightarrow\quad \sqrt{x^2 + 9} \:=\:6

. . Square: .x2+9=36x2=27x=±33\displaystyle x^2 + 9 \:=\:36 \quad\Rightarrow\quad x^2 \:=\:27 \quad\Rightarrow\quad x \:=\:\pm3\sqrt{3}

The centers of the circles are: (±33,6)\displaystyle \left(\pm3\sqrt{3},\,6\right). .The radius is 6.


The equations are: .(x±33)2+(y6)2=36\displaystyle (x\pm3\sqrt{3})^2 + (y-6)^2 \:=\:36
 
Geometry- the perpedicular bisector of any secant in a circle passes through the center of the circle. If (0, 3) and (0, 9) are points on the circle, then the line y= (3+ 9)/2= 6 passes through the center. That is, the center is the point (x, 6) for some x. The circle "touches the x-axis" rather than crossing it so the x- axis is a tangent line to the circle and so the line from (x, 6) to (x, 0) is a radius. That has length 6 so the radius of the circle is 6. Since that is true, the distance from (x, 6) to either of (0, 3) or (0, 9) must be 6. That is, (x0)2+(63)2=(x0)2+(69)2=x2+9=6\displaystyle \sqrt{(x- 0)^2+ (6- 3)^2}= \sqrt{(x- 0)^2+ (6- 9)^2}= \sqrt{x^2+ 9}= 6. Squaring both sides, x2+9=36\displaystyle x^2+ 9= 36, x2=27\displaystyle x^2= 27, x=±27=±33\displaystyle x= \pm\sqrt{27}= \pm3\sqrt{3}. There are two possible centers having centers at (33,6)\displaystyle (3\sqrt{3}, 6) or (33,6)\displaystyle (-3\sqrt{3}, 6) and radius 6:
(x33)2+(y6)2=36\displaystyle (x- 3\sqrt{3})^2+ (y- 6)^2= 36
(x+33)2+(y6)2=36\displaystyle (x+ 3\sqrt{3})^2+ (y- 6)^2= 36
 
Top