document.write( "Question 1032718: A satellite has a radioactive isotope power supply. The power output in watts is given by the equation P = 50e^(t/250), where P is the power in watts and t is the time in days. \r
\n" );
document.write( "\n" );
document.write( "a ) What is the half life of the power supply?\r
\n" );
document.write( "\n" );
document.write( "b) The equipment aboard the satellite requires 10 watts of power to operate properly. What is the operational life of the satellite?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I am having trouble setting up these equations properly. \n" );
document.write( "
Algebra.Com's Answer #647328 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Question: \n" ); document.write( "A satellite has a radioactive isotope power supply. The power output in watts is given by the equation P = 50e^(t/250), where P is the power in watts and t is the time in days. \n" ); document.write( "a ) What is the half life of the power supply? \n" ); document.write( "b) The equipment aboard the satellite requires 10 watts of power to operate properly. What is the operational life of the satellite?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Since this is decaying, the exponent needs to have a negative in it. So it should be \n" ); document.write( "P = 50e^(-t/250)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Part (a) What is the half life of the power supply?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug in t = 0 to get... \n" ); document.write( "P = 50e^(-t/250) \n" ); document.write( "P = 50e^(0/250) \n" ); document.write( "P = 50e^(0) \n" ); document.write( "P = 50*1 \n" ); document.write( "P = 50 \n" ); document.write( "So at t = 0 days (aka the beginning), the power output in watts is 50 watts\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we start off with 50 watts. The question is: how long will it take to get to 25 watts? Which is half of the original output. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's find out. Plug in P = 25 and solve for t.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 50e^(-t/250) \n" ); document.write( "25 = 50e^(-t/250) \n" ); document.write( "25/50 = [50e^(-t/250)]/50 \n" ); document.write( "0.5 = e^(-t/250) \n" ); document.write( "e^(-t/250) = 0.5 \n" ); document.write( "Ln[e^(-t/250)] = Ln[0.5] \n" ); document.write( "(-t/250)*Ln[e] = Ln[0.5] \n" ); document.write( "(-t/250)*1 = Ln[0.5] \n" ); document.write( "-t/250 = Ln[0.5] \n" ); document.write( "t = -250*Ln[0.5] \n" ); document.write( "t = 173.286795\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It takes approximately 173.286795 days for the amount of 50 watts to turn into 25 watts. \n" ); document.write( "So the half-life is approximately 173.286795 days\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Part (b) The equipment aboard the satellite requires 10 watts of power to operate properly. What is the operational life of the satellite?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we need to find out how long this power supply will work as long as P >= 10. Let's plug in P = 10, then solve for t, to find out\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P = 50e^(-t/250) \n" ); document.write( "10 = 50e^(-t/250) \n" ); document.write( "10/50 = [50e^(-t/250)]/50 \n" ); document.write( "0.2 = e^(-t/250) \n" ); document.write( "e^(-t/250) = 0.2 \n" ); document.write( "Ln[e^(-t/250)] = Ln[0.2] \n" ); document.write( "(-t/250)*Ln[e] = Ln[0.2] \n" ); document.write( "(-t/250)*1 = Ln[0.2] \n" ); document.write( "-t/250 = Ln[0.2] \n" ); document.write( "t = -250*Ln[0.2] \n" ); document.write( "t = 402.359478\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the power supply will last for approximately 402.359478 days til it reaches 10 watts. After that, it won't operate properly since it won't produce enough watts. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Summary:\r \n" ); document.write( "\n" ); document.write( "Answer to part (a): 173.286795 days (this is approximate) \n" ); document.write( "Answer to part (b): 402.359478 days (this is approximate) \n" ); document.write( " |