The random vector $[\,X \,\,\, Y \,]'$ has probability density function
$f_{X,Y} (x,y) = ke^{-2x^2-3xy-\frac{9}{2}y^2}$, where $k$ is some constant
Find $k.$
Find the marginal probability density functions of $X$ and $Y.$
I know for it to be a valid pdf its integral from negative to positive infinity must be equal to one, and that it must be greater than $0$ for all $x.$ But for starters I'm not sure on the integration.
Hint: by completing the square of the exponent, you can integrate the joint density with respect to one variable. For, example
$$f_X(x) = \int_{-\infty}^\infty f_{X,Y}(x,y) \, dy = k \int_{-\infty}^\infty e^{-2 x^2 - 3 xy - 9y^2/2} \, dy = k e^{-3x^2/2} \int_{-\infty}^\infty e^{-\frac{9}{2}(y+ x/3)^2} \, dy = \cdots$$