I keep getting this wrong for some reason..
Find the area bounded by the curves y=x^2(1-x) and y=x(1-x)^2.
That's a bloody tough one. The problem is that there are TWO areas that are bounded by these curves. Between 0 and 0.5, the first graph is on top, and between 0.5 and 1, the second graph is on top. However, the areas will be equal, so I'm going to calculate one and then double it! Make sure to sketch the graph, so you know which is on top of which for the equation to work.
So, the intercept is at x=0.5 (can you see why?)
Now, we want to find the integral between zero and 0.5 of the first graph minus the second graph.
I can't latex integrals left. The integral we need to find is
-x(1-x)^2)
Between zero and one. This expands to
=x^2-x^3-x+2x^2-x^3=3x^2-2x^3-x)
From there, just integrate between 0 and 0.5, then double the result! Let me know if you need help with that part