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

  • Q : Define Loop variable Loop variable : A

    Loop variable: A variable employed to control the operation of a loop, like a for loop. Usually, a loop variable will be provided an initial value and it is then incremented after each and every iteration till it passes or reaches a terminating value.

  • Q : What is Append mode Append mode : It is

    Append mode: It is a file writing mode, in which the existing contents of a file are maintained whenever the file is opened. Novel contents are appended to the existing.

  • Q : Explain Package declaration Package

    Package declaration: It is a declaration employed to name a package. This should be the first item in the source file, preceding any import statements. For example,     pa

  • Q : How much does Symbian Signed

    How much does Symbian Signed certification and testing cost? Answer: Test houses contain their own prices for Symbian Signed testing. So you can check that prices through searching over the internet.

  • Q : What is an Infinite recursion Infinite

    Infinite recursion: Recursion which does not finish. This can effect from any of direct recursion, indirect recursion or the mutual recursion. It is generally the outcome of a logical error, and can consequence in stack overflow.

  • Q : Cmp and diff commands Explain the

    Explain the difference between” cmp” and “diff” commands?

  • Q : Microsoft Access I have attached a

    I have attached a database and a PDF with 5 questions. I need the 5 questions answered with 5 queries in the database. Question 3 needs a crosstab query. All the questions require the proper join.

  • Q : Explain the way to write the opening

    Explain the way to write the opening tag of an XHTML element.

  • Q : What is Client Client : It is a user of

    Client: It is a user of a service. The Web client requests resources from Web server, for example: Whenever the client is an object then this is the sender of messages to its object servers.

  • Q : What is Final method Final method :

    Final method: This is a method with the final reserved word in its header. The final method might not be overridden by a method stated in a sub class.

©TutorsGlobe All rights reserved 2022-2023.