document.write( "Question 1173554: The equation used for converting degrees Celsius to degrees Fahrenheit is F=2C+30. (In function
\n" );
document.write( "notation this would be f(c)=2c +30 )
\n" );
document.write( "a) Find the inverse of this function. \n" );
document.write( "
Algebra.Com's Answer #798781 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the conversion factor you show is f = 2c + 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to find the inverse of this function, replace f with c and c with f to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c = 2f + 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you need to solve for f.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "subtract 30 from both sides of the equation and then divide both side of the equation by 2 to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(c - 30) / 2 = f\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "switch sides to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f = (c - 30) / 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to graph both functions, replace f with y and c with x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the graphs looks like this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the original equation is y = 2x + 30. \n" ); document.write( "that's in red. \n" ); document.write( "when you replace y with f and x with c, the original equation becomes: \n" ); document.write( "f = 2c + 30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the inverse equation is y = (x - 30) / 2 \n" ); document.write( "that's in blue. \n" ); document.write( "when you replace y with f and x with c, the inverse equation becomes: \n" ); document.write( "f = (c - 30) / 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the line y = x is in black. \n" ); document.write( "if the equations are inverses of each other, then they are reflections about the line y = x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the dashed black line is y = -x + 30 \n" ); document.write( "that line is used to show the points directly opposite from each other about the line y = x. \n" ); document.write( "the points are (0,30) on the original equation and (30,0) on the inverse equation. \n" ); document.write( "this confirms the lines are reflections of each other about the line y = x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "another test is to use the composite function of f(g(x)) or g(f(x)) and get the value of x.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for example:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let f(x) = 2x + 30 and let g(x) = (x-30)/2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to get f(g(x)), replace x in f(x) with (x-30)/2 from g(x). \n" ); document.write( "you will get: \n" ); document.write( "f(g(x)) = 2 * (x-30)/2 + 30 \n" ); document.write( "simplify to get:' \n" ); document.write( "f(g(x)) = 2 * x/2 - 2*30/2 + 30 \n" ); document.write( "simplify further to get: \n" ); document.write( "f(g(x)) = x - 30 + 30 \n" ); document.write( "combine like terms to get: \n" ); document.write( "f(g(x)) = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to get g(f(x)), replace x in g(x) with (2x + 30) from f(x). \n" ); document.write( "you will get: \n" ); document.write( "g(f(x)) = ((2x + 30) - 30) / 2 \n" ); document.write( "simplify to get: \n" ); document.write( "g(f(x)) = (2x) / 2 \n" ); document.write( "simplify further to get: \n" ); document.write( "g(f(x)) = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you got f(g(x)) = x and g(f(x)) = x \n" ); document.write( "this confirms the equations are inverse of each other.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "note that, if g(x) is inverse to f(x), then g(x) can also be written as f-1(x))\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference on proving that the equations are inverse of each other. \n" ); document.write( "https://www.purplemath.com/modules/invrsfcn7.htm \n" ); document.write( " |