This is a popular problem spreading around. Solve for the shaded reddish/orange area. (more precisely: the area in hex color #FF5600)
$ABCD$ is a square with a side of $10$, $APD$ and $CPD$ are semicircles, and $ADQB$ is a quarter circle. The problem is to find the shaded area $DPQ$.
I was able to solve it with coordinate geometry and calculus, and I verified the exact answer against a numerical calculation on Desmos.
Ultimately the result is 4 terms and not very complicated. So I was wondering: Is there was a way to solve this using trigonometry? Perhaps there is a way to decompose the shapes I am not seeing.
A couple of years ago there was a similar "Find the shaded area" problem for Chinese students. I was able to solve that without calculus, even though it was quite an involved calculation.
Disclosure: I run the YouTube channel MindYourDecisions. I plan to post a video on this topic. I'm okay posting only the calculus solution, but it would be nice to post one using only trigonometry as many have not taken calculus. I will give proper credit to anyone that helps, thanks!
Update: Thanks for everyone's help! I prepared a video for this and presented 3 methods of solving it (the short way like Achille Hui's answer, a slightly longer way like David K and Seyed's answer, and a third way using calculus). I thanked those people in the video on screen, see around 1:30 in this link: https://youtu.be/cPNdvdYn05c.








The area can be simplified to $75\tan^{-1}\left(\frac12\right) - 25 \approx 9.773570675060455 $.
It come down to finding the area of lens $DP$ and $DQ$ and take difference.
What you need is the area of the lens formed by intersecting two circles, one centered at $(a,0)$ with radius $a$, another centered on $(0,b)$ with radius $b$. It is given by the expression.
$$\begin{align}\Delta(a,b) \stackrel{def}{=} & \overbrace{a^2\tan^{-1}\left(\frac{b}{a}\right)}^{I} + \overbrace{b^2\tan^{-1}\left(\frac{a}{b}\right)}^{II} - ab\\ = & (a^2-b^2) \tan^{-1}\left(\frac{b}{a}\right) + \frac{\pi}{2} b^2 - ab \end{align} $$
In above expression,
Apply this to problem at hand, we get
$$\begin{align}\verb/Area/(DPQ) &= \verb/Area/({\rm lens}(DQ)) - \verb/Area/({\rm lens}(DP))\\[5pt] &= \Delta(10,5) - \Delta(5,5)\\ &= \left((10^2-5^2)\tan^{-1}\left(\frac12\right) + 5^2\cdot\frac{\pi}{2} - 5\cdot 10\right) - \left( 5^2\cdot\frac{\pi}{2} - 5^2\right)\\ &= 75\tan^{-1}\left(\frac12\right) - 25 \end{align} $$