constant evaluation when using differential equations.About the Legendre differential equationInhomogeneous...
function evaluation - I don't get it
What is the maximum number of PC-controlled undead?
Is it legal for a company to enter an agreement not to hire employees from another company?
constant evaluation when using differential equations.
Ex-contractor published company source code and secrets online
Is refreshing multiple times a test case for web applications?
How can I solve for the intersection points of two ellipses?
Not going forward with internship interview process
What does "sardine box" mean?
Double redundancy for the Saturn V LVDC computer memory, how were disagreements resolved?
elisp regular expression build problem
Can the ground attached to neutral fool a receptacle tester?
Why did Gandalf use a sword against the Balrog?
A simple stop watch which I want to extend
Can a fight scene, component-wise, be too complex and complicated?
AsyncDictionary - Can you break thread safety?
Is there a standardised way to check fake news?
How to take the beginning and end parts of a list with simpler syntax?
On the Rømer experiments and the speed if light
Write an interpreter for *
Bitcoin successfully deducted on sender wallet but did not reach receiver wallet
What game uses dice with sides powers of 2?
Multirow in tabularx?
How can I shift my job responsibilities back to programming?
constant evaluation when using differential equations.
About the Legendre differential equationInhomogeneous 2nd-order linear differential equationDetermining $y' = 1 - y^2$ generally excludes $y = pm 1$Solving a set of coupled first order differential equationsSolution of a Modified Bessel Differential Equation with Complex CoefficientFirst order nonlinear differential equation 2Should I include constants of integration while solving for the particular integral or not?“Trivial” differential equations solving, in Hilbert spaces
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
This is regards to constant evaluation when using differential equations.
- A solution is given to be:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}$$
- A simplified solution in an answer book is given as:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1 ) e^x+(c_2 ) e^{2x}$$
There is a change in sign of $c_1$ in the third term. $C_1$ is a constant and not specified to be positive or negative or is it supposed to be positive and that information is simply not specified. I never know how to interpret this kind of results. Can someone explain, please? Thank you.
Sincerely,
Mary A. Marion
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
This is regards to constant evaluation when using differential equations.
- A solution is given to be:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}$$
- A simplified solution in an answer book is given as:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1 ) e^x+(c_2 ) e^{2x}$$
There is a change in sign of $c_1$ in the third term. $C_1$ is a constant and not specified to be positive or negative or is it supposed to be positive and that information is simply not specified. I never know how to interpret this kind of results. Can someone explain, please? Thank you.
Sincerely,
Mary A. Marion
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
This is regards to constant evaluation when using differential equations.
- A solution is given to be:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}$$
- A simplified solution in an answer book is given as:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1 ) e^x+(c_2 ) e^{2x}$$
There is a change in sign of $c_1$ in the third term. $C_1$ is a constant and not specified to be positive or negative or is it supposed to be positive and that information is simply not specified. I never know how to interpret this kind of results. Can someone explain, please? Thank you.
Sincerely,
Mary A. Marion
ordinary-differential-equations
$endgroup$
This is regards to constant evaluation when using differential equations.
- A solution is given to be:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}$$
- A simplified solution in an answer book is given as:
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1 ) e^x+(c_2 ) e^{2x}$$
There is a change in sign of $c_1$ in the third term. $C_1$ is a constant and not specified to be positive or negative or is it supposed to be positive and that information is simply not specified. I never know how to interpret this kind of results. Can someone explain, please? Thank you.
Sincerely,
Mary A. Marion
ordinary-differential-equations
ordinary-differential-equations
edited 9 hours ago
LutzL
67.7k4 gold badges22 silver badges61 bronze badges
67.7k4 gold badges22 silver badges61 bronze badges
asked 9 hours ago
Mary A. MarionMary A. Marion
136 bronze badges
136 bronze badges
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Analysts have the lazy (but time-preserving) habit of using the same symbol for constants as they go along in such calculations. Those constants are different, but it's a slight abuse of notation that doesn't cause much trouble once you understand what's intended. It's like when they make such statements as $epsilon=frac{epsilon}{2},$ for example, since $epsilon>0$ is usually considered to be an arbitrarily small number anyway. Another place where we use such initially annoying (until you get used to it) abuse of notation is in the reindexing of series, where the same index is blithely used with different meanings.
Such are just conventions to shorten the work, and as you get used to them yourself, you'd begin to appreciate them -- and perhaps even prefer them to the more fastidious but tedious path.
$endgroup$
add a comment |
$begingroup$
As $c_1$ and $c_2$ are constants, we could define two other constants $tilde{c_1}=-(c_1+1)$ and $tilde{c_2}=c_2-1$ which differ from $c_1$ and $c_2$ by the value of one.
The answer key shows that
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}tag{1}$$
can be simplified to
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1) e^x+(c_2 ) e^{2x}tag{2}$$
where $(2)$ could be rewritten as
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(tilde{c_1} ) e^x+(tilde{c_2} ) e^{2x}tag{3}$$
provided that
$$tilde{c_1}=-(c_1+1)$$
$$tilde{c_2}=c_2-1$$
The author has chosen to omit rewriting $c_1$ and $c_2$ as new constants since it is implied that $c_1$ and $c_2$ refer to arbitrary constants in both $(1)$ and $(2)$.
$endgroup$
add a comment |
$begingroup$
Both solutions are correct and they are equivalent. The constants $C_1$ and $C_2$ are just place holders for numbers to be found from initial values and you may as well call them $-C_1-1$ or $C_2+1$
Once the initial values are given the constants are found and the final result is unique regardless of the notations for constants.
$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%2f3320339%2fconstant-evaluation-when-using-differential-equations%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Analysts have the lazy (but time-preserving) habit of using the same symbol for constants as they go along in such calculations. Those constants are different, but it's a slight abuse of notation that doesn't cause much trouble once you understand what's intended. It's like when they make such statements as $epsilon=frac{epsilon}{2},$ for example, since $epsilon>0$ is usually considered to be an arbitrarily small number anyway. Another place where we use such initially annoying (until you get used to it) abuse of notation is in the reindexing of series, where the same index is blithely used with different meanings.
Such are just conventions to shorten the work, and as you get used to them yourself, you'd begin to appreciate them -- and perhaps even prefer them to the more fastidious but tedious path.
$endgroup$
add a comment |
$begingroup$
Analysts have the lazy (but time-preserving) habit of using the same symbol for constants as they go along in such calculations. Those constants are different, but it's a slight abuse of notation that doesn't cause much trouble once you understand what's intended. It's like when they make such statements as $epsilon=frac{epsilon}{2},$ for example, since $epsilon>0$ is usually considered to be an arbitrarily small number anyway. Another place where we use such initially annoying (until you get used to it) abuse of notation is in the reindexing of series, where the same index is blithely used with different meanings.
Such are just conventions to shorten the work, and as you get used to them yourself, you'd begin to appreciate them -- and perhaps even prefer them to the more fastidious but tedious path.
$endgroup$
add a comment |
$begingroup$
Analysts have the lazy (but time-preserving) habit of using the same symbol for constants as they go along in such calculations. Those constants are different, but it's a slight abuse of notation that doesn't cause much trouble once you understand what's intended. It's like when they make such statements as $epsilon=frac{epsilon}{2},$ for example, since $epsilon>0$ is usually considered to be an arbitrarily small number anyway. Another place where we use such initially annoying (until you get used to it) abuse of notation is in the reindexing of series, where the same index is blithely used with different meanings.
Such are just conventions to shorten the work, and as you get used to them yourself, you'd begin to appreciate them -- and perhaps even prefer them to the more fastidious but tedious path.
$endgroup$
Analysts have the lazy (but time-preserving) habit of using the same symbol for constants as they go along in such calculations. Those constants are different, but it's a slight abuse of notation that doesn't cause much trouble once you understand what's intended. It's like when they make such statements as $epsilon=frac{epsilon}{2},$ for example, since $epsilon>0$ is usually considered to be an arbitrarily small number anyway. Another place where we use such initially annoying (until you get used to it) abuse of notation is in the reindexing of series, where the same index is blithely used with different meanings.
Such are just conventions to shorten the work, and as you get used to them yourself, you'd begin to appreciate them -- and perhaps even prefer them to the more fastidious but tedious path.
answered 8 hours ago
AllawonderAllawonder
3,7578 silver badges18 bronze badges
3,7578 silver badges18 bronze badges
add a comment |
add a comment |
$begingroup$
As $c_1$ and $c_2$ are constants, we could define two other constants $tilde{c_1}=-(c_1+1)$ and $tilde{c_2}=c_2-1$ which differ from $c_1$ and $c_2$ by the value of one.
The answer key shows that
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}tag{1}$$
can be simplified to
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1) e^x+(c_2 ) e^{2x}tag{2}$$
where $(2)$ could be rewritten as
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(tilde{c_1} ) e^x+(tilde{c_2} ) e^{2x}tag{3}$$
provided that
$$tilde{c_1}=-(c_1+1)$$
$$tilde{c_2}=c_2-1$$
The author has chosen to omit rewriting $c_1$ and $c_2$ as new constants since it is implied that $c_1$ and $c_2$ refer to arbitrary constants in both $(1)$ and $(2)$.
$endgroup$
add a comment |
$begingroup$
As $c_1$ and $c_2$ are constants, we could define two other constants $tilde{c_1}=-(c_1+1)$ and $tilde{c_2}=c_2-1$ which differ from $c_1$ and $c_2$ by the value of one.
The answer key shows that
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}tag{1}$$
can be simplified to
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1) e^x+(c_2 ) e^{2x}tag{2}$$
where $(2)$ could be rewritten as
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(tilde{c_1} ) e^x+(tilde{c_2} ) e^{2x}tag{3}$$
provided that
$$tilde{c_1}=-(c_1+1)$$
$$tilde{c_2}=c_2-1$$
The author has chosen to omit rewriting $c_1$ and $c_2$ as new constants since it is implied that $c_1$ and $c_2$ refer to arbitrary constants in both $(1)$ and $(2)$.
$endgroup$
add a comment |
$begingroup$
As $c_1$ and $c_2$ are constants, we could define two other constants $tilde{c_1}=-(c_1+1)$ and $tilde{c_2}=c_2-1$ which differ from $c_1$ and $c_2$ by the value of one.
The answer key shows that
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}tag{1}$$
can be simplified to
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1) e^x+(c_2 ) e^{2x}tag{2}$$
where $(2)$ could be rewritten as
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(tilde{c_1} ) e^x+(tilde{c_2} ) e^{2x}tag{3}$$
provided that
$$tilde{c_1}=-(c_1+1)$$
$$tilde{c_2}=c_2-1$$
The author has chosen to omit rewriting $c_1$ and $c_2$ as new constants since it is implied that $c_1$ and $c_2$ refer to arbitrary constants in both $(1)$ and $(2)$.
$endgroup$
As $c_1$ and $c_2$ are constants, we could define two other constants $tilde{c_1}=-(c_1+1)$ and $tilde{c_2}=c_2-1$ which differ from $c_1$ and $c_2$ by the value of one.
The answer key shows that
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )-(c_1+1) e^x+(c_2-1) e^{2x}tag{1}$$
can be simplified to
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(c_1) e^x+(c_2 ) e^{2x}tag{2}$$
where $(2)$ could be rewritten as
$$y=(e^{2x}+e^x ) ln(1+e^{-x} )+(tilde{c_1} ) e^x+(tilde{c_2} ) e^{2x}tag{3}$$
provided that
$$tilde{c_1}=-(c_1+1)$$
$$tilde{c_2}=c_2-1$$
The author has chosen to omit rewriting $c_1$ and $c_2$ as new constants since it is implied that $c_1$ and $c_2$ refer to arbitrary constants in both $(1)$ and $(2)$.
edited 7 hours ago
answered 9 hours ago
Axion004Axion004
1,2906 silver badges17 bronze badges
1,2906 silver badges17 bronze badges
add a comment |
add a comment |
$begingroup$
Both solutions are correct and they are equivalent. The constants $C_1$ and $C_2$ are just place holders for numbers to be found from initial values and you may as well call them $-C_1-1$ or $C_2+1$
Once the initial values are given the constants are found and the final result is unique regardless of the notations for constants.
$endgroup$
add a comment |
$begingroup$
Both solutions are correct and they are equivalent. The constants $C_1$ and $C_2$ are just place holders for numbers to be found from initial values and you may as well call them $-C_1-1$ or $C_2+1$
Once the initial values are given the constants are found and the final result is unique regardless of the notations for constants.
$endgroup$
add a comment |
$begingroup$
Both solutions are correct and they are equivalent. The constants $C_1$ and $C_2$ are just place holders for numbers to be found from initial values and you may as well call them $-C_1-1$ or $C_2+1$
Once the initial values are given the constants are found and the final result is unique regardless of the notations for constants.
$endgroup$
Both solutions are correct and they are equivalent. The constants $C_1$ and $C_2$ are just place holders for numbers to be found from initial values and you may as well call them $-C_1-1$ or $C_2+1$
Once the initial values are given the constants are found and the final result is unique regardless of the notations for constants.
answered 9 hours ago
Mohammad Riazi-KermaniMohammad Riazi-Kermani
51.1k4 gold badges27 silver badges72 bronze badges
51.1k4 gold badges27 silver badges72 bronze badges
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%2f3320339%2fconstant-evaluation-when-using-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