Does this system of equations have attractors and periodic solutions? The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Solving linear system of differential equations of 2nd order$x'=Ax$ has one periodic solution. Prove that all solutions are periodic.Proving Nonexistence of Periodic Solutions in a Planar Systemcharacterising attractors for master equationsVerifying if system has periodic solutionsSolve system inhomogeneous differential equations with variable coefficientsPeriods of periodic solutions of the (Hamiltonian) system $dotx=y$, $doty=-x-x^2$Proving solutions of differential equations are periodicAre multiple kinds of attractors (chaotic and otherwise) possible within a single system of differential equations?How can I show that the system of non-linear differential equations does not have periodic orbits?

How does ice melt when immersed in water?

Windows 10: How to Lock (not sleep) laptop on lid close?

How to test the equality of two Pearson correlation coefficients computed from the same sample?

Typeface like Times New Roman but with "tied" percent sign

Netflix Recommendations?

"... to apply for a visa" or "... and applied for a visa"?

How are presidential pardons supposed to be used?

Four Colour Theorem

How do I add random spotting to the same face in cycles?

Difference between "generating set" and free product?

Did the new image of black hole confirm the general theory of relativity?

What force causes entropy to increase?

Cooking pasta in a water boiler

does high air pressure throw off wheel balance?

How many people can fit inside Mordenkainen's Magnificent Mansion?

When did F become S in typeography, and why?

What do you call a plan that's an alternative plan in case your initial plan fails?

Sort a list of pairs representing an acyclic, partial automorphism

Slither Like a Snake

What information about me do stores get via my credit card?

Does Parliament need to approve the new Brexit delay to 31 October 2019?

Can the prologue be the backstory of your main character?

In horse breeding, what is the female equivalent of putting a horse out "to stud"?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?



Does this system of equations have attractors and periodic solutions?



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Solving linear system of differential equations of 2nd order$x'=Ax$ has one periodic solution. Prove that all solutions are periodic.Proving Nonexistence of Periodic Solutions in a Planar Systemcharacterising attractors for master equationsVerifying if system has periodic solutionsSolve system inhomogeneous differential equations with variable coefficientsPeriods of periodic solutions of the (Hamiltonian) system $dotx=y$, $doty=-x-x^2$Proving solutions of differential equations are periodicAre multiple kinds of attractors (chaotic and otherwise) possible within a single system of differential equations?How can I show that the system of non-linear differential equations does not have periodic orbits?










2












$begingroup$


I want to solve the following exercise:



Determine the critical points of the system
beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign

Are there attractors in this system? Determine a first integral. Do periodic solutions exist?



What I've tried so far:



I think that I've found the critical points of this system. If I inspect
beginalign
x^2 - y^3 = 0\
2x(x^2 - y) = 0
endalign

I find that $x = 0$ or $x = pm sqrty$.



Case $x = 0$:



$-y^3 = 0$ so that $y = 0$. Hence the first critical point that I find is $(0,0)$.



Case $x = pmsqrty$:



$y - y^3 = 0$ so $y=1$ or $y = -1$. If $y = -1$ then $x = pm i$. If $y = 1$ then $x = pm1$. Hence I find the critical points $(1, 1), (i, -1), (-1,1),$ and $(-i,-1)$. I think that I've found a first integral by looking at the equation
$$
dfracdfracdydtdfracdxdt = dfracdydx = dfrac2x^3 - 2xyx^2 - y^3
$$

Integrating this final equation gives
$$
int dfrac2x^3 - 2xyx^2 - y^3dx = y(y^2 - 1)log(y^3 - x^2) + x^2 + C
$$

Hence a first integral of this system is
$$
F(x,y) = y(y^2 - 1)log(y^3 - x^2) + x^2
$$

I tried plotting this function to find out if the system of equations has periodic solutions but I don't get any wiser looking at the plots.



I have the following definitions of an attractor:



A critical point $x = a$ of the equation $dotx = f(x)$ in $mathbbR^n$ is called a positive attractor if there exists a neighborhood $Omega_asubset mathbbR^n$ of $x = a$ such that $x(t_0)inOmega_a$ implies $lim_ttoinfty x(t) = a$. If a critical point $x = a$ has this property for $t to - infty$ then $x = a$ is called a negative attractor.



I think that in order to determine whether either of the critical points is an attractor I need to know what the solution $x(t)$ looks like. I'm not sure how to solve this system though and if I enter the equations in wolfram then I don't get a solution either (I might be missing something). So therefore I tried to linearize the equations. I have:
$$
f(x, y) = beginpmatrixx^2 - y^3\2x(x^2 - y)endpmatrix, dfracpartial f(x,y)partial(x,y) = beginpmatrix2x & -3y^2\6x^2& -2xendpmatrix, dfracpartial^2f(x,y)partial (x,y)^2 = beginpmatrix2 & -6y\12x & 0endpmatrix, \dfracpartial^3 f(x,y)partial (x,y)^3 = beginpmatrix0 & -6\12 & 0endpmatrix
$$

Hence, using the Taylor expansion around $(x,y) = (0,0)$ I get
beginalign
dotx &= x^2 - y^3 + ldots\
doty &= 2x^3 + ldots
endalign

but I'm not really sure how I can use this to learn anything new..



Question: How can I learn more about this system so that I will be able to say more about the existence of attractors and periodic solutions? Is my reasoning thus far correct?










share|cite|improve this question









$endgroup$











  • $begingroup$
    Your integration for the first integral is not correct, you would need to consider $y$ as a function of $x$, not as a constant.
    $endgroup$
    – LutzL
    Apr 8 at 16:11










  • $begingroup$
    The Jacobian is wrong in the lower left entry, you need the $x$ derivative of both terms in $2x^3-2xy$. The higher order derivatives are tensors, as pure tensor the second derivative has 8 entries, as symmetric tensor this reduces to 6 independent entries.
    $endgroup$
    – LutzL
    Apr 8 at 16:13










  • $begingroup$
    The Taylor expansion of any polynomial around the origin is that same polynomial again.
    $endgroup$
    – LutzL
    Apr 8 at 16:14















2












$begingroup$


I want to solve the following exercise:



Determine the critical points of the system
beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign

Are there attractors in this system? Determine a first integral. Do periodic solutions exist?



What I've tried so far:



I think that I've found the critical points of this system. If I inspect
beginalign
x^2 - y^3 = 0\
2x(x^2 - y) = 0
endalign

I find that $x = 0$ or $x = pm sqrty$.



Case $x = 0$:



$-y^3 = 0$ so that $y = 0$. Hence the first critical point that I find is $(0,0)$.



Case $x = pmsqrty$:



$y - y^3 = 0$ so $y=1$ or $y = -1$. If $y = -1$ then $x = pm i$. If $y = 1$ then $x = pm1$. Hence I find the critical points $(1, 1), (i, -1), (-1,1),$ and $(-i,-1)$. I think that I've found a first integral by looking at the equation
$$
dfracdfracdydtdfracdxdt = dfracdydx = dfrac2x^3 - 2xyx^2 - y^3
$$

Integrating this final equation gives
$$
int dfrac2x^3 - 2xyx^2 - y^3dx = y(y^2 - 1)log(y^3 - x^2) + x^2 + C
$$

Hence a first integral of this system is
$$
F(x,y) = y(y^2 - 1)log(y^3 - x^2) + x^2
$$

I tried plotting this function to find out if the system of equations has periodic solutions but I don't get any wiser looking at the plots.



I have the following definitions of an attractor:



A critical point $x = a$ of the equation $dotx = f(x)$ in $mathbbR^n$ is called a positive attractor if there exists a neighborhood $Omega_asubset mathbbR^n$ of $x = a$ such that $x(t_0)inOmega_a$ implies $lim_ttoinfty x(t) = a$. If a critical point $x = a$ has this property for $t to - infty$ then $x = a$ is called a negative attractor.



I think that in order to determine whether either of the critical points is an attractor I need to know what the solution $x(t)$ looks like. I'm not sure how to solve this system though and if I enter the equations in wolfram then I don't get a solution either (I might be missing something). So therefore I tried to linearize the equations. I have:
$$
f(x, y) = beginpmatrixx^2 - y^3\2x(x^2 - y)endpmatrix, dfracpartial f(x,y)partial(x,y) = beginpmatrix2x & -3y^2\6x^2& -2xendpmatrix, dfracpartial^2f(x,y)partial (x,y)^2 = beginpmatrix2 & -6y\12x & 0endpmatrix, \dfracpartial^3 f(x,y)partial (x,y)^3 = beginpmatrix0 & -6\12 & 0endpmatrix
$$

Hence, using the Taylor expansion around $(x,y) = (0,0)$ I get
beginalign
dotx &= x^2 - y^3 + ldots\
doty &= 2x^3 + ldots
endalign

but I'm not really sure how I can use this to learn anything new..



Question: How can I learn more about this system so that I will be able to say more about the existence of attractors and periodic solutions? Is my reasoning thus far correct?










share|cite|improve this question









$endgroup$











  • $begingroup$
    Your integration for the first integral is not correct, you would need to consider $y$ as a function of $x$, not as a constant.
    $endgroup$
    – LutzL
    Apr 8 at 16:11










  • $begingroup$
    The Jacobian is wrong in the lower left entry, you need the $x$ derivative of both terms in $2x^3-2xy$. The higher order derivatives are tensors, as pure tensor the second derivative has 8 entries, as symmetric tensor this reduces to 6 independent entries.
    $endgroup$
    – LutzL
    Apr 8 at 16:13










  • $begingroup$
    The Taylor expansion of any polynomial around the origin is that same polynomial again.
    $endgroup$
    – LutzL
    Apr 8 at 16:14













2












2








2


1



$begingroup$


I want to solve the following exercise:



Determine the critical points of the system
beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign

Are there attractors in this system? Determine a first integral. Do periodic solutions exist?



What I've tried so far:



I think that I've found the critical points of this system. If I inspect
beginalign
x^2 - y^3 = 0\
2x(x^2 - y) = 0
endalign

I find that $x = 0$ or $x = pm sqrty$.



Case $x = 0$:



$-y^3 = 0$ so that $y = 0$. Hence the first critical point that I find is $(0,0)$.



Case $x = pmsqrty$:



$y - y^3 = 0$ so $y=1$ or $y = -1$. If $y = -1$ then $x = pm i$. If $y = 1$ then $x = pm1$. Hence I find the critical points $(1, 1), (i, -1), (-1,1),$ and $(-i,-1)$. I think that I've found a first integral by looking at the equation
$$
dfracdfracdydtdfracdxdt = dfracdydx = dfrac2x^3 - 2xyx^2 - y^3
$$

Integrating this final equation gives
$$
int dfrac2x^3 - 2xyx^2 - y^3dx = y(y^2 - 1)log(y^3 - x^2) + x^2 + C
$$

Hence a first integral of this system is
$$
F(x,y) = y(y^2 - 1)log(y^3 - x^2) + x^2
$$

I tried plotting this function to find out if the system of equations has periodic solutions but I don't get any wiser looking at the plots.



I have the following definitions of an attractor:



A critical point $x = a$ of the equation $dotx = f(x)$ in $mathbbR^n$ is called a positive attractor if there exists a neighborhood $Omega_asubset mathbbR^n$ of $x = a$ such that $x(t_0)inOmega_a$ implies $lim_ttoinfty x(t) = a$. If a critical point $x = a$ has this property for $t to - infty$ then $x = a$ is called a negative attractor.



I think that in order to determine whether either of the critical points is an attractor I need to know what the solution $x(t)$ looks like. I'm not sure how to solve this system though and if I enter the equations in wolfram then I don't get a solution either (I might be missing something). So therefore I tried to linearize the equations. I have:
$$
f(x, y) = beginpmatrixx^2 - y^3\2x(x^2 - y)endpmatrix, dfracpartial f(x,y)partial(x,y) = beginpmatrix2x & -3y^2\6x^2& -2xendpmatrix, dfracpartial^2f(x,y)partial (x,y)^2 = beginpmatrix2 & -6y\12x & 0endpmatrix, \dfracpartial^3 f(x,y)partial (x,y)^3 = beginpmatrix0 & -6\12 & 0endpmatrix
$$

Hence, using the Taylor expansion around $(x,y) = (0,0)$ I get
beginalign
dotx &= x^2 - y^3 + ldots\
doty &= 2x^3 + ldots
endalign

but I'm not really sure how I can use this to learn anything new..



Question: How can I learn more about this system so that I will be able to say more about the existence of attractors and periodic solutions? Is my reasoning thus far correct?










share|cite|improve this question









$endgroup$




I want to solve the following exercise:



Determine the critical points of the system
beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign

Are there attractors in this system? Determine a first integral. Do periodic solutions exist?



What I've tried so far:



I think that I've found the critical points of this system. If I inspect
beginalign
x^2 - y^3 = 0\
2x(x^2 - y) = 0
endalign

I find that $x = 0$ or $x = pm sqrty$.



Case $x = 0$:



$-y^3 = 0$ so that $y = 0$. Hence the first critical point that I find is $(0,0)$.



Case $x = pmsqrty$:



$y - y^3 = 0$ so $y=1$ or $y = -1$. If $y = -1$ then $x = pm i$. If $y = 1$ then $x = pm1$. Hence I find the critical points $(1, 1), (i, -1), (-1,1),$ and $(-i,-1)$. I think that I've found a first integral by looking at the equation
$$
dfracdfracdydtdfracdxdt = dfracdydx = dfrac2x^3 - 2xyx^2 - y^3
$$

Integrating this final equation gives
$$
int dfrac2x^3 - 2xyx^2 - y^3dx = y(y^2 - 1)log(y^3 - x^2) + x^2 + C
$$

Hence a first integral of this system is
$$
F(x,y) = y(y^2 - 1)log(y^3 - x^2) + x^2
$$

I tried plotting this function to find out if the system of equations has periodic solutions but I don't get any wiser looking at the plots.



I have the following definitions of an attractor:



A critical point $x = a$ of the equation $dotx = f(x)$ in $mathbbR^n$ is called a positive attractor if there exists a neighborhood $Omega_asubset mathbbR^n$ of $x = a$ such that $x(t_0)inOmega_a$ implies $lim_ttoinfty x(t) = a$. If a critical point $x = a$ has this property for $t to - infty$ then $x = a$ is called a negative attractor.



I think that in order to determine whether either of the critical points is an attractor I need to know what the solution $x(t)$ looks like. I'm not sure how to solve this system though and if I enter the equations in wolfram then I don't get a solution either (I might be missing something). So therefore I tried to linearize the equations. I have:
$$
f(x, y) = beginpmatrixx^2 - y^3\2x(x^2 - y)endpmatrix, dfracpartial f(x,y)partial(x,y) = beginpmatrix2x & -3y^2\6x^2& -2xendpmatrix, dfracpartial^2f(x,y)partial (x,y)^2 = beginpmatrix2 & -6y\12x & 0endpmatrix, \dfracpartial^3 f(x,y)partial (x,y)^3 = beginpmatrix0 & -6\12 & 0endpmatrix
$$

Hence, using the Taylor expansion around $(x,y) = (0,0)$ I get
beginalign
dotx &= x^2 - y^3 + ldots\
doty &= 2x^3 + ldots
endalign

but I'm not really sure how I can use this to learn anything new..



Question: How can I learn more about this system so that I will be able to say more about the existence of attractors and periodic solutions? Is my reasoning thus far correct?







ordinary-differential-equations taylor-expansion approximation






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Apr 8 at 13:58









TitusTitus

1045




1045











  • $begingroup$
    Your integration for the first integral is not correct, you would need to consider $y$ as a function of $x$, not as a constant.
    $endgroup$
    – LutzL
    Apr 8 at 16:11










  • $begingroup$
    The Jacobian is wrong in the lower left entry, you need the $x$ derivative of both terms in $2x^3-2xy$. The higher order derivatives are tensors, as pure tensor the second derivative has 8 entries, as symmetric tensor this reduces to 6 independent entries.
    $endgroup$
    – LutzL
    Apr 8 at 16:13










  • $begingroup$
    The Taylor expansion of any polynomial around the origin is that same polynomial again.
    $endgroup$
    – LutzL
    Apr 8 at 16:14
















  • $begingroup$
    Your integration for the first integral is not correct, you would need to consider $y$ as a function of $x$, not as a constant.
    $endgroup$
    – LutzL
    Apr 8 at 16:11










  • $begingroup$
    The Jacobian is wrong in the lower left entry, you need the $x$ derivative of both terms in $2x^3-2xy$. The higher order derivatives are tensors, as pure tensor the second derivative has 8 entries, as symmetric tensor this reduces to 6 independent entries.
    $endgroup$
    – LutzL
    Apr 8 at 16:13










  • $begingroup$
    The Taylor expansion of any polynomial around the origin is that same polynomial again.
    $endgroup$
    – LutzL
    Apr 8 at 16:14















$begingroup$
Your integration for the first integral is not correct, you would need to consider $y$ as a function of $x$, not as a constant.
$endgroup$
– LutzL
Apr 8 at 16:11




$begingroup$
Your integration for the first integral is not correct, you would need to consider $y$ as a function of $x$, not as a constant.
$endgroup$
– LutzL
Apr 8 at 16:11












$begingroup$
The Jacobian is wrong in the lower left entry, you need the $x$ derivative of both terms in $2x^3-2xy$. The higher order derivatives are tensors, as pure tensor the second derivative has 8 entries, as symmetric tensor this reduces to 6 independent entries.
$endgroup$
– LutzL
Apr 8 at 16:13




$begingroup$
The Jacobian is wrong in the lower left entry, you need the $x$ derivative of both terms in $2x^3-2xy$. The higher order derivatives are tensors, as pure tensor the second derivative has 8 entries, as symmetric tensor this reduces to 6 independent entries.
$endgroup$
– LutzL
Apr 8 at 16:13












$begingroup$
The Taylor expansion of any polynomial around the origin is that same polynomial again.
$endgroup$
– LutzL
Apr 8 at 16:14




$begingroup$
The Taylor expansion of any polynomial around the origin is that same polynomial again.
$endgroup$
– LutzL
Apr 8 at 16:14










1 Answer
1






active

oldest

votes


















2












$begingroup$

$$beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign$$

$$fracdydx=frac2x(x^2 - y)x^2- y^3$$
Let $X=x^2$
$$fracdydX=fracX - yX- y^3$$
$$fracdXdy=fracX- y^3X-y$$
Let $X=y+u$
$$fracdXdy=1+fracdudy=fracy+u- y^3u$$
$$fracdudy=fracy- y^3u$$
$$2udu=2(y-y^3)dy$$
$$u^2=y^2-frac12 y^4+c$$
$$(X-y)^2=(x^2-y)^2=y^2-frac12 y^4+c$$
$$x^4-2x^2y=-frac12 y^4+c$$
The equation of the trajectory is :
$$boxedy^4-4x^2y+2x^4=2c$$
The analytical study of this equation shows that $cgeq -frac12$ and that the trajectory is a closed curve.



enter image description here






share|cite|improve this answer











$endgroup$








  • 1




    $begingroup$
    +1, I adore when someone sees all these changes of variables that lead to a final solution, but one observation just for the sake of simplification. The original system can be rewritten as an equivalent first order equation $lbrack 2x^3 - 2xy rbrack , dx + lbrack y^3 - x^2 rbrack , dy = 0$. This equation happens to be exact and thus system has a first integral $Phi(x, y) = fracx^42 - x^2y + fracy^44$, which is exactly the same that you've found.
    $endgroup$
    – Evgeny
    Apr 10 at 8:29











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
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3179667%2fdoes-this-system-of-equations-have-attractors-and-periodic-solutions%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









2












$begingroup$

$$beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign$$

$$fracdydx=frac2x(x^2 - y)x^2- y^3$$
Let $X=x^2$
$$fracdydX=fracX - yX- y^3$$
$$fracdXdy=fracX- y^3X-y$$
Let $X=y+u$
$$fracdXdy=1+fracdudy=fracy+u- y^3u$$
$$fracdudy=fracy- y^3u$$
$$2udu=2(y-y^3)dy$$
$$u^2=y^2-frac12 y^4+c$$
$$(X-y)^2=(x^2-y)^2=y^2-frac12 y^4+c$$
$$x^4-2x^2y=-frac12 y^4+c$$
The equation of the trajectory is :
$$boxedy^4-4x^2y+2x^4=2c$$
The analytical study of this equation shows that $cgeq -frac12$ and that the trajectory is a closed curve.



enter image description here






share|cite|improve this answer











$endgroup$








  • 1




    $begingroup$
    +1, I adore when someone sees all these changes of variables that lead to a final solution, but one observation just for the sake of simplification. The original system can be rewritten as an equivalent first order equation $lbrack 2x^3 - 2xy rbrack , dx + lbrack y^3 - x^2 rbrack , dy = 0$. This equation happens to be exact and thus system has a first integral $Phi(x, y) = fracx^42 - x^2y + fracy^44$, which is exactly the same that you've found.
    $endgroup$
    – Evgeny
    Apr 10 at 8:29















2












$begingroup$

$$beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign$$

$$fracdydx=frac2x(x^2 - y)x^2- y^3$$
Let $X=x^2$
$$fracdydX=fracX - yX- y^3$$
$$fracdXdy=fracX- y^3X-y$$
Let $X=y+u$
$$fracdXdy=1+fracdudy=fracy+u- y^3u$$
$$fracdudy=fracy- y^3u$$
$$2udu=2(y-y^3)dy$$
$$u^2=y^2-frac12 y^4+c$$
$$(X-y)^2=(x^2-y)^2=y^2-frac12 y^4+c$$
$$x^4-2x^2y=-frac12 y^4+c$$
The equation of the trajectory is :
$$boxedy^4-4x^2y+2x^4=2c$$
The analytical study of this equation shows that $cgeq -frac12$ and that the trajectory is a closed curve.



enter image description here






share|cite|improve this answer











$endgroup$








  • 1




    $begingroup$
    +1, I adore when someone sees all these changes of variables that lead to a final solution, but one observation just for the sake of simplification. The original system can be rewritten as an equivalent first order equation $lbrack 2x^3 - 2xy rbrack , dx + lbrack y^3 - x^2 rbrack , dy = 0$. This equation happens to be exact and thus system has a first integral $Phi(x, y) = fracx^42 - x^2y + fracy^44$, which is exactly the same that you've found.
    $endgroup$
    – Evgeny
    Apr 10 at 8:29













2












2








2





$begingroup$

$$beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign$$

$$fracdydx=frac2x(x^2 - y)x^2- y^3$$
Let $X=x^2$
$$fracdydX=fracX - yX- y^3$$
$$fracdXdy=fracX- y^3X-y$$
Let $X=y+u$
$$fracdXdy=1+fracdudy=fracy+u- y^3u$$
$$fracdudy=fracy- y^3u$$
$$2udu=2(y-y^3)dy$$
$$u^2=y^2-frac12 y^4+c$$
$$(X-y)^2=(x^2-y)^2=y^2-frac12 y^4+c$$
$$x^4-2x^2y=-frac12 y^4+c$$
The equation of the trajectory is :
$$boxedy^4-4x^2y+2x^4=2c$$
The analytical study of this equation shows that $cgeq -frac12$ and that the trajectory is a closed curve.



enter image description here






share|cite|improve this answer











$endgroup$



$$beginalign
dotx &= x^2- y^3\
doty &= 2x(x^2 - y)
endalign$$

$$fracdydx=frac2x(x^2 - y)x^2- y^3$$
Let $X=x^2$
$$fracdydX=fracX - yX- y^3$$
$$fracdXdy=fracX- y^3X-y$$
Let $X=y+u$
$$fracdXdy=1+fracdudy=fracy+u- y^3u$$
$$fracdudy=fracy- y^3u$$
$$2udu=2(y-y^3)dy$$
$$u^2=y^2-frac12 y^4+c$$
$$(X-y)^2=(x^2-y)^2=y^2-frac12 y^4+c$$
$$x^4-2x^2y=-frac12 y^4+c$$
The equation of the trajectory is :
$$boxedy^4-4x^2y+2x^4=2c$$
The analytical study of this equation shows that $cgeq -frac12$ and that the trajectory is a closed curve.



enter image description here







share|cite|improve this answer














share|cite|improve this answer



share|cite|improve this answer








edited Apr 9 at 11:33

























answered Apr 8 at 21:48









JJacquelinJJacquelin

45.6k21857




45.6k21857







  • 1




    $begingroup$
    +1, I adore when someone sees all these changes of variables that lead to a final solution, but one observation just for the sake of simplification. The original system can be rewritten as an equivalent first order equation $lbrack 2x^3 - 2xy rbrack , dx + lbrack y^3 - x^2 rbrack , dy = 0$. This equation happens to be exact and thus system has a first integral $Phi(x, y) = fracx^42 - x^2y + fracy^44$, which is exactly the same that you've found.
    $endgroup$
    – Evgeny
    Apr 10 at 8:29












  • 1




    $begingroup$
    +1, I adore when someone sees all these changes of variables that lead to a final solution, but one observation just for the sake of simplification. The original system can be rewritten as an equivalent first order equation $lbrack 2x^3 - 2xy rbrack , dx + lbrack y^3 - x^2 rbrack , dy = 0$. This equation happens to be exact and thus system has a first integral $Phi(x, y) = fracx^42 - x^2y + fracy^44$, which is exactly the same that you've found.
    $endgroup$
    – Evgeny
    Apr 10 at 8:29







1




1




$begingroup$
+1, I adore when someone sees all these changes of variables that lead to a final solution, but one observation just for the sake of simplification. The original system can be rewritten as an equivalent first order equation $lbrack 2x^3 - 2xy rbrack , dx + lbrack y^3 - x^2 rbrack , dy = 0$. This equation happens to be exact and thus system has a first integral $Phi(x, y) = fracx^42 - x^2y + fracy^44$, which is exactly the same that you've found.
$endgroup$
– Evgeny
Apr 10 at 8:29




$begingroup$
+1, I adore when someone sees all these changes of variables that lead to a final solution, but one observation just for the sake of simplification. The original system can be rewritten as an equivalent first order equation $lbrack 2x^3 - 2xy rbrack , dx + lbrack y^3 - x^2 rbrack , dy = 0$. This equation happens to be exact and thus system has a first integral $Phi(x, y) = fracx^42 - x^2y + fracy^44$, which is exactly the same that you've found.
$endgroup$
– Evgeny
Apr 10 at 8:29

















draft saved

draft discarded
















































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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3179667%2fdoes-this-system-of-equations-have-attractors-and-periodic-solutions%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

Hidroelektrana Sadržaj Povijest | Podjela hidroelektrana | Snaga dobivena u hidroelektranama | Dijelovi hidroelektrane | Uloga hidroelektrana u suvremenom svijetu | Prednosti hidroelektrana | Nedostaci hidroelektrana | Države s najvećom proizvodnjom hidro-električne energije | Deset najvećih hidroelektrana u svijetu | Hidroelektrane u Hrvatskoj | Izvori | Poveznice | Vanjske poveznice | Navigacijski izbornikTechnical Report, Version 2Zajedničkom poslužiteljuHidroelektranaHEP Proizvodnja d.o.o. - Hidroelektrane u Hrvatskoj

WordPress Information needed

Bosc Connection Yimello Approaching Angry The produce zaps the market. 구성 기록되다 변경...