document.write( "Question 986685: Determine the gradient of the tangent to the following curve at the point where x=2\r
\n" );
document.write( "\n" );
document.write( "y=2x^1/2 - 2/x \n" );
document.write( "
Algebra.Com's Answer #607460 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "y = 2x^1/2 - 2/x \n" ); document.write( "y = 2x^1/2 - 2x^-1 \n" ); document.write( "Differentiate: \n" ); document.write( "dy/dx = x^-1/2 + 2x^-2 \n" ); document.write( "dy/dx = 1/x^1/2 + 2/x^2 \n" ); document.write( "Substitute x = 2 \n" ); document.write( "=1/sqrt2 + 2/(2)^2 \n" ); document.write( "= 1/sqrt2 + 2/4 \n" ); document.write( "= 1/sqrt2 + 1/2 \n" ); document.write( "= 1.2 \n" ); document.write( "The gradient = 1.2 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |