document.write( "Question 1044555: Hi, this is the question I would love help on:\r
\n" );
document.write( "\n" );
document.write( "A patient suffers from a short fever. Their body temperarure is normally 37.4 degrees celcius but during the fever, it is given by the function:\r
\n" );
document.write( "\n" );
document.write( "y(t) = -0.01t^2 + 0.3e^t + 37.4 (t is greater than or equal to 0)
\n" );
document.write( "where t is the number of hours since the onset of the fever.\r
\n" );
document.write( "\n" );
document.write( "1. What is the average rate of change of temperature y(t) at t=2 and t=6
\n" );
document.write( "2. How fast is the body temperature changing after 3 hours?\r
\n" );
document.write( "\n" );
document.write( "Thank you! \n" );
document.write( "
Algebra.Com's Answer #659901 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We need the first derivative of y(t) to give us rate of change \n" ); document.write( ": \n" ); document.write( "y(t) = -0.01t^2 + 0.3e^t + 37.4 \n" ); document.write( ": \n" ); document.write( "using the power rule and the fact that the derivative of e^t is e^t \n" ); document.write( ": \n" ); document.write( "y'(t) = 0.3e^t -0.02t \n" ); document.write( ": \n" ); document.write( "*********************************************************** \n" ); document.write( "y'(2) = 0.3e^2 -0.04 = 0.3(7.39) -0.04 = 2.177 approx 2.18 \n" ); document.write( "y'(6) = 0.3e^6 -0.12 = 120.908 approx 120.91 \n" ); document.write( ": \n" ); document.write( "y'(3) = 0.3e^3 -0.06 = 5.965 approx 5.97 \n" ); document.write( "*********************************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |