Newton law of cooling with variable surrounding temperature.Newton's Law of Cooling Applicationnewtons law of cooling with decreasing ambient temperatureNewton's Law of Cooling: find the air temperatureNewton’s Law of Cooling/WarmingNewton's Law of Cooling ExampleNewton's law of cooling, soupNewton's Law of CoolingNewton's law of Cooling, no initial temperatureNewtons law of cooling.newton's law of cooling ( Differential equations)
Deletion of copy-ctor & copy-assignment - public, private or protected?
Have the tides ever turned twice on any open problem?
Can a medieval gyroplane be built?
Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?
What does "^L" mean in C?
Is it insecure to send a password in a `curl` command?
Unfrosted light bulb
How does one measure the Fourier components of a signal?
Brake pads destroying wheels
How to terminate ping <dest> &
PTIJ What is the inyan of the Konami code in Uncle Moishy's song?
Do I need to be arrogant to get ahead?
Describing a chess game in a novel
How are passwords stolen from companies if they only store hashes?
Turning a hard to access nut?
HP P840 HDD RAID 5 many strange drive failures
Asserting that Atheism and Theism are both faith based positions
Worshiping one God at a time?
Probably overheated black color SMD pads
How is the partial sum of a geometric sequence calculated?
How to define limit operations in general topological spaces? Are nets able to do this?
Do US professors/group leaders only get a salary, but no group budget?
How do hiring committees for research positions view getting "scooped"?
How could an airship be repaired midflight?
Newton law of cooling with variable surrounding temperature.
Newton's Law of Cooling Applicationnewtons law of cooling with decreasing ambient temperatureNewton's Law of Cooling: find the air temperatureNewton’s Law of Cooling/WarmingNewton's Law of Cooling ExampleNewton's law of cooling, soupNewton's Law of CoolingNewton's law of Cooling, no initial temperatureNewtons law of cooling.newton's law of cooling ( Differential equations)
$begingroup$
Newton law of cooling is a very popular law of nature to study for first differential equation in high school. It says that an object's temperature rate of change (time derivative) is proportional to the difference of temperatures of object and surrounding.
$$fracpartialTpartial t = k(T(t)-T_s)$$
Usually here $T_s$ (Temperature of (s)urrounding) is assumed constant. But what happens if $T_s$ is not constant? For example let us model outdoor temperature as a cosine with minimum at midnight:
$$T_s(t) = 20-10cosleft(frac2pi t24right)$$
This could be a typical Swedish summer day, temperature between $10$ and $30$ degrees (celcius). Assume at a party someone forgets a beer at pre-party $t=22$ in evening ( $10$ pm ) but finds it again at after-party $t=26$ ( $2$ am ).
How can we approach this problem of calculating how much warmer the beer has gotten ( in other words of solving $T(t)$ )?
calculus ordinary-differential-equations soft-question physics
$endgroup$
add a comment |
$begingroup$
Newton law of cooling is a very popular law of nature to study for first differential equation in high school. It says that an object's temperature rate of change (time derivative) is proportional to the difference of temperatures of object and surrounding.
$$fracpartialTpartial t = k(T(t)-T_s)$$
Usually here $T_s$ (Temperature of (s)urrounding) is assumed constant. But what happens if $T_s$ is not constant? For example let us model outdoor temperature as a cosine with minimum at midnight:
$$T_s(t) = 20-10cosleft(frac2pi t24right)$$
This could be a typical Swedish summer day, temperature between $10$ and $30$ degrees (celcius). Assume at a party someone forgets a beer at pre-party $t=22$ in evening ( $10$ pm ) but finds it again at after-party $t=26$ ( $2$ am ).
How can we approach this problem of calculating how much warmer the beer has gotten ( in other words of solving $T(t)$ )?
calculus ordinary-differential-equations soft-question physics
$endgroup$
add a comment |
$begingroup$
Newton law of cooling is a very popular law of nature to study for first differential equation in high school. It says that an object's temperature rate of change (time derivative) is proportional to the difference of temperatures of object and surrounding.
$$fracpartialTpartial t = k(T(t)-T_s)$$
Usually here $T_s$ (Temperature of (s)urrounding) is assumed constant. But what happens if $T_s$ is not constant? For example let us model outdoor temperature as a cosine with minimum at midnight:
$$T_s(t) = 20-10cosleft(frac2pi t24right)$$
This could be a typical Swedish summer day, temperature between $10$ and $30$ degrees (celcius). Assume at a party someone forgets a beer at pre-party $t=22$ in evening ( $10$ pm ) but finds it again at after-party $t=26$ ( $2$ am ).
How can we approach this problem of calculating how much warmer the beer has gotten ( in other words of solving $T(t)$ )?
calculus ordinary-differential-equations soft-question physics
$endgroup$
Newton law of cooling is a very popular law of nature to study for first differential equation in high school. It says that an object's temperature rate of change (time derivative) is proportional to the difference of temperatures of object and surrounding.
$$fracpartialTpartial t = k(T(t)-T_s)$$
Usually here $T_s$ (Temperature of (s)urrounding) is assumed constant. But what happens if $T_s$ is not constant? For example let us model outdoor temperature as a cosine with minimum at midnight:
$$T_s(t) = 20-10cosleft(frac2pi t24right)$$
This could be a typical Swedish summer day, temperature between $10$ and $30$ degrees (celcius). Assume at a party someone forgets a beer at pre-party $t=22$ in evening ( $10$ pm ) but finds it again at after-party $t=26$ ( $2$ am ).
How can we approach this problem of calculating how much warmer the beer has gotten ( in other words of solving $T(t)$ )?
calculus ordinary-differential-equations soft-question physics
calculus ordinary-differential-equations soft-question physics
edited 2 days ago
mathreadler
asked Mar 12 at 18:58
mathreadlermathreadler
15.1k72263
15.1k72263
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
We can relax the partial derivative since we're assuming $T = T(t)$. Say the beer is forgotten at $t_0$ such that $T(t_0) = T_0.$ Finding the solution $T$ boils down to solving the resulting IVP with variable forcing. Suppose $k = -kappa$. Then the problem is
begincases
displaystylefracmathrmdTmathrmdt + kappa T = kappa T_s \
T(t_0) = T_0.
endcases
This equation has a general solution using an integrating factor $e^kappa t$. Multplying each side of the differential equation by this factor, we have
beginalign
e^kappa tleft(fracmathrmdTmathrmdt + kappa Tright) &= e^kappa tkappa T_s \
fracmathrmdmathrmdtleft(e^kappa tTright) &= e^kappa tkappa T_s \
e^kappa tT(t)-e^kappa t_0T(t_0) &= kappa int_t_0^t e^kappa tauT_s(tau) , mathrmdtau.
endalign
For $T_s(t) = 20 - 10 cos left(2pi t/24right),$ the solution is
$$
T(t) = 20!left(1 - e^-kappa(t - t_0)right) + T_0 e^-kappa(t - t_0) + frac120pi kappaleft(e^-kappa(t - t_0)sin fracpi t_012 - sinfracpi t12right)(12kappa)^2 + pi^2 + frac(12sqrt10kappa)^2left(e^-kappa(t - t_0)cos fracpi t_012 - cos fracpi t12right)(12kappa)^2 + pi^2.
$$
$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%2f3145521%2fnewton-law-of-cooling-with-variable-surrounding-temperature%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$
We can relax the partial derivative since we're assuming $T = T(t)$. Say the beer is forgotten at $t_0$ such that $T(t_0) = T_0.$ Finding the solution $T$ boils down to solving the resulting IVP with variable forcing. Suppose $k = -kappa$. Then the problem is
begincases
displaystylefracmathrmdTmathrmdt + kappa T = kappa T_s \
T(t_0) = T_0.
endcases
This equation has a general solution using an integrating factor $e^kappa t$. Multplying each side of the differential equation by this factor, we have
beginalign
e^kappa tleft(fracmathrmdTmathrmdt + kappa Tright) &= e^kappa tkappa T_s \
fracmathrmdmathrmdtleft(e^kappa tTright) &= e^kappa tkappa T_s \
e^kappa tT(t)-e^kappa t_0T(t_0) &= kappa int_t_0^t e^kappa tauT_s(tau) , mathrmdtau.
endalign
For $T_s(t) = 20 - 10 cos left(2pi t/24right),$ the solution is
$$
T(t) = 20!left(1 - e^-kappa(t - t_0)right) + T_0 e^-kappa(t - t_0) + frac120pi kappaleft(e^-kappa(t - t_0)sin fracpi t_012 - sinfracpi t12right)(12kappa)^2 + pi^2 + frac(12sqrt10kappa)^2left(e^-kappa(t - t_0)cos fracpi t_012 - cos fracpi t12right)(12kappa)^2 + pi^2.
$$
$endgroup$
add a comment |
$begingroup$
We can relax the partial derivative since we're assuming $T = T(t)$. Say the beer is forgotten at $t_0$ such that $T(t_0) = T_0.$ Finding the solution $T$ boils down to solving the resulting IVP with variable forcing. Suppose $k = -kappa$. Then the problem is
begincases
displaystylefracmathrmdTmathrmdt + kappa T = kappa T_s \
T(t_0) = T_0.
endcases
This equation has a general solution using an integrating factor $e^kappa t$. Multplying each side of the differential equation by this factor, we have
beginalign
e^kappa tleft(fracmathrmdTmathrmdt + kappa Tright) &= e^kappa tkappa T_s \
fracmathrmdmathrmdtleft(e^kappa tTright) &= e^kappa tkappa T_s \
e^kappa tT(t)-e^kappa t_0T(t_0) &= kappa int_t_0^t e^kappa tauT_s(tau) , mathrmdtau.
endalign
For $T_s(t) = 20 - 10 cos left(2pi t/24right),$ the solution is
$$
T(t) = 20!left(1 - e^-kappa(t - t_0)right) + T_0 e^-kappa(t - t_0) + frac120pi kappaleft(e^-kappa(t - t_0)sin fracpi t_012 - sinfracpi t12right)(12kappa)^2 + pi^2 + frac(12sqrt10kappa)^2left(e^-kappa(t - t_0)cos fracpi t_012 - cos fracpi t12right)(12kappa)^2 + pi^2.
$$
$endgroup$
add a comment |
$begingroup$
We can relax the partial derivative since we're assuming $T = T(t)$. Say the beer is forgotten at $t_0$ such that $T(t_0) = T_0.$ Finding the solution $T$ boils down to solving the resulting IVP with variable forcing. Suppose $k = -kappa$. Then the problem is
begincases
displaystylefracmathrmdTmathrmdt + kappa T = kappa T_s \
T(t_0) = T_0.
endcases
This equation has a general solution using an integrating factor $e^kappa t$. Multplying each side of the differential equation by this factor, we have
beginalign
e^kappa tleft(fracmathrmdTmathrmdt + kappa Tright) &= e^kappa tkappa T_s \
fracmathrmdmathrmdtleft(e^kappa tTright) &= e^kappa tkappa T_s \
e^kappa tT(t)-e^kappa t_0T(t_0) &= kappa int_t_0^t e^kappa tauT_s(tau) , mathrmdtau.
endalign
For $T_s(t) = 20 - 10 cos left(2pi t/24right),$ the solution is
$$
T(t) = 20!left(1 - e^-kappa(t - t_0)right) + T_0 e^-kappa(t - t_0) + frac120pi kappaleft(e^-kappa(t - t_0)sin fracpi t_012 - sinfracpi t12right)(12kappa)^2 + pi^2 + frac(12sqrt10kappa)^2left(e^-kappa(t - t_0)cos fracpi t_012 - cos fracpi t12right)(12kappa)^2 + pi^2.
$$
$endgroup$
We can relax the partial derivative since we're assuming $T = T(t)$. Say the beer is forgotten at $t_0$ such that $T(t_0) = T_0.$ Finding the solution $T$ boils down to solving the resulting IVP with variable forcing. Suppose $k = -kappa$. Then the problem is
begincases
displaystylefracmathrmdTmathrmdt + kappa T = kappa T_s \
T(t_0) = T_0.
endcases
This equation has a general solution using an integrating factor $e^kappa t$. Multplying each side of the differential equation by this factor, we have
beginalign
e^kappa tleft(fracmathrmdTmathrmdt + kappa Tright) &= e^kappa tkappa T_s \
fracmathrmdmathrmdtleft(e^kappa tTright) &= e^kappa tkappa T_s \
e^kappa tT(t)-e^kappa t_0T(t_0) &= kappa int_t_0^t e^kappa tauT_s(tau) , mathrmdtau.
endalign
For $T_s(t) = 20 - 10 cos left(2pi t/24right),$ the solution is
$$
T(t) = 20!left(1 - e^-kappa(t - t_0)right) + T_0 e^-kappa(t - t_0) + frac120pi kappaleft(e^-kappa(t - t_0)sin fracpi t_012 - sinfracpi t12right)(12kappa)^2 + pi^2 + frac(12sqrt10kappa)^2left(e^-kappa(t - t_0)cos fracpi t_012 - cos fracpi t12right)(12kappa)^2 + pi^2.
$$
answered Mar 12 at 23:42
AEngineerAEngineer
1,5991317
1,5991317
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%2f3145521%2fnewton-law-of-cooling-with-variable-surrounding-temperature%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