document.write( "Question 1124860: For each of the following functions, write the formula for the function's inverse. \r
\n" );
document.write( "\n" );
document.write( "a. f(x)=4^x where y=f(x).\r
\n" );
document.write( "\n" );
document.write( "f^-1(y)= ?\r
\n" );
document.write( "\n" );
document.write( "b. f(x)=4(2.8)^x where y=f(x)\r
\n" );
document.write( "\n" );
document.write( "f^-1(y)\r
\n" );
document.write( "\n" );
document.write( "c. f(x)= log(x/19) where y=f(x)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "f^-1(y)= ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #741164 by Theo(13342)![]() ![]() You can put this solution on YOUR website! a. f(x)=4^x where y=f(x). \n" ); document.write( "f^-1(y)= ?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let y = 4^x \n" ); document.write( "replace x with y and y with x to get x = 4^y. \n" ); document.write( "take the log of both sides of this equationt to get log(x) = log(4^y). \n" ); document.write( "since log(4^y) = y * log(4), your equation becomes log(x) = y * log(4). \n" ); document.write( "divide both sides of this equation by log(4) to get log(x) / log(4) = y \n" ); document.write( "that's your inverse equation. \n" ); document.write( "you get: \n" ); document.write( "y = 4^x \n" ); document.write( "y^-1 = log(x) / log(4) \n" ); document.write( "if y = f(x), then y^-1 = f^-1(x) which is what you called f^-1(y).\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. f(x)=4(2.8)^x where y=f(x) \n" ); document.write( "f^-1(y) \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let y = 4 * 2.8^x \n" ); document.write( "replace x with y and y with x to get x = 4 * 2.8^y \n" ); document.write( "take the log of both sides of this equation to get log(x) = log(4 * 2.8^y) \n" ); document.write( "since log(4 * 2.8^y) = log(4) + log(2.8^y) and since log(2.8^y) = y * log(2.8), this equation becomes log(x) = log(4) + y * log(2.8) \n" ); document.write( "subtract log(4) from both sides of this equation to get log(x) - log(4) = y * log(2.8) \n" ); document.write( "since log(x) - log(4) = log(x/4), this equation becomes log(x/4) = y * log(2.8). \n" ); document.write( "divide both sides of this equation by log(2.8) to get log(x/4) / log(2.8) = y. \n" ); document.write( "that's your inverse equation. \n" ); document.write( "you get y = 4 * 2.8^x \n" ); document.write( "y^-1 = log(x/4) / log(2.8) \n" ); document.write( "if y = f(x) the y^-1 = f^-1(x) which is what you call f^-1(y).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c. f(x)= log(x/19) where y=f(x) \n" ); document.write( "f^-1(y)= ?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let y = log(x/19) \n" ); document.write( "replace x with y and y with x to get x = log(y/19) \n" ); document.write( "log, by itself, means log10 which means log to the base of 10. \n" ); document.write( "this equation can therefore be shown as x = log10(y/19). \n" ); document.write( "the basic definition of logs says that x = logb(y) if and only if y = b^x. \n" ); document.write( "in your problem, this translates to x = log10(y/19) if and only if y/19 = 10^x. \n" ); document.write( "multiply both sides of this equation by 19 to get y = 19 * 10^x. \n" ); document.write( "that's your inverse equation. \n" ); document.write( "you get y = log(x/19) \n" ); document.write( "y^-1 = 19 * 10^x \n" ); document.write( "if y = f(x) the y^-1 = f^-1(x) which is what you call f^-1(y).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "one way to determine if these equations are really inverse equations is to graph them about the line y = x. \n" ); document.write( "if you then take a perpendicular to the line y = x, then the intersection of the regular equation and the inverse equation to this vertical line will be (x,y) on one side and (y,x) on the other side.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for your first problem, you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = 4^x is the original equation. \n" ); document.write( "y = log4(x) is the inverse equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph of that about the line y = x looks like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for your second problem, you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get y = 4 * 2.8^x is your original equation. \n" ); document.write( "y = log(x/4) / log(2.8) is your inverse equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph of that about the line y = x looks like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for your third problem, you have:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you get y = log(x/19) is your original equation. \n" ); document.write( "y = 19 * 10^x is your inverse equation.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graph of that about the line y = x looks like this.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference you might find useful.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://www.purplemath.com/modules/logs2.htm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |