Inverse of State-space representation (control)
up vote
2
down vote
favorite
Ask two questions from a paper (2012 ACC):
Consider the plant:
Let X be the stabilizing solution of the Riccati equation:
where .
Define the LQR gain by .
The transfer matrix has a left spectral factorization ,
where WL is given by
Questions:
If I know the $W_L$, how to derive the $W_L^{-1}$, (bottom one)
(Basic question) Why does the Riccati equation is $(A, B_2, C_1)$ not $(A, B_1, C_1)$ or
$(A, B_2, C_2)$?
control-theory optimal-control
add a comment |
up vote
2
down vote
favorite
Ask two questions from a paper (2012 ACC):
Consider the plant:
Let X be the stabilizing solution of the Riccati equation:
where .
Define the LQR gain by .
The transfer matrix has a left spectral factorization ,
where WL is given by
Questions:
If I know the $W_L$, how to derive the $W_L^{-1}$, (bottom one)
(Basic question) Why does the Riccati equation is $(A, B_2, C_1)$ not $(A, B_1, C_1)$ or
$(A, B_2, C_2)$?
control-theory optimal-control
Multiplying $W_L W_L^{-1}$ doesn't seem to yield the identity matrix, unless we know stuff about the matrices $A, B_2, K$. Can you provide more context?
– JimmyK4542
Aug 15 '14 at 3:35
I think the representation is not really a matrix; it is like C*inv(sI-A)B + D
– sleeve chen
Aug 15 '14 at 3:42
What is $X$? I believe it is a solution to some matrix equation.
– obareey
Aug 17 '14 at 14:36
More complete. Thanks!
– sleeve chen
Aug 17 '14 at 16:00
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Ask two questions from a paper (2012 ACC):
Consider the plant:
Let X be the stabilizing solution of the Riccati equation:
where .
Define the LQR gain by .
The transfer matrix has a left spectral factorization ,
where WL is given by
Questions:
If I know the $W_L$, how to derive the $W_L^{-1}$, (bottom one)
(Basic question) Why does the Riccati equation is $(A, B_2, C_1)$ not $(A, B_1, C_1)$ or
$(A, B_2, C_2)$?
control-theory optimal-control
Ask two questions from a paper (2012 ACC):
Consider the plant:
Let X be the stabilizing solution of the Riccati equation:
where .
Define the LQR gain by .
The transfer matrix has a left spectral factorization ,
where WL is given by
Questions:
If I know the $W_L$, how to derive the $W_L^{-1}$, (bottom one)
(Basic question) Why does the Riccati equation is $(A, B_2, C_1)$ not $(A, B_1, C_1)$ or
$(A, B_2, C_2)$?
control-theory optimal-control
control-theory optimal-control
edited Feb 15 '17 at 20:38
asked Aug 15 '14 at 3:23
sleeve chen
3,01041852
3,01041852
Multiplying $W_L W_L^{-1}$ doesn't seem to yield the identity matrix, unless we know stuff about the matrices $A, B_2, K$. Can you provide more context?
– JimmyK4542
Aug 15 '14 at 3:35
I think the representation is not really a matrix; it is like C*inv(sI-A)B + D
– sleeve chen
Aug 15 '14 at 3:42
What is $X$? I believe it is a solution to some matrix equation.
– obareey
Aug 17 '14 at 14:36
More complete. Thanks!
– sleeve chen
Aug 17 '14 at 16:00
add a comment |
Multiplying $W_L W_L^{-1}$ doesn't seem to yield the identity matrix, unless we know stuff about the matrices $A, B_2, K$. Can you provide more context?
– JimmyK4542
Aug 15 '14 at 3:35
I think the representation is not really a matrix; it is like C*inv(sI-A)B + D
– sleeve chen
Aug 15 '14 at 3:42
What is $X$? I believe it is a solution to some matrix equation.
– obareey
Aug 17 '14 at 14:36
More complete. Thanks!
– sleeve chen
Aug 17 '14 at 16:00
Multiplying $W_L W_L^{-1}$ doesn't seem to yield the identity matrix, unless we know stuff about the matrices $A, B_2, K$. Can you provide more context?
– JimmyK4542
Aug 15 '14 at 3:35
Multiplying $W_L W_L^{-1}$ doesn't seem to yield the identity matrix, unless we know stuff about the matrices $A, B_2, K$. Can you provide more context?
– JimmyK4542
Aug 15 '14 at 3:35
I think the representation is not really a matrix; it is like C*inv(sI-A)B + D
– sleeve chen
Aug 15 '14 at 3:42
I think the representation is not really a matrix; it is like C*inv(sI-A)B + D
– sleeve chen
Aug 15 '14 at 3:42
What is $X$? I believe it is a solution to some matrix equation.
– obareey
Aug 17 '14 at 14:36
What is $X$? I believe it is a solution to some matrix equation.
– obareey
Aug 17 '14 at 14:36
More complete. Thanks!
– sleeve chen
Aug 17 '14 at 16:00
More complete. Thanks!
– sleeve chen
Aug 17 '14 at 16:00
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
accepted
First question is about inverting a state space system that represents the dynamics from $u$ to $y$ such that the representation is from $y$ to $u$.
If you write down the equations explicitly:
$$
begin{align}
dot x &= Ax+Bu\
y &= Cx+Du
end{align}
$$
Now assuming $D$ is invertible, we get
$$
begin{align}
dot x &= Ax+B(-D^{-1}Cx + D^{-1}y)\
u &= -D^{-1}Cx + D^{-1}y
end{align}
$$
So the state space from $y$ to $u$ is given by the realization
$$
G^{-1}(s) = begin{bmatrix}A-BD^{-1}C &BD^{-1}\-CD^{-1}&D^{-1}end{bmatrix}
$$
Then you can see the similarity between this inverse and $W_L$.
For the second question, in Linear Quadratic Cost function you would like to add the cost of the input to your cost function. In this formulation, often $B_1$ is the disturbance input to the system and $B_2$ models the input matrix.
Hence you want the second input appearing on the performance channel.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f897927%2finverse-of-state-space-representation-control%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
First question is about inverting a state space system that represents the dynamics from $u$ to $y$ such that the representation is from $y$ to $u$.
If you write down the equations explicitly:
$$
begin{align}
dot x &= Ax+Bu\
y &= Cx+Du
end{align}
$$
Now assuming $D$ is invertible, we get
$$
begin{align}
dot x &= Ax+B(-D^{-1}Cx + D^{-1}y)\
u &= -D^{-1}Cx + D^{-1}y
end{align}
$$
So the state space from $y$ to $u$ is given by the realization
$$
G^{-1}(s) = begin{bmatrix}A-BD^{-1}C &BD^{-1}\-CD^{-1}&D^{-1}end{bmatrix}
$$
Then you can see the similarity between this inverse and $W_L$.
For the second question, in Linear Quadratic Cost function you would like to add the cost of the input to your cost function. In this formulation, often $B_1$ is the disturbance input to the system and $B_2$ models the input matrix.
Hence you want the second input appearing on the performance channel.
add a comment |
up vote
2
down vote
accepted
First question is about inverting a state space system that represents the dynamics from $u$ to $y$ such that the representation is from $y$ to $u$.
If you write down the equations explicitly:
$$
begin{align}
dot x &= Ax+Bu\
y &= Cx+Du
end{align}
$$
Now assuming $D$ is invertible, we get
$$
begin{align}
dot x &= Ax+B(-D^{-1}Cx + D^{-1}y)\
u &= -D^{-1}Cx + D^{-1}y
end{align}
$$
So the state space from $y$ to $u$ is given by the realization
$$
G^{-1}(s) = begin{bmatrix}A-BD^{-1}C &BD^{-1}\-CD^{-1}&D^{-1}end{bmatrix}
$$
Then you can see the similarity between this inverse and $W_L$.
For the second question, in Linear Quadratic Cost function you would like to add the cost of the input to your cost function. In this formulation, often $B_1$ is the disturbance input to the system and $B_2$ models the input matrix.
Hence you want the second input appearing on the performance channel.
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
First question is about inverting a state space system that represents the dynamics from $u$ to $y$ such that the representation is from $y$ to $u$.
If you write down the equations explicitly:
$$
begin{align}
dot x &= Ax+Bu\
y &= Cx+Du
end{align}
$$
Now assuming $D$ is invertible, we get
$$
begin{align}
dot x &= Ax+B(-D^{-1}Cx + D^{-1}y)\
u &= -D^{-1}Cx + D^{-1}y
end{align}
$$
So the state space from $y$ to $u$ is given by the realization
$$
G^{-1}(s) = begin{bmatrix}A-BD^{-1}C &BD^{-1}\-CD^{-1}&D^{-1}end{bmatrix}
$$
Then you can see the similarity between this inverse and $W_L$.
For the second question, in Linear Quadratic Cost function you would like to add the cost of the input to your cost function. In this formulation, often $B_1$ is the disturbance input to the system and $B_2$ models the input matrix.
Hence you want the second input appearing on the performance channel.
First question is about inverting a state space system that represents the dynamics from $u$ to $y$ such that the representation is from $y$ to $u$.
If you write down the equations explicitly:
$$
begin{align}
dot x &= Ax+Bu\
y &= Cx+Du
end{align}
$$
Now assuming $D$ is invertible, we get
$$
begin{align}
dot x &= Ax+B(-D^{-1}Cx + D^{-1}y)\
u &= -D^{-1}Cx + D^{-1}y
end{align}
$$
So the state space from $y$ to $u$ is given by the realization
$$
G^{-1}(s) = begin{bmatrix}A-BD^{-1}C &BD^{-1}\-CD^{-1}&D^{-1}end{bmatrix}
$$
Then you can see the similarity between this inverse and $W_L$.
For the second question, in Linear Quadratic Cost function you would like to add the cost of the input to your cost function. In this formulation, often $B_1$ is the disturbance input to the system and $B_2$ models the input matrix.
Hence you want the second input appearing on the performance channel.
edited Nov 27 at 13:38
amWhy
191k28224439
191k28224439
answered Apr 3 '15 at 9:57
percusse
21214
21214
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f897927%2finverse-of-state-space-representation-control%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Multiplying $W_L W_L^{-1}$ doesn't seem to yield the identity matrix, unless we know stuff about the matrices $A, B_2, K$. Can you provide more context?
– JimmyK4542
Aug 15 '14 at 3:35
I think the representation is not really a matrix; it is like C*inv(sI-A)B + D
– sleeve chen
Aug 15 '14 at 3:42
What is $X$? I believe it is a solution to some matrix equation.
– obareey
Aug 17 '14 at 14:36
More complete. Thanks!
– sleeve chen
Aug 17 '14 at 16:00