I'm studying a linearization of a differential equation. $x(t)$ and $r(t)$ are really small signals and G, K, B and M are constants. I understand everything until I reach
$$ \frac{d^2x(t)}{dt^2}=G+\frac{K}{M}\sqrt{\left| x(t)-r(t)-\bigg(\frac{MG}{K}\bigg)^2\right|} -\frac{B}{M}\bigg(\frac{dx(t)}{dt}-\frac{dr(t)}{dt}\bigg)$$
And I don't know how they pass from that to:
$$ \frac{d^2x(t)}{dt^2}=-\frac{K^2}{2M^2G} (x(t)-r(t)) -\frac{B}{M}\bigg(\frac{dx(t)}{dt}-\frac{dr(t)}{dt}\bigg)$$
They are obviously performing a linearization of the expression $$G+\frac{K}{M}\sqrt{\left| x(t)-r(t)-\bigg(\frac{MG}{K}\bigg)^2\right|}$$
to
$$\frac{K^2}{2M^2G} (x(t)-r(t)) $$
Can someone clarify what they are doing here? Thanks!
So to your answer your question, a list of derivatives is basically a list of linearizations :)
– Antti S. Oct 09 '18 at 22:41