Imagine we have an ODE system

x_dot=[f1(x,u), f2(x,u), f3(x,u),....fn(x,u)]

where f1,..,fn are nonlinear functions of control input u and states x,

x is member of R^n and u is member of R^m

under which conditions we can change the dynamic of the system to arbitrary dynamic x_dot=[f1_des(x) f2_des(x),...,fn_des(x)]

where f1_des(x) f2_des(x),...,fn_des(x) are arbitrary pre-defined nonlinear functions.

is input to state controllability enough to do that?

Example

consider the 2-D system:

x1_dot=f1(x1,x2)+g1(x1,x2)*u1

x2_dot=f2(x1,x2)+g2(x1,x2)*u2

by choosing

u1=(f1_des(x1,x2)-f1(x1,x2))/g1(x1,x2)

u2=(f2_des(x1,x2)-f2(x1,x2))/g2(x1,x2)

we can change the dynamic of the system to

x1_dot=f1_des(x1,x2)

x2_dot=f2_des(x1,x2)

More Ali Namadchian's questions See All
Similar questions and discussions