How to solve this nonlinear output regulation problem

spaveofvivi
Messages
1
Reaction score
0
Hello, everyone

There is a control theory problem that i would like to ask for help here.

Suppose a very simple nonlinear system as follows

x' = u
y = (2-cosx)*(2-cosx)

how to find a control law u that makes the output y can track a constant asymptotically,
of course the x should be stable too.

best wishes
 
Physics news on Phys.org
spaveofvivi said:
Hello, everyone

There is a control theory problem that i would like to ask for help here.

Suppose a very simple nonlinear system as follows

x' = u
y = (2-cosx)*(2-cosx)

how to find a control law u that makes the output y can track a constant asymptotically,
of course the x should be stable too.

best wishes

Here's what I would do.
Starting with your 2nd equation, expand the right side.
y = 4 - 4cosx + cos2x

This equation is quadratic in cosx. Use the quadratic formula to solve for cosx, and then use trig to solve for x.
Take the derivative to get u.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top