Finding functional extremals
$begingroup$
So my problem is as follows: find the extremals of the functional
$$I[x_1(t), x_2(t)]=int_{0.5}^1(dot{x}_1^{2}-2x_{1}dot{x}_2t)dt,$$
given:
$$x_1(0.5)=2, x_2(0.5)=15, x_1(1)=1, x_{2}(1)=1.$$
calculus ordinary-differential-equations derivatives optimization calculus-of-variations
$endgroup$
add a comment |
$begingroup$
So my problem is as follows: find the extremals of the functional
$$I[x_1(t), x_2(t)]=int_{0.5}^1(dot{x}_1^{2}-2x_{1}dot{x}_2t)dt,$$
given:
$$x_1(0.5)=2, x_2(0.5)=15, x_1(1)=1, x_{2}(1)=1.$$
calculus ordinary-differential-equations derivatives optimization calculus-of-variations
$endgroup$
1
$begingroup$
Welcome to Math.SE! What have you tried so far? What about using the Euler-Lagrange equation? The first term inside the integral is $dot{x}_1^2$ or $dot{x}_2^2$?
$endgroup$
– rafa11111
Dec 5 '18 at 20:02
$begingroup$
@rafa11111 Corrected the integral. I tried using Euler-Lagrange equation, but I go stuck and don't know how to interprete the "dt" at the end of integral.
$endgroup$
– mar3g
Dec 5 '18 at 20:35
add a comment |
$begingroup$
So my problem is as follows: find the extremals of the functional
$$I[x_1(t), x_2(t)]=int_{0.5}^1(dot{x}_1^{2}-2x_{1}dot{x}_2t)dt,$$
given:
$$x_1(0.5)=2, x_2(0.5)=15, x_1(1)=1, x_{2}(1)=1.$$
calculus ordinary-differential-equations derivatives optimization calculus-of-variations
$endgroup$
So my problem is as follows: find the extremals of the functional
$$I[x_1(t), x_2(t)]=int_{0.5}^1(dot{x}_1^{2}-2x_{1}dot{x}_2t)dt,$$
given:
$$x_1(0.5)=2, x_2(0.5)=15, x_1(1)=1, x_{2}(1)=1.$$
calculus ordinary-differential-equations derivatives optimization calculus-of-variations
calculus ordinary-differential-equations derivatives optimization calculus-of-variations
edited Dec 5 '18 at 21:48
mar3g
asked Dec 5 '18 at 19:35
mar3gmar3g
33
33
1
$begingroup$
Welcome to Math.SE! What have you tried so far? What about using the Euler-Lagrange equation? The first term inside the integral is $dot{x}_1^2$ or $dot{x}_2^2$?
$endgroup$
– rafa11111
Dec 5 '18 at 20:02
$begingroup$
@rafa11111 Corrected the integral. I tried using Euler-Lagrange equation, but I go stuck and don't know how to interprete the "dt" at the end of integral.
$endgroup$
– mar3g
Dec 5 '18 at 20:35
add a comment |
1
$begingroup$
Welcome to Math.SE! What have you tried so far? What about using the Euler-Lagrange equation? The first term inside the integral is $dot{x}_1^2$ or $dot{x}_2^2$?
$endgroup$
– rafa11111
Dec 5 '18 at 20:02
$begingroup$
@rafa11111 Corrected the integral. I tried using Euler-Lagrange equation, but I go stuck and don't know how to interprete the "dt" at the end of integral.
$endgroup$
– mar3g
Dec 5 '18 at 20:35
1
1
$begingroup$
Welcome to Math.SE! What have you tried so far? What about using the Euler-Lagrange equation? The first term inside the integral is $dot{x}_1^2$ or $dot{x}_2^2$?
$endgroup$
– rafa11111
Dec 5 '18 at 20:02
$begingroup$
Welcome to Math.SE! What have you tried so far? What about using the Euler-Lagrange equation? The first term inside the integral is $dot{x}_1^2$ or $dot{x}_2^2$?
$endgroup$
– rafa11111
Dec 5 '18 at 20:02
$begingroup$
@rafa11111 Corrected the integral. I tried using Euler-Lagrange equation, but I go stuck and don't know how to interprete the "dt" at the end of integral.
$endgroup$
– mar3g
Dec 5 '18 at 20:35
$begingroup$
@rafa11111 Corrected the integral. I tried using Euler-Lagrange equation, but I go stuck and don't know how to interprete the "dt" at the end of integral.
$endgroup$
– mar3g
Dec 5 '18 at 20:35
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Your Lagrange function is
$$L(x_1,x_2,dot{x_1}, dot{x_2},t)=dot{x_1}^2-2x_1dot{x_2}$$
And the Euler-Lagrange equations are
$$frac{partial L}{partial x_1}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_1}}right)=0$$
$$frac{partial L}{partial x_2}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
Which will give you a system of differential equations. And your second Euler-Lagrange equation will be a bit easier, because the Lagrange function is independent of $x_2$:
$$frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
$$frac{partial L}{partial dot{x_2}}=text{constant}$$
$endgroup$
$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo♦
Dec 5 '18 at 22:57
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%2f3027541%2ffinding-functional-extremals%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$
Your Lagrange function is
$$L(x_1,x_2,dot{x_1}, dot{x_2},t)=dot{x_1}^2-2x_1dot{x_2}$$
And the Euler-Lagrange equations are
$$frac{partial L}{partial x_1}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_1}}right)=0$$
$$frac{partial L}{partial x_2}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
Which will give you a system of differential equations. And your second Euler-Lagrange equation will be a bit easier, because the Lagrange function is independent of $x_2$:
$$frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
$$frac{partial L}{partial dot{x_2}}=text{constant}$$
$endgroup$
$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo♦
Dec 5 '18 at 22:57
add a comment |
$begingroup$
Your Lagrange function is
$$L(x_1,x_2,dot{x_1}, dot{x_2},t)=dot{x_1}^2-2x_1dot{x_2}$$
And the Euler-Lagrange equations are
$$frac{partial L}{partial x_1}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_1}}right)=0$$
$$frac{partial L}{partial x_2}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
Which will give you a system of differential equations. And your second Euler-Lagrange equation will be a bit easier, because the Lagrange function is independent of $x_2$:
$$frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
$$frac{partial L}{partial dot{x_2}}=text{constant}$$
$endgroup$
$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo♦
Dec 5 '18 at 22:57
add a comment |
$begingroup$
Your Lagrange function is
$$L(x_1,x_2,dot{x_1}, dot{x_2},t)=dot{x_1}^2-2x_1dot{x_2}$$
And the Euler-Lagrange equations are
$$frac{partial L}{partial x_1}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_1}}right)=0$$
$$frac{partial L}{partial x_2}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
Which will give you a system of differential equations. And your second Euler-Lagrange equation will be a bit easier, because the Lagrange function is independent of $x_2$:
$$frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
$$frac{partial L}{partial dot{x_2}}=text{constant}$$
$endgroup$
Your Lagrange function is
$$L(x_1,x_2,dot{x_1}, dot{x_2},t)=dot{x_1}^2-2x_1dot{x_2}$$
And the Euler-Lagrange equations are
$$frac{partial L}{partial x_1}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_1}}right)=0$$
$$frac{partial L}{partial x_2}-frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
Which will give you a system of differential equations. And your second Euler-Lagrange equation will be a bit easier, because the Lagrange function is independent of $x_2$:
$$frac{mathrm{d}}{mathrm{d}t}left(frac{partial L}{partial dot{x_2}}right)=0$$
$$frac{partial L}{partial dot{x_2}}=text{constant}$$
answered Dec 5 '18 at 20:37
BotondBotond
5,9252832
5,9252832
$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo♦
Dec 5 '18 at 22:57
add a comment |
$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo♦
Dec 5 '18 at 22:57
$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo♦
Dec 5 '18 at 22:57
$begingroup$
Comments are not for extended discussion; this conversation has been moved to chat.
$endgroup$
– Aloizio Macedo♦
Dec 5 '18 at 22:57
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%2f3027541%2ffinding-functional-extremals%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
1
$begingroup$
Welcome to Math.SE! What have you tried so far? What about using the Euler-Lagrange equation? The first term inside the integral is $dot{x}_1^2$ or $dot{x}_2^2$?
$endgroup$
– rafa11111
Dec 5 '18 at 20:02
$begingroup$
@rafa11111 Corrected the integral. I tried using Euler-Lagrange equation, but I go stuck and don't know how to interprete the "dt" at the end of integral.
$endgroup$
– mar3g
Dec 5 '18 at 20:35