Exercise: first-order linear differential equation
$begingroup$
This is a first-order linear differential equation:
$$y' = -ky + p$$
where $k$ and $p$ are constant. Based on my calculations, the solution is
$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$
while my teacher's file says
$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$
Which one is the right one?
Thank you in advance
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
This is a first-order linear differential equation:
$$y' = -ky + p$$
where $k$ and $p$ are constant. Based on my calculations, the solution is
$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$
while my teacher's file says
$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$
Which one is the right one?
Thank you in advance
ordinary-differential-equations
$endgroup$
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
Jan 19 at 19:38
1
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
Jan 19 at 19:39
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
Jan 19 at 19:43
$begingroup$
Both are right but in your solution the constant is not $y(0)$
$endgroup$
– Dylan
Jan 20 at 6:37
add a comment |
$begingroup$
This is a first-order linear differential equation:
$$y' = -ky + p$$
where $k$ and $p$ are constant. Based on my calculations, the solution is
$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$
while my teacher's file says
$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$
Which one is the right one?
Thank you in advance
ordinary-differential-equations
$endgroup$
This is a first-order linear differential equation:
$$y' = -ky + p$$
where $k$ and $p$ are constant. Based on my calculations, the solution is
$$y(x) = y(0) cdot exp^{-kx} + ; dfrac{p}{k}$$
while my teacher's file says
$$y(x) = dfrac{p}{k} + left[y(0) - dfrac{p}{k} right] exp^{-kx}$$
Which one is the right one?
Thank you in advance
ordinary-differential-equations
ordinary-differential-equations
edited Jan 19 at 19:44
user3204810
asked Jan 19 at 19:31
user3204810user3204810
1947
1947
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
Jan 19 at 19:38
1
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
Jan 19 at 19:39
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
Jan 19 at 19:43
$begingroup$
Both are right but in your solution the constant is not $y(0)$
$endgroup$
– Dylan
Jan 20 at 6:37
add a comment |
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
Jan 19 at 19:38
1
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
Jan 19 at 19:39
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
Jan 19 at 19:43
$begingroup$
Both are right but in your solution the constant is not $y(0)$
$endgroup$
– Dylan
Jan 20 at 6:37
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
Jan 19 at 19:38
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
Jan 19 at 19:38
1
1
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
Jan 19 at 19:39
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
Jan 19 at 19:39
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
Jan 19 at 19:43
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
Jan 19 at 19:43
$begingroup$
Both are right but in your solution the constant is not $y(0)$
$endgroup$
– Dylan
Jan 20 at 6:37
$begingroup$
Both are right but in your solution the constant is not $y(0)$
$endgroup$
– Dylan
Jan 20 at 6:37
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$
$endgroup$
add a comment |
$begingroup$
The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following
begin{align}
y'&=-ky+p\
y'&=-kleft(y-frac pkright)\
frac{y'}{y-frac pk}&=-k\
int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
logleft(y-frac pkright)&=-kx+c\
y-frac pk&=ce^{-kx}\
end{align}
$$therefore~y(x)~=~ce^{-kx}+frac pk$$
Determining the constant $c$ by using $y(0)=y_0$ we get
$$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$
$$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$
I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since
$$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$
$endgroup$
add a comment |
$begingroup$
Firstly, this is first-order.
We let $$y'+ky=p$$
Then use an integrating factor:
$$IF=e^{int k dx}=e^{kx}$$
Then the trick:
$$ycdot IF =int{IFcdot RHS dx}$$
$$to ye^{kx}=int{pe^{kx} dx}$$
$$to y=frac pk +Ce^{-kx}$$
You appear correct therefore, unless the initial condition changes something.
$endgroup$
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
Jan 19 at 19:56
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%2f3079714%2fexercise-first-order-linear-differential-equation%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$
The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$
$endgroup$
add a comment |
$begingroup$
The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$
$endgroup$
add a comment |
$begingroup$
The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$
$endgroup$
The general solution is given by $$y(x)=frac{p}{k}+Ce^{kx}$$ and now you will $$y(0)=frac{p}{k}+C$$ to compute $$C$$
answered Jan 19 at 19:39
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
76.7k42866
76.7k42866
add a comment |
add a comment |
$begingroup$
The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following
begin{align}
y'&=-ky+p\
y'&=-kleft(y-frac pkright)\
frac{y'}{y-frac pk}&=-k\
int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
logleft(y-frac pkright)&=-kx+c\
y-frac pk&=ce^{-kx}\
end{align}
$$therefore~y(x)~=~ce^{-kx}+frac pk$$
Determining the constant $c$ by using $y(0)=y_0$ we get
$$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$
$$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$
I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since
$$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$
$endgroup$
add a comment |
$begingroup$
The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following
begin{align}
y'&=-ky+p\
y'&=-kleft(y-frac pkright)\
frac{y'}{y-frac pk}&=-k\
int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
logleft(y-frac pkright)&=-kx+c\
y-frac pk&=ce^{-kx}\
end{align}
$$therefore~y(x)~=~ce^{-kx}+frac pk$$
Determining the constant $c$ by using $y(0)=y_0$ we get
$$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$
$$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$
I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since
$$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$
$endgroup$
add a comment |
$begingroup$
The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following
begin{align}
y'&=-ky+p\
y'&=-kleft(y-frac pkright)\
frac{y'}{y-frac pk}&=-k\
int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
logleft(y-frac pkright)&=-kx+c\
y-frac pk&=ce^{-kx}\
end{align}
$$therefore~y(x)~=~ce^{-kx}+frac pk$$
Determining the constant $c$ by using $y(0)=y_0$ we get
$$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$
$$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$
I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since
$$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$
$endgroup$
The solution given by your teacher is the right one. Assuming that the intial condition is given by $y(0)=y_0$ we get the following
begin{align}
y'&=-ky+p\
y'&=-kleft(y-frac pkright)\
frac{y'}{y-frac pk}&=-k\
int frac{mathrm dy}{y-frac pk}&=-kintmathrm dx\
logleft(y-frac pkright)&=-kx+c\
y-frac pk&=ce^{-kx}\
end{align}
$$therefore~y(x)~=~ce^{-kx}+frac pk$$
Determining the constant $c$ by using $y(0)=y_0$ we get
$$y(0)=c+frac pk=y_0Rightarrow~c=y_0-frac pk$$
$$therefore~y(x)=frac pk+left[y_0-frac pkright]e^{-kx}$$
I cannot really tell where you went wrong but it is easy to check that your solution does not fulfill the initial condition since
$$y(x)=y_0e^{-kx}+frac pkRightarrow y(0)=y_0+frac pkcolor{red}neq y_0$$
answered Jan 19 at 19:48
mrtaurhomrtaurho
5,59051440
5,59051440
add a comment |
add a comment |
$begingroup$
Firstly, this is first-order.
We let $$y'+ky=p$$
Then use an integrating factor:
$$IF=e^{int k dx}=e^{kx}$$
Then the trick:
$$ycdot IF =int{IFcdot RHS dx}$$
$$to ye^{kx}=int{pe^{kx} dx}$$
$$to y=frac pk +Ce^{-kx}$$
You appear correct therefore, unless the initial condition changes something.
$endgroup$
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
Jan 19 at 19:56
add a comment |
$begingroup$
Firstly, this is first-order.
We let $$y'+ky=p$$
Then use an integrating factor:
$$IF=e^{int k dx}=e^{kx}$$
Then the trick:
$$ycdot IF =int{IFcdot RHS dx}$$
$$to ye^{kx}=int{pe^{kx} dx}$$
$$to y=frac pk +Ce^{-kx}$$
You appear correct therefore, unless the initial condition changes something.
$endgroup$
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
Jan 19 at 19:56
add a comment |
$begingroup$
Firstly, this is first-order.
We let $$y'+ky=p$$
Then use an integrating factor:
$$IF=e^{int k dx}=e^{kx}$$
Then the trick:
$$ycdot IF =int{IFcdot RHS dx}$$
$$to ye^{kx}=int{pe^{kx} dx}$$
$$to y=frac pk +Ce^{-kx}$$
You appear correct therefore, unless the initial condition changes something.
$endgroup$
Firstly, this is first-order.
We let $$y'+ky=p$$
Then use an integrating factor:
$$IF=e^{int k dx}=e^{kx}$$
Then the trick:
$$ycdot IF =int{IFcdot RHS dx}$$
$$to ye^{kx}=int{pe^{kx} dx}$$
$$to y=frac pk +Ce^{-kx}$$
You appear correct therefore, unless the initial condition changes something.
answered Jan 19 at 19:44
Rhys HughesRhys Hughes
6,9441530
6,9441530
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
Jan 19 at 19:56
add a comment |
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
Jan 19 at 19:56
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
Jan 19 at 19:56
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
Jan 19 at 19:56
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%2f3079714%2fexercise-first-order-linear-differential-equation%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
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
Jan 19 at 19:38
1
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
Jan 19 at 19:39
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
Jan 19 at 19:43
$begingroup$
Both are right but in your solution the constant is not $y(0)$
$endgroup$
– Dylan
Jan 20 at 6:37