Question: Area of tile surface

I need to calculate the area of the dark part of the tile: 

f(x):= cos(5 x+400);

plot([f(x)],x=0..1,y=0..1,filled=true,color=red,axes=boxed) ;

 

 

How do I do that?  

Please Wait...