document.write( "Question 1006409: The two functions are f(x) = x^3 -x and g(x) = 3x I must find the area bounded by both of them. \r
\n" );
document.write( "\n" );
document.write( "First, I set them equal to each other. I get x = 0, 2, -2 \r
\n" );
document.write( "\n" );
document.write( "Therefore, by the addition property of integrals I have [-2,0] and [0,2]. \r
\n" );
document.write( "\n" );
document.write( "Now, I must test points in those intervals to see where the graph is bigger. \r
\n" );
document.write( "\n" );
document.write( "for [-2,0]
\n" );
document.write( "f(-1) = (-1)^3 - (-1) = 0
\n" );
document.write( "g(-1) = (-1)(3) = - 3 \r
\n" );
document.write( "\n" );
document.write( "so, f is bigger. \r
\n" );
document.write( "\n" );
document.write( "for [0,2]
\n" );
document.write( "f(1) = (1)^3 - 1 = 0
\n" );
document.write( "g(1) = 3(1) = 3 \r
\n" );
document.write( "\n" );
document.write( "so, g is bigger \r
\n" );
document.write( "\n" );
document.write( "Now, to set up the integrals \r
\n" );
document.write( "\n" );
document.write( "int[from -2 to 0] (f(x)-g(x))dx + int[from 0 to 2] (g(x)-f(x))dx \r
\n" );
document.write( "\n" );
document.write( "integrating the first I get:
\n" );
document.write( "(x^4)/4 -(4x^2)/2 \r
\n" );
document.write( "\n" );
document.write( "integrating the second I get:
\n" );
document.write( "(3x^2)/2 - (x^4)/4 + (x^2)/2 \r
\n" );
document.write( "\n" );
document.write( "evaluating the first I get the value -4
\n" );
document.write( "evaluating the second I get the value 0 \r
\n" );
document.write( "\n" );
document.write( "Area = |-4| = 4? \r
\n" );
document.write( "\n" );
document.write( "Something seems off. \r
\n" );
document.write( "\n" );
document.write( "Please help
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #622558 by KMST(5328)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \n" ); document.write( "The integrals are \n" ); document.write( " \n" ); document.write( "and \n" ); document.write( " \n" ); document.write( "Both integrals are the same, but that should be no surprise, \n" ); document.write( "because \n" ); document.write( "meaning that \n" ); document.write( "and that makes its graph symmetrical with respect to the origin, \n" ); document.write( "meaning that its graph rotated \n" ); document.write( "The same can be said of \n" ); document.write( "and of course, the same can be said of \n" ); document.write( " |