Using a Lyapunov function to classify stability and sketching a phase portraitLyapunov stability question from Arnold's triviumNon linear phase portraitNonlinear phase portrait and linearizationSystem of differential equations, phase portraitDynamical Systems- Plotting Phase PortraitPhase portrait of ODE in polar coordinatesQuestions about stability in the sense of LyapunovLinearization method or Lyapunov function - examplestability using linearization instead of Lyapunov failsLyapunov function instead of linearization
Document starts having heaps of errors in the middle, but the code doesn't have any problems in it
Examples of non trivial equivalence relations , I mean equivalence relations without the expression " same ... as" in their definition?
Combinable filters
Why does nature favour the Laplacian?
Using a Lyapunov function to classify stability and sketching a phase portrait
How to make a pipeline wait for end-of-file or stop after an error?
Rivers without rain
What do the phrase "Reeyan's seacrest" and the word "fraggle" mean in a sketch?
Will a top journal at least read my introduction?
How to solve constants out of the internal energy equation?
Error message with tabularx
What does KSP mean?
Was there a Viking Exchange as well as a Columbian one?
Controversial area of mathematics
How do I reattach a shelf to the wall when it ripped out of the wall?
How come there are so many candidates for the 2020 Democratic party presidential nomination?
How to stop co-workers from teasing me because I know Russian?
Phrase for the opposite of "foolproof"
Why does processed meat contain preservatives, while canned fish needs not?
Apply MapThread to all but one variable
Why was Germany not as successful as other Europeans in establishing overseas colonies?
Fizzy, soft, pop and still drinks
How to get a plain text file version of a CP/M .BAS (M-BASIC) program?
Is the 5 MB static resource size limit 5,242,880 bytes or 5,000,000 bytes?
Using a Lyapunov function to classify stability and sketching a phase portrait
Lyapunov stability question from Arnold's triviumNon linear phase portraitNonlinear phase portrait and linearizationSystem of differential equations, phase portraitDynamical Systems- Plotting Phase PortraitPhase portrait of ODE in polar coordinatesQuestions about stability in the sense of LyapunovLinearization method or Lyapunov function - examplestability using linearization instead of Lyapunov failsLyapunov function instead of linearization
$begingroup$
Consider the system
$$x' = -x^3-xy^2k$$
$$y' = -y^3-x^2ky$$
Where $k$ is a given positive integer.
a.) Find and classify according to stability the equilibrium solutions.
$itHint:$ Let $V(x,y) = x^2 + y^2$
b.) Sketch a phase portrait when $k = 1$
$itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?
a.)
Using $V$, we get $fracddtV=2xx'+2yy'$
Plugging in our system , we get:
$$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
$$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
$$y^2k=-x^2$$
Which only works for $x=y=0$
Therefore our system is asymptotically stable at the origin.
I am having trouble with b.), mostly because the hint is confusing me.
Let $y=ax$, then our system becomes
$$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
$$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.
ordinary-differential-equations stability-in-odes lyapunov-functions
$endgroup$
add a comment |
$begingroup$
Consider the system
$$x' = -x^3-xy^2k$$
$$y' = -y^3-x^2ky$$
Where $k$ is a given positive integer.
a.) Find and classify according to stability the equilibrium solutions.
$itHint:$ Let $V(x,y) = x^2 + y^2$
b.) Sketch a phase portrait when $k = 1$
$itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?
a.)
Using $V$, we get $fracddtV=2xx'+2yy'$
Plugging in our system , we get:
$$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
$$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
$$y^2k=-x^2$$
Which only works for $x=y=0$
Therefore our system is asymptotically stable at the origin.
I am having trouble with b.), mostly because the hint is confusing me.
Let $y=ax$, then our system becomes
$$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
$$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.
ordinary-differential-equations stability-in-odes lyapunov-functions
$endgroup$
add a comment |
$begingroup$
Consider the system
$$x' = -x^3-xy^2k$$
$$y' = -y^3-x^2ky$$
Where $k$ is a given positive integer.
a.) Find and classify according to stability the equilibrium solutions.
$itHint:$ Let $V(x,y) = x^2 + y^2$
b.) Sketch a phase portrait when $k = 1$
$itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?
a.)
Using $V$, we get $fracddtV=2xx'+2yy'$
Plugging in our system , we get:
$$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
$$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
$$y^2k=-x^2$$
Which only works for $x=y=0$
Therefore our system is asymptotically stable at the origin.
I am having trouble with b.), mostly because the hint is confusing me.
Let $y=ax$, then our system becomes
$$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
$$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.
ordinary-differential-equations stability-in-odes lyapunov-functions
$endgroup$
Consider the system
$$x' = -x^3-xy^2k$$
$$y' = -y^3-x^2ky$$
Where $k$ is a given positive integer.
a.) Find and classify according to stability the equilibrium solutions.
$itHint:$ Let $V(x,y) = x^2 + y^2$
b.) Sketch a phase portrait when $k = 1$
$itHint:$ What are $x'$ and $y'$ when $y=ax$ for some real number $a$?
a.)
Using $V$, we get $fracddtV=2xx'+2yy'$
Plugging in our system , we get:
$$fracddtV=2x(-x^3-xy^2k)+2y(-y^3-x^2ky)$$
$$=-(x^4+y^4)-x^2y^2k-x^2ky^2<0$$
I dropped the $2$ since it doesn't matter to determine stability. We see that our own equilibrium is $(0,0)$ since setting $x'=0$ we get
$$y^2k=-x^2$$
Which only works for $x=y=0$
Therefore our system is asymptotically stable at the origin.
I am having trouble with b.), mostly because the hint is confusing me.
Let $y=ax$, then our system becomes
$$x'=-x^3-a^2x^3=-x^3(1+a^2)$$
$$y'=-a^3x^3-ax^3=-ax^3(1+a^2)$$
I am not sure what to do with this. Using linearization doesn't work since the Jacobian will be the zero vector at the point of interest. I have never had a problem that asks to draw a phase portrait when linearization doesn't work, so I am hoping someone more clever than me can offer some advice.
ordinary-differential-equations stability-in-odes lyapunov-functions
ordinary-differential-equations stability-in-odes lyapunov-functions
edited 1 hour ago
hkj447
asked 2 hours ago
hkj447hkj447
978
978
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.
So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.
$endgroup$
add a comment |
$begingroup$
Phase portraits - a partial offering
Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.
$k = 1$
The linear system is
$$beginalign
beginsplit
dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = fracx dotx + y dotyr = -r^3 $$
The lone critical point is the origin.
When $y = a x$, $ainmathbbR$, we have
$$beginalign
beginsplit
dotx &= -x^3left( 1 + a^2 right) \
doty &= -a y^3left( 1 + a^2 right)
endsplit
endalign$$
$k = 2$
$$beginalign
beginsplit
dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$
The bounding curves for $dotr$ are when $cos 4theta = 1$
$$dotr = -r^3$$
and when $cos 4theta = -1$
$$dotr = -tfrac14 r^3 left(r^2+2right)$$
The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.
$endgroup$
add a comment |
Your Answer
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%2f3204990%2fusing-a-lyapunov-function-to-classify-stability-and-sketching-a-phase-portrait%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
$begingroup$
Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.
So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.
$endgroup$
add a comment |
$begingroup$
Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.
So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.
$endgroup$
add a comment |
$begingroup$
Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.
So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.
$endgroup$
Although there are many ways to do this, I suspect what the problem is guiding you towards doing is to obtain the flow directly by evaluating over every line that intersects the origin in phase space.
So for a sketch, you would draw the line $y = 0.1 x$, and use the expression you found above for $a = 0.1$ to determine the magnitude and direction of the flow on that line. Then try it for a couple of other different lines, and use common sense to fill in the rest.
answered 1 hour ago
aghostinthefiguresaghostinthefigures
1,4391318
1,4391318
add a comment |
add a comment |
$begingroup$
Phase portraits - a partial offering
Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.
$k = 1$
The linear system is
$$beginalign
beginsplit
dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = fracx dotx + y dotyr = -r^3 $$
The lone critical point is the origin.
When $y = a x$, $ainmathbbR$, we have
$$beginalign
beginsplit
dotx &= -x^3left( 1 + a^2 right) \
doty &= -a y^3left( 1 + a^2 right)
endsplit
endalign$$
$k = 2$
$$beginalign
beginsplit
dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$
The bounding curves for $dotr$ are when $cos 4theta = 1$
$$dotr = -r^3$$
and when $cos 4theta = -1$
$$dotr = -tfrac14 r^3 left(r^2+2right)$$
The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.
$endgroup$
add a comment |
$begingroup$
Phase portraits - a partial offering
Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.
$k = 1$
The linear system is
$$beginalign
beginsplit
dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = fracx dotx + y dotyr = -r^3 $$
The lone critical point is the origin.
When $y = a x$, $ainmathbbR$, we have
$$beginalign
beginsplit
dotx &= -x^3left( 1 + a^2 right) \
doty &= -a y^3left( 1 + a^2 right)
endsplit
endalign$$
$k = 2$
$$beginalign
beginsplit
dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$
The bounding curves for $dotr$ are when $cos 4theta = 1$
$$dotr = -r^3$$
and when $cos 4theta = -1$
$$dotr = -tfrac14 r^3 left(r^2+2right)$$
The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.
$endgroup$
add a comment |
$begingroup$
Phase portraits - a partial offering
Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.
$k = 1$
The linear system is
$$beginalign
beginsplit
dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = fracx dotx + y dotyr = -r^3 $$
The lone critical point is the origin.
When $y = a x$, $ainmathbbR$, we have
$$beginalign
beginsplit
dotx &= -x^3left( 1 + a^2 right) \
doty &= -a y^3left( 1 + a^2 right)
endsplit
endalign$$
$k = 2$
$$beginalign
beginsplit
dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$
The bounding curves for $dotr$ are when $cos 4theta = 1$
$$dotr = -r^3$$
and when $cos 4theta = -1$
$$dotr = -tfrac14 r^3 left(r^2+2right)$$
The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.
$endgroup$
Phase portraits - a partial offering
Below are phase portraits for $k=1,2,5$. The red lines indicate the null clines where $doty=0$ and $doty=0$.
$k = 1$
The linear system is
$$beginalign
beginsplit
dotx &= -x^3 - xy^2 = -x left( x^2 + y^2 right) \
doty &= -y^3 - x^2y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = fracx dotx + y dotyr = -r^3 $$
The lone critical point is the origin.
When $y = a x$, $ainmathbbR$, we have
$$beginalign
beginsplit
dotx &= -x^3left( 1 + a^2 right) \
doty &= -a y^3left( 1 + a^2 right)
endsplit
endalign$$
$k = 2$
$$beginalign
beginsplit
dotx &= -x^3 - xy^4 = -x left( x^2 + y^4 right) \
doty &= -y^3 - x^4y = -y left( x^2 + y^2 right)
endsplit
endalign$$
$$ dotr = tfrac18 r^3 left(left(r^2-2right) cos (4 theta )-r^2-6right) $$
The bounding curves for $dotr$ are when $cos 4theta = 1$
$$dotr = -r^3$$
and when $cos 4theta = -1$
$$dotr = -tfrac14 r^3 left(r^2+2right)$$
The bounding curves cross at $r=sqrt2$. At no point is $dotr$ ever positive.
edited 39 mins ago
answered 1 hour ago
dantopadantopa
6,76442345
6,76442345
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%2f3204990%2fusing-a-lyapunov-function-to-classify-stability-and-sketching-a-phase-portrait%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