I'm trying to obtain the area between the curve of these two functions (for $x>0$), lets call them $f(x)=2\cos(x)$ and $g(x)=x/2$ and my idea is to get the area under the curve of $f(x)$, then subtract the sum of these: the area under the curve of $g(x)$ [$0$, intersection point] and $f(x)$ [intersection point, $\pi/2$]
Is this the right way or there's an easier way?
Thanks.
I guess you could use Wolfram's approximation for the intersection point: $x\approx1.25235$.
Then you get $\approx\int_0^{1.25235} (2\cos x-\frac x2)\operatorname dx=[2\sin x-\frac {x^2}4]_0^{1.25235}=2\sin 1.25235-\frac{(1.25235)^2}4\approx1.50735$ for the area between the curves.