Question: write a C program to find the kinetic energy on an object in motion is expressed as where K = kinetic energy of an object,
write a C program to find the kinetic energy on an object in motion is expressed as where K = kinetic energy of an object, m = mass of object, v = velocity of object. The work done by a force pushing on an object in the direction of the objects motion is W = Fs, where W = Work done by the force, F = force on the object, s = distance traveled by the object during the time the object is pushed. For an object pushed horizontally from rest, K = W, so that Assume that one person can push with the force of 0.8 kN and that we have a car of mass m = 1000 kg. Write a program that can complete the following table:
| Distance pushed (m) | Final velocity (m/sec) | No. of people required to push |
| 5 | 10 | --- |
| --- | 10 | 15 |
| 20 | --- | 8 |
Input specification: Prompt the user to enter the data from the keyboard.
Output specification: Print the completed table on the screen.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
