Finding the initial temperature using Newton's law
I am confused about how to solve the given problem :
A metal bar is heated 100c by a heat source. The heat source is removed when the temperature of the metal bar reached to a plateau. Now the metal bar is placed in a room. The room temperature is 25c. After 15 minutes the bar temperature reached to 90c. What was the initial temperature of the metal bar, assume newton's law of cooling applies.
Normally the initial temperature is given for other problems. it's easy to find out the value of the variables using T(t) = ce^kt+Ta formula. but here How to solve the problem?
calculus integration initial-value-problems
add a comment |
I am confused about how to solve the given problem :
A metal bar is heated 100c by a heat source. The heat source is removed when the temperature of the metal bar reached to a plateau. Now the metal bar is placed in a room. The room temperature is 25c. After 15 minutes the bar temperature reached to 90c. What was the initial temperature of the metal bar, assume newton's law of cooling applies.
Normally the initial temperature is given for other problems. it's easy to find out the value of the variables using T(t) = ce^kt+Ta formula. but here How to solve the problem?
calculus integration initial-value-problems
add a comment |
I am confused about how to solve the given problem :
A metal bar is heated 100c by a heat source. The heat source is removed when the temperature of the metal bar reached to a plateau. Now the metal bar is placed in a room. The room temperature is 25c. After 15 minutes the bar temperature reached to 90c. What was the initial temperature of the metal bar, assume newton's law of cooling applies.
Normally the initial temperature is given for other problems. it's easy to find out the value of the variables using T(t) = ce^kt+Ta formula. but here How to solve the problem?
calculus integration initial-value-problems
I am confused about how to solve the given problem :
A metal bar is heated 100c by a heat source. The heat source is removed when the temperature of the metal bar reached to a plateau. Now the metal bar is placed in a room. The room temperature is 25c. After 15 minutes the bar temperature reached to 90c. What was the initial temperature of the metal bar, assume newton's law of cooling applies.
Normally the initial temperature is given for other problems. it's easy to find out the value of the variables using T(t) = ce^kt+Ta formula. but here How to solve the problem?
calculus integration initial-value-problems
calculus integration initial-value-problems
asked Nov 26 at 18:29
Cynthia
51
51
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Here you have two sets of data: T(0)=100 and T(15)=90 while $T_a=25$. So you have two equations:$$100=c*e^{k*0}+25 (1)$$$$90=c*e^{15k}+25 (2)$$
From (1) find c, from (2) find k. Now you have equation in the form $$T=c*e^{k*t}+T_a$$
with c and k known. Here $T_a$ = 100, because "plateau" happens when $T=T_a = 100$. Maybe this problem lacks info about time of heating. If you'll have time of heating, you'll easily solve it.
Thanks for the reply, I was also thinking the same that T(0) =100 but here I have to find out the initial temp. of the metal bar which is also T(0). That is actually confusing. after find out C and K as you solved how to find the initial temperature? Can you please explain how the time of heating can solve the problem easily?
– Cynthia
Nov 26 at 20:44
T(0) = 100 for cooling process at room temperature, but T(0) is unknown for heating (two different T(0)). You can name them $T_c (0) = 100$ and $T_h (0) = ?$, if it's still confusing. About solution: since you know c,k, and $T_a$ (note: you should use -c, not +c, because not it's not cooling; it's heating - opposite process), last equation has all needed unknowns except t (time of heating). Just solve it for T. This T is the answer. $$T=c*e^{kt}+T_a$$
– Kelly Shepphard
Nov 27 at 10:38
thank you so much
– Cynthia
Dec 1 at 18:13
No problem :) I'm glad that this info was useful for you.
– Kelly Shepphard
Dec 1 at 18:25
Sorry I just need to clear one thing. you said we should use -c as it is heating. so the last equation should be : T=-c∗e^kt+Ta. right?
– Cynthia
Dec 1 at 19:12
|
show 2 more comments
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%2f3014724%2ffinding-the-initial-temperature-using-newtons-law%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
Here you have two sets of data: T(0)=100 and T(15)=90 while $T_a=25$. So you have two equations:$$100=c*e^{k*0}+25 (1)$$$$90=c*e^{15k}+25 (2)$$
From (1) find c, from (2) find k. Now you have equation in the form $$T=c*e^{k*t}+T_a$$
with c and k known. Here $T_a$ = 100, because "plateau" happens when $T=T_a = 100$. Maybe this problem lacks info about time of heating. If you'll have time of heating, you'll easily solve it.
Thanks for the reply, I was also thinking the same that T(0) =100 but here I have to find out the initial temp. of the metal bar which is also T(0). That is actually confusing. after find out C and K as you solved how to find the initial temperature? Can you please explain how the time of heating can solve the problem easily?
– Cynthia
Nov 26 at 20:44
T(0) = 100 for cooling process at room temperature, but T(0) is unknown for heating (two different T(0)). You can name them $T_c (0) = 100$ and $T_h (0) = ?$, if it's still confusing. About solution: since you know c,k, and $T_a$ (note: you should use -c, not +c, because not it's not cooling; it's heating - opposite process), last equation has all needed unknowns except t (time of heating). Just solve it for T. This T is the answer. $$T=c*e^{kt}+T_a$$
– Kelly Shepphard
Nov 27 at 10:38
thank you so much
– Cynthia
Dec 1 at 18:13
No problem :) I'm glad that this info was useful for you.
– Kelly Shepphard
Dec 1 at 18:25
Sorry I just need to clear one thing. you said we should use -c as it is heating. so the last equation should be : T=-c∗e^kt+Ta. right?
– Cynthia
Dec 1 at 19:12
|
show 2 more comments
Here you have two sets of data: T(0)=100 and T(15)=90 while $T_a=25$. So you have two equations:$$100=c*e^{k*0}+25 (1)$$$$90=c*e^{15k}+25 (2)$$
From (1) find c, from (2) find k. Now you have equation in the form $$T=c*e^{k*t}+T_a$$
with c and k known. Here $T_a$ = 100, because "plateau" happens when $T=T_a = 100$. Maybe this problem lacks info about time of heating. If you'll have time of heating, you'll easily solve it.
Thanks for the reply, I was also thinking the same that T(0) =100 but here I have to find out the initial temp. of the metal bar which is also T(0). That is actually confusing. after find out C and K as you solved how to find the initial temperature? Can you please explain how the time of heating can solve the problem easily?
– Cynthia
Nov 26 at 20:44
T(0) = 100 for cooling process at room temperature, but T(0) is unknown for heating (two different T(0)). You can name them $T_c (0) = 100$ and $T_h (0) = ?$, if it's still confusing. About solution: since you know c,k, and $T_a$ (note: you should use -c, not +c, because not it's not cooling; it's heating - opposite process), last equation has all needed unknowns except t (time of heating). Just solve it for T. This T is the answer. $$T=c*e^{kt}+T_a$$
– Kelly Shepphard
Nov 27 at 10:38
thank you so much
– Cynthia
Dec 1 at 18:13
No problem :) I'm glad that this info was useful for you.
– Kelly Shepphard
Dec 1 at 18:25
Sorry I just need to clear one thing. you said we should use -c as it is heating. so the last equation should be : T=-c∗e^kt+Ta. right?
– Cynthia
Dec 1 at 19:12
|
show 2 more comments
Here you have two sets of data: T(0)=100 and T(15)=90 while $T_a=25$. So you have two equations:$$100=c*e^{k*0}+25 (1)$$$$90=c*e^{15k}+25 (2)$$
From (1) find c, from (2) find k. Now you have equation in the form $$T=c*e^{k*t}+T_a$$
with c and k known. Here $T_a$ = 100, because "plateau" happens when $T=T_a = 100$. Maybe this problem lacks info about time of heating. If you'll have time of heating, you'll easily solve it.
Here you have two sets of data: T(0)=100 and T(15)=90 while $T_a=25$. So you have two equations:$$100=c*e^{k*0}+25 (1)$$$$90=c*e^{15k}+25 (2)$$
From (1) find c, from (2) find k. Now you have equation in the form $$T=c*e^{k*t}+T_a$$
with c and k known. Here $T_a$ = 100, because "plateau" happens when $T=T_a = 100$. Maybe this problem lacks info about time of heating. If you'll have time of heating, you'll easily solve it.
answered Nov 26 at 19:47
Kelly Shepphard
2298
2298
Thanks for the reply, I was also thinking the same that T(0) =100 but here I have to find out the initial temp. of the metal bar which is also T(0). That is actually confusing. after find out C and K as you solved how to find the initial temperature? Can you please explain how the time of heating can solve the problem easily?
– Cynthia
Nov 26 at 20:44
T(0) = 100 for cooling process at room temperature, but T(0) is unknown for heating (two different T(0)). You can name them $T_c (0) = 100$ and $T_h (0) = ?$, if it's still confusing. About solution: since you know c,k, and $T_a$ (note: you should use -c, not +c, because not it's not cooling; it's heating - opposite process), last equation has all needed unknowns except t (time of heating). Just solve it for T. This T is the answer. $$T=c*e^{kt}+T_a$$
– Kelly Shepphard
Nov 27 at 10:38
thank you so much
– Cynthia
Dec 1 at 18:13
No problem :) I'm glad that this info was useful for you.
– Kelly Shepphard
Dec 1 at 18:25
Sorry I just need to clear one thing. you said we should use -c as it is heating. so the last equation should be : T=-c∗e^kt+Ta. right?
– Cynthia
Dec 1 at 19:12
|
show 2 more comments
Thanks for the reply, I was also thinking the same that T(0) =100 but here I have to find out the initial temp. of the metal bar which is also T(0). That is actually confusing. after find out C and K as you solved how to find the initial temperature? Can you please explain how the time of heating can solve the problem easily?
– Cynthia
Nov 26 at 20:44
T(0) = 100 for cooling process at room temperature, but T(0) is unknown for heating (two different T(0)). You can name them $T_c (0) = 100$ and $T_h (0) = ?$, if it's still confusing. About solution: since you know c,k, and $T_a$ (note: you should use -c, not +c, because not it's not cooling; it's heating - opposite process), last equation has all needed unknowns except t (time of heating). Just solve it for T. This T is the answer. $$T=c*e^{kt}+T_a$$
– Kelly Shepphard
Nov 27 at 10:38
thank you so much
– Cynthia
Dec 1 at 18:13
No problem :) I'm glad that this info was useful for you.
– Kelly Shepphard
Dec 1 at 18:25
Sorry I just need to clear one thing. you said we should use -c as it is heating. so the last equation should be : T=-c∗e^kt+Ta. right?
– Cynthia
Dec 1 at 19:12
Thanks for the reply, I was also thinking the same that T(0) =100 but here I have to find out the initial temp. of the metal bar which is also T(0). That is actually confusing. after find out C and K as you solved how to find the initial temperature? Can you please explain how the time of heating can solve the problem easily?
– Cynthia
Nov 26 at 20:44
Thanks for the reply, I was also thinking the same that T(0) =100 but here I have to find out the initial temp. of the metal bar which is also T(0). That is actually confusing. after find out C and K as you solved how to find the initial temperature? Can you please explain how the time of heating can solve the problem easily?
– Cynthia
Nov 26 at 20:44
T(0) = 100 for cooling process at room temperature, but T(0) is unknown for heating (two different T(0)). You can name them $T_c (0) = 100$ and $T_h (0) = ?$, if it's still confusing. About solution: since you know c,k, and $T_a$ (note: you should use -c, not +c, because not it's not cooling; it's heating - opposite process), last equation has all needed unknowns except t (time of heating). Just solve it for T. This T is the answer. $$T=c*e^{kt}+T_a$$
– Kelly Shepphard
Nov 27 at 10:38
T(0) = 100 for cooling process at room temperature, but T(0) is unknown for heating (two different T(0)). You can name them $T_c (0) = 100$ and $T_h (0) = ?$, if it's still confusing. About solution: since you know c,k, and $T_a$ (note: you should use -c, not +c, because not it's not cooling; it's heating - opposite process), last equation has all needed unknowns except t (time of heating). Just solve it for T. This T is the answer. $$T=c*e^{kt}+T_a$$
– Kelly Shepphard
Nov 27 at 10:38
thank you so much
– Cynthia
Dec 1 at 18:13
thank you so much
– Cynthia
Dec 1 at 18:13
No problem :) I'm glad that this info was useful for you.
– Kelly Shepphard
Dec 1 at 18:25
No problem :) I'm glad that this info was useful for you.
– Kelly Shepphard
Dec 1 at 18:25
Sorry I just need to clear one thing. you said we should use -c as it is heating. so the last equation should be : T=-c∗e^kt+Ta. right?
– Cynthia
Dec 1 at 19:12
Sorry I just need to clear one thing. you said we should use -c as it is heating. so the last equation should be : T=-c∗e^kt+Ta. right?
– Cynthia
Dec 1 at 19:12
|
show 2 more comments
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3014724%2ffinding-the-initial-temperature-using-newtons-law%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