island-boy
- 93
- 0
given
f(U,V) = \lambda^{2} e^{-(u+v)\lambda}
How do I get:
f(X,Y)
where
X = U+V
Y =UV
all I'm able to get is
f(X,Y) = \lambda^{2} \e^{-(x)\lambda} |J|
where J is the Jacobian.
But the Jacobian is too complicated since I was able to solve that:
U = \frac{X + \sqrt{X^{2} - 4Y}}{2}
and
V = \frac{2Y}{X + \sqrt{X^{2} - 4Y}}
help please.
f(U,V) = \lambda^{2} e^{-(u+v)\lambda}
How do I get:
f(X,Y)
where
X = U+V
Y =UV
all I'm able to get is
f(X,Y) = \lambda^{2} \e^{-(x)\lambda} |J|
where J is the Jacobian.
But the Jacobian is too complicated since I was able to solve that:
U = \frac{X + \sqrt{X^{2} - 4Y}}{2}
and
V = \frac{2Y}{X + \sqrt{X^{2} - 4Y}}
help please.