Damped & Negatively damped harmonic oscillator [not physics question]
$begingroup$
$$frac{d^2Q(t)}{dt^2} + frac{omega(t)}{2pi} frac{dQ(t)}{dt} + omega^{2}(t)Q(t) = 0, $$
where $ omega(t)= frac{2pi}{v(t)} frac{dv}{dt} $ and $v>0$ is a known parameter which is given from a data feed.
I have already built some visualization by using mathematica.
Can I transform this equation by using the variable $T(t)$ instead of $t$?:
$$frac{1}{T(t)}= frac{1}{v(t)} frac{dv}{dt} .$$
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
$$frac{d^2Q(t)}{dt^2} + frac{omega(t)}{2pi} frac{dQ(t)}{dt} + omega^{2}(t)Q(t) = 0, $$
where $ omega(t)= frac{2pi}{v(t)} frac{dv}{dt} $ and $v>0$ is a known parameter which is given from a data feed.
I have already built some visualization by using mathematica.
Can I transform this equation by using the variable $T(t)$ instead of $t$?:
$$frac{1}{T(t)}= frac{1}{v(t)} frac{dv}{dt} .$$
ordinary-differential-equations
$endgroup$
$begingroup$
So you want to compute $Q(T)$?
$endgroup$
– Andrei
Jan 18 at 21:37
$begingroup$
I need a more explicit equation because the relaxation time $tau = 2T $
$endgroup$
– Bouarfa Mahi
Jan 18 at 21:42
$begingroup$
Great first post and welcome to Mathematics Stack Exchange! A quick tour will enhance your experience.
$endgroup$
– dantopa
Jan 18 at 22:23
add a comment |
$begingroup$
$$frac{d^2Q(t)}{dt^2} + frac{omega(t)}{2pi} frac{dQ(t)}{dt} + omega^{2}(t)Q(t) = 0, $$
where $ omega(t)= frac{2pi}{v(t)} frac{dv}{dt} $ and $v>0$ is a known parameter which is given from a data feed.
I have already built some visualization by using mathematica.
Can I transform this equation by using the variable $T(t)$ instead of $t$?:
$$frac{1}{T(t)}= frac{1}{v(t)} frac{dv}{dt} .$$
ordinary-differential-equations
$endgroup$
$$frac{d^2Q(t)}{dt^2} + frac{omega(t)}{2pi} frac{dQ(t)}{dt} + omega^{2}(t)Q(t) = 0, $$
where $ omega(t)= frac{2pi}{v(t)} frac{dv}{dt} $ and $v>0$ is a known parameter which is given from a data feed.
I have already built some visualization by using mathematica.
Can I transform this equation by using the variable $T(t)$ instead of $t$?:
$$frac{1}{T(t)}= frac{1}{v(t)} frac{dv}{dt} .$$
ordinary-differential-equations
ordinary-differential-equations
edited Jan 18 at 22:20
Dog_69
6361523
6361523
asked Jan 18 at 21:31
Bouarfa MahiBouarfa Mahi
84
84
$begingroup$
So you want to compute $Q(T)$?
$endgroup$
– Andrei
Jan 18 at 21:37
$begingroup$
I need a more explicit equation because the relaxation time $tau = 2T $
$endgroup$
– Bouarfa Mahi
Jan 18 at 21:42
$begingroup$
Great first post and welcome to Mathematics Stack Exchange! A quick tour will enhance your experience.
$endgroup$
– dantopa
Jan 18 at 22:23
add a comment |
$begingroup$
So you want to compute $Q(T)$?
$endgroup$
– Andrei
Jan 18 at 21:37
$begingroup$
I need a more explicit equation because the relaxation time $tau = 2T $
$endgroup$
– Bouarfa Mahi
Jan 18 at 21:42
$begingroup$
Great first post and welcome to Mathematics Stack Exchange! A quick tour will enhance your experience.
$endgroup$
– dantopa
Jan 18 at 22:23
$begingroup$
So you want to compute $Q(T)$?
$endgroup$
– Andrei
Jan 18 at 21:37
$begingroup$
So you want to compute $Q(T)$?
$endgroup$
– Andrei
Jan 18 at 21:37
$begingroup$
I need a more explicit equation because the relaxation time $tau = 2T $
$endgroup$
– Bouarfa Mahi
Jan 18 at 21:42
$begingroup$
I need a more explicit equation because the relaxation time $tau = 2T $
$endgroup$
– Bouarfa Mahi
Jan 18 at 21:42
$begingroup$
Great first post and welcome to Mathematics Stack Exchange! A quick tour will enhance your experience.
$endgroup$
– dantopa
Jan 18 at 22:23
$begingroup$
Great first post and welcome to Mathematics Stack Exchange! A quick tour will enhance your experience.
$endgroup$
– dantopa
Jan 18 at 22:23
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This transformation is possible iff $T(t)$ is a bijection. You can for example guarantee this by demanding that
$$0< frac{d}{dt} T(t)^{-1} = frac{d^2}{dt^2} ln nu(t),.$$
Assuming that the above holds, we can invert the relation and obtain $t(T)$. You are asking what differential equation $f(T)=Q(t(T))$ obeys. The relevant chain rule reads
$$frac{dQ}{dt}= frac{df(T(t))}{dt} = frac{df}{dT} frac{dT}{dt}
= -frac{df}{dT} frac{2pi omega'}{omega^2}$$
where we have used that
$$frac{dT}{dt} = frac{d}{dt} left(frac{2pi}{omega} right)= -frac{2pi omega'}{omega^2} ,.$$
Similarly, we obtain
$$ frac{d^2 Q}{dt^2} = frac{d}{dt}left( -frac{df}{dT} frac{2pi omega'}{omega^2}right) = frac{d^2 f}{dT^2}left(frac{2pi omega'}{omega^2}right)^2 -frac{df}{dT} underbrace{frac{d}{dt} left(frac{2pi omega'}{omega^2}right)}_{=2pi(omega omega''-2 omega')/omega^3},. $$
As a result, your differential equation transforms into
$$left(frac{2pi omega'}{omega^2}right)^2f''-frac{omega^2 omega'+2 pi (omega omega
''-2 omega'^2)}{omega^3} f' + omega^2 f =0,.$$
$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%2f3078778%2fdamped-negatively-damped-harmonic-oscillator-not-physics-question%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$
This transformation is possible iff $T(t)$ is a bijection. You can for example guarantee this by demanding that
$$0< frac{d}{dt} T(t)^{-1} = frac{d^2}{dt^2} ln nu(t),.$$
Assuming that the above holds, we can invert the relation and obtain $t(T)$. You are asking what differential equation $f(T)=Q(t(T))$ obeys. The relevant chain rule reads
$$frac{dQ}{dt}= frac{df(T(t))}{dt} = frac{df}{dT} frac{dT}{dt}
= -frac{df}{dT} frac{2pi omega'}{omega^2}$$
where we have used that
$$frac{dT}{dt} = frac{d}{dt} left(frac{2pi}{omega} right)= -frac{2pi omega'}{omega^2} ,.$$
Similarly, we obtain
$$ frac{d^2 Q}{dt^2} = frac{d}{dt}left( -frac{df}{dT} frac{2pi omega'}{omega^2}right) = frac{d^2 f}{dT^2}left(frac{2pi omega'}{omega^2}right)^2 -frac{df}{dT} underbrace{frac{d}{dt} left(frac{2pi omega'}{omega^2}right)}_{=2pi(omega omega''-2 omega')/omega^3},. $$
As a result, your differential equation transforms into
$$left(frac{2pi omega'}{omega^2}right)^2f''-frac{omega^2 omega'+2 pi (omega omega
''-2 omega'^2)}{omega^3} f' + omega^2 f =0,.$$
$endgroup$
add a comment |
$begingroup$
This transformation is possible iff $T(t)$ is a bijection. You can for example guarantee this by demanding that
$$0< frac{d}{dt} T(t)^{-1} = frac{d^2}{dt^2} ln nu(t),.$$
Assuming that the above holds, we can invert the relation and obtain $t(T)$. You are asking what differential equation $f(T)=Q(t(T))$ obeys. The relevant chain rule reads
$$frac{dQ}{dt}= frac{df(T(t))}{dt} = frac{df}{dT} frac{dT}{dt}
= -frac{df}{dT} frac{2pi omega'}{omega^2}$$
where we have used that
$$frac{dT}{dt} = frac{d}{dt} left(frac{2pi}{omega} right)= -frac{2pi omega'}{omega^2} ,.$$
Similarly, we obtain
$$ frac{d^2 Q}{dt^2} = frac{d}{dt}left( -frac{df}{dT} frac{2pi omega'}{omega^2}right) = frac{d^2 f}{dT^2}left(frac{2pi omega'}{omega^2}right)^2 -frac{df}{dT} underbrace{frac{d}{dt} left(frac{2pi omega'}{omega^2}right)}_{=2pi(omega omega''-2 omega')/omega^3},. $$
As a result, your differential equation transforms into
$$left(frac{2pi omega'}{omega^2}right)^2f''-frac{omega^2 omega'+2 pi (omega omega
''-2 omega'^2)}{omega^3} f' + omega^2 f =0,.$$
$endgroup$
add a comment |
$begingroup$
This transformation is possible iff $T(t)$ is a bijection. You can for example guarantee this by demanding that
$$0< frac{d}{dt} T(t)^{-1} = frac{d^2}{dt^2} ln nu(t),.$$
Assuming that the above holds, we can invert the relation and obtain $t(T)$. You are asking what differential equation $f(T)=Q(t(T))$ obeys. The relevant chain rule reads
$$frac{dQ}{dt}= frac{df(T(t))}{dt} = frac{df}{dT} frac{dT}{dt}
= -frac{df}{dT} frac{2pi omega'}{omega^2}$$
where we have used that
$$frac{dT}{dt} = frac{d}{dt} left(frac{2pi}{omega} right)= -frac{2pi omega'}{omega^2} ,.$$
Similarly, we obtain
$$ frac{d^2 Q}{dt^2} = frac{d}{dt}left( -frac{df}{dT} frac{2pi omega'}{omega^2}right) = frac{d^2 f}{dT^2}left(frac{2pi omega'}{omega^2}right)^2 -frac{df}{dT} underbrace{frac{d}{dt} left(frac{2pi omega'}{omega^2}right)}_{=2pi(omega omega''-2 omega')/omega^3},. $$
As a result, your differential equation transforms into
$$left(frac{2pi omega'}{omega^2}right)^2f''-frac{omega^2 omega'+2 pi (omega omega
''-2 omega'^2)}{omega^3} f' + omega^2 f =0,.$$
$endgroup$
This transformation is possible iff $T(t)$ is a bijection. You can for example guarantee this by demanding that
$$0< frac{d}{dt} T(t)^{-1} = frac{d^2}{dt^2} ln nu(t),.$$
Assuming that the above holds, we can invert the relation and obtain $t(T)$. You are asking what differential equation $f(T)=Q(t(T))$ obeys. The relevant chain rule reads
$$frac{dQ}{dt}= frac{df(T(t))}{dt} = frac{df}{dT} frac{dT}{dt}
= -frac{df}{dT} frac{2pi omega'}{omega^2}$$
where we have used that
$$frac{dT}{dt} = frac{d}{dt} left(frac{2pi}{omega} right)= -frac{2pi omega'}{omega^2} ,.$$
Similarly, we obtain
$$ frac{d^2 Q}{dt^2} = frac{d}{dt}left( -frac{df}{dT} frac{2pi omega'}{omega^2}right) = frac{d^2 f}{dT^2}left(frac{2pi omega'}{omega^2}right)^2 -frac{df}{dT} underbrace{frac{d}{dt} left(frac{2pi omega'}{omega^2}right)}_{=2pi(omega omega''-2 omega')/omega^3},. $$
As a result, your differential equation transforms into
$$left(frac{2pi omega'}{omega^2}right)^2f''-frac{omega^2 omega'+2 pi (omega omega
''-2 omega'^2)}{omega^3} f' + omega^2 f =0,.$$
answered Jan 19 at 1:54
FabianFabian
20.1k3774
20.1k3774
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%2f3078778%2fdamped-negatively-damped-harmonic-oscillator-not-physics-question%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$
So you want to compute $Q(T)$?
$endgroup$
– Andrei
Jan 18 at 21:37
$begingroup$
I need a more explicit equation because the relaxation time $tau = 2T $
$endgroup$
– Bouarfa Mahi
Jan 18 at 21:42
$begingroup$
Great first post and welcome to Mathematics Stack Exchange! A quick tour will enhance your experience.
$endgroup$
– dantopa
Jan 18 at 22:23