Optimal control problem with fixed endpoint; what I am doing wrong?











up vote
1
down vote

favorite












I am trying to solve the following problem (I choose a numerical example). The state $x$ is governed by a differential equation linear in $xin [0,1]$. Two variables, $theta in[0,1]$ and $rhoin[0,1)$, can change the state using a control $mu in [0,1]$. I want to choose $mu$ such that the time it takes to reach $x=1$ is minimized.



Let me state the problem:
$$ min_{mu, T} int_0^T mathrm dt$$
subject to
$$ dot{x}=tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)$$
$$ dot{theta} = (1-theta)mu$$
$$ dot{rho} = (1-rho)(1-mu)$$
$$ x(0)=x_0, x(T)=1, theta(0)=rho(0)=0$$
Then I set up the Lagrangian as:
$$L=1+lambda_1 tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)+ lambda_2(1-theta)mu+lambda_3(1-rho)(1-mu)-w_1 mu -w_2(1-mu)$$
This is how I proceed. I write the conditions for an optimum as:
$$ frac{partial L}{partial mu}=lambda_2(1-theta)-lambda_3(1-rho)-w_1+w_2=0 quad (1) \ frac{partial L}{partial x}=frac{lambda_1}{2}left(frac{4}{1-rho}-5right)=-dot{lambda_1} quad (2) \ frac{partial L}{partial theta}=frac{5lambda_1}{2} -lambda_2 mu=-dot{lambda_2} quad (3) \ frac{partial L}{partial rho}=frac{lambda_1}{2}frac{4 x}{(1-rho)^2} -lambda_3 (1-mu)=-dot{lambda_3} quad (4) \ w_1geq 0, w_1 mu=0 \ w_2geq 0, w_2(1-mu)=0$$



The complementary slackness conditions suggest that $lambda_2(1-theta)>(<)lambda_3(1-rho)$ implies $mu=0 (1)$.
At this point I feel stuck. I did differentiate (1) one more time w.r.t. the time to get:
$$
dot{lambda}_2(1-theta)-lambda_2(1-theta)mu-dot{lambda}_3(1-rho)+lambda_3(1-rho)-dot{w}_1+dot{w}_2=0
$$

Since (I think) $-dot{w}_1+dot{w}_2=0$, I can substitute the remaining expression into equations (3) and (4), but then $lambda_1 = dot{lambda}_1=0$.



What is wrong here?



Any help / hints / suggestions / admonishments would be great!










share|cite|improve this question









New contributor




HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • I am not sure if this problem is actually well defined, since $theta(0)=rho(0)=0$ so $dot{x}(0)=-(1+x(0))/2<0 forall,x(0)in[0,1]$. So if $x(0)=0$ then $x(t)$ will not remain in the interval $[0,1]$.
    – Kwin van der Veen
    Nov 26 at 8:58















up vote
1
down vote

favorite












I am trying to solve the following problem (I choose a numerical example). The state $x$ is governed by a differential equation linear in $xin [0,1]$. Two variables, $theta in[0,1]$ and $rhoin[0,1)$, can change the state using a control $mu in [0,1]$. I want to choose $mu$ such that the time it takes to reach $x=1$ is minimized.



Let me state the problem:
$$ min_{mu, T} int_0^T mathrm dt$$
subject to
$$ dot{x}=tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)$$
$$ dot{theta} = (1-theta)mu$$
$$ dot{rho} = (1-rho)(1-mu)$$
$$ x(0)=x_0, x(T)=1, theta(0)=rho(0)=0$$
Then I set up the Lagrangian as:
$$L=1+lambda_1 tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)+ lambda_2(1-theta)mu+lambda_3(1-rho)(1-mu)-w_1 mu -w_2(1-mu)$$
This is how I proceed. I write the conditions for an optimum as:
$$ frac{partial L}{partial mu}=lambda_2(1-theta)-lambda_3(1-rho)-w_1+w_2=0 quad (1) \ frac{partial L}{partial x}=frac{lambda_1}{2}left(frac{4}{1-rho}-5right)=-dot{lambda_1} quad (2) \ frac{partial L}{partial theta}=frac{5lambda_1}{2} -lambda_2 mu=-dot{lambda_2} quad (3) \ frac{partial L}{partial rho}=frac{lambda_1}{2}frac{4 x}{(1-rho)^2} -lambda_3 (1-mu)=-dot{lambda_3} quad (4) \ w_1geq 0, w_1 mu=0 \ w_2geq 0, w_2(1-mu)=0$$



The complementary slackness conditions suggest that $lambda_2(1-theta)>(<)lambda_3(1-rho)$ implies $mu=0 (1)$.
At this point I feel stuck. I did differentiate (1) one more time w.r.t. the time to get:
$$
dot{lambda}_2(1-theta)-lambda_2(1-theta)mu-dot{lambda}_3(1-rho)+lambda_3(1-rho)-dot{w}_1+dot{w}_2=0
$$

Since (I think) $-dot{w}_1+dot{w}_2=0$, I can substitute the remaining expression into equations (3) and (4), but then $lambda_1 = dot{lambda}_1=0$.



What is wrong here?



Any help / hints / suggestions / admonishments would be great!










share|cite|improve this question









New contributor




HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • I am not sure if this problem is actually well defined, since $theta(0)=rho(0)=0$ so $dot{x}(0)=-(1+x(0))/2<0 forall,x(0)in[0,1]$. So if $x(0)=0$ then $x(t)$ will not remain in the interval $[0,1]$.
    – Kwin van der Veen
    Nov 26 at 8:58













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am trying to solve the following problem (I choose a numerical example). The state $x$ is governed by a differential equation linear in $xin [0,1]$. Two variables, $theta in[0,1]$ and $rhoin[0,1)$, can change the state using a control $mu in [0,1]$. I want to choose $mu$ such that the time it takes to reach $x=1$ is minimized.



Let me state the problem:
$$ min_{mu, T} int_0^T mathrm dt$$
subject to
$$ dot{x}=tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)$$
$$ dot{theta} = (1-theta)mu$$
$$ dot{rho} = (1-rho)(1-mu)$$
$$ x(0)=x_0, x(T)=1, theta(0)=rho(0)=0$$
Then I set up the Lagrangian as:
$$L=1+lambda_1 tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)+ lambda_2(1-theta)mu+lambda_3(1-rho)(1-mu)-w_1 mu -w_2(1-mu)$$
This is how I proceed. I write the conditions for an optimum as:
$$ frac{partial L}{partial mu}=lambda_2(1-theta)-lambda_3(1-rho)-w_1+w_2=0 quad (1) \ frac{partial L}{partial x}=frac{lambda_1}{2}left(frac{4}{1-rho}-5right)=-dot{lambda_1} quad (2) \ frac{partial L}{partial theta}=frac{5lambda_1}{2} -lambda_2 mu=-dot{lambda_2} quad (3) \ frac{partial L}{partial rho}=frac{lambda_1}{2}frac{4 x}{(1-rho)^2} -lambda_3 (1-mu)=-dot{lambda_3} quad (4) \ w_1geq 0, w_1 mu=0 \ w_2geq 0, w_2(1-mu)=0$$



The complementary slackness conditions suggest that $lambda_2(1-theta)>(<)lambda_3(1-rho)$ implies $mu=0 (1)$.
At this point I feel stuck. I did differentiate (1) one more time w.r.t. the time to get:
$$
dot{lambda}_2(1-theta)-lambda_2(1-theta)mu-dot{lambda}_3(1-rho)+lambda_3(1-rho)-dot{w}_1+dot{w}_2=0
$$

Since (I think) $-dot{w}_1+dot{w}_2=0$, I can substitute the remaining expression into equations (3) and (4), but then $lambda_1 = dot{lambda}_1=0$.



What is wrong here?



Any help / hints / suggestions / admonishments would be great!










share|cite|improve this question









New contributor




HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I am trying to solve the following problem (I choose a numerical example). The state $x$ is governed by a differential equation linear in $xin [0,1]$. Two variables, $theta in[0,1]$ and $rhoin[0,1)$, can change the state using a control $mu in [0,1]$. I want to choose $mu$ such that the time it takes to reach $x=1$ is minimized.



Let me state the problem:
$$ min_{mu, T} int_0^T mathrm dt$$
subject to
$$ dot{x}=tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)$$
$$ dot{theta} = (1-theta)mu$$
$$ dot{rho} = (1-rho)(1-mu)$$
$$ x(0)=x_0, x(T)=1, theta(0)=rho(0)=0$$
Then I set up the Lagrangian as:
$$L=1+lambda_1 tfrac{1}{2}left(xleft(tfrac{4}{1-rho}-5right)+5theta -1right)+ lambda_2(1-theta)mu+lambda_3(1-rho)(1-mu)-w_1 mu -w_2(1-mu)$$
This is how I proceed. I write the conditions for an optimum as:
$$ frac{partial L}{partial mu}=lambda_2(1-theta)-lambda_3(1-rho)-w_1+w_2=0 quad (1) \ frac{partial L}{partial x}=frac{lambda_1}{2}left(frac{4}{1-rho}-5right)=-dot{lambda_1} quad (2) \ frac{partial L}{partial theta}=frac{5lambda_1}{2} -lambda_2 mu=-dot{lambda_2} quad (3) \ frac{partial L}{partial rho}=frac{lambda_1}{2}frac{4 x}{(1-rho)^2} -lambda_3 (1-mu)=-dot{lambda_3} quad (4) \ w_1geq 0, w_1 mu=0 \ w_2geq 0, w_2(1-mu)=0$$



The complementary slackness conditions suggest that $lambda_2(1-theta)>(<)lambda_3(1-rho)$ implies $mu=0 (1)$.
At this point I feel stuck. I did differentiate (1) one more time w.r.t. the time to get:
$$
dot{lambda}_2(1-theta)-lambda_2(1-theta)mu-dot{lambda}_3(1-rho)+lambda_3(1-rho)-dot{w}_1+dot{w}_2=0
$$

Since (I think) $-dot{w}_1+dot{w}_2=0$, I can substitute the remaining expression into equations (3) and (4), but then $lambda_1 = dot{lambda}_1=0$.



What is wrong here?



Any help / hints / suggestions / admonishments would be great!







optimal-control






share|cite|improve this question









New contributor




HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question









New contributor




HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question








edited Nov 23 at 10:23





















New contributor




HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 23 at 9:24









HJ Creens

63




63




New contributor




HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






HJ Creens is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • I am not sure if this problem is actually well defined, since $theta(0)=rho(0)=0$ so $dot{x}(0)=-(1+x(0))/2<0 forall,x(0)in[0,1]$. So if $x(0)=0$ then $x(t)$ will not remain in the interval $[0,1]$.
    – Kwin van der Veen
    Nov 26 at 8:58


















  • I am not sure if this problem is actually well defined, since $theta(0)=rho(0)=0$ so $dot{x}(0)=-(1+x(0))/2<0 forall,x(0)in[0,1]$. So if $x(0)=0$ then $x(t)$ will not remain in the interval $[0,1]$.
    – Kwin van der Veen
    Nov 26 at 8:58
















I am not sure if this problem is actually well defined, since $theta(0)=rho(0)=0$ so $dot{x}(0)=-(1+x(0))/2<0 forall,x(0)in[0,1]$. So if $x(0)=0$ then $x(t)$ will not remain in the interval $[0,1]$.
– Kwin van der Veen
Nov 26 at 8:58




I am not sure if this problem is actually well defined, since $theta(0)=rho(0)=0$ so $dot{x}(0)=-(1+x(0))/2<0 forall,x(0)in[0,1]$. So if $x(0)=0$ then $x(t)$ will not remain in the interval $[0,1]$.
– Kwin van der Veen
Nov 26 at 8:58










2 Answers
2






active

oldest

votes

















up vote
0
down vote













Since your cost function is not a function of $mu$ and the differential equations are only linear in $mu$ then the partial derivative of the Lagragian with respect to $mu$ is not going to be a function of $mu$. So when you set the partial derivative equal to zero in equation $(1)$ you can not find an expression for an optimal $mu$ as a function of the (co-)states.



What equation $(1)$ actually tries to do is minimize the Lagragian with respect to $mu$. Now when there are constraints on the control variable you can also minimize the Lagragian directly, while also taking the constraints on $mu$ into consideration. Also I would think that the co-states $w_1$ and $w_2$ are not needed once you solve for $mu$ as mentioned above.






share|cite|improve this answer





















  • Thanks, Kwin. Are you suggesting to solve the differential equations on $theta$ and $rho$ first and then substitute in the differential equation on x?
    – HJ Creens
    Nov 24 at 7:26












  • @HJCreens No, I am suggesting to solve for $mu$ by minimizing the Lagragian instead of solving $(1)$.
    – Kwin van der Veen
    Nov 24 at 7:31


















up vote
0
down vote













Optimal time problem includes terminal time condtion
$$[L]_{t=T^{*}} = 0,$$
where $T^*$ is the optimal time. You should also use this equation.






share|cite|improve this answer





















  • Yes, I am not sure yet how to use that exactly. Actually, since the problem is autonomous, shouldn't be L=0 throughout [0,T*]?
    – HJ Creens
    Nov 24 at 9:07










  • I don't see why $L$ should be identically zero throughout $[0,T^*]$. Being autonomous is related to it? Anyway, using terminal time condition is for terminal value of costates $lambda_1,...,lambda_3$, and is useful sometimes but not always. In this problem, I suggest you start from reducing one of the variables $rho$ or $theta$ using the identity $(1-rho)(1-theta) = e^{-t}$.
    – Song
    Nov 25 at 5:59











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',
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
});


}
});






HJ Creens is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3010151%2foptimal-control-problem-with-fixed-endpoint-what-i-am-doing-wrong%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













Since your cost function is not a function of $mu$ and the differential equations are only linear in $mu$ then the partial derivative of the Lagragian with respect to $mu$ is not going to be a function of $mu$. So when you set the partial derivative equal to zero in equation $(1)$ you can not find an expression for an optimal $mu$ as a function of the (co-)states.



What equation $(1)$ actually tries to do is minimize the Lagragian with respect to $mu$. Now when there are constraints on the control variable you can also minimize the Lagragian directly, while also taking the constraints on $mu$ into consideration. Also I would think that the co-states $w_1$ and $w_2$ are not needed once you solve for $mu$ as mentioned above.






share|cite|improve this answer





















  • Thanks, Kwin. Are you suggesting to solve the differential equations on $theta$ and $rho$ first and then substitute in the differential equation on x?
    – HJ Creens
    Nov 24 at 7:26












  • @HJCreens No, I am suggesting to solve for $mu$ by minimizing the Lagragian instead of solving $(1)$.
    – Kwin van der Veen
    Nov 24 at 7:31















up vote
0
down vote













Since your cost function is not a function of $mu$ and the differential equations are only linear in $mu$ then the partial derivative of the Lagragian with respect to $mu$ is not going to be a function of $mu$. So when you set the partial derivative equal to zero in equation $(1)$ you can not find an expression for an optimal $mu$ as a function of the (co-)states.



What equation $(1)$ actually tries to do is minimize the Lagragian with respect to $mu$. Now when there are constraints on the control variable you can also minimize the Lagragian directly, while also taking the constraints on $mu$ into consideration. Also I would think that the co-states $w_1$ and $w_2$ are not needed once you solve for $mu$ as mentioned above.






share|cite|improve this answer





















  • Thanks, Kwin. Are you suggesting to solve the differential equations on $theta$ and $rho$ first and then substitute in the differential equation on x?
    – HJ Creens
    Nov 24 at 7:26












  • @HJCreens No, I am suggesting to solve for $mu$ by minimizing the Lagragian instead of solving $(1)$.
    – Kwin van der Veen
    Nov 24 at 7:31













up vote
0
down vote










up vote
0
down vote









Since your cost function is not a function of $mu$ and the differential equations are only linear in $mu$ then the partial derivative of the Lagragian with respect to $mu$ is not going to be a function of $mu$. So when you set the partial derivative equal to zero in equation $(1)$ you can not find an expression for an optimal $mu$ as a function of the (co-)states.



What equation $(1)$ actually tries to do is minimize the Lagragian with respect to $mu$. Now when there are constraints on the control variable you can also minimize the Lagragian directly, while also taking the constraints on $mu$ into consideration. Also I would think that the co-states $w_1$ and $w_2$ are not needed once you solve for $mu$ as mentioned above.






share|cite|improve this answer












Since your cost function is not a function of $mu$ and the differential equations are only linear in $mu$ then the partial derivative of the Lagragian with respect to $mu$ is not going to be a function of $mu$. So when you set the partial derivative equal to zero in equation $(1)$ you can not find an expression for an optimal $mu$ as a function of the (co-)states.



What equation $(1)$ actually tries to do is minimize the Lagragian with respect to $mu$. Now when there are constraints on the control variable you can also minimize the Lagragian directly, while also taking the constraints on $mu$ into consideration. Also I would think that the co-states $w_1$ and $w_2$ are not needed once you solve for $mu$ as mentioned above.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Nov 24 at 7:13









Kwin van der Veen

5,1202826




5,1202826












  • Thanks, Kwin. Are you suggesting to solve the differential equations on $theta$ and $rho$ first and then substitute in the differential equation on x?
    – HJ Creens
    Nov 24 at 7:26












  • @HJCreens No, I am suggesting to solve for $mu$ by minimizing the Lagragian instead of solving $(1)$.
    – Kwin van der Veen
    Nov 24 at 7:31


















  • Thanks, Kwin. Are you suggesting to solve the differential equations on $theta$ and $rho$ first and then substitute in the differential equation on x?
    – HJ Creens
    Nov 24 at 7:26












  • @HJCreens No, I am suggesting to solve for $mu$ by minimizing the Lagragian instead of solving $(1)$.
    – Kwin van der Veen
    Nov 24 at 7:31
















Thanks, Kwin. Are you suggesting to solve the differential equations on $theta$ and $rho$ first and then substitute in the differential equation on x?
– HJ Creens
Nov 24 at 7:26






Thanks, Kwin. Are you suggesting to solve the differential equations on $theta$ and $rho$ first and then substitute in the differential equation on x?
– HJ Creens
Nov 24 at 7:26














@HJCreens No, I am suggesting to solve for $mu$ by minimizing the Lagragian instead of solving $(1)$.
– Kwin van der Veen
Nov 24 at 7:31




@HJCreens No, I am suggesting to solve for $mu$ by minimizing the Lagragian instead of solving $(1)$.
– Kwin van der Veen
Nov 24 at 7:31










up vote
0
down vote













Optimal time problem includes terminal time condtion
$$[L]_{t=T^{*}} = 0,$$
where $T^*$ is the optimal time. You should also use this equation.






share|cite|improve this answer





















  • Yes, I am not sure yet how to use that exactly. Actually, since the problem is autonomous, shouldn't be L=0 throughout [0,T*]?
    – HJ Creens
    Nov 24 at 9:07










  • I don't see why $L$ should be identically zero throughout $[0,T^*]$. Being autonomous is related to it? Anyway, using terminal time condition is for terminal value of costates $lambda_1,...,lambda_3$, and is useful sometimes but not always. In this problem, I suggest you start from reducing one of the variables $rho$ or $theta$ using the identity $(1-rho)(1-theta) = e^{-t}$.
    – Song
    Nov 25 at 5:59















up vote
0
down vote













Optimal time problem includes terminal time condtion
$$[L]_{t=T^{*}} = 0,$$
where $T^*$ is the optimal time. You should also use this equation.






share|cite|improve this answer





















  • Yes, I am not sure yet how to use that exactly. Actually, since the problem is autonomous, shouldn't be L=0 throughout [0,T*]?
    – HJ Creens
    Nov 24 at 9:07










  • I don't see why $L$ should be identically zero throughout $[0,T^*]$. Being autonomous is related to it? Anyway, using terminal time condition is for terminal value of costates $lambda_1,...,lambda_3$, and is useful sometimes but not always. In this problem, I suggest you start from reducing one of the variables $rho$ or $theta$ using the identity $(1-rho)(1-theta) = e^{-t}$.
    – Song
    Nov 25 at 5:59













up vote
0
down vote










up vote
0
down vote









Optimal time problem includes terminal time condtion
$$[L]_{t=T^{*}} = 0,$$
where $T^*$ is the optimal time. You should also use this equation.






share|cite|improve this answer












Optimal time problem includes terminal time condtion
$$[L]_{t=T^{*}} = 0,$$
where $T^*$ is the optimal time. You should also use this equation.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Nov 24 at 7:36









Song

69010




69010












  • Yes, I am not sure yet how to use that exactly. Actually, since the problem is autonomous, shouldn't be L=0 throughout [0,T*]?
    – HJ Creens
    Nov 24 at 9:07










  • I don't see why $L$ should be identically zero throughout $[0,T^*]$. Being autonomous is related to it? Anyway, using terminal time condition is for terminal value of costates $lambda_1,...,lambda_3$, and is useful sometimes but not always. In this problem, I suggest you start from reducing one of the variables $rho$ or $theta$ using the identity $(1-rho)(1-theta) = e^{-t}$.
    – Song
    Nov 25 at 5:59


















  • Yes, I am not sure yet how to use that exactly. Actually, since the problem is autonomous, shouldn't be L=0 throughout [0,T*]?
    – HJ Creens
    Nov 24 at 9:07










  • I don't see why $L$ should be identically zero throughout $[0,T^*]$. Being autonomous is related to it? Anyway, using terminal time condition is for terminal value of costates $lambda_1,...,lambda_3$, and is useful sometimes but not always. In this problem, I suggest you start from reducing one of the variables $rho$ or $theta$ using the identity $(1-rho)(1-theta) = e^{-t}$.
    – Song
    Nov 25 at 5:59
















Yes, I am not sure yet how to use that exactly. Actually, since the problem is autonomous, shouldn't be L=0 throughout [0,T*]?
– HJ Creens
Nov 24 at 9:07




Yes, I am not sure yet how to use that exactly. Actually, since the problem is autonomous, shouldn't be L=0 throughout [0,T*]?
– HJ Creens
Nov 24 at 9:07












I don't see why $L$ should be identically zero throughout $[0,T^*]$. Being autonomous is related to it? Anyway, using terminal time condition is for terminal value of costates $lambda_1,...,lambda_3$, and is useful sometimes but not always. In this problem, I suggest you start from reducing one of the variables $rho$ or $theta$ using the identity $(1-rho)(1-theta) = e^{-t}$.
– Song
Nov 25 at 5:59




I don't see why $L$ should be identically zero throughout $[0,T^*]$. Being autonomous is related to it? Anyway, using terminal time condition is for terminal value of costates $lambda_1,...,lambda_3$, and is useful sometimes but not always. In this problem, I suggest you start from reducing one of the variables $rho$ or $theta$ using the identity $(1-rho)(1-theta) = e^{-t}$.
– Song
Nov 25 at 5:59










HJ Creens is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















HJ Creens is a new contributor. Be nice, and check out our Code of Conduct.













HJ Creens is a new contributor. Be nice, and check out our Code of Conduct.












HJ Creens is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3010151%2foptimal-control-problem-with-fixed-endpoint-what-i-am-doing-wrong%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Berounka

Sphinx de Gizeh

Different font size/position of beamer's navigation symbols template's content depending on regular/plain...