Let's say I have a Gaussian random variable $X \sim \mathcal{N}(0,1)$ and the random variable defined as
$Y = a X + b X^2$.
How would I go about finding the pdf for $Y$? I know that for the sum of two independent variables, I can do the convolution. But in this case, $X$ and $X^2$ are not independent, so I'm not sure what to do.