Roman C. answered 06/03/13
Masters of Education Graduate with Mathematics Expertise
First of all, y = x4 and y = x intersect at two points, (0,0) and (1,1).
First calculate the area of the region.
A = ∫01 (x - x4) dx = x2/2 - x5/5 |01 = 1/2 - 1/5 = 3/10
Now you can get the centroid as follows.
xc = (10/3)∫01 ∫xx^4 x dy dx
= (10/3)∫01 (xy |xx^4) dx
= (10/3)∫01 (x2 - x5) dx
= (10/3)(x3/3 - x6/6) |01
= (10/3)(1/3 - 1/6)
= 5/9
and
yc = (10/3)∫01 ∫xx^4 y dy dx
= (10/3)∫01 (y2/2) |xx^4 dx
= (10/3)∫01 (x2/2 - x8/2) dx
= (10/3)(x3/6 - x9/18)|01
= (10/3)(1/9) = 10/27
Centroid at (5/9, 10/27)