document.write( "Question 987649: Suppose the side length of a cube is x = 11 cm. If x changes by an amount δx = 0.01 cm, what is the corresponding approximate change in the volume of the cube δV?\r
\n" );
document.write( "\n" );
document.write( "THANK YOU :-)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #608373 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! V = x^3 ... start with the volume of a cube formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dV/dx = 3x^2 ... apply the derivative with respect to x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dV = 3x^2*dx\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dV = 3*11^2*0.01 ... plug in x = 11 and dx = 0.01\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "dV = 3.63\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the change in x is 0.01 cm, then the approximate change in volume is 3.63 cubic cm\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Alternative non-calculus based way to do it\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Original Volume: \n" ); document.write( "V = x^3 \n" ); document.write( "V = 11^3 \n" ); document.write( "V = 1,331\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Say the side length is x=11+0.01 = 11.01 now. That makes the volume become \n" ); document.write( "V = 11.01^3 \n" ); document.write( "V = 1,334.633301\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The difference in the two volumes is \n" ); document.write( "1,334.633301 - 1,331 = 3.63330099999984 which is approximately 3.63 that we got before\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The same applies if you did x = 11-0.01 = 10.99 (the only real difference is that the result of the subtraction would be -3.63, but the absolute value of that leads to the same result) \n" ); document.write( " |