Fixed points of a system of differential equations
I'm wondering about how to find the fixed points for the following system:
$$
dot{x} = frac{xr_1}{k_1}left(k_1 - c_1 x - i_1 y right)
$$
$$
dot{y} = frac{y r_2}{k_2}left(k_2 - c_2 y - i_2 x right)
$$
I think the approach would be;
For $dot{x}$ I can state that either $x=0$ or the term in the parenthesis is
zero. For the term the parenthesis, consider $x=0$ and $y=0$ separately. This
gives the points $(0, k_1/i_1)$ when $x=0$ and $(k_1/c_1 , 0)$ when $y=0$.
The same approach is taken for $dot{y}$ which gives $(0, k_2/c_2)$ when $x=0$
and $(k_2/i_2, 0)$ when $y=0$.
This gives the fixed points
- $(0 , 0) $
$(0 , frac{k_1}{i_1}) $, (from $dot{x}$, where $x=0$)
$(frac{k_1}{c_1} , 0) $, (from $dot{x}$, where $y=0$)
$(0 , frac{k_2}{c_2}) $, (from $dot{y}$, where $x=0$)
$(frac{k_2}{c_2} , 0) $, (from $dot{y}$, where $y=0$)
differential-equations systems-of-equations
add a comment |
I'm wondering about how to find the fixed points for the following system:
$$
dot{x} = frac{xr_1}{k_1}left(k_1 - c_1 x - i_1 y right)
$$
$$
dot{y} = frac{y r_2}{k_2}left(k_2 - c_2 y - i_2 x right)
$$
I think the approach would be;
For $dot{x}$ I can state that either $x=0$ or the term in the parenthesis is
zero. For the term the parenthesis, consider $x=0$ and $y=0$ separately. This
gives the points $(0, k_1/i_1)$ when $x=0$ and $(k_1/c_1 , 0)$ when $y=0$.
The same approach is taken for $dot{y}$ which gives $(0, k_2/c_2)$ when $x=0$
and $(k_2/i_2, 0)$ when $y=0$.
This gives the fixed points
- $(0 , 0) $
$(0 , frac{k_1}{i_1}) $, (from $dot{x}$, where $x=0$)
$(frac{k_1}{c_1} , 0) $, (from $dot{x}$, where $y=0$)
$(0 , frac{k_2}{c_2}) $, (from $dot{y}$, where $x=0$)
$(frac{k_2}{c_2} , 0) $, (from $dot{y}$, where $y=0$)
differential-equations systems-of-equations
Hint: a fixed point is such that $dot x=dot y=0$ and this leaves a system of two equations in two unknowns.
– Yves Daoust
Nov 24 at 16:53
@YvesDaoust thanks - I'm a bit confused about the case where we have $x$ as part of the fixed point, rather than it being purely coefficients. Here : $$ y = frac{(k_1 - k_2) + x(i_2 - c_1) }{c_2 - i_1} $$ or $$ x = frac{(k_1 - k_2) + y(c_2 - i_1) }{i_2 - c_1} $$
– baxx
Nov 24 at 17:15
I mean, if I have a fixed point of the form $$ left( frac{k_1 - k_2}{c_1 - i_2} , frac{x(c_1 - i_2) - k_1 + k_2}{c_2 - i_1} right) $$ Then when I evaulate it with the Jacobian it's not the same, usually the values are all constants that can be plugged in.
– baxx
Nov 24 at 17:20
No, write down the system of equations and solve it. If I am right, there are five distinct solutions.
– Yves Daoust
Nov 24 at 17:22
Er, I mean four solutions. You may not consider one equation at a time.
– Yves Daoust
Nov 25 at 17:50
add a comment |
I'm wondering about how to find the fixed points for the following system:
$$
dot{x} = frac{xr_1}{k_1}left(k_1 - c_1 x - i_1 y right)
$$
$$
dot{y} = frac{y r_2}{k_2}left(k_2 - c_2 y - i_2 x right)
$$
I think the approach would be;
For $dot{x}$ I can state that either $x=0$ or the term in the parenthesis is
zero. For the term the parenthesis, consider $x=0$ and $y=0$ separately. This
gives the points $(0, k_1/i_1)$ when $x=0$ and $(k_1/c_1 , 0)$ when $y=0$.
The same approach is taken for $dot{y}$ which gives $(0, k_2/c_2)$ when $x=0$
and $(k_2/i_2, 0)$ when $y=0$.
This gives the fixed points
- $(0 , 0) $
$(0 , frac{k_1}{i_1}) $, (from $dot{x}$, where $x=0$)
$(frac{k_1}{c_1} , 0) $, (from $dot{x}$, where $y=0$)
$(0 , frac{k_2}{c_2}) $, (from $dot{y}$, where $x=0$)
$(frac{k_2}{c_2} , 0) $, (from $dot{y}$, where $y=0$)
differential-equations systems-of-equations
I'm wondering about how to find the fixed points for the following system:
$$
dot{x} = frac{xr_1}{k_1}left(k_1 - c_1 x - i_1 y right)
$$
$$
dot{y} = frac{y r_2}{k_2}left(k_2 - c_2 y - i_2 x right)
$$
I think the approach would be;
For $dot{x}$ I can state that either $x=0$ or the term in the parenthesis is
zero. For the term the parenthesis, consider $x=0$ and $y=0$ separately. This
gives the points $(0, k_1/i_1)$ when $x=0$ and $(k_1/c_1 , 0)$ when $y=0$.
The same approach is taken for $dot{y}$ which gives $(0, k_2/c_2)$ when $x=0$
and $(k_2/i_2, 0)$ when $y=0$.
This gives the fixed points
- $(0 , 0) $
$(0 , frac{k_1}{i_1}) $, (from $dot{x}$, where $x=0$)
$(frac{k_1}{c_1} , 0) $, (from $dot{x}$, where $y=0$)
$(0 , frac{k_2}{c_2}) $, (from $dot{y}$, where $x=0$)
$(frac{k_2}{c_2} , 0) $, (from $dot{y}$, where $y=0$)
differential-equations systems-of-equations
differential-equations systems-of-equations
asked Nov 24 at 15:54
baxx
401310
401310
Hint: a fixed point is such that $dot x=dot y=0$ and this leaves a system of two equations in two unknowns.
– Yves Daoust
Nov 24 at 16:53
@YvesDaoust thanks - I'm a bit confused about the case where we have $x$ as part of the fixed point, rather than it being purely coefficients. Here : $$ y = frac{(k_1 - k_2) + x(i_2 - c_1) }{c_2 - i_1} $$ or $$ x = frac{(k_1 - k_2) + y(c_2 - i_1) }{i_2 - c_1} $$
– baxx
Nov 24 at 17:15
I mean, if I have a fixed point of the form $$ left( frac{k_1 - k_2}{c_1 - i_2} , frac{x(c_1 - i_2) - k_1 + k_2}{c_2 - i_1} right) $$ Then when I evaulate it with the Jacobian it's not the same, usually the values are all constants that can be plugged in.
– baxx
Nov 24 at 17:20
No, write down the system of equations and solve it. If I am right, there are five distinct solutions.
– Yves Daoust
Nov 24 at 17:22
Er, I mean four solutions. You may not consider one equation at a time.
– Yves Daoust
Nov 25 at 17:50
add a comment |
Hint: a fixed point is such that $dot x=dot y=0$ and this leaves a system of two equations in two unknowns.
– Yves Daoust
Nov 24 at 16:53
@YvesDaoust thanks - I'm a bit confused about the case where we have $x$ as part of the fixed point, rather than it being purely coefficients. Here : $$ y = frac{(k_1 - k_2) + x(i_2 - c_1) }{c_2 - i_1} $$ or $$ x = frac{(k_1 - k_2) + y(c_2 - i_1) }{i_2 - c_1} $$
– baxx
Nov 24 at 17:15
I mean, if I have a fixed point of the form $$ left( frac{k_1 - k_2}{c_1 - i_2} , frac{x(c_1 - i_2) - k_1 + k_2}{c_2 - i_1} right) $$ Then when I evaulate it with the Jacobian it's not the same, usually the values are all constants that can be plugged in.
– baxx
Nov 24 at 17:20
No, write down the system of equations and solve it. If I am right, there are five distinct solutions.
– Yves Daoust
Nov 24 at 17:22
Er, I mean four solutions. You may not consider one equation at a time.
– Yves Daoust
Nov 25 at 17:50
Hint: a fixed point is such that $dot x=dot y=0$ and this leaves a system of two equations in two unknowns.
– Yves Daoust
Nov 24 at 16:53
Hint: a fixed point is such that $dot x=dot y=0$ and this leaves a system of two equations in two unknowns.
– Yves Daoust
Nov 24 at 16:53
@YvesDaoust thanks - I'm a bit confused about the case where we have $x$ as part of the fixed point, rather than it being purely coefficients. Here : $$ y = frac{(k_1 - k_2) + x(i_2 - c_1) }{c_2 - i_1} $$ or $$ x = frac{(k_1 - k_2) + y(c_2 - i_1) }{i_2 - c_1} $$
– baxx
Nov 24 at 17:15
@YvesDaoust thanks - I'm a bit confused about the case where we have $x$ as part of the fixed point, rather than it being purely coefficients. Here : $$ y = frac{(k_1 - k_2) + x(i_2 - c_1) }{c_2 - i_1} $$ or $$ x = frac{(k_1 - k_2) + y(c_2 - i_1) }{i_2 - c_1} $$
– baxx
Nov 24 at 17:15
I mean, if I have a fixed point of the form $$ left( frac{k_1 - k_2}{c_1 - i_2} , frac{x(c_1 - i_2) - k_1 + k_2}{c_2 - i_1} right) $$ Then when I evaulate it with the Jacobian it's not the same, usually the values are all constants that can be plugged in.
– baxx
Nov 24 at 17:20
I mean, if I have a fixed point of the form $$ left( frac{k_1 - k_2}{c_1 - i_2} , frac{x(c_1 - i_2) - k_1 + k_2}{c_2 - i_1} right) $$ Then when I evaulate it with the Jacobian it's not the same, usually the values are all constants that can be plugged in.
– baxx
Nov 24 at 17:20
No, write down the system of equations and solve it. If I am right, there are five distinct solutions.
– Yves Daoust
Nov 24 at 17:22
No, write down the system of equations and solve it. If I am right, there are five distinct solutions.
– Yves Daoust
Nov 24 at 17:22
Er, I mean four solutions. You may not consider one equation at a time.
– Yves Daoust
Nov 25 at 17:50
Er, I mean four solutions. You may not consider one equation at a time.
– Yves Daoust
Nov 25 at 17:50
add a comment |
1 Answer
1
active
oldest
votes
No, that's not correct.
For example, if $x=0$ then $dot x=0$ already, so you shouldn't look at the other factor in $dot x$ in that case.
The correct cases are:
$x = 0$ and $y = 0$
or
$x = 0$ and $k_2 - c_2 y - i_2 x = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $y = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $k_2 - c_2 y - i_2 x = 0$
Each of these cases gives you one fixed point $(x,y)$, so there are four fixed points in total (the origin, one on each axis, plus a nontrivial one).
Thanks, are the indices correct in what you've written?
– baxx
Nov 24 at 16:34
Oops, sorry, forgot to change $i_1$ to $i_2$ after copying. Now it should be OK.
– Hans Lundmark
Nov 24 at 16:36
1
It's a $2 times 2$ linear system (two equations, two unknowns). Just solve it as you would in linear algebra.
– Hans Lundmark
Nov 24 at 16:44
1
Surely linear algebra is a prerequisite for an ODE course where a problem like this would appear?!? Anyway, this is extremely basic stuff, just google “Gaussian elimination” and you will find a million explanations.
– Hans Lundmark
Nov 24 at 16:47
1
Just solve $$pmatrix{c_1&i_1\i_2&c_2}pmatrix{x\y}=pmatrix{k_1\k_2},$$ for instance using Cramer's rule or by multiplying with the adjoint matrix $$pmatrix{c_2&-i_1\-i_2&c_1}$$ from the left.
– LutzL
Nov 24 at 17:27
|
show 3 more comments
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%2f3011709%2ffixed-points-of-a-system-of-differential-equations%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
No, that's not correct.
For example, if $x=0$ then $dot x=0$ already, so you shouldn't look at the other factor in $dot x$ in that case.
The correct cases are:
$x = 0$ and $y = 0$
or
$x = 0$ and $k_2 - c_2 y - i_2 x = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $y = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $k_2 - c_2 y - i_2 x = 0$
Each of these cases gives you one fixed point $(x,y)$, so there are four fixed points in total (the origin, one on each axis, plus a nontrivial one).
Thanks, are the indices correct in what you've written?
– baxx
Nov 24 at 16:34
Oops, sorry, forgot to change $i_1$ to $i_2$ after copying. Now it should be OK.
– Hans Lundmark
Nov 24 at 16:36
1
It's a $2 times 2$ linear system (two equations, two unknowns). Just solve it as you would in linear algebra.
– Hans Lundmark
Nov 24 at 16:44
1
Surely linear algebra is a prerequisite for an ODE course where a problem like this would appear?!? Anyway, this is extremely basic stuff, just google “Gaussian elimination” and you will find a million explanations.
– Hans Lundmark
Nov 24 at 16:47
1
Just solve $$pmatrix{c_1&i_1\i_2&c_2}pmatrix{x\y}=pmatrix{k_1\k_2},$$ for instance using Cramer's rule or by multiplying with the adjoint matrix $$pmatrix{c_2&-i_1\-i_2&c_1}$$ from the left.
– LutzL
Nov 24 at 17:27
|
show 3 more comments
No, that's not correct.
For example, if $x=0$ then $dot x=0$ already, so you shouldn't look at the other factor in $dot x$ in that case.
The correct cases are:
$x = 0$ and $y = 0$
or
$x = 0$ and $k_2 - c_2 y - i_2 x = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $y = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $k_2 - c_2 y - i_2 x = 0$
Each of these cases gives you one fixed point $(x,y)$, so there are four fixed points in total (the origin, one on each axis, plus a nontrivial one).
Thanks, are the indices correct in what you've written?
– baxx
Nov 24 at 16:34
Oops, sorry, forgot to change $i_1$ to $i_2$ after copying. Now it should be OK.
– Hans Lundmark
Nov 24 at 16:36
1
It's a $2 times 2$ linear system (two equations, two unknowns). Just solve it as you would in linear algebra.
– Hans Lundmark
Nov 24 at 16:44
1
Surely linear algebra is a prerequisite for an ODE course where a problem like this would appear?!? Anyway, this is extremely basic stuff, just google “Gaussian elimination” and you will find a million explanations.
– Hans Lundmark
Nov 24 at 16:47
1
Just solve $$pmatrix{c_1&i_1\i_2&c_2}pmatrix{x\y}=pmatrix{k_1\k_2},$$ for instance using Cramer's rule or by multiplying with the adjoint matrix $$pmatrix{c_2&-i_1\-i_2&c_1}$$ from the left.
– LutzL
Nov 24 at 17:27
|
show 3 more comments
No, that's not correct.
For example, if $x=0$ then $dot x=0$ already, so you shouldn't look at the other factor in $dot x$ in that case.
The correct cases are:
$x = 0$ and $y = 0$
or
$x = 0$ and $k_2 - c_2 y - i_2 x = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $y = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $k_2 - c_2 y - i_2 x = 0$
Each of these cases gives you one fixed point $(x,y)$, so there are four fixed points in total (the origin, one on each axis, plus a nontrivial one).
No, that's not correct.
For example, if $x=0$ then $dot x=0$ already, so you shouldn't look at the other factor in $dot x$ in that case.
The correct cases are:
$x = 0$ and $y = 0$
or
$x = 0$ and $k_2 - c_2 y - i_2 x = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $y = 0$
or
$k_1 - c_1 x - i_1 y = 0$ and $k_2 - c_2 y - i_2 x = 0$
Each of these cases gives you one fixed point $(x,y)$, so there are four fixed points in total (the origin, one on each axis, plus a nontrivial one).
edited Nov 24 at 16:35
answered Nov 24 at 16:31
Hans Lundmark
34.9k564112
34.9k564112
Thanks, are the indices correct in what you've written?
– baxx
Nov 24 at 16:34
Oops, sorry, forgot to change $i_1$ to $i_2$ after copying. Now it should be OK.
– Hans Lundmark
Nov 24 at 16:36
1
It's a $2 times 2$ linear system (two equations, two unknowns). Just solve it as you would in linear algebra.
– Hans Lundmark
Nov 24 at 16:44
1
Surely linear algebra is a prerequisite for an ODE course where a problem like this would appear?!? Anyway, this is extremely basic stuff, just google “Gaussian elimination” and you will find a million explanations.
– Hans Lundmark
Nov 24 at 16:47
1
Just solve $$pmatrix{c_1&i_1\i_2&c_2}pmatrix{x\y}=pmatrix{k_1\k_2},$$ for instance using Cramer's rule or by multiplying with the adjoint matrix $$pmatrix{c_2&-i_1\-i_2&c_1}$$ from the left.
– LutzL
Nov 24 at 17:27
|
show 3 more comments
Thanks, are the indices correct in what you've written?
– baxx
Nov 24 at 16:34
Oops, sorry, forgot to change $i_1$ to $i_2$ after copying. Now it should be OK.
– Hans Lundmark
Nov 24 at 16:36
1
It's a $2 times 2$ linear system (two equations, two unknowns). Just solve it as you would in linear algebra.
– Hans Lundmark
Nov 24 at 16:44
1
Surely linear algebra is a prerequisite for an ODE course where a problem like this would appear?!? Anyway, this is extremely basic stuff, just google “Gaussian elimination” and you will find a million explanations.
– Hans Lundmark
Nov 24 at 16:47
1
Just solve $$pmatrix{c_1&i_1\i_2&c_2}pmatrix{x\y}=pmatrix{k_1\k_2},$$ for instance using Cramer's rule or by multiplying with the adjoint matrix $$pmatrix{c_2&-i_1\-i_2&c_1}$$ from the left.
– LutzL
Nov 24 at 17:27
Thanks, are the indices correct in what you've written?
– baxx
Nov 24 at 16:34
Thanks, are the indices correct in what you've written?
– baxx
Nov 24 at 16:34
Oops, sorry, forgot to change $i_1$ to $i_2$ after copying. Now it should be OK.
– Hans Lundmark
Nov 24 at 16:36
Oops, sorry, forgot to change $i_1$ to $i_2$ after copying. Now it should be OK.
– Hans Lundmark
Nov 24 at 16:36
1
1
It's a $2 times 2$ linear system (two equations, two unknowns). Just solve it as you would in linear algebra.
– Hans Lundmark
Nov 24 at 16:44
It's a $2 times 2$ linear system (two equations, two unknowns). Just solve it as you would in linear algebra.
– Hans Lundmark
Nov 24 at 16:44
1
1
Surely linear algebra is a prerequisite for an ODE course where a problem like this would appear?!? Anyway, this is extremely basic stuff, just google “Gaussian elimination” and you will find a million explanations.
– Hans Lundmark
Nov 24 at 16:47
Surely linear algebra is a prerequisite for an ODE course where a problem like this would appear?!? Anyway, this is extremely basic stuff, just google “Gaussian elimination” and you will find a million explanations.
– Hans Lundmark
Nov 24 at 16:47
1
1
Just solve $$pmatrix{c_1&i_1\i_2&c_2}pmatrix{x\y}=pmatrix{k_1\k_2},$$ for instance using Cramer's rule or by multiplying with the adjoint matrix $$pmatrix{c_2&-i_1\-i_2&c_1}$$ from the left.
– LutzL
Nov 24 at 17:27
Just solve $$pmatrix{c_1&i_1\i_2&c_2}pmatrix{x\y}=pmatrix{k_1\k_2},$$ for instance using Cramer's rule or by multiplying with the adjoint matrix $$pmatrix{c_2&-i_1\-i_2&c_1}$$ from the left.
– LutzL
Nov 24 at 17:27
|
show 3 more comments
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.
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%2f3011709%2ffixed-points-of-a-system-of-differential-equations%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
Hint: a fixed point is such that $dot x=dot y=0$ and this leaves a system of two equations in two unknowns.
– Yves Daoust
Nov 24 at 16:53
@YvesDaoust thanks - I'm a bit confused about the case where we have $x$ as part of the fixed point, rather than it being purely coefficients. Here : $$ y = frac{(k_1 - k_2) + x(i_2 - c_1) }{c_2 - i_1} $$ or $$ x = frac{(k_1 - k_2) + y(c_2 - i_1) }{i_2 - c_1} $$
– baxx
Nov 24 at 17:15
I mean, if I have a fixed point of the form $$ left( frac{k_1 - k_2}{c_1 - i_2} , frac{x(c_1 - i_2) - k_1 + k_2}{c_2 - i_1} right) $$ Then when I evaulate it with the Jacobian it's not the same, usually the values are all constants that can be plugged in.
– baxx
Nov 24 at 17:20
No, write down the system of equations and solve it. If I am right, there are five distinct solutions.
– Yves Daoust
Nov 24 at 17:22
Er, I mean four solutions. You may not consider one equation at a time.
– Yves Daoust
Nov 25 at 17:50