Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A small rocket with an initial weight of 3 0 0 0 l b ( including 2 4 0 0 l b of fuel )

A small rocket with an initial weight of 3000lb(including 2400lb of fuel), initially at rest, is launched vertically upward. The rocket burns fuel at a constant rate of 80lbs, which provides a continuous thrust, T, of 8000lb. The instantaneous weight of the rocket is given by w(t)=3000-80tlb. The drag force, D, experienced by the rocket is given by D=0.005g(dydt)2lb, where y is the distance in ft, and g=32.2fts2. The equation of motion for the rocket is given by:
wgd2ydt2=T-w-D.
Determine and plot the rocket's position, velocity, and acceleration (three separate panels of one figure) as a function of time from t=0 to t=3s. To do this, you must reduce the second-order ODE to a system of two first-order ODEs.
(a) Solve the problem using your own 4th-order Runge-Kutta algorithm (that accepts systems of linear equations) using a step size of 0.05s. You should be able to do this by modifying the function we defined in class to specify the system of linear equations for the simple harmonic oscillator.
(b) Use one of MATLAB's built-in functions (like ode45) to solve the problem. You should put this code in the same script as part (a). You do not need to make a new plot since the results should be the same as what you found in part (a).
(c) Make sure to label the plots.
image text in transcribed

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

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions