document.write( "Question 1022092: Hi! Please help me with this question. \r
\n" );
document.write( "\n" );
document.write( "Differentiate y= sqrtx / (x^2+1) using the quotient rule \r
\n" );
document.write( "\n" );
document.write( "My work:\r
\n" );
document.write( "\n" );
document.write( "f'(x) =((x^2+1)(x^(1/2))' - (x^(1/2))(x^2+1)')/(x^2+1)^2\r
\n" );
document.write( "\n" );
document.write( "= ((x^2+1)(1/2x^(-1/2)) - (x^(1/2))(2))/ (x^2+1)^2\r
\n" );
document.write( "\n" );
document.write( "= (1/2x^(5/2) + 1/2x^(-1/2)-2x^(1/2))/ (x^2+1)^2\r
\n" );
document.write( "\n" );
document.write( "I can't seem to get the answer which is (1-3x^2)/((2sqrtx)(x^2+1)^2)\r
\n" );
document.write( "\n" );
document.write( "Thank you! \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637804 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Look at the numerator first \n" ); document.write( "it is (x^2+1)*(1/2 sqrt (x))- sqrt(x)*2x \n" ); document.write( "Now put this over a common denominator of 2 sqrt(x). That means multiplying the second term by 2(sqrt(x)), and that will be 4x^2. \n" ); document.write( "The common denominator of 2 sqrt (x) goes into the denominator with (x^2+1)^2. \n" ); document.write( "------------------------- \n" ); document.write( "Now, the numerator is (x^2+1)-4x^2, the common denominator now part of the answer denominator. \n" ); document.write( "That is 1-3x^2. \n" ); document.write( " |