
Zachary P. answered 01/15/22
Electrical Engineering and Computer Science Student at UC Berkeley
To find an average velocity between two points of time from a table, apply:
Vavg = Δs/Δt
With Δs being the change in displacement of an object and Δt being change in time. Keep in mind to calculate these values, you would apply (final value - initial value)
So if we wanted lets say we wanted the average velocity from 0.7 to 1.0. Or theoretically 0.7 seconds to one second, we would calculate:
Vavg = (45.39 - 47.69) / ( 1.0 - 0.7) OR about -7.67 m/s.
The same would be applied for every subsequent interval from the table. You are essentially just finding the velocity or rate of change from position and time of an object from one time point to another. In that span of 0.3 seconds, the object goes at a speed of -7.67 m/s as it is falling down.
NOTE: This is only the average rate of change. To find an instantaneous rate of change we MUST use the slope of the secant line through the two closest values to a target value.
So for t = 1s, we would use t = 0.9 seconds and t = 1.1 seconds to find the slope of our secant line.
h(1.1) - h(0.9) / (1.1-0.9) = (44.47 - 46.24) / (0.2) = -8.85 m/s.
This means at the INSTANCE or exact moment of 1 second, the object is going -8.9 m/s, Later on, you may use a derivative to calculate this value.
Hope this helps!