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
1 hour ago
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
1 hour ago
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
1 hour ago
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 1 hour ago
user3204810
asked 1 hour ago
user3204810user3204810
1947
1947
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
1 hour ago
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
1 hour ago
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
1 hour ago
add a comment |
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
1 hour ago
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
1 hour ago
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
1 hour ago
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
1 hour ago
$begingroup$
Could you maybe add the initial condition? Without one cannot really determine which solution is the right one.
$endgroup$
– mrtaurho
1 hour ago
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
1 hour ago
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
1 hour ago
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
1 hour ago
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
1 hour ago
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
1 hour ago
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 1 hour ago
Dr. Sonnhard GraubnerDr. Sonnhard Graubner
74k42865
74k42865
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 1 hour ago
mrtaurhomrtaurho
4,15121234
4,15121234
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
1 hour ago
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
1 hour ago
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 1 hour ago
Rhys HughesRhys Hughes
5,5561528
5,5561528
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
1 hour ago
add a comment |
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
1 hour ago
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
1 hour ago
$begingroup$
I corrected. Sorry for the mistake
$endgroup$
– user3204810
1 hour ago
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
1 hour ago
$begingroup$
When $x=0$ your equation reads $y(0)=y(0)+p/k$
$endgroup$
– user121049
1 hour ago
$begingroup$
my teacher's file says "for $x in [0,X]$", so I think the initial condition is $y(0) = 0$
$endgroup$
– user3204810
1 hour ago