Differential equations: temperature change and room temperature
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Problem: A can of orange juice is taken from the fridge and placed in a room where the temperature is a constant $25^circ$C. As the can of orange juice warms up, the rate of increase of its temperature $theta$$^circ$C after time t, where t is measured in minutes, is proportional to the temperature difference (25-$theta$)$^circ$C. Set up a differential equation to represent the above scenario, and solve this differential equation.
The picture shows my initial steps that I took to solve this.
However, the given solution actually places a modulus around (25-$theta$), like so.
I'm puzzled - can (25-ø) actually be less than zero? Because this means that something taken out from the fridge, and then warmed up to room temperature, will then become higher than the room temperature! Or is there something else I'm missing?
calculus differential-equations physics
add a comment |Â
up vote
0
down vote
favorite
Problem: A can of orange juice is taken from the fridge and placed in a room where the temperature is a constant $25^circ$C. As the can of orange juice warms up, the rate of increase of its temperature $theta$$^circ$C after time t, where t is measured in minutes, is proportional to the temperature difference (25-$theta$)$^circ$C. Set up a differential equation to represent the above scenario, and solve this differential equation.
The picture shows my initial steps that I took to solve this.
However, the given solution actually places a modulus around (25-$theta$), like so.
I'm puzzled - can (25-ø) actually be less than zero? Because this means that something taken out from the fridge, and then warmed up to room temperature, will then become higher than the room temperature! Or is there something else I'm missing?
calculus differential-equations physics
Haha, well, I mean, sometimes I get unrealistic physics problem for homework.
â Simply Beautiful Art
Dec 22 '16 at 14:01
There should be a modulus sign when you integrate this, but since $theta<25$ it is irrelevant here
â David Quinn
Dec 22 '16 at 14:08
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Problem: A can of orange juice is taken from the fridge and placed in a room where the temperature is a constant $25^circ$C. As the can of orange juice warms up, the rate of increase of its temperature $theta$$^circ$C after time t, where t is measured in minutes, is proportional to the temperature difference (25-$theta$)$^circ$C. Set up a differential equation to represent the above scenario, and solve this differential equation.
The picture shows my initial steps that I took to solve this.
However, the given solution actually places a modulus around (25-$theta$), like so.
I'm puzzled - can (25-ø) actually be less than zero? Because this means that something taken out from the fridge, and then warmed up to room temperature, will then become higher than the room temperature! Or is there something else I'm missing?
calculus differential-equations physics
Problem: A can of orange juice is taken from the fridge and placed in a room where the temperature is a constant $25^circ$C. As the can of orange juice warms up, the rate of increase of its temperature $theta$$^circ$C after time t, where t is measured in minutes, is proportional to the temperature difference (25-$theta$)$^circ$C. Set up a differential equation to represent the above scenario, and solve this differential equation.
The picture shows my initial steps that I took to solve this.
However, the given solution actually places a modulus around (25-$theta$), like so.
I'm puzzled - can (25-ø) actually be less than zero? Because this means that something taken out from the fridge, and then warmed up to room temperature, will then become higher than the room temperature! Or is there something else I'm missing?
calculus differential-equations physics
calculus differential-equations physics
asked Dec 22 '16 at 13:59
Charlz97
12311
12311
Haha, well, I mean, sometimes I get unrealistic physics problem for homework.
â Simply Beautiful Art
Dec 22 '16 at 14:01
There should be a modulus sign when you integrate this, but since $theta<25$ it is irrelevant here
â David Quinn
Dec 22 '16 at 14:08
add a comment |Â
Haha, well, I mean, sometimes I get unrealistic physics problem for homework.
â Simply Beautiful Art
Dec 22 '16 at 14:01
There should be a modulus sign when you integrate this, but since $theta<25$ it is irrelevant here
â David Quinn
Dec 22 '16 at 14:08
Haha, well, I mean, sometimes I get unrealistic physics problem for homework.
â Simply Beautiful Art
Dec 22 '16 at 14:01
Haha, well, I mean, sometimes I get unrealistic physics problem for homework.
â Simply Beautiful Art
Dec 22 '16 at 14:01
There should be a modulus sign when you integrate this, but since $theta<25$ it is irrelevant here
â David Quinn
Dec 22 '16 at 14:08
There should be a modulus sign when you integrate this, but since $theta<25$ it is irrelevant here
â David Quinn
Dec 22 '16 at 14:08
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
What about $$ fracdthetadt=k(25 - theta)$$
$$ fracdtheta25-theta=k cdot dt$$
$$ int_T_0^T fracdtheta25 - theta = int_t_0^t k cdot dtprime$$
$$ -ln left( 25 - theta right) big|_T_0^T = k cdot left( t - t_0 right)$$
$$ ln left( 25 - theta right) big|_T_0^T = - k cdot left( t - t_0 right)$$
Let $ t_0 = 0 $ (start time). $T_0$ is the temperature at time 0 which is the temperature of the fridge. The argument $25 - theta $ is always positive.
$$ ln left( frac25 -T25 - T_0 right)= -kt $$
$$ frac25-T25-T_0 = e^-kt $$
$$ T = 25 + left( T_0 - 25 right) cdot e^-kt $$
We then have $T(0) = T_0$ and $T( infty ) = 25$ as required.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
What about $$ fracdthetadt=k(25 - theta)$$
$$ fracdtheta25-theta=k cdot dt$$
$$ int_T_0^T fracdtheta25 - theta = int_t_0^t k cdot dtprime$$
$$ -ln left( 25 - theta right) big|_T_0^T = k cdot left( t - t_0 right)$$
$$ ln left( 25 - theta right) big|_T_0^T = - k cdot left( t - t_0 right)$$
Let $ t_0 = 0 $ (start time). $T_0$ is the temperature at time 0 which is the temperature of the fridge. The argument $25 - theta $ is always positive.
$$ ln left( frac25 -T25 - T_0 right)= -kt $$
$$ frac25-T25-T_0 = e^-kt $$
$$ T = 25 + left( T_0 - 25 right) cdot e^-kt $$
We then have $T(0) = T_0$ and $T( infty ) = 25$ as required.
add a comment |Â
up vote
0
down vote
What about $$ fracdthetadt=k(25 - theta)$$
$$ fracdtheta25-theta=k cdot dt$$
$$ int_T_0^T fracdtheta25 - theta = int_t_0^t k cdot dtprime$$
$$ -ln left( 25 - theta right) big|_T_0^T = k cdot left( t - t_0 right)$$
$$ ln left( 25 - theta right) big|_T_0^T = - k cdot left( t - t_0 right)$$
Let $ t_0 = 0 $ (start time). $T_0$ is the temperature at time 0 which is the temperature of the fridge. The argument $25 - theta $ is always positive.
$$ ln left( frac25 -T25 - T_0 right)= -kt $$
$$ frac25-T25-T_0 = e^-kt $$
$$ T = 25 + left( T_0 - 25 right) cdot e^-kt $$
We then have $T(0) = T_0$ and $T( infty ) = 25$ as required.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
What about $$ fracdthetadt=k(25 - theta)$$
$$ fracdtheta25-theta=k cdot dt$$
$$ int_T_0^T fracdtheta25 - theta = int_t_0^t k cdot dtprime$$
$$ -ln left( 25 - theta right) big|_T_0^T = k cdot left( t - t_0 right)$$
$$ ln left( 25 - theta right) big|_T_0^T = - k cdot left( t - t_0 right)$$
Let $ t_0 = 0 $ (start time). $T_0$ is the temperature at time 0 which is the temperature of the fridge. The argument $25 - theta $ is always positive.
$$ ln left( frac25 -T25 - T_0 right)= -kt $$
$$ frac25-T25-T_0 = e^-kt $$
$$ T = 25 + left( T_0 - 25 right) cdot e^-kt $$
We then have $T(0) = T_0$ and $T( infty ) = 25$ as required.
What about $$ fracdthetadt=k(25 - theta)$$
$$ fracdtheta25-theta=k cdot dt$$
$$ int_T_0^T fracdtheta25 - theta = int_t_0^t k cdot dtprime$$
$$ -ln left( 25 - theta right) big|_T_0^T = k cdot left( t - t_0 right)$$
$$ ln left( 25 - theta right) big|_T_0^T = - k cdot left( t - t_0 right)$$
Let $ t_0 = 0 $ (start time). $T_0$ is the temperature at time 0 which is the temperature of the fridge. The argument $25 - theta $ is always positive.
$$ ln left( frac25 -T25 - T_0 right)= -kt $$
$$ frac25-T25-T_0 = e^-kt $$
$$ T = 25 + left( T_0 - 25 right) cdot e^-kt $$
We then have $T(0) = T_0$ and $T( infty ) = 25$ as required.
edited Dec 22 '16 at 15:02
answered Dec 22 '16 at 14:41
UweM.
31516
31516
add a comment |Â
add a comment |Â
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2068516%2fdifferential-equations-temperature-change-and-room-temperature%23new-answer', 'question_page');
);
Post as a guest
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
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
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
Haha, well, I mean, sometimes I get unrealistic physics problem for homework.
â Simply Beautiful Art
Dec 22 '16 at 14:01
There should be a modulus sign when you integrate this, but since $theta<25$ it is irrelevant here
â David Quinn
Dec 22 '16 at 14:08