Explanation of differing solutions for an exact ODE
$begingroup$
I was solving the following ODE
$$ y cos(xy) + x cos(xy) y' = 0$$
My initial intuition to solving it is to observe that it can be factored as:
$$ cos(xy) (y + xy') = 0$$
So over $x,y$ that don't satisfy $cos(xy) = 0$ we have
$$ y + xy' = 0$$
And this is an exact eqation which has solutions of the form
$$ xy = C$$
Now the video series that the ODE originated from takes a different approach. It notices that $$frac{partial}{partial y} [y cos(xy)] = cos(xy)- xy sin(xy) , frac{partial}{partial x} [xcos(xy)] = cos(xy) - xy sin(xy) $$
So therefore the solutions are of the form $ sin(xy) = C$
clearly my approach doesn't agree with the classical approach, but my only difference was dividing out a term which is 0 in a set non-dense in $mathbb{R}^2$ so I don't understand why my answer differs so much. And my intuition that $xy$ should be constant for all points where $cos(xy) ne 0$ can't possibly be true so I feel i'm deeply missing some intuition here.
ordinary-differential-equations pde
$endgroup$
add a comment |
$begingroup$
I was solving the following ODE
$$ y cos(xy) + x cos(xy) y' = 0$$
My initial intuition to solving it is to observe that it can be factored as:
$$ cos(xy) (y + xy') = 0$$
So over $x,y$ that don't satisfy $cos(xy) = 0$ we have
$$ y + xy' = 0$$
And this is an exact eqation which has solutions of the form
$$ xy = C$$
Now the video series that the ODE originated from takes a different approach. It notices that $$frac{partial}{partial y} [y cos(xy)] = cos(xy)- xy sin(xy) , frac{partial}{partial x} [xcos(xy)] = cos(xy) - xy sin(xy) $$
So therefore the solutions are of the form $ sin(xy) = C$
clearly my approach doesn't agree with the classical approach, but my only difference was dividing out a term which is 0 in a set non-dense in $mathbb{R}^2$ so I don't understand why my answer differs so much. And my intuition that $xy$ should be constant for all points where $cos(xy) ne 0$ can't possibly be true so I feel i'm deeply missing some intuition here.
ordinary-differential-equations pde
$endgroup$
add a comment |
$begingroup$
I was solving the following ODE
$$ y cos(xy) + x cos(xy) y' = 0$$
My initial intuition to solving it is to observe that it can be factored as:
$$ cos(xy) (y + xy') = 0$$
So over $x,y$ that don't satisfy $cos(xy) = 0$ we have
$$ y + xy' = 0$$
And this is an exact eqation which has solutions of the form
$$ xy = C$$
Now the video series that the ODE originated from takes a different approach. It notices that $$frac{partial}{partial y} [y cos(xy)] = cos(xy)- xy sin(xy) , frac{partial}{partial x} [xcos(xy)] = cos(xy) - xy sin(xy) $$
So therefore the solutions are of the form $ sin(xy) = C$
clearly my approach doesn't agree with the classical approach, but my only difference was dividing out a term which is 0 in a set non-dense in $mathbb{R}^2$ so I don't understand why my answer differs so much. And my intuition that $xy$ should be constant for all points where $cos(xy) ne 0$ can't possibly be true so I feel i'm deeply missing some intuition here.
ordinary-differential-equations pde
$endgroup$
I was solving the following ODE
$$ y cos(xy) + x cos(xy) y' = 0$$
My initial intuition to solving it is to observe that it can be factored as:
$$ cos(xy) (y + xy') = 0$$
So over $x,y$ that don't satisfy $cos(xy) = 0$ we have
$$ y + xy' = 0$$
And this is an exact eqation which has solutions of the form
$$ xy = C$$
Now the video series that the ODE originated from takes a different approach. It notices that $$frac{partial}{partial y} [y cos(xy)] = cos(xy)- xy sin(xy) , frac{partial}{partial x} [xcos(xy)] = cos(xy) - xy sin(xy) $$
So therefore the solutions are of the form $ sin(xy) = C$
clearly my approach doesn't agree with the classical approach, but my only difference was dividing out a term which is 0 in a set non-dense in $mathbb{R}^2$ so I don't understand why my answer differs so much. And my intuition that $xy$ should be constant for all points where $cos(xy) ne 0$ can't possibly be true so I feel i'm deeply missing some intuition here.
ordinary-differential-equations pde
ordinary-differential-equations pde
asked Jan 27 at 22:11
frogeyedpeasfrogeyedpeas
7,63172054
7,63172054
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Indeed, $xy=C$ and $sin(xy)=C$ characterize the same family of curves. For example $sin(xy)=0$ is the curves $xy=kpi$, $kinmathbb{Z}$.
$endgroup$
$begingroup$
oh damn, since we can just take $arcsin$ of both sides.
$endgroup$
– frogeyedpeas
Jan 27 at 22:38
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%2f3090188%2fexplanation-of-differing-solutions-for-an-exact-ode%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$
Indeed, $xy=C$ and $sin(xy)=C$ characterize the same family of curves. For example $sin(xy)=0$ is the curves $xy=kpi$, $kinmathbb{Z}$.
$endgroup$
$begingroup$
oh damn, since we can just take $arcsin$ of both sides.
$endgroup$
– frogeyedpeas
Jan 27 at 22:38
add a comment |
$begingroup$
Indeed, $xy=C$ and $sin(xy)=C$ characterize the same family of curves. For example $sin(xy)=0$ is the curves $xy=kpi$, $kinmathbb{Z}$.
$endgroup$
$begingroup$
oh damn, since we can just take $arcsin$ of both sides.
$endgroup$
– frogeyedpeas
Jan 27 at 22:38
add a comment |
$begingroup$
Indeed, $xy=C$ and $sin(xy)=C$ characterize the same family of curves. For example $sin(xy)=0$ is the curves $xy=kpi$, $kinmathbb{Z}$.
$endgroup$
Indeed, $xy=C$ and $sin(xy)=C$ characterize the same family of curves. For example $sin(xy)=0$ is the curves $xy=kpi$, $kinmathbb{Z}$.
answered Jan 27 at 22:19
Eclipse SunEclipse Sun
7,8401438
7,8401438
$begingroup$
oh damn, since we can just take $arcsin$ of both sides.
$endgroup$
– frogeyedpeas
Jan 27 at 22:38
add a comment |
$begingroup$
oh damn, since we can just take $arcsin$ of both sides.
$endgroup$
– frogeyedpeas
Jan 27 at 22:38
$begingroup$
oh damn, since we can just take $arcsin$ of both sides.
$endgroup$
– frogeyedpeas
Jan 27 at 22:38
$begingroup$
oh damn, since we can just take $arcsin$ of both sides.
$endgroup$
– frogeyedpeas
Jan 27 at 22:38
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%2f3090188%2fexplanation-of-differing-solutions-for-an-exact-ode%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