Let $X$ and $Y$ be two independent $\mathrm{Uniform}(0,2)$ random variables. Find $P(XY < 1)$
I started off by finding the pdf
$f_X(x)=\frac{1}{2} $ when $0<x<2$ Same for $Y$.
I then found their joint PDF via independence:
$f_{XY}(xy)=\frac{1}{4} $ when $0\leq y \leq 2 $ and $0 \leq x \leq 2 $ Otherwise $0$
$\int_0^2 \int_0^{1/y} \frac{1}{4} dx dy$ But this cannot be solved, so where did i go wrong?

Here is the graph of $P(x,y)$ in the region of interest ($x y < 1$).
$$P[x y <1] = \int\limits_{x=0}^2 \int\limits_{y=0}^{\min[2, 1/x]} {1 \over 4} dy\ dx = \frac{1}{4} (1+2 \log (2))$$
Your error was forgetting that the upper limit on $y$ was bounded by $2$.