In one of the paper (from IEEE journal) it is shown that $E\left[10^{-\frac{2x}{10\alpha}}\right]$ is equal to $$E\left[10^{-\frac{2x}{10\alpha}}\right]=\exp\left[2\left(\frac{.1\sigma\ln(10)}{\alpha}\right)^2\right]$$ where $x$ is a normal random variable with mean zero and variance $\sigma^2$, $\ln(x)$ is the natural logarithm, $\alpha\geq 2$ is a constant. I tried to obtain this result but I do not get the same result but a different result as shown below.
My Attempt:
We can write $$E\left[10^{-\frac{2x}{10\alpha}}\right]=E\left[\exp\left(-\frac{.2x\ln(10)}{\alpha}\right)\right]$$ Hence we will have $$E\left[10^{-\frac{2x}{10\alpha}}\right]=\frac{1}{\sqrt{2\pi \sigma^2}}\int_0^{\infty} \exp\left(-\frac{.2x\ln(10)}{\alpha}-\frac{x^2}{2\sigma^2}\right)dx$$ which we can solve with the help of following formula (obtained from wolfram alpha)$$\int_0^{\infty}\exp(-mx-nx^2)dx=.5\sqrt{\frac{\pi}{n}}\exp(\frac{m^2}{4n})erfc(\frac{m}{2\sqrt{n}})$$ therefore we will have following result $$E\left[10^{-\frac{2x}{10\alpha}}\right]=.5\exp\left(2\left(\frac{.1\sigma\ln(10)}{\alpha}\right)^2\right)erfc\left(\frac{.1\ln(10)\sqrt{2\sigma^2}}{\alpha}\right)$$ which is not exactly same as the right side of the first equation. Am I doing something terribly wrong here. I will be very thankful to you for your help in clarifying my problem. Thanks in advance.
your first step actually is right
do you know moment generating function? (def $M_X(t)=E(e^{tX})$), then actually your first formula is equal to $M_x\left(-\frac{0.2\ln 10}{\alpha}\right)$, and then use the mgf of $N(0,\sigma^2)$, i hope it is clear enough