偏微分方程

维基百科,自由的百科全书
跳转到导航 跳转到搜索
File:Heat eqn.gif
二维热传导方程式的解

偏微分方程(英语:partial differential equation缩写PDE)指含有未知函数及其偏导数方程。描述自变量、未知函数及其偏导数之间的关系。符合这个关系的函数是方程的解。

偏微分方程分为线性偏微分方程式与非线性偏微分方程式,常常有几个解而且涉及额外的边界条件

记号及例子[编辑]

方程式中常以u为未知数及偏微分,如下:

<math>u_{xy} = {\partial^2 u \over \partial y\, \partial x}</math>

用于空间偏微分的梯度运算子<math>\nabla=({\partial \over \partial_x}, {\partial \over \partial_y}, {\partial \over \partial_z})</math>

时间偏微分<math>\dot u= {\partial u \over \partial t}</math>,线性偏微分方程式的例子如下:

拉普拉斯方程[编辑]

<math>u_{xx} + u_{yy} + u_{zz} = 0 </math>

适用于重力场问题的求解。

泊松方程[编辑]

<math>u_{xx} + u_{yy} + u_{zz} = f(x,y,z)</math>

适用于所有物质的重力场电荷静电场

波动方程式[编辑]

未知函数u(x,y,z,t):

<math>u_{tt} = c^2( u_{xx} + u_{yy} + u_{zz} )</math>
<math>\ddot u=c^2\nabla^2u</math>

热传导方程式[编辑]

<math>u_t = k ( u_{xx} + u_{yy} + u_{zz} )</math>

其中k代表该材料.

适定问题[编辑]

偏微分方程解中任意函数的出现必然产生解的各种差异,考虑到几乎不知道这些解的详情,在大多数问题中惯常的目标是找满足合适的和确定的条件(例如在空间的边界处和某固定时刻)的那些解,要求这些条件可以确定唯的解是自然的要求。

如果要说一个PDE是适定的,则必须要有:

  • 存在性:至少存在一个解<math>u(x,y)</math>满足初始条件还有其他辅助条件
  • 唯一性:存在最多一个解<math>u(x,y)</math>满足初始条件还有其他辅助条件
  • 稳定性:唯一的解<math>u(x,y)</math>不会因为初始条件的微小变动,产生巨大的变化。或是说,当初始资料变化微小,解的变化也很微小。

法国数学家阿达马强调后一方面,当解不连续地依赖于原始数据变化时称此问题是不适定的或提得不正确的

  • 不适定的例子

对于双变量的Laplace方程:

<math>\frac{\partial^2 z}{\partial x^2}+\frac{\partial^2 z}{\partial y^2}=0 (y>0)</math>

在边界条件

<math>z(x,0)=0</math> 和 <math>\frac{\partial z(x,0)}{\partial y}=\frac{1}{n}\cos nx</math>

之下,符合条件的解为

<math>z(x,y)=\frac{1}{n^2}\sinh (ny) \cos (nx)</math>

当<math>n\rightarrow +\infty</math>时 其数据在<math>y=0</math>处<math>z</math>和<math>\frac{\partial z}{\partial y}</math>的指定值趋于0,而<math>z(x,y)</math>的值在无穷大的范围内震荡,所以这个解不适定。

分类[编辑]

一些线性二阶偏微分方程可以分为:抛物线方程,双曲线方程和椭圆方程。其他的像Euler–Tricomi方程在不同应用领域中也有不同的形式。这种分类便于在解偏微分方程时寻找初始条件提供依据。

一阶偏微分方程[编辑]

一阶偏微分方程是指和未知数的一阶导数有关的偏微分方程,表示式为:

<math>Au_{x} + Bu_{y} + \cdots = 0,</math>

其中参数A,B是x,y的变量。

二阶偏微分方程[编辑]

表示式为:

<math>Au_{xx} + 2Bu_{xy} + Cu_{yy} + \cdots = 0,</math>

其中参数<math>A</math>, <math>B</math>, <math>C</math>是<math>x</math>, <math>y</math>的变量。如果在<math>xy</math>平面上有<math>A^2 +B^2 + C^2 > 0</math>,该偏微分方程在该平面上为二阶偏微分方程。二阶偏微分方程类似以下的圆锥方程:

<math>Ax^2 + 2Bxy + Cy^2 + \cdots = 0.</math>

该二阶偏微分方程可分类为:抛物线方程,双曲线方程和椭圆方程,其分类方式为:

  1. <math>B^2 - AC \, < 0</math> 且 <math>(A,B,C)\neq (0,0,0)</math>:椭圆方程
  2. <math>B^2 - AC = 0\,</math> 或 <math>(A,B,C)=(0,0,0)</math>:抛物线方程
  3. <math>B^2 - AC \, > 0 </math>:双曲线方程;

若有<math>n</math>个独立变量<math>x_{1},x_{2},\ldots x_{n}</math>,则此二阶线性偏微分方程为:

<math>L u =\sum_{i=1}^n\sum_{j=1}^n a_{i,j} \frac{\partial^2 u}{\partial x_i \partial x_j} \quad </math>

我们可以依靠系数矩阵<math>a_{i,j}</math>的特征值的正负号去区分方程的种类:

  1. 椭圆方程:特征值为全正或是全负。
  2. 抛物线方程:特征值其中有一个是0,然后其他的都是全正或是全负。
  3. 双曲线方程:特征值一个为正数,其他为负数,或是一个为负数,其他为正数。
  4. 超双曲线方程:正数的特征值与负数的特征值的个数都大于一,且没有一个特征值为0的数。

混合形式方程[编辑]

如果偏微分方程的系数不是一个常数,该偏微分方程可能不属于以上几种类别之一,而可能是混合形式方程。一个简单的例子为Euler–Tricomi方程:

<math>

u_{xx} \, = xu_{yy}</math> 该方程称为椭圆双曲线方程。因为当<math>x < 0</math>时是椭圆形式,当<math>x > 0</math>时是双曲线形式。

解析法解偏微分方程[编辑]

一些有效的解析法解偏微分方程方法:

分离变量法[编辑]

通过分离变量法减少偏微分方程中的变量,将一个偏微分方程分解成若干个常微分方程

特征线法[编辑]

沿着一阶偏微分方程的特征线,偏微分方程简化为一个常微分方程。沿着特征线求出对应常微分方程的解就可以得到偏微分方程的解。

积分变换[编辑]

利用积分法,将偏微分方程变换为可分离的偏微分方程,方便求解。一般为傅里叶变换分析。

变量变换[编辑]

通过适当的变量变换,可以简化偏微分方程的求解。一个典型的例子为Black–Scholes方程

<math> \frac{\partial V}{\partial t} + \frac{1}{2}\sigma^2 S^2\frac{\partial^2 V}{\partial S^2} + rS\frac{\partial V}{\partial S} - rV = 0 </math>

可以简化为热力方程:

<math> \frac{\partial u}{\partial \tau} = \frac{\partial^2 u}{\partial x^2}</math>

通过如下变换:

<math> V(S,t) = K v(x,\tau)\, </math>
<math> x = \ln(S/K)\, </math>
<math> \tau = \frac{1}{2} \sigma^2 (T - t) </math>
<math> v(x,\tau)= e^{-\alpha x-\beta\tau} u(x,\tau).\, </math>

基本解[编辑]

非齐次偏微分方程可通过寻找基本算子,然后通过带有初始条件的卷积来解答。 该法常用于信号处理中通过冲激响应来求解滤波器。

叠加原理[编辑]

因为一个线性齐次偏微分方程解的重叠也可看做一个解,所以可以通过交叉重叠这些解得到偏微分方程的一个解。

数值法解偏微分方程[编辑]

在众多求解偏微分方程的数值方法中,三种应用最广的方法为有限元素法(Finite Element Method, FEM)、有限体积法(Finite Volume Method, FVM)和有限差分法(Finite Difference Method, FDM)。其中,有限元法占主要地位,尤其是它的高效高阶版本—hp-FEM英语hp-FEM。其它版本的有限元法还有:广义有限元法(Generalized Finite Element Method, FFEM)、扩展有限元法(eXtended Finite Element Method, XFEM)、无网格有限元法(Meshfree Finite Element Method)、离散迦辽金有限元法(Discontinuous Galerkin Finite Element Method, DGFEM)等。

参考文献[编辑]

书目[编辑]

  • Courant, R. & Hilbert, D., Methods of Mathematical Physics II, New York: Wiley-Interscience, 1962, ISBN 9783527617241 .
  • Drábek, Pavel; Holubová, Gabriela. Elements of partial differential equations Online. Berlin: de Gruyter. 2007. ISBN 9783110191240. 
  • Evans, L. C., Partial Differential Equations, Providence: American Mathematical Society, 1998, ISBN 0-8218-0772-2 .
  • Ibragimov, Nail H., CRC Handbook of Lie Group Analysis of Differential Equations Vol. 1-3, Providence: CRC-Press, 1993, ISBN 0-8493-4488-3 .
  • John, F., Partial Differential Equations需要免费注册 4th, New York: Springer-Verlag, 1982, ISBN 0-387-90609-6 .
  • Jost, J., Partial Differential Equations, New York: Springer-Verlag, 2002, ISBN 0-387-95428-7 .
  • Olver, P.J., Equivalence, Invariants and Symmetry, Cambridge Press, 1995 .
  • Petrovskii, I. G., Partial Differential Equations, Philadelphia: W. B. Saunders Co., 1967 .
  • Pinchover, Y. & Rubinstein, J., An Introduction to Partial Differential Equations, New York: Cambridge University Press, 2005, ISBN 0-521-84886-5 .
  • Polyanin, A. D., Handbook of Linear Partial Differential Equations for Engineers and Scientists, Boca Raton: Chapman & Hall/CRC Press, 2002, ISBN 1-58488-299-9 .
  • Polyanin, A. D. & Zaitsev, V. F., Handbook of Nonlinear Partial Differential Equations, Boca Raton: Chapman & Hall/CRC Press, 2004, ISBN 1-58488-355-3 .
  • Polyanin, A. D.; Zaitsev, V. F. & Moussiaux, A., Handbook of First Order Partial Differential Equations, London: Taylor & Francis, 2002, ISBN 0-415-27267-X .
  • Roubíček, T., Nonlinear Partial Differential Equations with Applications (PDF), International Series of Numerical Mathematics 153 2nd, Basel, Boston, Berlin: Birkhäuser, 2013 [2023-11-20], ISBN 978-3-0348-0512-4, MR 3014456, doi:10.1007/978-3-0348-0513-1, (原始内容存档 (PDF)于2023-03-26) 
  • Stephani, H., MacCallum, M. , 编, Differential Equations: Their Solution Using Symmetries, Cambridge University Press, 1989 .
  • Wazwaz, Abdul-Majid. Partial Differential Equations and Solitary Waves Theory. Higher Education Press. 2009. ISBN 978-3-642-00251-9. 
  • Wazwaz, Abdul-Majid. Partial Differential Equations Methods and Applications. A.A. Balkema. 2002. ISBN 90-5809-369-7. 
  • Zwillinger, D., Handbook of Differential Equations 3rd, Boston: Academic Press, 1997, ISBN 0-12-784395-7 .
  • Gershenfeld, N., The Nature of Mathematical Modeling 1st, New York: Cambridge University Press, New York, NY, USA, 1999, ISBN 0-521-57095-6 .
  • Krasil'shchik, I.S. & Vinogradov, A.M., Eds., Symmetries and Conserwation Laws for Differential Equations of Mathematical Physics, American Mathematical Society, Providence, Rhode Island, USA, 1999, ISBN 0-8218-0958-X .
  • Krasil'shchik, I.S.; Lychagin, V.V. & Vinogradov, A.M., Geometry of Jet Spaces and Nonlinear Partial Differential Equations, Gordon and Breach Science Publishers, New York, London, Paris, Montreux, Tokyo, 1986, ISBN 2-88124-051-8 .
  • Vinogradov, A.M., Cohomological Analysis of Partial Differential Equations and Secondary Calculus, American Mathematical Society, Providence, Rhode Island, USA, 2001, ISBN 0-8218-2922-X .
  • Gustafsson, Bertil. High Order Difference Methods for Time Dependent PDE. Springer Series in Computational Mathematics 38. Springer. 2008. ISBN 978-3-540-74992-9. doi:10.1007/978-3-540-74993-6. 

Module:Authority_control第183行Lua错误:attempt to index field 'wikibase' (a nil value)