document.write( "Question 1209327: Let
\n" );
document.write( "f(x) = (2x + 5)/(x - 4).
\n" );
document.write( "If f^{-1} is the inverse of f, what is f^{-1}(1)? \n" );
document.write( "
Algebra.Com's Answer #848377 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Sometimes inverse notation can be a pain to work with. Especially with a keyboard. \n" ); document.write( "I find it's better to introduce another function such as g(x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let g(x) be the inverse of f(x) \n" ); document.write( "To find g(x), we first replace f(x) with y. \n" ); document.write( "Then swap x and y and solve for y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x) = (2x + 5)/(x - 4) \n" ); document.write( "y = (2x + 5)/(x - 4) \n" ); document.write( "x = (2y + 5)/(y - 4) ...... x and y swap; from here we isolate y. \n" ); document.write( "x(y-4) = 2y + 5 \n" ); document.write( "xy-4x = 2y+5 \n" ); document.write( "xy-2y = 5+4x \n" ); document.write( "y(x-2) = 5+4x \n" ); document.write( "y = (5+4x)/(x-2) \n" ); document.write( "g(x) = (5+4x)/(x-2) is the inverse of f(x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "To confirm that f and g are inverses of each other, you should prove that \n" ); document.write( "f( g(x) ) = x and f( g(x) ) = x \n" ); document.write( "are both true equations for all x in the domain. \n" ); document.write( "I'll let the student handle this proof.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Once we figure out the inverse, we can then wrap up the question \n" ); document.write( "g(x) = (5+4x)/(x-2) \n" ); document.write( "g(1) = (5+4*1)/(1-2) \n" ); document.write( "g(1) = (9)/(-1) \n" ); document.write( "g(1) = -9 is the final answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This is equivalent to saying f^{-1}(1) = -9 i.e. \n" ); document.write( "But again the -1 exponent notation might be a bit clunky to write out on a keyboard.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Another approach\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The input x maps to the output f(x) when applying the f(x) function.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The inverse goes in reverse of this process. \n" ); document.write( "Computing f^{-1}(1) is the same as asking \"what x value gives the output y = f(x) = 1?\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Replace f(x) with 1 and solve for x. \n" ); document.write( "f(x) = (2x + 5)/(x - 4) \n" ); document.write( "1 = (2x + 5)/(x - 4) \n" ); document.write( "x-4 = 2x+5 \n" ); document.write( "x-2x = 5+4 \n" ); document.write( "-x = 9 \n" ); document.write( "x = -9 is the x value input needed to arrive at f(x) = 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's check that claim: \n" ); document.write( "f(x) = (2x + 5)/(x - 4) \n" ); document.write( "f(-9) = (2*(-9) + 5)/(-9 - 4) \n" ); document.write( "f(-9) = (-18 + 5)/(-13) \n" ); document.write( "f(-9) = (-13)/(-13) \n" ); document.write( "f(-9) = 1 \n" ); document.write( "This verifies the answer. \n" ); document.write( "You can also use graphing tools like Desmos and GeoGebra to verify.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: -9 \n" ); document.write( " \n" ); document.write( " |