Linearize 2nd Order Diff Equations

  • Context: Graduate 
  • Thread starter Thread starter MstrGnrl
  • Start date Start date
  • Tags Tags
    2nd order Linearize
Click For Summary
SUMMARY

The discussion focuses on the linearization of second-order differential equations for implementing a Linear Quadratic Regulator (LQR) controller in a quadrotor model. The user is specifically attempting to linearize the equations around the hover trim point, where initial conditions are set to zero. The variables involved include inputs U1, U2, U3 and outputs phi, theta, and gamma. The user seeks guidance on deriving zeroth and first-order equations to achieve linearization.

PREREQUISITES
  • Understanding of Linear Quadratic Regulator (LQR) control theory
  • Familiarity with linearization techniques in control systems
  • Knowledge of quadrotor dynamics and kinematics
  • Proficiency in mathematical notation and differential equations
NEXT STEPS
  • Study the process of linearizing nonlinear systems using Taylor series expansion
  • Explore examples of LQR implementation in quadrotor control
  • Learn about the derivation of state-space representations for dynamic systems
  • Investigate the use of MATLAB or Python for simulating LQR controllers
USEFUL FOR

Control engineers, robotics researchers, and students working on quadrotor dynamics and control systems will benefit from this discussion.

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: 541
Physics news on Phys.org
How about writing:
[tex] \begin{array}{rcl}<br /> \theta & = & \theta_{0}+\varepsilon}\theta_{1} \\<br /> \phi & = & \phi_{0}+\varepsilon}\phi_{1} \\<br /> \gamma & = & \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...[/tex]
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 10 ·
Replies
10
Views
5K
Replies
3
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K