当前位置: 首页 > news >正文

高斯积分的证明

内容来源

B站视频BV1LC4y1P7gM


高斯积分

∫ 0 ∞ e − x 2 d x \int^\infty_0e^{-x^2}\mathcal{d}x 0ex2dx

添加新元

f ( t ) = [ ∫ 0 t e − x 2 d x ] 2 f(t)=\left[\int^t_0e^{-x^2}\mathcal{d}x\right]^2 f(t)=[0tex2dx]2

现目标

lim ⁡ t → ∞ f ( t ) \sqrt{\lim_{t\rightarrow\infty}f(t)} tlimf(t)

f f f 求导

d f d t = 2 ∫ 0 t e − x 2 d x d d t ∫ 0 t e − x 2 d x = 2 e − t 2 ∫ 0 t e − x 2 d x = 2 ∫ 0 t e − ( x 2 + t 2 ) d x \begin{align*} \frac{\mathcal{d}f}{\mathcal{d}t}&= 2\int^t_0e^{-x^2}\mathcal{d}x\frac{\mathcal{d}}{\mathcal{d}t} \int^t_0e^{-x^2}\mathcal{d}x\\ &=2e^{-t^2}\int^t_0e^{-x^2}\mathcal{d}x\\ &=2\int^t_0e^{-(x^2+t^2)}\mathcal{d}x\\ \end{align*} dtdf=20tex2dxdtd0tex2dx=2et20tex2dx=20te(x2+t2)dx

换元

y = x / t y=x/t y=x/t

那么

d x = t d y , y ∈ ( 0 , 1 ) \mathcal{d}x=t\mathcal{d}y,y\in(0,1) dx=tdy,y(0,1)

上式变为

2 ∫ 0 1 e − ( t 2 y 2 + t 2 ) t d y = − d d t ∫ 0 1 [ e − t 2 ( y 2 + 1 ) y 2 + 1 ] d y \begin{align*} &2\int^1_0e^{-(t^2y^2+t^2)}t\mathcal{d}y\\ &=-\frac{\mathcal{d}}{\mathcal{d}t} \int^1_0\left[\frac{e^{-t^2(y^2+1)}}{y^2+1}\right]\mathcal{d}y\\ \end{align*} 201e(t2y2+t2)tdy=dtd01[y2+1et2(y2+1)]dy

所以

f ( t ) = − ∫ 0 1 [ e − t 2 ( y 2 + 1 ) y 2 + 1 ] d y + C f(t)=-\int^1_0\left[\frac{e^{-t^2(y^2+1)}}{y^2+1}\right]\mathcal{d}y+C f(t)=01[y2+1et2(y2+1)]dy+C

现目标

求解 C C C

t → 0 t\rightarrow0 t0

因为

lim ⁡ t → 0 f ( t ) = lim ⁡ t → 0 [ ∫ 0 t e − x 2 d x ] 2 = 0 \lim_{t\rightarrow0}f(t)= \lim_{t\rightarrow0} \left[\int^t_0e^{-x^2}\mathcal{d}x\right]^2=0 t0limf(t)=t0lim[0tex2dx]2=0

所以

lim ⁡ t → 0 f ( t ) = lim ⁡ t → 0 − ∫ 0 1 [ e − t 2 ( y 2 + 1 ) y 2 + 1 ] d y + C = − ∫ 0 1 1 y 2 + 1 d y + C = − π 4 + C = 0 \begin{align*} \lim_{t\rightarrow0}f(t)&= \lim_{t\rightarrow0}-\int^1_0\left[\frac{e^{-t^2(y^2+1)}}{y^2+1}\right]\mathcal{d}y+C\\ &=-\int^1_0\frac{1}{y^2+1}\mathcal{d}y+C\\ &=-\frac{\pi}{4}+C=0 \end{align*} t0limf(t)=t0lim01[y2+1et2(y2+1)]dy+C=01y2+11dy+C=4π+C=0

所以 C = π / 4 C=\pi/4 C=π/4

f ( t ) = − ∫ 0 1 [ e − t 2 ( y 2 + 1 ) y 2 + 1 ] d y + π 4 f(t)=-\int^1_0\left[\frac{e^{-t^2(y^2+1)}}{y^2+1}\right]\mathcal{d}y+ \frac{\pi}{4} f(t)=01[y2+1et2(y2+1)]dy+4π

lim ⁡ t → ∞ f ( t ) = 0 + π 4 \lim_{t\rightarrow\infty}f(t)=0+\frac{\pi}{4} tlimf(t)=0+4π

∫ 0 ∞ e − x 2 d x = π 2 \int^\infty_0e^{-x^2}\mathcal{d}x=\frac{\sqrt{\pi}}{2} 0ex2dx=2π

相关文章:

  • Grok 3.0 Beta 版大语言模型评测
  • 理解 logits_to_keep = logits_to_keep + 1 在 _get_per_token_logps 中的作用
  • 么是静态住宅IP,跨境电商为什么需要静态住宅IP
  • 杨校老师课堂之信息学奥赛结构体操作使用经典题集锦汇总
  • 力扣LeetCode: 2209 用地毯覆盖后的最少白色砖块
  • Linux C 静态库如何生成并使用
  • Javascript使用Sodium库实现 aead_xchacha20poly1305_ietf加密解密,以及与后端的密文交互
  • Web 自动化测试提速利器:Aqua 的 Web Inspector (检查器)使用详解
  • MySQL 选择数据库
  • SQL Server 创建用户并授权
  • 【算法基础】--前缀和
  • Spring全面讲解(无比详细)
  • [Android]DialogLifeCycle禁止点击背景关闭弹窗
  • 0099__Visual Studio 引入外部静态库与动态库
  • MySQL 插入更新语句(insert…on duplicate key update语句 )
  • VMware安装Centos 9虚拟机+设置共享文件夹+远程登录
  • 跳跃游戏(力扣55)
  • Python爬虫基础文件操作
  • 【OS安装与使用】part6-ubuntu 22.04+CUDA 12.4运行MARL算法(多智能体强化学习)
  • python学习
  • 摄影师|伊莎贝尔·穆尼奥斯:沿着身体进行文化溯源
  • 辽宁援疆前指总指挥王敬华已任新疆塔城地委副书记
  • 尹锡悦宣布退出国民力量党
  • 昆明公布3起经济犯罪案例:一人持有820余万假美元被判刑十年
  • 温州通报“一母亲殴打女儿致其死亡”:嫌犯已被刑拘
  • 泽连斯基:乌代表团已启程,谈判可能于今晚或明天举行