document.write( "Question 972717: Find the area between y = x^3−81 x and the x-axis \n" ); document.write( "
Algebra.Com's Answer #595001 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the area between y = x^3 - 81 x and the x-axis \n" ); document.write( "--------------- \n" ); document.write( "x-ints at -9, 0 & +9 \n" ); document.write( "-------- \n" ); document.write( "f(x) = x^3 - 81x \n" ); document.write( "INT(x) = x^4/4 - 81x^2/2 (Ignore the C) \n" ); document.write( "----- \n" ); document.write( "INT(9) = 6561/4 - 6561/2 = -6561/4 \n" ); document.write( "INT(0) = 0 \n" ); document.write( "Area above the x-axis = 6561/4 sq units \n" ); document.write( "Area below = 6561/4 \n" ); document.write( "Total bounded area = 6561/2 sq units \n" ); document.write( " |