document.write( "Question 1079291: Please help me solve this\r
\n" );
document.write( "\n" );
document.write( "Suppose the quantity Q, in mg, of medicine in a patient’s bloodstream is decreasing by 25% each 40 minutes. Let us write Q = f(T), where T is in minutes since the injection of medicine. Suppose the injection contains 300 mg of medicine.
\n" );
document.write( "(a) Construct a table of values for Q as a function of T over a few hours.
\n" );
document.write( "(b) Find a formula for f in the form A × B^T, or an equivalent form.
\n" );
document.write( "(c) Let th be the time taken for the quantity of medicine in the bloodstream to halve. By a process of guessing and checking, estimate the value of Th (accurate to 3 significant figures).
\n" );
document.write( "(d) Determine the exact value of Th.
\n" );
document.write( "(e) Show that the halving time is constant. That is, show that starting from an arbitrary time
\n" );
document.write( "T= a, the quantity of medicine is halved after an additional time Th.
\n" );
document.write( "(f) Sketch a graph of the function over a 4 hour period since the injection.
\n" );
document.write( "(g) The patient can receive a new injection when the quantity of medicine is less than 2% of the original dose. For simplicity, this time delay is measured in a whole number of hours. Determine the wait time. For medicinal safety, should we round up or down to the nearest hour?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #693690 by Theo(13342)![]() ![]() You can put this solution on YOUR website! f = p * (1 + r) ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f is the future value \n" ); document.write( "p is the present value \n" ); document.write( "r is the interest rate per time period. \n" ); document.write( "n is the number of time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the quantity of medicine is decreasing by 25% every 40 minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your time period is therefore every 40 minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your rate is -25% every 40 minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the formula, you use the decimal equivalent of the percent which is equal to the percent / 100.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the interest rate per time period is therefore -.25\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula of f = p * (1 + r) ^ n becomes\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = p * (1 - .25) ^ n which becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = p * .75 ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in order for the value of the medicine to be equal to 1/2 what it was, the formula becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1/2 = .75^n \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is because f is 1/2 and p is 1, and 1 * .75 ^ n is the same as .75 ^ n.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you would solve for n using logs.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "take the log of both sides of the eqution to get log(1/2) = log(.75^n)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "because log(b^n) = n*log(b), this becomes:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "log(1/2) = n*log(.75)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of this equation by log(.75) and you get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "log(1/2) / log(.75) = n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for n to get n = 2.40942084\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this means that that the original amount will be half of what it was in 2.40942084 time periods that are 40 minutes each.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "translate this to minutes, and it becomes n = 2.40942084 * 40 = 96.37683359 minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this formula will work regardless of the value of the milligrams in the blood stream.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with 300 mg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will have 150 mg in the blood stream in 2.40942084 time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 300 * .75 ^ 2.40942084 = 150\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 150 * .75 ^ 2.40942084 = 75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = 75 * .75 ^ 2.40942084 = 37.5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the amount of drug in the bloodstream will be half of what it was every 2.40942084 time periods.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your original table can be set up in 40 minute intervals.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when n = 0, the value in this table will be 300 * .75 ^ 0 = 300.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when n = 1, the value in this table will be 300 * .75 ^ 1 = 225\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when n = 2, the value in this table will be 300 * .75 ^ 2 = 168.75\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when n = 3, the value in this table will be 300 * .75 ^ 3 = 126.5625\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "etc.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the remaining dose being 2% of the original dose, you would calculate the time required in 40 minute intervals as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2% of 300 = .02 * 300 = 6 mg.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in the formula of f = p * .75 ^ n, you would get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6 = 300 * .75 ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you will want to solve for n in this equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of the equation by 300 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "6/300 = .75 ^ n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "take the log of both sides of this equation to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "log(6/300) = log(.75^n)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this becomes log(6/300) = n * log(.75)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "divide both sides of the equation by log(.75) to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "log(6/300) / log(.75) = n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for n to get n = 13.59842472\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the original dose of 300 mg should reduce to 6 mg in 13.59842472 time periods that are 40 minutes each.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's equivalent to 13.59842472 * 40 = 543.9369888 minutes which is equivalent to 543.9369888 / 60 = 9.06561648 hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to be on the safe side, you would round down so there is at least 2% of the medicine in the bloodstream.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to graph the equation, replace f with y and replace n with x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 300 * .75^x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your graph will look like this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if your want your time intervals to be minutes instead of 40 minutes, you would do the following.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".75 ^ 1/40 = .9928337491\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your growth rate per minute would be .9928337491 per 1 minute interval.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your time interval is now in minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "i will graph the equation of y = 300 * .9928337491 ^ x to show you that this is equivalent to the same equation when the time period is in 40 minute intervals.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your graph looks like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of x is now every minute rather than every 40 minutes.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can also translate to hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your do that as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "hours relative to 40 minutes are 60/40 = 6/4 = 3/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( ".75 ^ (3/2) = .6495190528\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "your equation becomes y = 300 * .6495190528 ^ x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the value of x is now every hour instead of every 40 minute interval.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph of that equation looks like this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you want to sketch a 4 hour graph, it would look like this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |