The function definitions come directly from the mathematical definitions:
distance := (V, theta, t) -> V*t*cos(theta);
height := (V, theta, t) -> V*t*sin(theta) - .5*9.8*t^2;
Return to lesson.