Thursday, July 5, 2018

calculus - Simplest way to integrate this expression : int+inftyinftyex2/2dx




I'm toying around with statistics and calculus for a project of mine and I'm trying to find the simplest/fastest way to integrate this formula :



+ex2/2dx




  • I do not want to use a table.

  • I'm taking this opportunity to get more practice with my new calculus skills

  • It seems that a Taylor series approx is the only way to go




Best Regards


Answer



If we set I:=Rexp(x22)dx,
then



I2=RRexp(x2+y22)dxdy.



Introducting polar coordinates, i.e.




(xy)=(rcosφrsinφ),



yields



I2=r=02πφ=0er2/2rdrdφ=(0rer2/2dr)(2πφ=0dφ).



This expression can be easily calculated.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...