Calculating Outside Temperature Using Exponential Decay Model

Math10
Messages
301
Reaction score
0

Homework Statement


A cup of boiling water is placed outside at 1:00 PM. One minute later the temperature of the water is 152 degrees Fahrenheit. After another minute its temperature is 112 degrees Fahrenheit. Find the outside temperature.

Homework Equations


None.

The Attempt at a Solution


T(t)=Ta+(To-Ta)e^(-kt)
T(t)=Ta+(212-Ta)e^(-kt)
T(1)=152=Ta+(212-Ta)e^(-k)
T(2)=112=Ta+(212-Ta)e^(-2k)
152-Ta=(212-Ta)e^(-k)
112-Ta=(212-Ta)e^(-2k)
112/152=e^(-k)
e^k=152/112
k=ln(19/14)
Now I'm stuck. What do I do?
 
Physics news on Phys.org
Math10 said:

Homework Statement


A cup of boiling water is placed outside at 1:00 PM. One minute later the temperature of the water is 152 degrees Fahrenheit. After another minute its temperature is 112 degrees Fahrenheit. Find the outside temperature.

The Attempt at a Solution


T(t)=Ta+(To-Ta)e^(-kt)
T(t)=Ta+(212-Ta)e^(-kt)
T(1)=152=Ta+(212-Ta)e^(-k)
T(2)=112=Ta+(212-Ta)e^(-2k)
152-Ta=(212-Ta)e^(-k)
112-Ta=(212-Ta)e^(-2k)
112/152=e^(-k)
That is wrong. Correctly: ##\frac{112-T_a}{152-T_a}=e^{-k}##
Substituting the exponent into the first equations eliminates the unknown k:

##152-Ta=(212-Ta)\frac{112-T_a}{152-T_a}##

Solve for Ta.
 
  • Like
Likes Math10
Thank you so much for the help! I got the right answer!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top