I was wondering if someone could provide a hint of how to solve the following problem. I am working on some of my own research and can't seem to remember how to solve a problem like this:
Let $X\sim U(0,L)$ where $0 < L \le 1$. We wish to solve for the distribution $Y$ when
\begin{equation} Y = X(1-X) \end{equation}
I would provide my work but I honestly have not made it very far. Any assistance would be great. Thank you.
Comment: The first step is to determine the support of $Y.$ Then the so-called 'PDF method' or 'transformation method' should work nicely. Maybe you can start on this, edit results into your Question, and let us know of any specific difficulties you encounter.
It seems worthwhile to look at two kinds of examples:
The following brief simulation in R (for $L = 0.3 < .5)$ should help you decide on the support and give you a hint about the answer.
And for $L = .8 > .5,$
Plots of $y$ vs. $x$ for the two cases simulated above: