Find the value of given integral upto 3 decimal places.
∫ 0 ∞ ∫ 0 ∞ ∫ 0 ∞ e − ( x 2 + y 2 + z 2 ) d z d y d x = ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Great! Is there another way of calculating ∫ 0 ∞ e − z 2 d z without resorting to the Gamma function?
The reason I ask, is that technically your argument is circular. The standard way of showing Γ ( 2 1 ) = 2 π by performing the integral. Hence, in order to evaluate the integral, we need another approach.
@Surya Prakash @Aditya Kumar How would you calculate integral from o to inf of e^(-z^2)
Log in to reply
The above-mentioned integral is actually half of the Gaussian integral. You can read about the various methods to compute it at its wikipedia page .
You can take z^2 as t then use gamma function.
Log in to reply
That's actually not the proper way to do it. Read the challenge master's note. Using Gamma function here results in a circular argument.
The standard methods of evaluating that integral are given in the Wikipedia page linked in my previous comment.
Problem Loading...
Note Loading...
Set Loading...
Since, the variables are independent to each other. We can write that as
∫ 0 ∞ ∫ 0 ∞ ∫ 0 ∞ e − ( x 2 + y 2 + z 2 ) d z d y d x = ∫ 0 ∞ e − x 2 ( ∫ 0 ∞ e − y 2 ( ∫ 0 ∞ e − z 2 d z ) d y ) d x = ∫ 0 ∞ e − x 2 d x × ∫ 0 ∞ e − y 2 d y × ∫ 0 ∞ e − z 2 d z = ( ∫ 0 ∞ e − z 2 d z ) 3
Take z = t 1 / 2 ⟺ d z = 2 1 t − 1 / 2 d t . And that we get
∫ 0 ∞ e − z 2 d z = 2 1 ∫ 0 ∞ e − t t − 1 / 2 d t = 2 1 Γ ( 1 / 2 ) = 2 π
So, the given integral evaluates to be 8 π π .
Γ ( x ) is gamma function, which is equal to Γ ( x ) = ∫ 0 ∞ e − t t x − 1 d t .
And using reflection formula for Gamma function i.e. Γ ( z ) Γ ( 1 − z ) = sin ( π z ) π , we get Γ ( 1 / 2 ) = π by taking z = 1 / 2 .