| Investigation 7: Transformations of CirclesTest yourselfA circle has equation:  ( x - 2)2 + (y + 3)2
        = 25 The coordinates of the centre are (2 , -3) and length of its
            radius is 5.
 
Use a set of compasses to draw its graph.
 
  
To translate this circle
            5 units to the left, subtract 5 from the x-coordinate of its centre
            to get -3. To translate the circle 4 units up, add 4 to the
            y-coordinate of its centre to get 1. The centre of the translated
            circle is thus (-3 , 1). The radius is unaffected. So the equation
            of the translated circle is:( x + 3)2 + (y - 1)2
        = 25
   |