Jump to content

Goddart's rocket problem: Difference between revisions

From mintOC
Created page with "In Goddart's rocket problem we model the ascent (vertical; restricted to 1 dimension) of a rocket. The aim is to reach a certain altitude with minimal fuel consumption. It is..."
 
No edit summary
Line 45: Line 45:
A &=& 310 \\
A &=& 310 \\
k &=& 500 \\
k &=& 500 \\
C &=& 0.6
\end{array}
\end{array}
</math>
</math>
</dd>
</dd>

Revision as of 13:20, 14 January 2016

In Goddart's rocket problem we model the ascent (vertical; restricted to 1 dimension) of a rocket. The aim is to reach a certain altitude with minimal fuel consumption. It is equivalent to maximize the mass at the final altitude.

Variables

The state variables r,v,m describe the altitude, speed and mass.

The drag is given by

D(r,v):=Av2ρ(r), with ρ(r):=exp(k(rr0)).

All units are renormalized.

Mathematical formulation

maxm,r,v,u,Tm(T)s.t.r˙=v,v˙=1r2+1m(TmaxuD(r,v))m˙=bTmaxu,u()[0,1]r(0)=r0,v(0)=v0,m(0)=m0,r(T)=rT,D(r(),v())CTfree

Parameters

r0=1v0=0m0=1rT=1.01b=7Tmax=3.5A=310k=500C=0.6