The recursive systems of equations with the following form, have they ever been considered?
$begingroup$
Suppose a system of 2 equations defined as:
$$begin{cases}
x_{n+1}&=f_x(x_n,y_n) \
y_{n+1}&=f_y(x_n,y_n)
end{cases}$$
where initial conditions for $x_0$ and $y_0$ are defined, and $x_n,y_ninBbb R$, $f_x,f_y:Bbb R^2to Bbb R$.
I found that if $f_x(x,y)=cos(x+y)+sin(x-y)$ and $f_y(x,y)=cos(x-y)+sin(x+y)$. Then the system becomes
$$begin{cases}
x_{n+1}&=cos(x_n+y_n)+sin(x_n-y_n)\
y_{n+1}&=cos(x_n-y_n)+sin(x_n+y_n)
end{cases}$$
which for any starting values for $x_0$ and $y_0$ it will produce the following points(plotted $x$ horizontally and until $x_{1.000.000}$):
which creates a rather interesting structure(I think its called an attractor), and I'd love to hear more about these systems, but couldn't find anything. Any help would be appreciated. Thanks.
EDIT:
If the system is
$$begin{cases}
x_{n+1}&= cos(x_n^2+y_n^2) \
y_{n+1}&= sin(x_n^2-y_n^2)
end{cases}$$
The points would be the following:
Are these coming from some differential equations?
recurrence-relations systems-of-equations
$endgroup$
add a comment |
$begingroup$
Suppose a system of 2 equations defined as:
$$begin{cases}
x_{n+1}&=f_x(x_n,y_n) \
y_{n+1}&=f_y(x_n,y_n)
end{cases}$$
where initial conditions for $x_0$ and $y_0$ are defined, and $x_n,y_ninBbb R$, $f_x,f_y:Bbb R^2to Bbb R$.
I found that if $f_x(x,y)=cos(x+y)+sin(x-y)$ and $f_y(x,y)=cos(x-y)+sin(x+y)$. Then the system becomes
$$begin{cases}
x_{n+1}&=cos(x_n+y_n)+sin(x_n-y_n)\
y_{n+1}&=cos(x_n-y_n)+sin(x_n+y_n)
end{cases}$$
which for any starting values for $x_0$ and $y_0$ it will produce the following points(plotted $x$ horizontally and until $x_{1.000.000}$):
which creates a rather interesting structure(I think its called an attractor), and I'd love to hear more about these systems, but couldn't find anything. Any help would be appreciated. Thanks.
EDIT:
If the system is
$$begin{cases}
x_{n+1}&= cos(x_n^2+y_n^2) \
y_{n+1}&= sin(x_n^2-y_n^2)
end{cases}$$
The points would be the following:
Are these coming from some differential equations?
recurrence-relations systems-of-equations
$endgroup$
1
$begingroup$
Maybe using the equation $cos(a+b)=Re(e^{i(a+b)})$ and $sin(a + b) = Im(e^{i(a + b)})$ and combining two levels of the recursion it's possible to find simpler equation for the same system?
$endgroup$
– Esa Pulkkinen
Feb 1 at 20:32
add a comment |
$begingroup$
Suppose a system of 2 equations defined as:
$$begin{cases}
x_{n+1}&=f_x(x_n,y_n) \
y_{n+1}&=f_y(x_n,y_n)
end{cases}$$
where initial conditions for $x_0$ and $y_0$ are defined, and $x_n,y_ninBbb R$, $f_x,f_y:Bbb R^2to Bbb R$.
I found that if $f_x(x,y)=cos(x+y)+sin(x-y)$ and $f_y(x,y)=cos(x-y)+sin(x+y)$. Then the system becomes
$$begin{cases}
x_{n+1}&=cos(x_n+y_n)+sin(x_n-y_n)\
y_{n+1}&=cos(x_n-y_n)+sin(x_n+y_n)
end{cases}$$
which for any starting values for $x_0$ and $y_0$ it will produce the following points(plotted $x$ horizontally and until $x_{1.000.000}$):
which creates a rather interesting structure(I think its called an attractor), and I'd love to hear more about these systems, but couldn't find anything. Any help would be appreciated. Thanks.
EDIT:
If the system is
$$begin{cases}
x_{n+1}&= cos(x_n^2+y_n^2) \
y_{n+1}&= sin(x_n^2-y_n^2)
end{cases}$$
The points would be the following:
Are these coming from some differential equations?
recurrence-relations systems-of-equations
$endgroup$
Suppose a system of 2 equations defined as:
$$begin{cases}
x_{n+1}&=f_x(x_n,y_n) \
y_{n+1}&=f_y(x_n,y_n)
end{cases}$$
where initial conditions for $x_0$ and $y_0$ are defined, and $x_n,y_ninBbb R$, $f_x,f_y:Bbb R^2to Bbb R$.
I found that if $f_x(x,y)=cos(x+y)+sin(x-y)$ and $f_y(x,y)=cos(x-y)+sin(x+y)$. Then the system becomes
$$begin{cases}
x_{n+1}&=cos(x_n+y_n)+sin(x_n-y_n)\
y_{n+1}&=cos(x_n-y_n)+sin(x_n+y_n)
end{cases}$$
which for any starting values for $x_0$ and $y_0$ it will produce the following points(plotted $x$ horizontally and until $x_{1.000.000}$):
which creates a rather interesting structure(I think its called an attractor), and I'd love to hear more about these systems, but couldn't find anything. Any help would be appreciated. Thanks.
EDIT:
If the system is
$$begin{cases}
x_{n+1}&= cos(x_n^2+y_n^2) \
y_{n+1}&= sin(x_n^2-y_n^2)
end{cases}$$
The points would be the following:
Are these coming from some differential equations?
recurrence-relations systems-of-equations
recurrence-relations systems-of-equations
edited Feb 1 at 22:45
flawr
11.8k32546
11.8k32546
asked Feb 1 at 20:14
GarmekainGarmekain
1,502720
1,502720
1
$begingroup$
Maybe using the equation $cos(a+b)=Re(e^{i(a+b)})$ and $sin(a + b) = Im(e^{i(a + b)})$ and combining two levels of the recursion it's possible to find simpler equation for the same system?
$endgroup$
– Esa Pulkkinen
Feb 1 at 20:32
add a comment |
1
$begingroup$
Maybe using the equation $cos(a+b)=Re(e^{i(a+b)})$ and $sin(a + b) = Im(e^{i(a + b)})$ and combining two levels of the recursion it's possible to find simpler equation for the same system?
$endgroup$
– Esa Pulkkinen
Feb 1 at 20:32
1
1
$begingroup$
Maybe using the equation $cos(a+b)=Re(e^{i(a+b)})$ and $sin(a + b) = Im(e^{i(a + b)})$ and combining two levels of the recursion it's possible to find simpler equation for the same system?
$endgroup$
– Esa Pulkkinen
Feb 1 at 20:32
$begingroup$
Maybe using the equation $cos(a+b)=Re(e^{i(a+b)})$ and $sin(a + b) = Im(e^{i(a + b)})$ and combining two levels of the recursion it's possible to find simpler equation for the same system?
$endgroup$
– Esa Pulkkinen
Feb 1 at 20:32
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes, such recurrences have been studied extensively and are still subject to resear in the field of Dynamical Systems, discrete time dynamical systems in particular. In this field the behaviour of repeated applications of a function (in your case $mathbb R^2 to mathbb R^2$) to some inputs is studied.
$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%2f3096680%2fthe-recursive-systems-of-equations-with-the-following-form-have-they-ever-been%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$
Yes, such recurrences have been studied extensively and are still subject to resear in the field of Dynamical Systems, discrete time dynamical systems in particular. In this field the behaviour of repeated applications of a function (in your case $mathbb R^2 to mathbb R^2$) to some inputs is studied.
$endgroup$
add a comment |
$begingroup$
Yes, such recurrences have been studied extensively and are still subject to resear in the field of Dynamical Systems, discrete time dynamical systems in particular. In this field the behaviour of repeated applications of a function (in your case $mathbb R^2 to mathbb R^2$) to some inputs is studied.
$endgroup$
add a comment |
$begingroup$
Yes, such recurrences have been studied extensively and are still subject to resear in the field of Dynamical Systems, discrete time dynamical systems in particular. In this field the behaviour of repeated applications of a function (in your case $mathbb R^2 to mathbb R^2$) to some inputs is studied.
$endgroup$
Yes, such recurrences have been studied extensively and are still subject to resear in the field of Dynamical Systems, discrete time dynamical systems in particular. In this field the behaviour of repeated applications of a function (in your case $mathbb R^2 to mathbb R^2$) to some inputs is studied.
answered Feb 1 at 22:35
flawrflawr
11.8k32546
11.8k32546
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%2f3096680%2fthe-recursive-systems-of-equations-with-the-following-form-have-they-ever-been%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$
Maybe using the equation $cos(a+b)=Re(e^{i(a+b)})$ and $sin(a + b) = Im(e^{i(a + b)})$ and combining two levels of the recursion it's possible to find simpler equation for the same system?
$endgroup$
– Esa Pulkkinen
Feb 1 at 20:32