Suppose $U$ and $V$ are jointly distributed continuous r.v's with $U \sim Uni(1,3)$ and $V$ given $U = u$ follows an exponential distribution with mean $\frac{1}{u}$. Calculate $Var(V \vert U)$.
Attempt:
Since $U \sim Uni(1,3)$, $f_U(u) = \frac{1}{3-1} = \frac{1}{2} ,\forall u \in (1,3)$. Also $f_{V\vert U}(v \vert u) = ue^{-uv}$ (not sure with this). Then
$$E(V \vert U = u) = \int_{}^{}v f_{V\vert U}(v\vert u)dv$$ $$Var(V\vert U) = \int_{-\infty}^{\infty} (v - E(V \vert U = u))^2f_{V \vert U}(v \vert u) dv$$
Witht that, how do we determine the bounds of integration wrt $v$?