Google Classroom
GeoGebraGeoGebra Classroom

Pursuit curve

This activity belongs to the GeoGebra book The Domain of the Time. Uniform rectilinear motion is the most boring motion there is. However, things can get much more interesting if the object following that motion is being chased by another object that also moves at a constant speed, but always toward the first one, like a dog chasing a car. The curve generated in this pursuit is originally called the pursuit curve. Note that while the pursued object, represented by the blue point M, maintains its uniform rectilinear motion at a constant speed vM, the pursuer (orange point N) changes the direction of its velocity vN at every instant, so that while its magnitude |vN| is constant, its velocity vector vN is not. In the construction, you can vary the magnitude of vN, that is, the speed of the pursuer and the initial positions of both.
SCRIPT FOR SLIDER anima # Calculate the elapsed seconds dt; add one second if t1(1) < tt SetValue(tt, t1(1)) SetValue(t1, First(GetTime(), 3)) SetValue(dt, (t1(1) < tt) + (t1(1) − tt)/1000) # Move M and N and stop the animation when N and M are close enough SetValue(M, M + dt vM) SetValue(N, N + dt vN) StartAnimation(anima, abs(N − M) > (x(Corner(2) − Corner(1))/400)) Author of the activity and GeoGebra construction: Rafael Losada.