What is the difference between controllability and reachability?

Multi tool use
$begingroup$
Here are the two problem statements I'm trying to understand:
Reachability. The reachability problem is to “find the set of all the final states $x(T)$ reachable starting from a given initial state
$x(t_0)$”.Controllability. The controllability problem is “to find the set of all the initial states $x(t_0)$ controllable to a given final
state $x(T)$”.
In my view, both problems are the Same. I do not really get the difference especially given that the reachability and controllability gramians are exactly the same. Also, I want to understand why reachability always implies controllability but controllability does not imply reachability (unless $A$ in full rank).
control-theory
$endgroup$
add a comment |
$begingroup$
Here are the two problem statements I'm trying to understand:
Reachability. The reachability problem is to “find the set of all the final states $x(T)$ reachable starting from a given initial state
$x(t_0)$”.Controllability. The controllability problem is “to find the set of all the initial states $x(t_0)$ controllable to a given final
state $x(T)$”.
In my view, both problems are the Same. I do not really get the difference especially given that the reachability and controllability gramians are exactly the same. Also, I want to understand why reachability always implies controllability but controllability does not imply reachability (unless $A$ in full rank).
control-theory
$endgroup$
$begingroup$
You are only considering LTI systems?
$endgroup$
– Kwin van der Veen
Dec 8 '18 at 9:17
add a comment |
$begingroup$
Here are the two problem statements I'm trying to understand:
Reachability. The reachability problem is to “find the set of all the final states $x(T)$ reachable starting from a given initial state
$x(t_0)$”.Controllability. The controllability problem is “to find the set of all the initial states $x(t_0)$ controllable to a given final
state $x(T)$”.
In my view, both problems are the Same. I do not really get the difference especially given that the reachability and controllability gramians are exactly the same. Also, I want to understand why reachability always implies controllability but controllability does not imply reachability (unless $A$ in full rank).
control-theory
$endgroup$
Here are the two problem statements I'm trying to understand:
Reachability. The reachability problem is to “find the set of all the final states $x(T)$ reachable starting from a given initial state
$x(t_0)$”.Controllability. The controllability problem is “to find the set of all the initial states $x(t_0)$ controllable to a given final
state $x(T)$”.
In my view, both problems are the Same. I do not really get the difference especially given that the reachability and controllability gramians are exactly the same. Also, I want to understand why reachability always implies controllability but controllability does not imply reachability (unless $A$ in full rank).
control-theory
control-theory
asked Dec 7 '18 at 19:50


LodLod
128113
128113
$begingroup$
You are only considering LTI systems?
$endgroup$
– Kwin van der Veen
Dec 8 '18 at 9:17
add a comment |
$begingroup$
You are only considering LTI systems?
$endgroup$
– Kwin van der Veen
Dec 8 '18 at 9:17
$begingroup$
You are only considering LTI systems?
$endgroup$
– Kwin van der Veen
Dec 8 '18 at 9:17
$begingroup$
You are only considering LTI systems?
$endgroup$
– Kwin van der Veen
Dec 8 '18 at 9:17
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
They are not the same problem, but equivalent for linear continuous systems. Also, reachability and controllability gramians are slightly different. To understand the differences let's start with a general linear continuous time-varying system.
$$ dot{x}=A(t)x(t)+B(t)u(t) $$
Its solution can be given as
$$ x(t) = phi(t,t_0) x(t_0) + int_{t_0}^t phi(t,tau) B(tau) u(tau) dtau $$
where $phi(cdot,cdot)$ is the state transition matrix.
Now, let's say we want to "reach" to the state $x(t_1)=x_1$ at time $t_1$ for a given $x(t_0)=x_0$. Then, we can use the input function
$$ u(t) = B^T(t) phi^T(t_1, t) W_r^{-1}(t_1,t_0) left(x_1 - phi(t_1,t_0) x_0 right) $$
where
$$W_r(t_1,t_0) := int_{t_0}^{t_1} phi(t_1, eta) B(eta) B^T(eta) phi^T(t_1, eta) deta$$
Note that if the reachability gramian is full-rank, we can reach any state we want from any initial condition, hence full reachability. If it does not have a full-rank you can still show that the reachable subspace at time $t_1$ is
$$begin{align*}mathcal{R}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_1,tau) B(tau) dtau \ &= operatorname{Im} W_r(t_1,t_0)end{align*}$$
For controllability, suppose your final state is given as $x(t_1)=x_1$ and you want to find which initial states can reach this final state. Then using the properties of the state transition matrix,
$$x_0 = phi^{-1}(t_1,t_0) x_1 - int_{t_0}^{t_1} phi(t_0, tau) B(tau) u(tau) dtau$$
which is now essentially the same problem with reachability, but backwards in time. So, the controllable subspace is
$$begin{align*}mathcal{C}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_0,tau) B(tau) dtau \ &= operatorname{Im} W_c(t_1,t_0)end{align*}$$
where
$$W_c(t_1,t_0) := int_{t_0}^{t_1} phi(t_0, eta) B(eta) B^T(eta) phi^T(t_0, eta) deta$$
Discrete time case is more interesting, because reachability and controllability is not equivalent in this case as you pointed out. The reason is the state transition matrix (which is $A^k$ for discrete LTI case) might not be invertible (we cannot always go backwards in time) as it is in continuous time case. But the thought process is the same.
To summarize,
- For full reachability in linear continuous systems: $operatorname{Im} W_r(t_1,t_0) = mathbb{R}^n$
- For full controllability in linear continuous systems: $mathbb{R}^n = operatorname{Im} phi(t_1,t_0) subseteq operatorname{Im} W_c(t_1,t_0)$
- For full reachability in LTI discrete systems: $operatorname{Im} sum_{i=0}^{k-1} A^i B = mathbb{R}^n$
- For full controllability in LTI discrete systems: $operatorname{Im}A^n subseteq operatorname{Im} sum_{i=0}^{n-1} A^i B$
$endgroup$
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%2f3030305%2fwhat-is-the-difference-between-controllability-and-reachability%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
$begingroup$
They are not the same problem, but equivalent for linear continuous systems. Also, reachability and controllability gramians are slightly different. To understand the differences let's start with a general linear continuous time-varying system.
$$ dot{x}=A(t)x(t)+B(t)u(t) $$
Its solution can be given as
$$ x(t) = phi(t,t_0) x(t_0) + int_{t_0}^t phi(t,tau) B(tau) u(tau) dtau $$
where $phi(cdot,cdot)$ is the state transition matrix.
Now, let's say we want to "reach" to the state $x(t_1)=x_1$ at time $t_1$ for a given $x(t_0)=x_0$. Then, we can use the input function
$$ u(t) = B^T(t) phi^T(t_1, t) W_r^{-1}(t_1,t_0) left(x_1 - phi(t_1,t_0) x_0 right) $$
where
$$W_r(t_1,t_0) := int_{t_0}^{t_1} phi(t_1, eta) B(eta) B^T(eta) phi^T(t_1, eta) deta$$
Note that if the reachability gramian is full-rank, we can reach any state we want from any initial condition, hence full reachability. If it does not have a full-rank you can still show that the reachable subspace at time $t_1$ is
$$begin{align*}mathcal{R}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_1,tau) B(tau) dtau \ &= operatorname{Im} W_r(t_1,t_0)end{align*}$$
For controllability, suppose your final state is given as $x(t_1)=x_1$ and you want to find which initial states can reach this final state. Then using the properties of the state transition matrix,
$$x_0 = phi^{-1}(t_1,t_0) x_1 - int_{t_0}^{t_1} phi(t_0, tau) B(tau) u(tau) dtau$$
which is now essentially the same problem with reachability, but backwards in time. So, the controllable subspace is
$$begin{align*}mathcal{C}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_0,tau) B(tau) dtau \ &= operatorname{Im} W_c(t_1,t_0)end{align*}$$
where
$$W_c(t_1,t_0) := int_{t_0}^{t_1} phi(t_0, eta) B(eta) B^T(eta) phi^T(t_0, eta) deta$$
Discrete time case is more interesting, because reachability and controllability is not equivalent in this case as you pointed out. The reason is the state transition matrix (which is $A^k$ for discrete LTI case) might not be invertible (we cannot always go backwards in time) as it is in continuous time case. But the thought process is the same.
To summarize,
- For full reachability in linear continuous systems: $operatorname{Im} W_r(t_1,t_0) = mathbb{R}^n$
- For full controllability in linear continuous systems: $mathbb{R}^n = operatorname{Im} phi(t_1,t_0) subseteq operatorname{Im} W_c(t_1,t_0)$
- For full reachability in LTI discrete systems: $operatorname{Im} sum_{i=0}^{k-1} A^i B = mathbb{R}^n$
- For full controllability in LTI discrete systems: $operatorname{Im}A^n subseteq operatorname{Im} sum_{i=0}^{n-1} A^i B$
$endgroup$
add a comment |
$begingroup$
They are not the same problem, but equivalent for linear continuous systems. Also, reachability and controllability gramians are slightly different. To understand the differences let's start with a general linear continuous time-varying system.
$$ dot{x}=A(t)x(t)+B(t)u(t) $$
Its solution can be given as
$$ x(t) = phi(t,t_0) x(t_0) + int_{t_0}^t phi(t,tau) B(tau) u(tau) dtau $$
where $phi(cdot,cdot)$ is the state transition matrix.
Now, let's say we want to "reach" to the state $x(t_1)=x_1$ at time $t_1$ for a given $x(t_0)=x_0$. Then, we can use the input function
$$ u(t) = B^T(t) phi^T(t_1, t) W_r^{-1}(t_1,t_0) left(x_1 - phi(t_1,t_0) x_0 right) $$
where
$$W_r(t_1,t_0) := int_{t_0}^{t_1} phi(t_1, eta) B(eta) B^T(eta) phi^T(t_1, eta) deta$$
Note that if the reachability gramian is full-rank, we can reach any state we want from any initial condition, hence full reachability. If it does not have a full-rank you can still show that the reachable subspace at time $t_1$ is
$$begin{align*}mathcal{R}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_1,tau) B(tau) dtau \ &= operatorname{Im} W_r(t_1,t_0)end{align*}$$
For controllability, suppose your final state is given as $x(t_1)=x_1$ and you want to find which initial states can reach this final state. Then using the properties of the state transition matrix,
$$x_0 = phi^{-1}(t_1,t_0) x_1 - int_{t_0}^{t_1} phi(t_0, tau) B(tau) u(tau) dtau$$
which is now essentially the same problem with reachability, but backwards in time. So, the controllable subspace is
$$begin{align*}mathcal{C}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_0,tau) B(tau) dtau \ &= operatorname{Im} W_c(t_1,t_0)end{align*}$$
where
$$W_c(t_1,t_0) := int_{t_0}^{t_1} phi(t_0, eta) B(eta) B^T(eta) phi^T(t_0, eta) deta$$
Discrete time case is more interesting, because reachability and controllability is not equivalent in this case as you pointed out. The reason is the state transition matrix (which is $A^k$ for discrete LTI case) might not be invertible (we cannot always go backwards in time) as it is in continuous time case. But the thought process is the same.
To summarize,
- For full reachability in linear continuous systems: $operatorname{Im} W_r(t_1,t_0) = mathbb{R}^n$
- For full controllability in linear continuous systems: $mathbb{R}^n = operatorname{Im} phi(t_1,t_0) subseteq operatorname{Im} W_c(t_1,t_0)$
- For full reachability in LTI discrete systems: $operatorname{Im} sum_{i=0}^{k-1} A^i B = mathbb{R}^n$
- For full controllability in LTI discrete systems: $operatorname{Im}A^n subseteq operatorname{Im} sum_{i=0}^{n-1} A^i B$
$endgroup$
add a comment |
$begingroup$
They are not the same problem, but equivalent for linear continuous systems. Also, reachability and controllability gramians are slightly different. To understand the differences let's start with a general linear continuous time-varying system.
$$ dot{x}=A(t)x(t)+B(t)u(t) $$
Its solution can be given as
$$ x(t) = phi(t,t_0) x(t_0) + int_{t_0}^t phi(t,tau) B(tau) u(tau) dtau $$
where $phi(cdot,cdot)$ is the state transition matrix.
Now, let's say we want to "reach" to the state $x(t_1)=x_1$ at time $t_1$ for a given $x(t_0)=x_0$. Then, we can use the input function
$$ u(t) = B^T(t) phi^T(t_1, t) W_r^{-1}(t_1,t_0) left(x_1 - phi(t_1,t_0) x_0 right) $$
where
$$W_r(t_1,t_0) := int_{t_0}^{t_1} phi(t_1, eta) B(eta) B^T(eta) phi^T(t_1, eta) deta$$
Note that if the reachability gramian is full-rank, we can reach any state we want from any initial condition, hence full reachability. If it does not have a full-rank you can still show that the reachable subspace at time $t_1$ is
$$begin{align*}mathcal{R}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_1,tau) B(tau) dtau \ &= operatorname{Im} W_r(t_1,t_0)end{align*}$$
For controllability, suppose your final state is given as $x(t_1)=x_1$ and you want to find which initial states can reach this final state. Then using the properties of the state transition matrix,
$$x_0 = phi^{-1}(t_1,t_0) x_1 - int_{t_0}^{t_1} phi(t_0, tau) B(tau) u(tau) dtau$$
which is now essentially the same problem with reachability, but backwards in time. So, the controllable subspace is
$$begin{align*}mathcal{C}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_0,tau) B(tau) dtau \ &= operatorname{Im} W_c(t_1,t_0)end{align*}$$
where
$$W_c(t_1,t_0) := int_{t_0}^{t_1} phi(t_0, eta) B(eta) B^T(eta) phi^T(t_0, eta) deta$$
Discrete time case is more interesting, because reachability and controllability is not equivalent in this case as you pointed out. The reason is the state transition matrix (which is $A^k$ for discrete LTI case) might not be invertible (we cannot always go backwards in time) as it is in continuous time case. But the thought process is the same.
To summarize,
- For full reachability in linear continuous systems: $operatorname{Im} W_r(t_1,t_0) = mathbb{R}^n$
- For full controllability in linear continuous systems: $mathbb{R}^n = operatorname{Im} phi(t_1,t_0) subseteq operatorname{Im} W_c(t_1,t_0)$
- For full reachability in LTI discrete systems: $operatorname{Im} sum_{i=0}^{k-1} A^i B = mathbb{R}^n$
- For full controllability in LTI discrete systems: $operatorname{Im}A^n subseteq operatorname{Im} sum_{i=0}^{n-1} A^i B$
$endgroup$
They are not the same problem, but equivalent for linear continuous systems. Also, reachability and controllability gramians are slightly different. To understand the differences let's start with a general linear continuous time-varying system.
$$ dot{x}=A(t)x(t)+B(t)u(t) $$
Its solution can be given as
$$ x(t) = phi(t,t_0) x(t_0) + int_{t_0}^t phi(t,tau) B(tau) u(tau) dtau $$
where $phi(cdot,cdot)$ is the state transition matrix.
Now, let's say we want to "reach" to the state $x(t_1)=x_1$ at time $t_1$ for a given $x(t_0)=x_0$. Then, we can use the input function
$$ u(t) = B^T(t) phi^T(t_1, t) W_r^{-1}(t_1,t_0) left(x_1 - phi(t_1,t_0) x_0 right) $$
where
$$W_r(t_1,t_0) := int_{t_0}^{t_1} phi(t_1, eta) B(eta) B^T(eta) phi^T(t_1, eta) deta$$
Note that if the reachability gramian is full-rank, we can reach any state we want from any initial condition, hence full reachability. If it does not have a full-rank you can still show that the reachable subspace at time $t_1$ is
$$begin{align*}mathcal{R}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_1,tau) B(tau) dtau \ &= operatorname{Im} W_r(t_1,t_0)end{align*}$$
For controllability, suppose your final state is given as $x(t_1)=x_1$ and you want to find which initial states can reach this final state. Then using the properties of the state transition matrix,
$$x_0 = phi^{-1}(t_1,t_0) x_1 - int_{t_0}^{t_1} phi(t_0, tau) B(tau) u(tau) dtau$$
which is now essentially the same problem with reachability, but backwards in time. So, the controllable subspace is
$$begin{align*}mathcal{C}(t_0;t_1) &= operatorname{Im} int_{t_0}^{t_1} phi(t_0,tau) B(tau) dtau \ &= operatorname{Im} W_c(t_1,t_0)end{align*}$$
where
$$W_c(t_1,t_0) := int_{t_0}^{t_1} phi(t_0, eta) B(eta) B^T(eta) phi^T(t_0, eta) deta$$
Discrete time case is more interesting, because reachability and controllability is not equivalent in this case as you pointed out. The reason is the state transition matrix (which is $A^k$ for discrete LTI case) might not be invertible (we cannot always go backwards in time) as it is in continuous time case. But the thought process is the same.
To summarize,
- For full reachability in linear continuous systems: $operatorname{Im} W_r(t_1,t_0) = mathbb{R}^n$
- For full controllability in linear continuous systems: $mathbb{R}^n = operatorname{Im} phi(t_1,t_0) subseteq operatorname{Im} W_c(t_1,t_0)$
- For full reachability in LTI discrete systems: $operatorname{Im} sum_{i=0}^{k-1} A^i B = mathbb{R}^n$
- For full controllability in LTI discrete systems: $operatorname{Im}A^n subseteq operatorname{Im} sum_{i=0}^{n-1} A^i B$
edited Dec 8 '18 at 10:15
answered Dec 8 '18 at 10:10
obareeyobareey
3,00411028
3,00411028
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.
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%2f3030305%2fwhat-is-the-difference-between-controllability-and-reachability%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
h82rO5BVThRAt4,1RcBlqrs67,q TYqJ59eEFq0KoMpmoT8lX XxaUA604f4GrxOh o8qXXlfMStbNnfiU2dGHAHawl5Q4ZCROM
$begingroup$
You are only considering LTI systems?
$endgroup$
– Kwin van der Veen
Dec 8 '18 at 9:17