$X,Y$ are i.i.d. $unif(-1,1)$ random variables. Prove that $$P(X^2+Y^2\leq 1)=\frac{π}{4}$$
Geometrically, I understand how that happens. $(X,Y)$ is a random point in square having centre at origin and vertices $(-1,-1),(-1,1),(1,-1),(1,1)$. Probability that a random point in this square lies in the unit circle is the ratio of their areas.
But, is there any analytic proof ?
$4P(X^{2}+Y^{2} \leq 1)=\int_{-1}^{1} \int_{-\sqrt {1-x^{2}}}^{\sqrt {1-x^{2}}} dydx$ which is $2\int_{-1}^{1}\sqrt {1-x^{2}}dx$. Make the substitution $x =\sin(\theta)$ to evaluate this.