Let $U$ and $V$ be independent continuous random variables, identically distributed uniformly over $[0,1]$. Show that for $0 \leq x\leq1$ , $$P(x < V < U^2)= \frac{1}{3} - x + \frac{2}{3} x^{3/2}$$ and hence write down the density of $V$ conditional on the event $V< U^2$.
How should I introduce the conditional probability aspect into the solution ? Can this be rewritten as the cumulative distribution of joint variables ?
Assuming you've proved the first part.
Using: $P(A\mid B) = \frac{P(A\cap B)}{P(B)}$.
Then $P(x<V\mid V<U^2) = \frac{P(x<V<U^2)}{P(V<U^2)}$. Then:
$$P(V\leq x\mid V<U^2)=1-P(x<V\mid V<U^2)$$ is the CDF of $V$ given that $V<U^2$.
So the derivative of the CDF would be the PDF of $V$ given $V<U^2$.
So $P(V<U^2)=P(0<V<U^2)=\frac{1}{3}$ and $P(x<V<U^2)=\frac{1}{3}-x+\frac{2}{3}x^{3/2}$. The rest is just arithmetic.