document.write( "Question 1090122: 22. (See Week 5 Lecture page “Composite Functions” for a starting point.)
\n" ); document.write( "The population of viruses in an influenza culture after t hours is given by the function
\n" ); document.write( "x(t) = 4e^t/2.5
\n" ); document.write( "The cost y in dollars for a new automated microscope to count x viruses in a sample is
\n" ); document.write( "y(x) = ln 2x
\n" ); document.write( "Create the composite function that calculates the cost y in dollars of counting the number of viruses in an influential culture after t hours.
\n" ); document.write( "

Algebra.Com's Answer #704516 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
composite function is a function that operates on another function as its argument.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "example:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f(x) = x^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "g(x) = 3x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "g(f(x)) = 3 * x^2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the function f(x) replaces the argument of x in g(x).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have x(t) = 4e^(t/2.5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have y(x) = ln(2x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the function y(x(t)) replaces the argument of x in y(x) with the output of 4e^(t/2.5) in g(t)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this goes to the heart of the definition of a function.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the function x(t) = 4e^(t/2.5):\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(t) is the name of the function.
\n" ); document.write( "t is the input of the function.
\n" ); document.write( "4e^(t/2.5) is the output of the function.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "here's what i found on the web that looks like a pretty good reference.
\n" ); document.write( "read it all the way through because it describes how to replace the original argument with another expression when evaluating that expression within the function.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "https://mathbitsnotebook.com/Algebra1/Functions/FNNotationEvaluation.html\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "here's also a reference on composite functions i found on the web.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "http://www.mesacc.edu/~scotz47781/mat120/notes/composition/composite_functions_intro.pdf\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i followed the rules in solving your problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the argument in the first function was replaced with the output of the second function.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "once again, for ease of reference.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the first function is x(t) = 4e^(t/2.5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the argument of this function is t and the output of this function is 4e^(t/2.5).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this tells you the population of viruses after t hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the second function is y(x) = ln(2x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the argument of this function is x and the output of this function is ln(2x).\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "don't confuse the function name of x(t) with the argument of x in the function name of y(x).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they're two different things.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you could have named the function x(t) anything else and the function would have been the same.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "some examples:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "f(t) = 4e^(t/2.5)
\n" ); document.write( "g(t) = 4e^(t/2.5)
\n" ); document.write( "h(t) = 4e^(t/2.5)
\n" ); document.write( "x(t) = 4e^(t/2.5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they all point to the same relationship between the argument of t and the output of e^(t/2.5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your other function of y(x) = ln(2x) could also have many names.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "n(x) = ln(2x)
\n" ); document.write( "p(x) = ln(2x)
\n" ); document.write( "q(x) = ln(2x)
\n" ); document.write( "y(x) = ln(2x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "all of these functions have an argument of x and an output of ln(2x).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "back to your original problem.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your functions are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(t) = 4e^(t/2.5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y(x) = ln(2x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "note the parentheses.
\n" ); document.write( "they make it much clearer as to where each expression within the overall expression belong.
\n" ); document.write( "hopefully i got it right.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(t) represents the number of viruses after t hours
\n" ); document.write( "y(x) represents the cost of a new microphone to count the number of viruses.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "therefore y(x(t)) represents the cost of a new microphone to count the number of viruses after t hours.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the argument of y(x) is replaced by the output of the function x(t).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(t) = 4e^(t/2.5)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y(x) = ln(2x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y(x(t)) = ln(2 * 4e^(t/2.5))\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "i believe you can simplify that to y(x(t)) = ln(8e^(t/2.5))\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's what i get.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let me know if you have any further questions regarding this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );