I would like to know how to calculate the CDF $F_y(y)$ of the following (if possible):
$$Y \sim U[1.4,\ x], \text{ where } X \sim U[1.4,\ 2].$$
I have tried to calculate $f_Y(y)$, taking the following steps:
$f_X(x) = \left \{ \begin{array}{l} \frac{1}{2-1.4}\quad\text{for $x \in [1.4,\ 2],$}\\ 0\quad\text{otherwise}. \end{array}\right.$
$f_{Y|X}(y|x) = \left \{ \begin{array}{l} \frac{1}{x-1.4}\quad\text{for $y \in [1.4,\ x]$ and $x \in [1.4,\ 2]$,}\\ 0\quad\text{otherwise}. \end{array}\right.$
Therefore, as $f_{Y|X}(y|x) = \frac{f(x,\ y)}{f_X(x)}$,
$f(x,\ y) = \left \{ \begin{array}{l} \frac{5}{3}\frac{1}{x-1.4}\quad\text{for $y \in [1.4,\ x]$ and $x \in [1.4,\ 2]$,}\\ 0\quad\text{otherwise}. \end{array}\right.$
However, trying to integrate this to either find $F(x,\ y)$ or $f_Y(y)$ seems impossible to me, because there is a $\ln|x-1.4|$ term, which evaluates to $\ln|0|$.
Any help would be very much appreciated.