Position vs. Time
Text
A red sportscar moves as shown in the animation (position is in meters and time is in seconds).
Determine which graph properly represents the position of the car as a function of time during the
animation.
curid=document.DataGraph2_2.addCursor(0,-1.9);
document.DataGraph2_2.setSeriesStyle(1,true,4);
document.DataGraph2_2.setSeriesRGB(1,255,0,0);
document.DataGraph2_2.setTitle("Match
the Motion");
document.DataGraph2_2.setLabelX("Time
(s)");
document.DataGraph2_2.setLabelY("Position
(m)");
gid2=document.DataGraph2_2.getGraphID();
document.DataGraph2_2.deleteDataConnections();
document.DataGraph2_2.makeDataConnection(curid,gid2,1,"x","y");