A point is randomly chosen from a disk of radius R centred at the origin so that each point in the disk is equally likely than X and Y are jointly continuous with joint density given by
$$f_{xy}(x,y)= \Biggr\{ \begin{array}{lr} \frac{1}{\pi R^2}& x^2+y^2<R^2 \\ 0& \text{otherwise} \end{array}$$ Find density function of $Z=\sqrt{X^2+Y^2}$
I am trying to do it like this first find $F_{Z}(z) \hspace{4pt}which\hspace{4pt} is \hspace{4pt}\frac{x^2+y^2}{z^2}$ then differentiate it with respect to $z$ to get $f_Z(z)$.