 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the area bounded by the curve `y = sin x` between `x = 0` and `x=2pi`. | 
| Answer» area=2 area of` 1^(st)` part =`2int_0^pi f(x) dx` =`2int_0^pi sinx dx` =`2(-cosx)_0^pi` =`2(-cospi+cos0)` =`2(1+1)` =`4 unit^2` | |