Given any equation and range, for example,
$y = x^2 + x$ where $x$ is a value from $0$ to $1$ (inclusive)
Is it possible to determine the distribution of values outputted by this function between a give range of values?
I can create a program that tries many $x$ values and builds a discrete distribution of the equation's values which would tend towards the continuous distribution. But is there a mathematical way of doing this which instantly arrives at the continuous distribution?