Contents

Circle Dilation Animation

In grade IX transformation geometry, students learn reflection, rotation, translation, and dilation. This article explains how to create a circle dilation animation in GeoGebra.

Dilation is a transformation that changes the size of a figure, either enlarging or reducing it, without changing its shape.

Circle dilation in GeoGebra

Open the GeoGebra application on your computer or device.

Create point AA at coordinates (3,2)(3,2) and point BB at coordinates (0,0)(0,0).

Creating points in GeoGebra

Click the Slider tool, then click anywhere on the workspace. Fill in the slider form as needed, similar to the example below.

Slider in GeoGebra

Enter the following command to display a circle centered at point AA:

c = Circle[A,2]

The result will look like this.

Circle centered at point A

Create another point, C(3,2)C(3,-2), then create a circle centered at point CC with the command:

e = Circle[C,2]

Create the dilation images of points AA and CC using the following commands:

A' = Dilate[A,a,B]
C' = Dilate[C,a,B]

Enter the following commands to display the dilated circles:

d = Dilate[Circle[A,2],a,B]
f = Dilate[Circle[C,2],a,B]

The result will look like this.

Dilation of two circles

To make the movement easier to observe, right-click each circle, choose Object Properties, then enable Show Trace in the Basic section.

GeoGebra object properties

Change the color of one circle so the two circles are easier to distinguish. Then move the slider to observe the enlargement and reduction process.

Circle size changes

Tidy the circles, slider, and graph display. Below is an example of the finished animation. Click the play icon in the lower-left corner or move the slider manually.

That concludes this guide to creating a circle dilation animation in GeoGebra. If you have suggestions or corrections, please leave them in the comments.

Related Content