New Reply

Integrating Euler's equations for rigid body dynamics with Euler's Method

 
Share Thread Thread Tools
Oct28-11, 02:26 PM   #1
 

Integrating Euler's equations for rigid body dynamics with Euler's Method


Hello,

I am trying for a couple of hours now to integrate these equations ( http://en.wikipedia.org/wiki/Euler%2...dy_dynamics%29 ) with the Euler's method: [itex]\dot{f}[/itex]=[itex]\partial{f}[/itex]/[itex]\partial{t}[/itex][itex]\cong[/itex][itex]\Delta[/itex]f/[itex]\Delta[/itex]t=(f(t+[itex]\Delta[/itex]t)-f(t))/[itex]\Delta[/itex]t .

I am trying to do this, because i'm hoping to use the integration algorithm to find the Euler's Angles ([itex]\phi[/itex], [itex]\theta[/itex], [itex]\psi[/itex]) so i can visually simulate the roll, pitch and yaw angles of an aircraft (i intend to do this with information received from a micro AHRS sensor with 3 accelerometers and 3 gyrometers). I know it's not the best approach because of the singularity and the 3x3 matrix with sin and cos.

Putting it all in one line, im having problems transforming the equations in discrete time and i'm not sure if the components of the angular velocity vector ω after integration are exactly the roll,pitch and yaw that i need.

After the discretization i guess i`ll have a system with 3 differential equations that i will need to solve.

Any help is much appreciated, thank you
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
New Reply

Tags
euler, ode, pitch, roll, yaw
Thread Tools


Similar Threads for: Integrating Euler's equations for rigid body dynamics with Euler's Method
Thread Forum Replies
Difference between Euler's, Euler-Cromer's, Runta-Kunta 2, and Leapfrog Programming & Comp Sci 1
Euler methond and the improved Euler method Differential Equations 4
Differential equations, euler's method and bisection method Calculus & Beyond Homework 3
URGENT HELP! Initial Value Problem Question-Differential Equations and Euler's Method Calculus & Beyond Homework 0
Rigid Bodies; Euler's Eq of Motion derivation Advanced Physics Homework 0