document.write( "Question 1141493: A certain planet has a day length of 24 hours. The planet is totally covered in water, except for one small island. At hour 0, the island has 100% light with the planet’s star in the top of the sky. At hour 12, the island has 0% light and is in total darkness. Write an equation that models the amount of light in the sky on the island in terms of hours passed.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #762062 by ikleyn(52909)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "The required equation is\r\n" );
document.write( "    \r\n" );
document.write( "\r\n" );
document.write( "    P = \"k%2Asin%28pi%2F2+%2B+24%2At%29\",  if -6 <= t <= 6,\r\n" );
document.write( "\r\n" );
document.write( "    P = 0            ,  if 6 <  t  < 18.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "where P is the light's power (in watts) falling to the unit area of the island; \r\n" );
document.write( "and \"k\" is the constant value coefficient of the light energy absorption by the island' surface.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The sine function reflects the fact that the energy flux is proportional to the sine of the angle \r\n" );
document.write( "between the normal vector to the island surface and the direction to the star.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );