Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PROJECT II SME 1013 (PROGRAMMING FOR ENGINEERS) Symax um AS Sy . B SX Sxmax BACKGROUND In kinematic analysis of a projectile motion, the displacement
PROJECT II SME 1013 (PROGRAMMING FOR ENGINEERS) Symax um AS Sy . B SX Sxmax BACKGROUND In kinematic analysis of a projectile motion, the displacement (S) and velocity (V) of the projectile are calculated using the following formulae: x-direction () Vy = Uy - gt Vx = Ux Vy2 = 0,2 2gSy Sx = Uxt Sy = Uyt - gt? y-direction (1) where, 8-gravitational acceleration; g=9.81 m/s2 t-time to reach a particular position TASK (4 m-file to be produced) 1. Produce three functions which are able to calculate the time for the particle to reach its maximum horizontal distance (tmax), projectile velocity (V) and its components (Vx & Vy), and projectile displacement (S) and its components in x-direction (Sx) and y- direction (Sy). 2. By employing the functions in 1., for a projectile with an initial velocity of U = 100 m/s released at an angle =45 generate 200 velocities data (Vx, Vy & V) and displacements data (Sx, Sy & S) of the particle. From the data, produce presentable; a. single x-y graph of particle motion; Sy-Sx (Sy versus Sx) in one page b. separate x-y graphs of Sx-t, Sy-t, S-t, Vx-t, Vy-t and V-t in one page C. polar graphs of S-t, S-Sx, V-t and V-Vy each in one page Subsequently, save the displacements and velocities data in a file and it should be arranged in seven columns in the following format. t Sx Sy S V [Hints: When calculating Vx, use the formula (vx = ux + time-time) to generate 200 data) Your report should include the following items: a. Title page b. Table of Content C. Objective d. Introduction (including project background, problem description, algorithm involved) e. Program flow chart f. Results and discussion (how you address the problem, explanations on the task of the written m-files, presentation of your graphs and why you choose such presentation, etc.) g. Conclusion and recommendation. h. References i. Appendix (program listing) j. A CD containing the program *.m files glued to the report PROJECT II SME 1013 (PROGRAMMING FOR ENGINEERS) Symax um AS Sy . B SX Sxmax BACKGROUND In kinematic analysis of a projectile motion, the displacement (S) and velocity (V) of the projectile are calculated using the following formulae: x-direction () Vy = Uy - gt Vx = Ux Vy2 = 0,2 2gSy Sx = Uxt Sy = Uyt - gt? y-direction (1) where, 8-gravitational acceleration; g=9.81 m/s2 t-time to reach a particular position TASK (4 m-file to be produced) 1. Produce three functions which are able to calculate the time for the particle to reach its maximum horizontal distance (tmax), projectile velocity (V) and its components (Vx & Vy), and projectile displacement (S) and its components in x-direction (Sx) and y- direction (Sy). 2. By employing the functions in 1., for a projectile with an initial velocity of U = 100 m/s released at an angle =45 generate 200 velocities data (Vx, Vy & V) and displacements data (Sx, Sy & S) of the particle. From the data, produce presentable; a. single x-y graph of particle motion; Sy-Sx (Sy versus Sx) in one page b. separate x-y graphs of Sx-t, Sy-t, S-t, Vx-t, Vy-t and V-t in one page C. polar graphs of S-t, S-Sx, V-t and V-Vy each in one page Subsequently, save the displacements and velocities data in a file and it should be arranged in seven columns in the following format. t Sx Sy S V [Hints: When calculating Vx, use the formula (vx = ux + time-time) to generate 200 data) Your report should include the following items: a. Title page b. Table of Content C. Objective d. Introduction (including project background, problem description, algorithm involved) e. Program flow chart f. Results and discussion (how you address the problem, explanations on the task of the written m-files, presentation of your graphs and why you choose such presentation, etc.) g. Conclusion and recommendation. h. References i. Appendix (program listing) j. A CD containing the program *.m files glued to the report
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started