Initially (at time 0):
t = 0s
x = 37m
(from the graph) v = 32m/s
at t = 12s, (from the graph again, v = 8m/s)
The equation relating the two is:
V2^2 - V1^2 = 2xacceleration x (X2 - X0)
Where:
V2 = velocity at 12s (8m/s)
V1 = velocity at 0s (32m/s)
X2 = position at 12s (what we're looking for)
X1 = position at 0s (37m)
acceleration = acceleration. =)
So we need to find the acceleration first:
acceleration = (change in velocity)/(change in time)
Looking at the blue line, this is equal to the slope (rise)/(run) of the line.
the equation for slope is:
(Y2 - Y1)/(X2 - X1)
Where Y2, Y1 are the velocities at points 2 and 1,
X2, X1 are the times (in sec) at points 2 and 1.
choosing two points:
(X1, Y1) --> (0, 32)
(X2, Y2) --> (12, 8)
substitute:
(8 - 32) / (12 - 0) = -24 / 12 = -2m/s^2
The acceleration is negative because the particle is slowing down. (Recall that it started at 37m/s but became 12m/s after 12 secs)
Ok. We have the acceleration, we can now substitute it in our equation:
V2^2 - V1^2 = 2xacceleration x (X2 - X0)
V2 = velocity at 12s (8m/s)
V1 = velocity at 0s (32m/s)
X2 = position at 12s (what we're looking for)
X1 = position at 0s (37m)
acceleration = -2m/s^2
(8m/s)^2 - (32m/s)^2 = 2 x (-2m/s^2) x (X2 - 37m)
(64 - 1024)m^2/s^2 = (-4m/s^2) x (X2 - 37)m
-960m = (X2 - 37)m
X2 = -923 m
(Please check the values as I don't have a calculator right now, but the equations should be valid.)