--%>

Non linear dynamic model equation to linear equation

Could you please show the steps from non linear dynamic model equation to linear equation?

E

Expert

Verified

We'll show one step as this linearization is automatically carried out in MATLAB.

Consider the part F(h) = CAs(2gh)1/2

To linearize we'll represent this part or F(h) as Taylor series expansion around steady state stock height hs.

F(h) = F(hs) + (dF/dh)hs(h – hs) + ... higher order terms in (h – hs)

dF/dh = CAs(1/2)(2g)1/2 h-1/2

(dF/dh)s = CAs(1/2)(2g)1/2 hs-1/2 

F(h) = F(hs) + (dF/dh)hs(h – hs)
       
F(h) = F(hs) + (CAs(1/2)(2g)1/2 hs-1/2)(h – hs)

F(h) = F(hs) + K'h h'
where K'h is a constant and h' is the deviation variable in h.

Of course we have to linearize the first term also in the same way, Taylor series expansion, then we can collect the h' and P'vd.    

   Related Questions in Programming Languages