PDA

View Full Version : Linearize 2nd Order Diff Equations


MstrGnrl
Jan5-12, 02:16 PM
Hello folks,

I am attempting to implement an LQR controller to a quadrotor and in order to do this I need to linearize the model's equations about a certain trim point, in this case hover, which makes all initial conditions equal to 0. However I am having a lot of trouble linearizing these equations because only one of each (theta, phi, and gamma) are in each equation which makes it very confusing... The inputs are U1, U2, U3 and the outputs are phi, theta, gamma. Can anyone guide me toward an example or explain where I can get started.

hunt_mat
Jan18-12, 05:02 AM
How about writing:
[tex]
\begin{array}{rcl}
\theta & = & \theta_{0}+\varepsilon}\theta_{1} \\
\phi & = & \phi_{0}+\varepsilon}\phi_{1} \\
\gamma & = & \gamma_{0}+\varepsilon}\gamma_{1}
\end{array}
And look at the zeroth order equations and the first order equations, they should be linear...