Assume that for your observation, the first measurement was taken 30 seconds after you arrived, and the second was taken 45 seconds after you arrived. At the first measurement, the car was 50 meters past the starting line of the track. At the second measurement, the car was 615 meters past the starting line of the track.
Given that,
Let as assume that the acceleration (a) is constant and it starts with an initial velocity (u) from the starting point.
Then,
Then we can write,
On rearranging (1) and (2), we get,
Therefore at any time t, the position of the object is,
Program:
u=-22.33
a=1.6
t=input('Enter the time')
S=(u*t)+(0.8*t**2)
Print('The position is',S)
Get Answers For Free
Most questions answered within 1 hours.