Let $(X,Y)$ be uniformly distributed on the unit disk $S = \{(x,y) \in \mathbb{R}^2:x^2 + y^2 \leq 1\}$.
a) Find the probability density function for the RV $U = X + Y$.
b) Find the probability density function for the random variable $W = Y/X$.
My solution a) Consider the line $X + Y = \alpha$. The solution is (the area of the circular segment bounded by the intersections of the line and the circle)/$\pi$.
b) Consider $P(W \leq \alpha) = P(Y/X \leq \alpha) = P(Y\leq \alpha X)$. Since the line $Y= \alpha X$ will always go through the origin, $P(W \leq \alpha) = \pi/2$.
It's so simple that I'm skeptical. Can somebody help? Thanks,
EDIT
Since people pointed my errors out. I'm assuming my answer to part a) is incorrect as well.


First problem I see is that you can't just clear the denominator like that. If $X$ is negative the inequality has to reverse. So you have to integrate over two pieces, which I'm guessing won't add up to $\pi/2$.