How do you find the area between #f(x)=3(x^3-x)# and #g(x)=0#?
1 Answer
0
Explanation:
Always draw a graph or sketch when finding an area so that you get an understanding of for the area in question:
# f(x)= 3(x^3-x) #
graph{ 3(x^3-x) [-2, 2, -3, 3]}
We can easily show that f(x) is an odd function:
# f(-x) = 3((-x)^3-(-x) ) #
# " " = 3(-x^3+x ) #
# " " = -3(x^3-x ) #
# " " = -3f(x) #
The purpose of demonstrating this property is because now we can conclude that the area bound by the curve
If however we wanted the positive contribution area only, then this would be given by:
# A = int_-1^0 \ 3(x^3-x) \ dx #
# \ \ \ = 3 \ int_-1^0 \ x^3-x \ dx #
# \ \ \ = 3 \ [x^4/4-x^2/2]_-1^0 #
# \ \ \ = 3 \ {(0-0) - (1/4-1/2) }#
# \ \ \ = 3 \ (1/4)#
# \ \ \ = 3/4#
Similarly, the negative contribution would be
You should interpret these result depending upon the nature of the initial question!