Module 3: Lines and Circles

We begin by creating a point P, which is attached to a slider [i]a[/i].
Question 1:
Notice that point P is defined at (2;[i]a[/i]). What does the 2 represent in the point P? What does the [i]a[/i] represent?
Now, we create a circle using [b]C=Circle[P,2][/b].
Question 2:
What can we say about this circle?
We will now create a line segment [b]F=segment((4,0),(-4,0))[/b] to intersect our circle.
Question 3:
In how many places does the line segment intersect the circle?
We can create points where the line and the circle intersect.[br][list][*][b]A=Intersect(C,F,1)[/b][/*][*][b]B=Intersect(C,F,2)[/b][/*][/list]
Question 4:
As the center of the circle changes (by sliding [i]a[/i]), what do you notice about the intersection points?
Question 5:
Make a conjecture about how you know which intersection point is moving and which remains at the origin.
Now, let's test your conjecture by creating a different line segment and its intersection points with the circle.
Question 6:
Does your conjecture change?
Cerrar

Información: Module 3: Lines and Circles