Solving a first O.D.E
$begingroup$
I'm solving a rocket problem with the following O.D.E:
$$frac{dv}{dt}=-g-frac{k}{m}, v^2$$
with $g$ as gravitational constant, and $m$ (no changing mass) and $k$ are also constants. Given the initial condition $v(0)=V_0$ m/s, how to go about fnding its analytical solution?
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
I'm solving a rocket problem with the following O.D.E:
$$frac{dv}{dt}=-g-frac{k}{m}, v^2$$
with $g$ as gravitational constant, and $m$ (no changing mass) and $k$ are also constants. Given the initial condition $v(0)=V_0$ m/s, how to go about fnding its analytical solution?
ordinary-differential-equations
$endgroup$
2
$begingroup$
Welcome to MSE. What are your attempts solving this problem?
$endgroup$
– James
Jan 2 at 9:57
$begingroup$
It's a separable equation
$endgroup$
– Yuriy S
Jan 2 at 9:59
$begingroup$
I was looking at this ODE to see if I can treat it as a separable equation: link
$endgroup$
– macy
Jan 2 at 10:14
$begingroup$
The physics of this equation is only valid for $v>0$. In general it should be $dot v=-g-frac km v|v|$, as the air friction always acts to reduce the velocity, that is as a force in the opposite direction.
$endgroup$
– LutzL
Feb 20 at 9:49
add a comment |
$begingroup$
I'm solving a rocket problem with the following O.D.E:
$$frac{dv}{dt}=-g-frac{k}{m}, v^2$$
with $g$ as gravitational constant, and $m$ (no changing mass) and $k$ are also constants. Given the initial condition $v(0)=V_0$ m/s, how to go about fnding its analytical solution?
ordinary-differential-equations
$endgroup$
I'm solving a rocket problem with the following O.D.E:
$$frac{dv}{dt}=-g-frac{k}{m}, v^2$$
with $g$ as gravitational constant, and $m$ (no changing mass) and $k$ are also constants. Given the initial condition $v(0)=V_0$ m/s, how to go about fnding its analytical solution?
ordinary-differential-equations
ordinary-differential-equations
edited Jan 8 at 8:39
macy
asked Jan 2 at 9:53
macymacy
125
125
2
$begingroup$
Welcome to MSE. What are your attempts solving this problem?
$endgroup$
– James
Jan 2 at 9:57
$begingroup$
It's a separable equation
$endgroup$
– Yuriy S
Jan 2 at 9:59
$begingroup$
I was looking at this ODE to see if I can treat it as a separable equation: link
$endgroup$
– macy
Jan 2 at 10:14
$begingroup$
The physics of this equation is only valid for $v>0$. In general it should be $dot v=-g-frac km v|v|$, as the air friction always acts to reduce the velocity, that is as a force in the opposite direction.
$endgroup$
– LutzL
Feb 20 at 9:49
add a comment |
2
$begingroup$
Welcome to MSE. What are your attempts solving this problem?
$endgroup$
– James
Jan 2 at 9:57
$begingroup$
It's a separable equation
$endgroup$
– Yuriy S
Jan 2 at 9:59
$begingroup$
I was looking at this ODE to see if I can treat it as a separable equation: link
$endgroup$
– macy
Jan 2 at 10:14
$begingroup$
The physics of this equation is only valid for $v>0$. In general it should be $dot v=-g-frac km v|v|$, as the air friction always acts to reduce the velocity, that is as a force in the opposite direction.
$endgroup$
– LutzL
Feb 20 at 9:49
2
2
$begingroup$
Welcome to MSE. What are your attempts solving this problem?
$endgroup$
– James
Jan 2 at 9:57
$begingroup$
Welcome to MSE. What are your attempts solving this problem?
$endgroup$
– James
Jan 2 at 9:57
$begingroup$
It's a separable equation
$endgroup$
– Yuriy S
Jan 2 at 9:59
$begingroup$
It's a separable equation
$endgroup$
– Yuriy S
Jan 2 at 9:59
$begingroup$
I was looking at this ODE to see if I can treat it as a separable equation: link
$endgroup$
– macy
Jan 2 at 10:14
$begingroup$
I was looking at this ODE to see if I can treat it as a separable equation: link
$endgroup$
– macy
Jan 2 at 10:14
$begingroup$
The physics of this equation is only valid for $v>0$. In general it should be $dot v=-g-frac km v|v|$, as the air friction always acts to reduce the velocity, that is as a force in the opposite direction.
$endgroup$
– LutzL
Feb 20 at 9:49
$begingroup$
The physics of this equation is only valid for $v>0$. In general it should be $dot v=-g-frac km v|v|$, as the air friction always acts to reduce the velocity, that is as a force in the opposite direction.
$endgroup$
– LutzL
Feb 20 at 9:49
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Write the equation as $$frac{dt}{dv}=-frac 1{g+frac{k}{m}, v^2}$$
$$-t+C=int frac {dv}{g+frac{k}{m}, v^2}$$ Now, a suitable change of variable will make you facing a very well know integral.
$endgroup$
$begingroup$
@macy. What is the simplest integral (you know it) where the numerator is $color{red}{1}$ and the denominator contains $color{red}{(text{something}+x^2)}$ ?
$endgroup$
– Claude Leibovici
Jan 2 at 10:21
$begingroup$
it would be $arctan(x)$ is that something is unity.
$endgroup$
– macy
Jan 2 at 10:24
$begingroup$
@macy. Good bet !
$endgroup$
– Claude Leibovici
Jan 2 at 10:30
add a comment |
$begingroup$
As a Riccati equation one approach is to set $v=frac{m}{k}frac{u'}{u}$ so that you get to
$$
frac{m}{k}frac{u''}{u}-frac{m}{k}frac{u'^2}{u^2}=-g-frac{m}{k}frac{u'^2}{u^2}
implies
u''+frac{kg}{m}u=0
$$
and this is now a harmonic oscillator equation with frequency $omega=sqrt{frac{kg}{m}}$ and thus solutions $u=Acosωt+Bsinωt$ from which you can reconstruct the function $v$.
$endgroup$
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%2f3059298%2fsolving-a-first-o-d-e%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Write the equation as $$frac{dt}{dv}=-frac 1{g+frac{k}{m}, v^2}$$
$$-t+C=int frac {dv}{g+frac{k}{m}, v^2}$$ Now, a suitable change of variable will make you facing a very well know integral.
$endgroup$
$begingroup$
@macy. What is the simplest integral (you know it) where the numerator is $color{red}{1}$ and the denominator contains $color{red}{(text{something}+x^2)}$ ?
$endgroup$
– Claude Leibovici
Jan 2 at 10:21
$begingroup$
it would be $arctan(x)$ is that something is unity.
$endgroup$
– macy
Jan 2 at 10:24
$begingroup$
@macy. Good bet !
$endgroup$
– Claude Leibovici
Jan 2 at 10:30
add a comment |
$begingroup$
Write the equation as $$frac{dt}{dv}=-frac 1{g+frac{k}{m}, v^2}$$
$$-t+C=int frac {dv}{g+frac{k}{m}, v^2}$$ Now, a suitable change of variable will make you facing a very well know integral.
$endgroup$
$begingroup$
@macy. What is the simplest integral (you know it) where the numerator is $color{red}{1}$ and the denominator contains $color{red}{(text{something}+x^2)}$ ?
$endgroup$
– Claude Leibovici
Jan 2 at 10:21
$begingroup$
it would be $arctan(x)$ is that something is unity.
$endgroup$
– macy
Jan 2 at 10:24
$begingroup$
@macy. Good bet !
$endgroup$
– Claude Leibovici
Jan 2 at 10:30
add a comment |
$begingroup$
Write the equation as $$frac{dt}{dv}=-frac 1{g+frac{k}{m}, v^2}$$
$$-t+C=int frac {dv}{g+frac{k}{m}, v^2}$$ Now, a suitable change of variable will make you facing a very well know integral.
$endgroup$
Write the equation as $$frac{dt}{dv}=-frac 1{g+frac{k}{m}, v^2}$$
$$-t+C=int frac {dv}{g+frac{k}{m}, v^2}$$ Now, a suitable change of variable will make you facing a very well know integral.
answered Jan 2 at 10:07
Claude LeiboviciClaude Leibovici
123k1157134
123k1157134
$begingroup$
@macy. What is the simplest integral (you know it) where the numerator is $color{red}{1}$ and the denominator contains $color{red}{(text{something}+x^2)}$ ?
$endgroup$
– Claude Leibovici
Jan 2 at 10:21
$begingroup$
it would be $arctan(x)$ is that something is unity.
$endgroup$
– macy
Jan 2 at 10:24
$begingroup$
@macy. Good bet !
$endgroup$
– Claude Leibovici
Jan 2 at 10:30
add a comment |
$begingroup$
@macy. What is the simplest integral (you know it) where the numerator is $color{red}{1}$ and the denominator contains $color{red}{(text{something}+x^2)}$ ?
$endgroup$
– Claude Leibovici
Jan 2 at 10:21
$begingroup$
it would be $arctan(x)$ is that something is unity.
$endgroup$
– macy
Jan 2 at 10:24
$begingroup$
@macy. Good bet !
$endgroup$
– Claude Leibovici
Jan 2 at 10:30
$begingroup$
@macy. What is the simplest integral (you know it) where the numerator is $color{red}{1}$ and the denominator contains $color{red}{(text{something}+x^2)}$ ?
$endgroup$
– Claude Leibovici
Jan 2 at 10:21
$begingroup$
@macy. What is the simplest integral (you know it) where the numerator is $color{red}{1}$ and the denominator contains $color{red}{(text{something}+x^2)}$ ?
$endgroup$
– Claude Leibovici
Jan 2 at 10:21
$begingroup$
it would be $arctan(x)$ is that something is unity.
$endgroup$
– macy
Jan 2 at 10:24
$begingroup$
it would be $arctan(x)$ is that something is unity.
$endgroup$
– macy
Jan 2 at 10:24
$begingroup$
@macy. Good bet !
$endgroup$
– Claude Leibovici
Jan 2 at 10:30
$begingroup$
@macy. Good bet !
$endgroup$
– Claude Leibovici
Jan 2 at 10:30
add a comment |
$begingroup$
As a Riccati equation one approach is to set $v=frac{m}{k}frac{u'}{u}$ so that you get to
$$
frac{m}{k}frac{u''}{u}-frac{m}{k}frac{u'^2}{u^2}=-g-frac{m}{k}frac{u'^2}{u^2}
implies
u''+frac{kg}{m}u=0
$$
and this is now a harmonic oscillator equation with frequency $omega=sqrt{frac{kg}{m}}$ and thus solutions $u=Acosωt+Bsinωt$ from which you can reconstruct the function $v$.
$endgroup$
add a comment |
$begingroup$
As a Riccati equation one approach is to set $v=frac{m}{k}frac{u'}{u}$ so that you get to
$$
frac{m}{k}frac{u''}{u}-frac{m}{k}frac{u'^2}{u^2}=-g-frac{m}{k}frac{u'^2}{u^2}
implies
u''+frac{kg}{m}u=0
$$
and this is now a harmonic oscillator equation with frequency $omega=sqrt{frac{kg}{m}}$ and thus solutions $u=Acosωt+Bsinωt$ from which you can reconstruct the function $v$.
$endgroup$
add a comment |
$begingroup$
As a Riccati equation one approach is to set $v=frac{m}{k}frac{u'}{u}$ so that you get to
$$
frac{m}{k}frac{u''}{u}-frac{m}{k}frac{u'^2}{u^2}=-g-frac{m}{k}frac{u'^2}{u^2}
implies
u''+frac{kg}{m}u=0
$$
and this is now a harmonic oscillator equation with frequency $omega=sqrt{frac{kg}{m}}$ and thus solutions $u=Acosωt+Bsinωt$ from which you can reconstruct the function $v$.
$endgroup$
As a Riccati equation one approach is to set $v=frac{m}{k}frac{u'}{u}$ so that you get to
$$
frac{m}{k}frac{u''}{u}-frac{m}{k}frac{u'^2}{u^2}=-g-frac{m}{k}frac{u'^2}{u^2}
implies
u''+frac{kg}{m}u=0
$$
and this is now a harmonic oscillator equation with frequency $omega=sqrt{frac{kg}{m}}$ and thus solutions $u=Acosωt+Bsinωt$ from which you can reconstruct the function $v$.
answered Jan 2 at 10:40
LutzLLutzL
59.2k42056
59.2k42056
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%2f3059298%2fsolving-a-first-o-d-e%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
2
$begingroup$
Welcome to MSE. What are your attempts solving this problem?
$endgroup$
– James
Jan 2 at 9:57
$begingroup$
It's a separable equation
$endgroup$
– Yuriy S
Jan 2 at 9:59
$begingroup$
I was looking at this ODE to see if I can treat it as a separable equation: link
$endgroup$
– macy
Jan 2 at 10:14
$begingroup$
The physics of this equation is only valid for $v>0$. In general it should be $dot v=-g-frac km v|v|$, as the air friction always acts to reduce the velocity, that is as a force in the opposite direction.
$endgroup$
– LutzL
Feb 20 at 9:49