Newton’s Law of Cooling/Warming
$begingroup$
A thermometer is placed in an oven preheated to a constant temperature of 390◦ F.
Through a glass window in the oven door, an observer records that the thermometer
reads 190◦ F after 1 minute and 230◦ F after 2 minutes. What is the initial reading of
the thermometer?
I know that you have to use the formula $frac{dT}{dt}=k(T-T_m)$. I don't know what to do next.
ordinary-differential-equations
$endgroup$
add a comment |
$begingroup$
A thermometer is placed in an oven preheated to a constant temperature of 390◦ F.
Through a glass window in the oven door, an observer records that the thermometer
reads 190◦ F after 1 minute and 230◦ F after 2 minutes. What is the initial reading of
the thermometer?
I know that you have to use the formula $frac{dT}{dt}=k(T-T_m)$. I don't know what to do next.
ordinary-differential-equations
$endgroup$
$begingroup$
Do you know how to solve the differential equation to get temperature as a function of time? I'm trying to understand which part of this solution you need help with.
$endgroup$
– dshapiro
Mar 24 '15 at 14:33
$begingroup$
One hint is that the value of k remains the same. Equate those values to get T0.
$endgroup$
– Krishna
Mar 24 '15 at 14:39
add a comment |
$begingroup$
A thermometer is placed in an oven preheated to a constant temperature of 390◦ F.
Through a glass window in the oven door, an observer records that the thermometer
reads 190◦ F after 1 minute and 230◦ F after 2 minutes. What is the initial reading of
the thermometer?
I know that you have to use the formula $frac{dT}{dt}=k(T-T_m)$. I don't know what to do next.
ordinary-differential-equations
$endgroup$
A thermometer is placed in an oven preheated to a constant temperature of 390◦ F.
Through a glass window in the oven door, an observer records that the thermometer
reads 190◦ F after 1 minute and 230◦ F after 2 minutes. What is the initial reading of
the thermometer?
I know that you have to use the formula $frac{dT}{dt}=k(T-T_m)$. I don't know what to do next.
ordinary-differential-equations
ordinary-differential-equations
asked Mar 24 '15 at 14:29
JessieJessie
283
283
$begingroup$
Do you know how to solve the differential equation to get temperature as a function of time? I'm trying to understand which part of this solution you need help with.
$endgroup$
– dshapiro
Mar 24 '15 at 14:33
$begingroup$
One hint is that the value of k remains the same. Equate those values to get T0.
$endgroup$
– Krishna
Mar 24 '15 at 14:39
add a comment |
$begingroup$
Do you know how to solve the differential equation to get temperature as a function of time? I'm trying to understand which part of this solution you need help with.
$endgroup$
– dshapiro
Mar 24 '15 at 14:33
$begingroup$
One hint is that the value of k remains the same. Equate those values to get T0.
$endgroup$
– Krishna
Mar 24 '15 at 14:39
$begingroup$
Do you know how to solve the differential equation to get temperature as a function of time? I'm trying to understand which part of this solution you need help with.
$endgroup$
– dshapiro
Mar 24 '15 at 14:33
$begingroup$
Do you know how to solve the differential equation to get temperature as a function of time? I'm trying to understand which part of this solution you need help with.
$endgroup$
– dshapiro
Mar 24 '15 at 14:33
$begingroup$
One hint is that the value of k remains the same. Equate those values to get T0.
$endgroup$
– Krishna
Mar 24 '15 at 14:39
$begingroup$
One hint is that the value of k remains the same. Equate those values to get T0.
$endgroup$
– Krishna
Mar 24 '15 at 14:39
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Newton's law of cooling would lead you to the differential equation,
$$frac{dT}{dt} = k(T-T_i)$$
This is a very simple differential equation, which could be solved as:
$$ frac{dT}{T-T_i} = k dt$$
$$ Rightarrow int_0^{t'} frac{dT}{T-T_i} = int_0^{t'} k dt$$
$$ Rightarrow lnleft(frac{T}{T_i}right) = k t'$$
$$ Rightarrow T = T_i exp (k t')$$
Now, the thing with exponential functions is, any point for which you know the values of $(t, T(t))$ can be taken as a starting point. I leave the rest to you as a simple exercise.
$endgroup$
$begingroup$
What does the answer come out to?
$endgroup$
– Jessie
Mar 24 '15 at 16:57
add a comment |
$begingroup$
Newton's law serves equally for cooling or warming situations:
$frac{dT}{dt}=k(T_e-T)$
The general solution is $T(t)=T_e+(T_0-T_e)e^{-kt}$; where $T_0=T(0)$
is the initial reading we are going to find
In this case $T_e=390^{circ}F$ is the oven temperature; so we can write
$T(t)=390+(T_0-390)e^{-kt}$
Now, we have recorded two temperatures at some given moments:
$190=390+(T_0-390)e^{-k(1)}$
$230=390+(T_0-390)e^{-k(2)}$
We have to solve these two last equations to find $T_0$ and $k$
$(T_0-390)e^{-k(1)}=-200$
$(T_0-390)e^{-k(2)}=-160$
$e^{-k}=frac{200}{390-T_0}$
$e^{-2k}=frac{160}{390-T_0}$
$-k=lnfrac{200}{390-T_0}$
$-2k=lnfrac{160}{390-T_0}$
$lnfrac{160}{390-T_0}=2lnfrac{200}{390-T_0}$
$lnfrac{160}{390-T_0}=ln(frac{200}{390-T_0})^2$
$frac{160}{390-T_0}=(frac{200}{390-T_0})^2$
$390-T_0=frac{200^2}{160}=250$
$T_0=140^{circ}F$
With this value we can find $k=ln(1.25)$
$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%2f1204360%2fnewton-s-law-of-cooling-warming%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$
Newton's law of cooling would lead you to the differential equation,
$$frac{dT}{dt} = k(T-T_i)$$
This is a very simple differential equation, which could be solved as:
$$ frac{dT}{T-T_i} = k dt$$
$$ Rightarrow int_0^{t'} frac{dT}{T-T_i} = int_0^{t'} k dt$$
$$ Rightarrow lnleft(frac{T}{T_i}right) = k t'$$
$$ Rightarrow T = T_i exp (k t')$$
Now, the thing with exponential functions is, any point for which you know the values of $(t, T(t))$ can be taken as a starting point. I leave the rest to you as a simple exercise.
$endgroup$
$begingroup$
What does the answer come out to?
$endgroup$
– Jessie
Mar 24 '15 at 16:57
add a comment |
$begingroup$
Newton's law of cooling would lead you to the differential equation,
$$frac{dT}{dt} = k(T-T_i)$$
This is a very simple differential equation, which could be solved as:
$$ frac{dT}{T-T_i} = k dt$$
$$ Rightarrow int_0^{t'} frac{dT}{T-T_i} = int_0^{t'} k dt$$
$$ Rightarrow lnleft(frac{T}{T_i}right) = k t'$$
$$ Rightarrow T = T_i exp (k t')$$
Now, the thing with exponential functions is, any point for which you know the values of $(t, T(t))$ can be taken as a starting point. I leave the rest to you as a simple exercise.
$endgroup$
$begingroup$
What does the answer come out to?
$endgroup$
– Jessie
Mar 24 '15 at 16:57
add a comment |
$begingroup$
Newton's law of cooling would lead you to the differential equation,
$$frac{dT}{dt} = k(T-T_i)$$
This is a very simple differential equation, which could be solved as:
$$ frac{dT}{T-T_i} = k dt$$
$$ Rightarrow int_0^{t'} frac{dT}{T-T_i} = int_0^{t'} k dt$$
$$ Rightarrow lnleft(frac{T}{T_i}right) = k t'$$
$$ Rightarrow T = T_i exp (k t')$$
Now, the thing with exponential functions is, any point for which you know the values of $(t, T(t))$ can be taken as a starting point. I leave the rest to you as a simple exercise.
$endgroup$
Newton's law of cooling would lead you to the differential equation,
$$frac{dT}{dt} = k(T-T_i)$$
This is a very simple differential equation, which could be solved as:
$$ frac{dT}{T-T_i} = k dt$$
$$ Rightarrow int_0^{t'} frac{dT}{T-T_i} = int_0^{t'} k dt$$
$$ Rightarrow lnleft(frac{T}{T_i}right) = k t'$$
$$ Rightarrow T = T_i exp (k t')$$
Now, the thing with exponential functions is, any point for which you know the values of $(t, T(t))$ can be taken as a starting point. I leave the rest to you as a simple exercise.
answered Mar 24 '15 at 14:45
299792458299792458
378515
378515
$begingroup$
What does the answer come out to?
$endgroup$
– Jessie
Mar 24 '15 at 16:57
add a comment |
$begingroup$
What does the answer come out to?
$endgroup$
– Jessie
Mar 24 '15 at 16:57
$begingroup$
What does the answer come out to?
$endgroup$
– Jessie
Mar 24 '15 at 16:57
$begingroup$
What does the answer come out to?
$endgroup$
– Jessie
Mar 24 '15 at 16:57
add a comment |
$begingroup$
Newton's law serves equally for cooling or warming situations:
$frac{dT}{dt}=k(T_e-T)$
The general solution is $T(t)=T_e+(T_0-T_e)e^{-kt}$; where $T_0=T(0)$
is the initial reading we are going to find
In this case $T_e=390^{circ}F$ is the oven temperature; so we can write
$T(t)=390+(T_0-390)e^{-kt}$
Now, we have recorded two temperatures at some given moments:
$190=390+(T_0-390)e^{-k(1)}$
$230=390+(T_0-390)e^{-k(2)}$
We have to solve these two last equations to find $T_0$ and $k$
$(T_0-390)e^{-k(1)}=-200$
$(T_0-390)e^{-k(2)}=-160$
$e^{-k}=frac{200}{390-T_0}$
$e^{-2k}=frac{160}{390-T_0}$
$-k=lnfrac{200}{390-T_0}$
$-2k=lnfrac{160}{390-T_0}$
$lnfrac{160}{390-T_0}=2lnfrac{200}{390-T_0}$
$lnfrac{160}{390-T_0}=ln(frac{200}{390-T_0})^2$
$frac{160}{390-T_0}=(frac{200}{390-T_0})^2$
$390-T_0=frac{200^2}{160}=250$
$T_0=140^{circ}F$
With this value we can find $k=ln(1.25)$
$endgroup$
add a comment |
$begingroup$
Newton's law serves equally for cooling or warming situations:
$frac{dT}{dt}=k(T_e-T)$
The general solution is $T(t)=T_e+(T_0-T_e)e^{-kt}$; where $T_0=T(0)$
is the initial reading we are going to find
In this case $T_e=390^{circ}F$ is the oven temperature; so we can write
$T(t)=390+(T_0-390)e^{-kt}$
Now, we have recorded two temperatures at some given moments:
$190=390+(T_0-390)e^{-k(1)}$
$230=390+(T_0-390)e^{-k(2)}$
We have to solve these two last equations to find $T_0$ and $k$
$(T_0-390)e^{-k(1)}=-200$
$(T_0-390)e^{-k(2)}=-160$
$e^{-k}=frac{200}{390-T_0}$
$e^{-2k}=frac{160}{390-T_0}$
$-k=lnfrac{200}{390-T_0}$
$-2k=lnfrac{160}{390-T_0}$
$lnfrac{160}{390-T_0}=2lnfrac{200}{390-T_0}$
$lnfrac{160}{390-T_0}=ln(frac{200}{390-T_0})^2$
$frac{160}{390-T_0}=(frac{200}{390-T_0})^2$
$390-T_0=frac{200^2}{160}=250$
$T_0=140^{circ}F$
With this value we can find $k=ln(1.25)$
$endgroup$
add a comment |
$begingroup$
Newton's law serves equally for cooling or warming situations:
$frac{dT}{dt}=k(T_e-T)$
The general solution is $T(t)=T_e+(T_0-T_e)e^{-kt}$; where $T_0=T(0)$
is the initial reading we are going to find
In this case $T_e=390^{circ}F$ is the oven temperature; so we can write
$T(t)=390+(T_0-390)e^{-kt}$
Now, we have recorded two temperatures at some given moments:
$190=390+(T_0-390)e^{-k(1)}$
$230=390+(T_0-390)e^{-k(2)}$
We have to solve these two last equations to find $T_0$ and $k$
$(T_0-390)e^{-k(1)}=-200$
$(T_0-390)e^{-k(2)}=-160$
$e^{-k}=frac{200}{390-T_0}$
$e^{-2k}=frac{160}{390-T_0}$
$-k=lnfrac{200}{390-T_0}$
$-2k=lnfrac{160}{390-T_0}$
$lnfrac{160}{390-T_0}=2lnfrac{200}{390-T_0}$
$lnfrac{160}{390-T_0}=ln(frac{200}{390-T_0})^2$
$frac{160}{390-T_0}=(frac{200}{390-T_0})^2$
$390-T_0=frac{200^2}{160}=250$
$T_0=140^{circ}F$
With this value we can find $k=ln(1.25)$
$endgroup$
Newton's law serves equally for cooling or warming situations:
$frac{dT}{dt}=k(T_e-T)$
The general solution is $T(t)=T_e+(T_0-T_e)e^{-kt}$; where $T_0=T(0)$
is the initial reading we are going to find
In this case $T_e=390^{circ}F$ is the oven temperature; so we can write
$T(t)=390+(T_0-390)e^{-kt}$
Now, we have recorded two temperatures at some given moments:
$190=390+(T_0-390)e^{-k(1)}$
$230=390+(T_0-390)e^{-k(2)}$
We have to solve these two last equations to find $T_0$ and $k$
$(T_0-390)e^{-k(1)}=-200$
$(T_0-390)e^{-k(2)}=-160$
$e^{-k}=frac{200}{390-T_0}$
$e^{-2k}=frac{160}{390-T_0}$
$-k=lnfrac{200}{390-T_0}$
$-2k=lnfrac{160}{390-T_0}$
$lnfrac{160}{390-T_0}=2lnfrac{200}{390-T_0}$
$lnfrac{160}{390-T_0}=ln(frac{200}{390-T_0})^2$
$frac{160}{390-T_0}=(frac{200}{390-T_0})^2$
$390-T_0=frac{200^2}{160}=250$
$T_0=140^{circ}F$
With this value we can find $k=ln(1.25)$
answered Feb 21 '17 at 0:09
J.FrisancoJ.Frisanco
512
512
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%2f1204360%2fnewton-s-law-of-cooling-warming%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$
Do you know how to solve the differential equation to get temperature as a function of time? I'm trying to understand which part of this solution you need help with.
$endgroup$
– dshapiro
Mar 24 '15 at 14:33
$begingroup$
One hint is that the value of k remains the same. Equate those values to get T0.
$endgroup$
– Krishna
Mar 24 '15 at 14:39