I solving a problem of conditional distribution of $X$ given $Y=y$. I have solved prior steps and got to this integral solution:
$$F_{X\,\mid\,Y=y}(x) = \int_0^x \frac{z^2}{2y^3}e^{-z/y}dz $$
I am new to this and wondering if I can use list below: https://en.wikipedia.org/wiki/List_of_integrals_of_exponential_functions
or have to solve this directly such as $\frac {z^3}{6y^3}$ etc and plug in $x$ and $0$.
Thank you for your help.
Hint. If one has to evaluate $$ \int_0^x z^2e^{-az}dz,\qquad a \ne 0, $$ one may perform an integration by parts in the following way, $$ \int_0^x z^2e^{-az}dz=\left[z^2 \cdot \frac{e^{-az}}{-a} \right]_0^x+\frac{1}{a}\int_0^x 2z\cdot e^{-az}dz $$ that is
$$ \int_0^x z^2e^{-az}dz=-\frac{x^2e^{-ax}}{a}+\frac{2}{a}\int_0^x z\cdot e^{-az}dz $$ then one more integration by parts allows one to conclude.
Can you finish it?