Linearize 2nd Order Diff Equations

MstrGnrl
Messages
3
Reaction score
0
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.
 

Attachments

  • QuadrotorEquations.jpg
    QuadrotorEquations.jpg
    4.8 KB · Views: 518
Physics news on Phys.org
How about writing:
<br /> \begin{array}{rcl}<br /> \theta &amp; = &amp; \theta_{0}+\varepsilon}\theta_{1} \\<br /> \phi &amp; = &amp; \phi_{0}+\varepsilon}\phi_{1} \\<br /> \gamma &amp; = &amp; \gamma_{0}+\varepsilon}\gamma_{1} <br /> \end{array}<br /> And look at the zeroth order equations and the first order equations, they should be linear...
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top