document.write( "Question 1209310: The function f satisfies
\n" ); document.write( "f(\sqrt{2x - 1}) = \frac{1}{2x - 1}
\n" ); document.write( "for all x not equal to 1/2. Find f(2).
\n" ); document.write( "

Algebra.Com's Answer #848209 by ikleyn(52776)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "The function f satisfies \"f%28sqrt%282x+-+1%29%29\" = \"1%2F%282x+-+1%29\".
\n" ); document.write( "for all x not equal to 1/2. Find f(2).
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        The idea is to find  x  such that   \"sqrt%282x-1%29\" = 2\r
\n" ); document.write( "\n" ); document.write( "        and then calculate  f(2)  using the given functional equation.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "        Below is an implementation of this idea in steps.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "Step 1.  We want to find x from equation\r\n" );
document.write( "\r\n" );
document.write( "             \"sqrt%282x-1%29\" = 2.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "         Do all necessary transformations as follow\r\n" );
document.write( "\r\n" );
document.write( "             2x-1 = 2^2 = 4,\r\n" );
document.write( "\r\n" );
document.write( "             2x = 4 + 1 = 5,\r\n" );
document.write( "\r\n" );
document.write( "              x = 5/2.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Step 2.  According to the functional equation,\r\n" );
document.write( "\r\n" );
document.write( "                 \"f%28sqrt%282x+-+1%29%29\" = \"1%2F%282x+-+1%29\".\r\n" );
document.write( "\r\n" );
document.write( "         Substitute here x = 5/2.  Remember that x is determined in a way that \"sqrt%282x-1%29\" = 2.\r\n" );
document.write( "\r\n" );
document.write( "         Therefore, you will get    \r\n" );
document.write( "\r\n" );
document.write( "                 f(2) = \"1%2F%282%2A%285%2F2%29-1%29\" = \"1%2F%285-1%29\" = \"1%2F4\".\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "ANSWER<.  f(2) = \"1%2F4\".\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "At this point,  the problem is solved completely.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );