The figure is a square of side 2$a$. It is requested to find the striped area, but no information is given of the position of the lines that intersect the sides and that makes the area vary greatly. There is a special case for the two lines bisecting sides, but I I imagine that the problem points to a general solution with those mobile sides which complicates me just enough to do it.
For conventional geometry if there is a way to do it I do not see it, for integration I imagine defining possible points that I will call on the left side and y on the right x where $0 <x <= 2a$ e $0 <y <=2a$
Any idea how to raise it?


Assume that A and D are midpoints. Let $(x,y)$ be the location of the point Y, which is the intersection of the circle $x^2+y^2 = 4a^2$ and the line $y=2(x-a)$. Solve to get $x=\frac85a$ and $y=\frac65a$.
Let [.] denote areas. Then the striped area is
$$A = 2[OAY]+[OYZ]- [OAXD] - 2[DXC]$$ $$=2\left(\frac12 \frac65a^2\right)+\frac12 (2a)^2\alpha -a^2 -2\left( \frac12 a^2\beta\right) = \left( \frac15+2\alpha-\beta\right)a^2$$
$\beta$ satisfies $\tan\beta = \frac12$ and $\alpha$ is derived from $\tan\theta = \frac yx = \frac34$ as follows,
$$\tan\alpha = \tan(90-2\theta) = \cot(2\theta) = \frac{1-\tan^2\theta}{2\tan\theta} = \frac7{24}$$
Thus, the area is
$$A= \left( \frac15+2\tan^{-1}\frac7{24}-\tan^{-1}\frac12\right)a^2$$
or about $0.3a^2$, which is verified from numerical integration.