document.write( "Question 1176218: I don't know how to do this, please!!\r
\n" );
document.write( "\n" );
document.write( "Newton's Law of Cooling tells us that the rate of change of the temperature of an object is proportional to the temperature difference between the object and its surroundings. This can be modeled by the differential equation dT/dt=k(T−A), where T is the temperature of the object after t units of time have passed, A is the ambient temperature of the object's surroundings, and
\n" );
document.write( "k is a constant of proportionality.\r
\n" );
document.write( "\n" );
document.write( "Suppose that a cup of coffee begins at 179 degrees and, after sitting in room temperature of 62 degrees for 11 minutes, the coffee reaches 174 degrees. How long will it take before the coffee reaches 154 degrees?\r
\n" );
document.write( "\n" );
document.write( "Include at least 2 decimal places in your answer.\r
\n" );
document.write( "\n" );
document.write( "= ? minutes
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #802616 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The solution to the differential equation is given by: \n" ); document.write( "T(t) = Ts + (T0 - Ts)exp(-kt), where Ts = the temperature of the surroundings \n" ); document.write( "T0 = the initial temperature and k = the rate constant \n" ); document.write( "We can use the information given to solve for k: \n" ); document.write( "T(11) = 174 = 62 + (179 - 62)exp(-11k) \n" ); document.write( "exp(-11k) = (174 - 62)/117 -> k = (-1/11)*ln((174 - 62)/117) = 0.0039705 \n" ); document.write( "You can now use this formula to solve for t, if T(t) = 154 \n" ); document.write( "Ans: 60.54 mins \n" ); document.write( " |