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 : Write a program to display its negative

    Write a program in object code that reads a single digit decimal number and displays its negative in binary.  To do this, you must first read the number as a character and then convert it to its numeric value, as discussed in class.  Then, you're going to change this to a negative numbe

  • Q : Explain If-else statement If-else

    If-else statement: It is a control structure employed to select between performing one of two alternative events.     if(boolean-expression){        // Statem

  • Q : What is Process Process : It is an

    Process: It is an individual thread-of-control to which an execution time slice is assigned by the operating system.

  • Q : What is an Assembly language Assembly

    Assembly language: This is a symbolic language closely analogous to the instruction set of a Central Processing Unit. The program employed to translate a program written in assembly language is termed an assembler.

  • Q : Define Finally clause Finally clause :

    Finally clause: This is a part of try statement which is always executed, either subsequent the handling of caught exception, and normal termination of the protected statements.

  • Q : Explain Look-and-feel Look-and-feel :

    Look-and-feel: The visual impression and interaction style given by a user interface. This is mainly the responsibility of the window manager (that is, in collaboration with the fundamental operating system) running on a specific computer. This refers

  • Q : What do you mean by process What do you

    What do you mean by the term process? Illustrate briefly.

  • Q : Define Function Function : The name

    Function: The name given to assembly of statements which does some particular task and might return a value. Function can be invoked (or called) any number of time and anywhere in the program.

  • Q : Difference between collection and arrays

    Write the difference between collection and arrays?

  • Q : Explain Method overriding Method

    Method overriding: It is a method stated in a super class might be overridden by a method of similar name stated in a sub class. The two methods should have similar name and number and types of formal arguments. Any checked exception thrown by sub-cla

©TutorsGlobe All rights reserved 2022-2023.