The distance x of a skier from a fixed point is measured in
The distance x of a skier from a fixed point is measured (in meters) at intervals of 0.25 second. The data obtained is Use central difference to calculate the skier\'s velocity at t = 0.25, and t = 0.375. Calculate the skier\'s acceleration at time t = 0.75.
Solution
4.1) Using the central difference
x(0) = 0, x(0.5) = 7.2
Velocity at t=0.25s is
=> [x(0.5) - x(0)]/(0.5-0)
=> (7.2-0)/0.5 = 14.4 m/s
at x=0.375, we need to take the values of x(0.75) and x(0)
Velocity at t=0.375 is
Velocity = [x(0.75) - x(0)]/(0.75-0) = (12.7-0)/0.75 = 12.7 * 4/3 = 50.8/3 = 16.93 m/s
We need to find the velocity at t=0.5 and t=1
