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 Compilation Compilation : It is

    Compilation: It is a process of translating a programming language. This frequently comprises translating a high level programming language into a low level programming language, and the binary form of a specific instruction set. The translation is ex

  • Q : Create a BottomUpTwoThreeFourTree class

    You will need to create a BottomUpTwoThreeFourTree class, with a BottomUpTwoThreeTreeFourTree constructor which keeps no parameters. BottomUpTwoThreeTreeFourTree will require an insert(int x) method, which will insert the value 

  • Q : Environment Modeling in Java Pathfinder

    Environment Modeling: In JPF, Java class files can be processed in two different ways: A) As ordinary Java classes managed and executed by the host JVM (e.g., standard Java library classes, JPF implementation class

  • Q : Compute Days Between Ordering and

    An analyst in the quality assurance office reviews the time lapse between receiving an order and shipping an order. Any orders which have not been shipped in a day of the order being positioned are investigated. Build a function named ORD_SHIP_SF which computes the nu

  • Q : What is File Transfer Protocol or FTP

    File Transfer Protocol: The File Transfer Protocol (abbreviated as FTP) states a standard set of rules which make it probable to transfer a file from one file system to the other.

  • Q : Explain the term soft real-time Explain

    Explain the term soft real-time.

  • Q : Choices in the Choice Activity Normal 0

    Normal 0 false false

  • Q : Explain Automated Testing-Software

    Automated Testing: Software testing is the most generally used technique for verifying and validating software. While testing may not provide the same rigor as model checking, it is far more scalable and usually does not require a significant tool inf

  • Q : Describe File system File system : The

    File system: The operating system makes it possible to utilize space on a computer's disk drives by imposing a structured file system on disk storage. Each and every file system contains its own conventions for the manner in which the files are named,

  • Q : Define Container Abstractions Container

    Container Abstractions: Abstractions for containers (such as lists, stacks, sets, or queues) may represent just the state of a container—e.g., full or empty—and abstract away from the actual container content. The list operations also need

©TutorsGlobe All rights reserved 2022-2023.