查看“︁时滞微分方程”︁的源代码
←
时滞微分方程
跳转到导航
跳转到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
在[[数学]]领域中, '''时滞微分方程''', 或'''延时微分方程''' (DDE) 是一类[[微分方程]], 其中未知函数的在确定时刻的导数由先前时刻函数所决定. 对于<math>x(t)\in R^n</math>, 时滞微分方程方程的一般形式是: :<math>\frac{d}{dt}x(t)=f(t,x(t),x_t), </math> 其中 <math>x_t=\{x(\tau):\tau\leq t\}</math> 表示过去时间的解轨道. 在这个方程中, <math>f</math> 是一个从 <math>R\times R^n\times C^1</math> 到 <math>R^n\,</math> 的泛函算子. ==例子== * 连续时滞微分方程 ::<math>\frac{d}{dt}x(t)=f\left(t,x(t),\int_{-\infty}^0x(t+\tau)d\mu(\tau)\right)</math> * 离散时滞微分方程 ::<math>\frac{d}{dt}x(t)=f(t,x(t),x(t-\tau_1),\ldots,x(t-\tau_n))</math> for <math>\tau_1>\ldots>\tau_n\geq 0</math>. * 离散时滞线性方程 ::<math>\frac{d}{dt}x(t)=A_0x(t)+A_1x(t-\tau_1)+\ldots+A_mx(t-\tau_m)</math> :其中 <math>A_0,\ldots,A_m\in R^{n\times n}</math>. * [[集电弓]]方程 ::<math>\frac{d}{dt}x(t) = ax(t) + bx(\lambda t),</math> :其中 ''a'', ''b'' 且 λ 为常数 0 < λ < 1. 这一方程及其广义形式以电车上的[[集电弓]]命名. == 时滞微分方程求解== 时滞微分方程通常用分步的方法求解. 例如考虑如下具有单一时滞的时滞微分方程 ::<math>\frac{d}{dt}x_t=f(x(t),x(t-\tau))</math> 及初始条件 <math>\phi:[-\tau,0]\rightarrow R^n</math>. 那么在区间 <math>[0,\tau]</math> 上的解 <math>\psi(t)</math> 就是以下[[非齐次]][[初值问题]]的解 ::<math>\frac{d}{dt}\psi(t)=f(\psi(t),\phi(t-\tau))</math>, 且 <math>\psi(0)=\phi(0)</math>. 这样就可以利用前面区间的解作为非齐次项一步步求得整个区间上的解. 在实际的计算中, 初值问题通常采用数值计算. ===例子=== 假设 <math>f(x(t),x(t-\tau))=ax(t-\tau)</math> 且 <math>\phi(t)=1</math>. 那么初值问题可由积分求得, ::<math>x(t)=a\int_{s=0}^t \phi(t-\tau)\,dt+C</math>, 即, <math>x(t)=at+1</math>, 其中我们取 <math>C=1</math> 以满足初值条件 <math>x(0)=\phi(0)</math>. 类似的对于区间 <math>t\in[\tau,2\tau]</math> 我们积分并且使其满足初始条件可以求得 <math>x(t)=at^2/2+t+D</math> 其中 <math>D=(a-1)\tau+1-a\tau^2/2</math>. ==简化为常微分方程(ODE)== 在某些情况下, 时滞微分方程等价于一个常微分方程组 (由[[常微分方程]]组成的系统). * '''例 1''' 考虑方程 ::<math> \frac{d}{dt}x(t)=f\left(t,x(t),\int_{-\infty}^0x(t+\tau)e^{\lambda\tau}d\tau\right). </math> :引入函数 <math>y(t)=\int_{-\infty}^0x(t+\tau)e^{\lambda\tau}d\tau</math> , 可得到一个常微分方程组 ::<math> \frac{d}{dt}x(t)=f(t,x,y),\quad \frac{d}{dt}y(t)=x-\lambda y. </math> * '''例 2''' 方程 ::<math> \frac{d}{dt}x(t)=f\left(t,x(t),\int_{-\infty}^0x(t+\tau)\cos(\alpha\tau+\beta)d\tau\right) </math> :等价于 ::<math> \frac{d}{dt}x(t)=f(t,x,y),\quad \frac{d}{dt}y(t)=\cos(\beta)x+\alpha z,\quad \frac{d}{dt}z(t)=\sin(\beta) x-\alpha y, </math> :其中 ::<math> y=\int_{-\infty}^0x(t+\tau)\cos(\alpha\tau+\beta)d\tau,\quad z=\int_{-\infty}^0x(t+\tau)\sin(\alpha\tau+\beta)d\tau. </math> == 特征方程 == 同[[常微分方程]](ODE)类似, 可以通过分析线性时滞微分方程的''特征方程''<ref>[[#refMichiels2007|Michiels, Niculescu, 2007]] Chapter 1</ref>来分析和研究解的性质. 具有离散时滞的线性时滞微分方程 ::<math>\frac{d}{dt}x(t)=A_0x(t)+A_1x(t-\tau_1)+\ldots+A_mx(t-\tau_m)</math> 的特征方程是 ::<math>det(-\lambda I+A_0+A_1e^{-\tau_1\lambda}+\ldots+A_me^{-\tau_m\lambda})=0</math>. 特征方程的根 λ 被称为特征根或特征值, 解集通常被称为谱. 与常微分方程不同, 时滞微分方程的特征方程含有指数, 具有无限个特征值, 使得[[谱理论|谱分析]]变得很困难, 但是谱对于 DDE 的分析仍然具有一些很好的性质. 例如, 虽然具有无限个特征值, 但是只有有限个特征值位于复平面的右侧. 特征方程是一个[[非线性特征问题]], 有许多计算谱的数值方法<ref>[[#refJarlebring2008|Jarlebring 2008]] Chapter 2</ref>. 少数的特殊情况可以显式地求解特征方程. 例如, 时滞微分方程 : <math>\frac{d}{dt}x(t)=-x(t-1).</math> 的特征方程是 : <math>-\lambda-e^{-\lambda}=0.\,</math> 这个方程对于变量 λ 有无穷多个复数解. 复解可表示为 : <math>\lambda=W_K(-1)</math>, 其中 <math>W_K</math> 是[[朗伯W函数]]的第 ''K'' 个分支. == 注释 == <references /> == 参考文献 == <div class="references-small"> * {{cite book | author=Bellman, Richard and Cooke, Kenneth L| title=Differential-difference equations | publisher=Academic Press | location=New York-London | year=1963 | isbn=978-0120848508}} * {{cite book | author=Michiels, Wim and Niculescu, Silviu-Iulian | title=Stability and stabilization of time-delay systems. An eigenvalue based approach | year=2007 | isbn=978-0-898716-32-0 | ref=refMichiels2007}}. * {{cite book| author=Jarlebring, Elias| title=The spectrum of delay-differential equations: numerical methods, stability and perturbation| year=2008| url=http://www.digibib.tu-bs.de/?docid=00023961&lang=en| ref=refJarlebring2008}}{{Dead link}}. </div> ==外部链接== * [http://www.scholarpedia.org/article/Delay-differential_equations Dalay differential equations] {{Wayback|url=http://www.scholarpedia.org/article/Delay-differential_equations |date=20210117221351 }} at [http://www.scholarpedia.org Scholarpedia] {{Wayback|url=http://www.scholarpedia.org/ |date=20111125192650 }} curated by Skip Thompson. [[Category:微分方程]]
该页面使用的模板:
Template:Cite book
(
查看源代码
)
Template:Dead link
(
查看源代码
)
Template:Wayback
(
查看源代码
)
返回
时滞微分方程
。
导航菜单
个人工具
登录
命名空间
页面
讨论
不转换
查看
阅读
查看源代码
查看历史
更多
搜索
导航
首页
最近更改
随机页面
MediaWiki帮助
特殊页面
工具
链入页面
相关更改
页面信息