Find the PDF of $(y\cos(\theta), y\sin(\theta))$ if $\theta\sim \operatorname{Uniform}[0,2\pi]$ and $y$ has the distribution given by $P(y\in [a,b])=\int_a^b2tdt$ (i.e. the PDF of $y$ is $2t$ where $t\in[0,1]$). Also $y$ and $\theta$ are independent.
My initial idea was to find the product PDFs of $y\cos(\theta)$ and $y\sin(\theta)$ and multiply them together but I am finding it hard to come up with the product PDFs.
For instance the PDF of $\cos(\theta)=l$ is $\frac{1}{\pi\sqrt{1-l^2}}$. Hence, the product PDF of $y\cos(\theta)$ should be $\int_{-1}^1\frac{1}{\pi\sqrt{1-l^2}}\frac{2z}{x}\frac{1}{|x|}$. But this diverges.
Any hints or ideas. I think there should be a faster way to do this.