\n" );
document.write( "One approach is to find g(x), the inverse of f(x):\r
\n" );
document.write( "\n" );
document.write( "f(x) =
,
\r
\n" );
document.write( "\n" );
document.write( "To avoid confusion, I'll use y=f(x), solve for y, and after that, we can write g(x):\r
\n" );
document.write( "\n" );
document.write( " f(x) = 
\n" );
document.write( "Square both sides
\n" );
document.write( " 
\n" );
document.write( "Add 16 to both sides, this completes the square on RHS
\n" );
document.write( " 
\n" );
document.write( "Factor RHS
\n" );
document.write( "
\n" );
document.write( "Take square root of both sides
\n" );
document.write( " 
\n" );
document.write( "Subtract 4 from both sides, and re-write with x on LHS:
\n" );
document.write( "
\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Now we can write
, and g(x) also has domain
\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "g'(x) =
\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Just plug in x=3 to g(x) and g'(x) to get the desired values ( I got g(3)=1, g'(3)=1/10)
\n" );
document.write( "