Integration based on a known integral

47 Views Asked by At

Knowing the integral: $$\int_{-\infty}^\infty e^{-x^2}dx =\sqrt \pi $$

How do I calculate: $$\int_{-\infty}^\infty e^{-kx^2}dx $$

where k is a constant?

1

There are 1 best solutions below

0
On

Let, $ kx^2 = (\sqrt kx)^2 = y^2$ or $\color{blue}{y =\sqrt k x} \implies dx = \frac{dy}{\sqrt k}$ (assuming $k>0$)

Could you proceed now?