document.write( "Question 856270: Find the inverse of the one-to-one function.\r
\n" );
document.write( "\n" );
document.write( "f(x)=5x-3/2 \n" );
document.write( "
Algebra.Com's Answer #515846 by Theo(13342)![]() ![]() You can put this solution on YOUR website! start with y = 5x - 3/2 \n" ); document.write( "interchange y and x to get: \n" ); document.write( "x = 5y - 3/2 \n" ); document.write( "solve for y as follows: \n" ); document.write( "add 3/2 to both sides of the equation to get: \n" ); document.write( "x + 3/2 = 5y \n" ); document.write( "commute this equation to get: \n" ); document.write( "5y = x + 3/2 \n" ); document.write( "divide both sides of this equation by 5 to get: \n" ); document.write( "y = x/5 + 3/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that should be your inverse function. \n" ); document.write( "if it is, then f(g(x)) should be equal to x and g(f(x)) should be equal to x. \n" ); document.write( "make your original equation f(x). \n" ); document.write( "make the inverse equation equal to g(x). \n" ); document.write( "you get: \n" ); document.write( "f(x)= 5x - 3/2 \n" ); document.write( "g(x) = x/5 + 3/10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(g(x)) is derived by replacing x in f(x) = 5x - 3/2 with (x/5 + 3/10) from g(x) to get: \n" ); document.write( "f(g(x)) = 5*(x/5 + 3/10) - 3/2 \n" ); document.write( "simplify by distributing the multiplication to get: \n" ); document.write( "f(g(x)) = 5 * x/5 + 5 * 3/10 - 3/2 \n" ); document.write( "simplify to get: \n" ); document.write( "f(g(x)) = x + 15/10 - 3/2 \n" ); document.write( "divide numerator and denominator of 15/10 by 5 to get: \n" ); document.write( "f(g(x)) = x + 3/2 - 3/2 \n" ); document.write( "combine like terms to get: \n" ); document.write( "f(g(x)) = x \n" ); document.write( "one half of the test is done. \n" ); document.write( "now to the other half.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g(f(x)) is derived by replacing x in g(x) = x/5 + 3/10 with (5x - 3/2) from f(x) to get: \n" ); document.write( "g(f(x)) = (5x - 3/2) / 5 + 3/10 \n" ); document.write( "multiply (5x - 3/2) / 5 * (2/2) to get: \n" ); document.write( "g(f(x)) = 2*(5x-3/2)/10 + 3/10 \n" ); document.write( "combine the numerators under the common denominator to get: \n" ); document.write( "g(f(x)) = (2*(5x-3/2) + 3) / 10 \n" ); document.write( "simplify by distributing the multiplication in the numerator to get: \n" ); document.write( "g(f(x)) = (10x - 3 + 3) / 10 \n" ); document.write( "simplify by combining like terms to get: \n" ); document.write( "g(f(x)) = 10x / 10 \n" ); document.write( "the 10 in the numerator and the 10 in the denominator cancel out and you are left with: \n" ); document.write( "g(f(x)) = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the test for inverse functions is passed, so your solution is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = 5x - 3/2 \n" ); document.write( "g(x) = x/5 + 3/10 = inverse function of f(x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graphs of inverse functions are symmetric about the line y = x. \n" ); document.write( "the graph of these 2 functions is shown below: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they look symmetric.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "another test is that f(x,y) is equal to g(y,x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the terminology is scary and difficult to follow, but this is what happens:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "start with: \n" ); document.write( "f(x) = 5x - 3/2 and replace f(x) with y to get: \n" ); document.write( "y = 5x - 3/2 \n" ); document.write( "pick any value of x and solve for y. \n" ); document.write( "i picked x = 5 to get: \n" ); document.write( "y = 5(5) - 3/2 = 25 - 3/2 = 50/2 - 3/2 = 47/2. \n" ); document.write( "this results in: \n" ); document.write( "y = 47/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "now look at g(x) = x/5 + 3/10 and replace g(x) with y to get: \n" ); document.write( "y = x/5 + 3/10 \n" ); document.write( "now replace x in this equation with y from the first equation to get: \n" ); document.write( "y = (47/2)/5 + 3/10 \n" ); document.write( "simplify this to get: \n" ); document.write( "y = 47/10 + 3/10 \n" ); document.write( "combine the numerators under the common denominator of 10 to get: \n" ); document.write( "y = 50/10 which is equal to 5. \n" ); document.write( "you get y = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x,y) is equal to (5,47/2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "g(x,y) is equal to (47/2,5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the x from g(x) is equal to the y from f(x). \n" ); document.write( "the y from g(x) is equal to the x from f(x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this is what they mean when they say f(x,y) = g(y,x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you take the output from f(x) and make it the input to g(x) and the result is you are back to x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "5 becomes 47/2 after being put through f(x) and then 47/2 becomes 5 after being put through g(x).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the inverse function undoes what the original function does.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) makes 5 become 47/2 and g(x) undoes that by making 47/2 become 5. \n" ); document.write( " \n" ); document.write( " |