document.write( "Question 1049742: f(x)=1/1-x
\n" );
document.write( "find:
\n" );
document.write( "1.f'(0)
\n" );
document.write( "2.f\"(0)
\n" );
document.write( "3.f\"'(0) \n" );
document.write( "
Algebra.Com's Answer #665296 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Using the Division Rule: \n" ); document.write( "f = 1/(1-x) \n" ); document.write( "1) f' = [0 - 1(-1)]/(1-x)^2 = 1/(1-x)^2 , f'(0) = 1 \n" ); document.write( "2) f\" = [0 - (-1)2(1-x)]/(1-x)^4 = -2(1-x)/ (1-x)^4 = -2/(1-x)^3 , f\"(0) = -2 \n" ); document.write( "3) f'\" = [0 - (-2)3(1-x)^2]/(1-x)^6 = -6(1-x)^2/ (1-x)^6 = -6/(1-x)^4, f\"'(0) = -6 \n" ); document.write( " |