Finding the state space model of a nonlinear system

Click For Summary
SUMMARY

The state space model of the nonlinear system defined by the equations x'_1(t) = 2x^2_2(t) - 50 and x'_2(t) = -x_1(t) - 3x_2(t) + u(t) can be linearized at the equilibrium point (-15, 5). The Jacobian matrix is derived as J(x_1,x_2) = \begin{pmatrix} 0 & 4x_2 \\ -1 & -3 \end{pmatrix}, which evaluates to J(-15,5) = \begin{pmatrix} 0 & 20 \\ -1 & -3 \end{pmatrix}. This linearization allows for the formulation of the state space model, which is essential for analyzing the system's behavior near the equilibrium point.

PREREQUISITES
  • Understanding of state space modeling
  • Familiarity with Jacobian matrices
  • Knowledge of linearization techniques for nonlinear systems
  • Basic concepts of control theory
NEXT STEPS
  • Study the derivation and application of Jacobian matrices in nonlinear systems
  • Learn about linearization techniques in control theory
  • Explore state space representation of dynamic systems
  • Investigate the implications of equilibrium points in system stability analysis
USEFUL FOR

Control engineers, system analysts, and students studying nonlinear dynamics and control theory will benefit from this discussion.

asd1249jf

Homework Statement


The state space model of a nonlinear system is
x'_1(t) = 2x^2_2(t) - 50
x'_2(t) = -x_1(t) - 3x_2(t) + u(t)

Where x_1(t) and x_2(t) are the states, and u(t) is the input. The output of the system is x_2(t).

Find the state space model of this system linearized at the equilibrium point (-15, 5)

Homework Equations



State space modeling, Jacobian Matrix(?)

The Attempt at a Solution



I think my attempt lies on false assumption, but here's what I did.

Since we're linearizing at a known equilibrium point for a nonlinear system, and since x'_1(t) = 2x^2_2(t) - 50 contains non linear term, we must first take a derivative of it as denoted in Jacobian matrix. derivative of x_1(t) is

x''_1(t) = 4x_2(t)

So the state space model we get is

[x'_1] = [ 0 4 ] [x_1] + [ 0 ] u(t)
[x'_2]aa[-1 -3 ] [x_2] a[ 1 ]

(Sorry I have no clue how to put this matrix in Latex).

But then how do we get the output from this state space model?
 
Physics news on Phys.org
The linearization about (-15, 5) is obtained by evaluating the Jacobian matrix at (-15,5). Here the Jacobian matrix is <br /> J(x_1,x_2) = \begin{pmatrix} 0 &amp; 4x_2 \\ -1 &amp; -3 \end{pmatrix}<br /> and the latex code is
Code:
J(x_1,x_2) = \begin{pmatrix} 0 & 4x_2 \\ -1 & -3 \end{pmatrix}
 
Last edited:
pasmith said:
The linearization about (-15, 5) is obtained by evaluating the Jacobian matrix at (-15,5). Here the Jacobian matrix is <br /> J(x_1,x_2) = \begin{pmatrix} 0 &amp; 4x_2 \\ -1 &amp; -3 \end{pmatrix}<br /> and the latex code is
Code:
J(x_1,x_2) = \begin{pmatrix} 0 & 4x_2 \\ -1 & -3 \end{pmatrix}
So the evaluation at (-15,5) becomes

y&#039;= \begin{pmatrix} 0 &amp; 20 \\ -1 &amp; -3 \end{pmatrix}

?
 
Last edited by a moderator:

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 22 ·
Replies
22
Views
4K
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
5K
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K