名古屋大学 情報学研究科 複雑系科学専攻 2022年8月実施 微分方程
Author
思齐塾 , 祭音Myyura
Description
以下の2次元非線形力学系について考える。
(a) d x d t = x − y − x ( x 2 + y 2 ) \frac{dx}{dt} = x - y - x(x^2 + y^2) d t d x = x − y − x ( x 2 + y 2 )
(b) d y d t = y + x − y ( x 2 + y 2 ) \frac{dy}{dt} = y + x - y(x^2 + y^2) d t d y = y + x − y ( x 2 + y 2 )
連立微分方程式 (a) (b) の不動点を求めよ。さらにその不動点におけるヤコビ行列の固有値を求め、不動点の安定性を調べ、不動点近傍での軌道の概略を図示せよ。
極座標 x ( t ) = r ( t ) cos θ ( t ) x(t) = r(t)\cos\theta(t) x ( t ) = r ( t ) cos θ ( t ) , y ( t ) = r ( t ) sin θ ( t ) y(t) = r(t)\sin\theta(t) y ( t ) = r ( t ) sin θ ( t ) に変換して、 r ( t ) r(t) r ( t ) と θ ( t ) \theta(t) θ ( t ) の微分方程式を導け。
r ( t ) r(t) r ( t ) および θ ( t ) \theta(t) θ ( t ) の初期値をそれぞれ r ( 0 ) = r 0 r(0) = r_0 r ( 0 ) = r 0 , θ ( 0 ) = θ 0 \theta(0) = \theta_0 θ ( 0 ) = θ 0 として、2)で導いた r ( t ) r(t) r ( t ) と θ ( t ) \theta(t) θ ( t ) の微分方程式の解を求めよ。
t → ∞ t \to \infty t → ∞ での r ( t ) r(t) r ( t ) の極限値を求め, 8個の初期値 ( r 0 , θ 0 ) = ( 2 i , n π / 2 ) ( i = ± 1 , n = 0 , 1 , 2 , 3 ) (r_0, \theta_0) = (2^i, n\pi/2) (i = \pm 1, n = 0,1,2,3) ( r 0 , θ 0 ) = ( 2 i , nπ /2 ) ( i = ± 1 , n = 0 , 1 , 2 , 3 ) からの t ≥ 0 t \geq 0 t ≥ 0 における軌道の概略を図示せよ。
不動点を除く任意の初期値からの解が t → ∞ t \to \infty t → ∞ で漸近する軌道の式を求めよ。このような軌道は一般に何と呼ばれているか、その名称を答えよ。
题目描述
考察二维非线性动力系统
(a) d x d t = x − y − x ( x 2 + y 2 ) , \text{(a)}\quad
\frac{dx}{dt}=x-y-x(x^2+y^2), (a) d t d x = x − y − x ( x 2 + y 2 ) ,
(b) d y d t = y + x − y ( x 2 + y 2 ) . \text{(b)}\quad
\frac{dy}{dt}=y+x-y(x^2+y^2). (b) d t d y = y + x − y ( x 2 + y 2 ) .
求联立方程 (a)、(b) 的全部不动点;进一步求各不动点处 Jacobian 矩阵的特征值,判断稳定性,并画出不动点附近轨道的大致形状;
作极坐标变换
x ( t ) = r ( t ) cos θ ( t ) , y ( t ) = r ( t ) sin θ ( t ) , x(t)=r(t)\cos\theta(t),\qquad
y(t)=r(t)\sin\theta(t), x ( t ) = r ( t ) cos θ ( t ) , y ( t ) = r ( t ) sin θ ( t ) ,
导出 r ( t ) , θ ( t ) r(t),\theta(t) r ( t ) , θ ( t ) 所满足的微分方程;
给定初始值
r ( 0 ) = r 0 , θ ( 0 ) = θ 0 , r(0)=r_0,\qquad\theta(0)=\theta_0, r ( 0 ) = r 0 , θ ( 0 ) = θ 0 ,
求第 2 问所得两个微分方程的解;
求 t → ∞ t\to\infty t → ∞ 时 r ( t ) r(t) r ( t ) 的极限,并对八组初始值
( r 0 , θ 0 ) = ( 2 i , n π 2 ) , i = ± 1 , n = 0 , 1 , 2 , 3 , (r_0,\theta_0)=\left(2^i,\frac{n\pi}{2}\right),
\qquad i=\pm1,\quad n=0,1,2,3, ( r 0 , θ 0 ) = ( 2 i , 2 nπ ) , i = ± 1 , n = 0 , 1 , 2 , 3 ,
画出 t ≥ 0 t\ge0 t ≥ 0 时轨道的大致形状;
求除不动点外任意初值的解在 t → ∞ t\to\infty t → ∞ 时所趋近的轨道方程,并写出这类轨道的通用名称。
Kai
r 2 = x 2 + y 2 r^2=x^2+y^2 r 2 = x 2 + y 2 と書くと、平衡点では
( 1 − r 2 − 1 1 1 − r 2 ) ( x y ) = 0. \begin{pmatrix}1-r^2&-1\\1&1-r^2\end{pmatrix}
\begin{pmatrix}x\\y\end{pmatrix}=0. ( 1 − r 2 1 − 1 1 − r 2 ) ( x y ) = 0.
この行列式は ( 1 − r 2 ) 2 + 1 > 0 (1-r^2)^2+1>0 ( 1 − r 2 ) 2 + 1 > 0 なので、平衡点は
( x , y ) = ( 0 , 0 ) \boxed{(x,y)=(0,0)} ( x , y ) = ( 0 , 0 )
だけである。原点での Jacobian は
J ( 0 , 0 ) = ( 1 − 1 1 1 ) , J(0,0)=\begin{pmatrix}1&-1\\1&1\end{pmatrix}, J ( 0 , 0 ) = ( 1 1 − 1 1 ) ,
固有値は 1 ± i 1\pm i 1 ± i である。したがって原点は不安定焦点であり、近傍の軌道は反時計回りに外向きへ螺旋を描く。
x = r cos θ x = r\cos\theta x = r cos θ and y = r sin θ y = r\sin\theta y = r sin θ . So x 2 + y 2 = r 2 x^2 + y^2 = r^2 x 2 + y 2 = r 2 .
d x d t = d r d t cos θ − r sin θ d θ d t \frac{dx}{dt} = \frac{dr}{dt}\cos\theta - r\sin\theta\frac{d\theta}{dt} d t d x = d t d r cos θ − r sin θ d t d θ . Substituting x = r cos θ x = r\cos\theta x = r cos θ and y = r sin θ y = r\sin\theta y = r sin θ into d x d t = x − y − x ( x 2 + y 2 ) \frac{dx}{dt} = x - y - x(x^2 + y^2) d t d x = x − y − x ( x 2 + y 2 ) , we get d r d t cos θ − r sin θ d θ d t = r cos θ − r sin θ − r 3 cos θ \frac{dr}{dt}\cos\theta - r\sin\theta\frac{d\theta}{dt} = r\cos\theta - r\sin\theta - r^3\cos\theta d t d r cos θ − r sin θ d t d θ = r cos θ − r sin θ − r 3 cos θ . So
d r d t cos θ − r sin θ d θ d t = r cos θ − r sin θ − r 3 cos θ ( 1 ) \frac{dr}{dt}\cos\theta - r\sin\theta\frac{d\theta}{dt} = r\cos\theta - r\sin\theta - r^3\cos\theta \hspace{1cm} (1) d t d r cos θ − r sin θ d t d θ = r cos θ − r sin θ − r 3 cos θ ( 1 ) . Also d y d t = d r d t sin θ + r cos θ d θ d t \frac{dy}{dt} = \frac{dr}{dt}\sin\theta + r\cos\theta\frac{d\theta}{dt} d t d y = d t d r sin θ + r cos θ d t d θ . Since d y d t = y + x − y ( x 2 + y 2 ) \frac{dy}{dt} = y + x - y(x^2 + y^2) d t d y = y + x − y ( x 2 + y 2 ) , we have d r d t sin θ + r cos θ d θ d t = r sin θ + r cos θ − r 3 sin θ ( 2 ) \frac{dr}{dt}\sin\theta + r\cos\theta\frac{d\theta}{dt} = r\sin\theta + r\cos\theta - r^3\sin\theta \hspace{1cm} (2) d t d r sin θ + r cos θ d t d θ = r sin θ + r cos θ − r 3 sin θ ( 2 ) .
Multiplying (1) by cos θ \cos\theta cos θ and (2) by sin θ \sin\theta sin θ and adding, we get d r d t = r − r 3 \frac{dr}{dt} = r - r^3 d t d r = r − r 3 .
Multiplying (1) by sin θ \sin\theta sin θ and (2) by cos θ \cos\theta cos θ and subtracting, we get d θ d t = 1 \frac{d\theta}{dt} = 1 d t d θ = 1 .
So d r d t = r − r 3 \frac{dr}{dt} = r - r^3 d t d r = r − r 3 and d θ d t = 1 \frac{d\theta}{dt} = 1 d t d θ = 1 .
ρ = r 2 \rho=r^2 ρ = r 2 とおくと
ρ ′ = 2 ρ ( 1 − ρ ) . \rho'=2\rho(1-\rho). ρ ′ = 2 ρ ( 1 − ρ ) .
r 0 > 0 r_0>0 r 0 > 0 のとき、その解は
ρ ( t ) = 1 1 + ( r 0 − 2 − 1 ) e − 2 t , \rho(t)=\frac{1}{1+(r_0^{-2}-1)e^{-2t}}, ρ ( t ) = 1 + ( r 0 − 2 − 1 ) e − 2 t 1 ,
したがって
r ( t ) = 1 1 + ( r 0 − 2 − 1 ) e − 2 t , θ ( t ) = t + θ 0 . \boxed{r(t)=\frac{1}{\sqrt{1+(r_0^{-2}-1)e^{-2t}}}},
\qquad
\boxed{\theta(t)=t+\theta_0}. r ( t ) = 1 + ( r 0 − 2 − 1 ) e − 2 t 1 , θ ( t ) = t + θ 0 .
r 0 = 0 r_0=0 r 0 = 0 の場合は r ( t ) ≡ 0 r(t)\equiv0 r ( t ) ≡ 0 である。
r 0 > 0 r_0>0 r 0 > 0 なら lim t → ∞ r ( t ) = 1 \lim_{t\to\infty}r(t)=1 lim t → ∞ r ( t ) = 1 であり、 r 0 = 0 r_0=0 r 0 = 0 なら極限は 0 0 0 である。指定された8軌道では、 r 0 = 2 r_0=2 r 0 = 2 の4本は半径を減らしながら、 r 0 = 1 / 2 r_0=1/2 r 0 = 1/2 の4本は半径を増やしながら、いずれも反時計回りに単位円へ螺旋状に近づく。各4本は初期角が π / 2 \pi/2 π /2 ずつ異なる回転対称な軌道である。
不動点以外の全軌道が漸近する軌道は
x 2 + y 2 = 1 \boxed{x^2+y^2=1} x 2 + y 2 = 1
であり、これは安定な極限周期軌道(リミットサイクル)と呼ばれる。周期は 2 π 2\pi 2 π である。