Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I cannot make this Matlab code. help me. 1. The equations of motion for a projectile subject to air resistance are: du dt dv In

I cannot make this Matlab code. help me.image text in transcribed

1. The equations of motion for a projectile subject to air resistance are: du dt dv In these equations, u and v are the velocity components, V is the velocity vector, g is gravity, and y is a drag coefficient. If you define four variables, sayy1 > y4, as the horizontal position, vertical position, horizontal velocity, and vertical velocity, you can restate the problem as a set of four first order ODEs. Use the initial conditions x(0) = 0 y(o)o u(0)-|V| sin() with a launch angle of 40 degrees and a launch speed of 180 m /s. Compute and plot the trajectory for friction coefficients of 0, 0.05, 0.1, and 0.2. Either superimpose all four plots, or, if the axis limits for the 4 cases are very different, you may find it more pleasing to make a 2x2 subplot. As usual, label axis with names and units, and use legends as necessary. 1. The equations of motion for a projectile subject to air resistance are: du dt dv In these equations, u and v are the velocity components, V is the velocity vector, g is gravity, and y is a drag coefficient. If you define four variables, sayy1 > y4, as the horizontal position, vertical position, horizontal velocity, and vertical velocity, you can restate the problem as a set of four first order ODEs. Use the initial conditions x(0) = 0 y(o)o u(0)-|V| sin() with a launch angle of 40 degrees and a launch speed of 180 m /s. Compute and plot the trajectory for friction coefficients of 0, 0.05, 0.1, and 0.2. Either superimpose all four plots, or, if the axis limits for the 4 cases are very different, you may find it more pleasing to make a 2x2 subplot. As usual, label axis with names and units, and use legends as necessary

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 3 Lnai 9286

Authors: Albert Bifet ,Michael May ,Bianca Zadrozny ,Ricard Gavalda ,Dino Pedreschi ,Francesco Bonchi ,Jaime Cardoso ,Myra Spiliopoulou

1st Edition

3319234609, 978-3319234601

More Books

Students also viewed these Databases questions

Question

2. How will you handle the situation?

Answered: 1 week ago