Problem 1:
The following data is obtained for the velocity of a vehicle during a crash test:
t(seconds)
0 0.001 0.002 0.003 0.004 0.005 0.006 0.007 0.008
v(m/s) 13.41 13.19 12.52 10.28 4.47 2.24 0.89 0.22
0
Determine the instantaneous force F acting on the vehicle during the crash. The force can be calculated by F = md, and the mass of the car m is 1089 kg.
• a. Determine the force acting on the vehicle at t=0 by using a 2nd order forward difference formula for calculating the derivative.
• b. Determine the force acting on the vehicle at t=0.008s by using 2nd order backward difference formula for calculating the derivative.
• c. Determine the force acting on the vehicle between t=0.001s and t=0.007s, inclusive by using 4th order central difference formula for calculating the
derivative.
• d.Plot Force versus time graph.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme