I have been looking at the operations of a quadrotor drone. I am reading the maths behind it and in one section it mentions:
"These equations of motion are linearized with respect to an equilibrium point" . I have some questions regarding this.
1) What exactly does it mean to linearize an equation of motion ? how exactly is this usually done?
2) If say I linearize the equations of motion for a drone or car or whatever, why is this useful, what information can it tell me?
Thank you
Here is a sort of idea of it, I cant post them all since it is a 70 page document (Don't think I can attach documents) but it mostly relates to the translational and altitude dynamics.
A time-independent equation of motion can be written as $$ {d^2x\over dt^2}=F(x), $$ where $x$ is a vector representing the various variables involved. If function $F$ is sufficiently regular it can be expanded about an equilibrium point $x_0$ as $$ F(x)=F(x_o)+F'(x_o)\,(x-x_0) + \dots $$ But $F(x_0)=0$ by definition of equilibrium point, hence we can approximate the equation of motion with its linearised version: $$ {d^2x\over dt^2}=F'(x_o)\,(x-x_0). $$ This is useful because the linearised equation is much simpler to solve and it will give a good approximation if $\|x-x_0\|$ is small enough.