1
$\begingroup$

A textbook example asks me to solve for $c$ in the joint distribution function;

$$ f(x,y) = c(y^2-x^2)e^{-y} \ \ \ -y \le x \le y, \ \ 0 < y <\infty $$

The answer given involves integrating the function from $-y$ to $y$ with respect to $x$, and getting $\frac{4}{3}cy^3e^{-y}$. Then, integrate this new function with respect to $y$ from $0$ to $\infty$.

The textbook gives the following steps: $$ \frac{4}{3}c\int_0^\infty y^3e^{-y}dy = 4c\int_0^\infty y^2e^{-y}dy = 8c\int_0^\infty ye^{-y}dy = 8c = 1 $$

My main issue is - how did they do these steps? How is one equal to the next?

  • 6
    Integration by parts. Thrice.2012-10-18
  • 0
    I see it now. I've never seen it done that way before. I prefer using the tabular method. Thanks!2012-10-18
  • 2
    The "tabular method" is nothing more than a bookeeping device for integration by parts.2012-10-18
  • 1
    It doesn't have to be integration by parts. Let $J_k = \int_0^\infty y^k e^{-y}\ dy$. Using the change of variables $y = at$ for $a > 0$, $a^{-k-1} J_k = \int_0^\infty t^k e^{-at}\ dt$. Take the derivative with respect to $a$: $$ -(k+1) a^{-k-2} J_k = - \int_0^\infty t^{k+1} e^{-at}\ dt = - a^{-k-2} J_{k+1}$$ so $J_{k+1} = (k+1) J_k$.2012-10-18
  • 1
    ...or just change variables to $u=(x+y)$, $v=(y-x)$, giving a separable integrand that immediately produces $1/c$ = $(\int_0^\infty u\exp(-u/2)du)^2 / 2$.2012-10-18
  • 0
    @RobertIsrael a little too complicated for my current level, but thanks nonetheless2012-10-18

0 Answers 0