document.write( "Question 1173711: Outside temperature over a day can be modeled as a sinusoidal function. Suppose you know the temperature is 75 degrees at midnight and the high and low temperature during the day are 85 and 65 degrees, respectively. Assuming t is the number of hours since midnight, find an equation for the temperature, D, in terms of t.\r
\n" );
document.write( "\n" );
document.write( "D(t)=
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #799031 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The temperature at time t=0 (midnight)is 75 degrees, and the temperature \n" ); document.write( "oscillates over a range of +/- 10 degrees during a 24 hour period. \n" ); document.write( "Thus the amplitude of oscillation is 10, and the midline temperature is 75. \n" ); document.write( "A complete cycle of 2pi takes place over 24 h, so the \"angular frequency\" is \n" ); document.write( "w = 2pi/24 = pi/12 \n" ); document.write( "So the equation is D(t) = 10sin((pi/12)*t) + 75 \n" ); document.write( " |