Evaluating and integral using random numbers

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
ToxicBug
Messages
84
Reaction score
0

Homework Statement


Hello! I need to evaluate the following integral by using random numbers. I just need help with rewriting the boundaries of the integral to both be [0,1]


Homework Equations


[tex] \iint \frac{\,x_1\,x_2}{\,(1+2x_1)^2\exp(x_2^2)}\,dx_1\,dx_2[/tex]
The integral on the following region:
[tex] 2<x_1<x_2<\infty[/tex]


The Attempt at a Solution


I've no idea how to transform the double integral, but I know that for a single integral I need to use the substitution [tex]y=e^{-x}[/tex]
 
Physics news on Phys.org
well... I'm not really sure so someone should confirm this, but you can write the intergrand as a product f(x1)g(x2) and then you can just put the f(x1) in front of the one integral, and the g(x2) in front of the other. So now you have the product of two single integrals, can you solve those?