Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. Write a program (c# program) to determine the maximum height to which a proje

ID: 641106 • Letter: 1

Question

1. Write a program (c# program) to determine the maximum height to which a projectile will travel if atmospheric resistance is neglected, for different initial velocities. For this example, use initial velocities from 50 to 200 ft/sec with increments of 50. Use gravitational acceleration as 32.2 ft/sec From equations of motion: w = mg ?F = ma with initial conditions: s0 = 0, v0 = v. with final conditions: sf = h, vf = 0. where s is the distance v is velocity. From Kinematics: vf2 = v02 + 2ac(sf ? s0) Your final output should be the initial velocity and the height the projectile reaches.

Explanation / Answer

Note : i am using the