comp.lang.ada
 help / color / mirror / Atom feed
From: Vincent DIEMUNSCH <vincent.diemunsch@edf.fr>
Subject: Re: Language Challenge 2000
Date: 2000/02/04
Date: 2000-02-04T08:11:44+00:00	[thread overview]
Message-ID: <389A89BF.123B8112@edf.fr> (raw)
In-Reply-To: 38964D82.3423805@sdynamix.com

I have a few questions regarding the equations themselves :


>Find the optimal initial angle for a trajectory to reach a target at
>000 m to within .5 m. The equations of motion are given by,
>
>               mx" + Dcos(alfa) = 0
>                my" + Dsin(alfa) + mg = 0
>where
 >               D = .5*Cd*A*rho(y)*v^2     alfa = atan(y'/x')
>
>and rho() is a variable atmospheric density w.r.t. altitude.
>
>Parameters:     m = 20 kg   Cd = .3   A = .02 m^2   g = 9.80665 m/s^2
>Initial values: x = 0 m    y = 0 m   v = 180 m/s   alfa = 40 deg

- What is the rho(y) function exactly ?
- shoudn't it be my" + Dsin(alfa) - mg = 0   instead of  my" + Dsin(alfa) +
mg = 0 ?

And finally cos(atan(y'/x')) = x'/v and sin(atan(y'/x')) = y'/v, which will
certainly speed up computing !!!




>
>
> -----------------------------------------------
> Modeling * Simulation * Analysis
> http://www.sdynamix.com
> -----------------------------------------------





  parent reply	other threads:[~2000-02-04  0:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-31  0:00 Language Challenge 2000 bvoh
2000-02-01  0:00 ` Jim Rogers
2000-02-01  0:00   ` David
2000-02-01  0:00     ` Jim Rogers
2000-02-01  0:00   ` Jeff Carter
2000-02-04  0:00 ` Gautier
2000-02-04  0:00   ` Ted Dennison
2000-02-04  0:00 ` Vincent DIEMUNSCH [this message]
2000-02-04  0:00   ` Vincent DIEMUNSCH
2000-02-04  0:00 ` Gautier
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox