I have a two random variables $x,y$ which are both (independently) distributed accordingly to the triangular distribution $x,y \sim Tri(-1,1,0)$ where I used the definition from Wikipedia.
Now, I want to calculate the distribution of $z$, with $z = \sqrt{ x^2 + y^2 }$ which is unfortunately not injective on the domain of $x,y$. Therefore, I cant use the 'standard' way of computing the transformed pdf, right? But is there a differnt method? Unfortunately, converting the problem into polar coordinates doesn't seem to be very convenient.


