跳到主要内容

京都大学 情報学研究科 数理工学専攻 2023年8月実施 常微分方程式

Author

Casablanca

Description

日本語版

a(t),b(t)≢0a(t), b(t) \not\equiv 0tt の多項式として次の微分方程式を考える.

d2xdt2+a(t)dxdt+b(t)x=0(1)\begin{aligned} \frac{d^2 x}{d t^2} + a(t) \frac{dx}{dt} + b(t)x = 0 \tag{1} \end{aligned}

kk をある自然数として x=tkx = t^k が解であるものとする.このとき,以下の問いに答えよ.

(i) kk を定めよ.

(ii) a(t)a(t)b(t)b(t) を用いて表わせ.

(iii) 式 (1) は x=tkx = t^k と線形独立な有理関数解をもたないことを示せ.

English Version

Let a(t),b(t)≢0a(t), b(t) \not\equiv 0 be polynomials of tt and consider the differential equation

d2xdt2+a(t)dxdt+b(t)x=0(1)\begin{aligned} \frac{d^2 x}{d t^2} + a(t) \frac{dx}{dt} + b(t)x = 0 \tag{1} \end{aligned}

Assume that x=tkx = t^k is a solution, where kk is a positive integer. Answer the following questions.

(i) Determine kk .

(ii) Express a(t)a(t) in terms of b(t)b(t) .

(iii) Show that Eq. (1) has no rational function solution that is linearly independent of x=tkx = t^k .

题目描述

a(t)a(t)b(t)b(t) 是关于 tt 的多项式,且均不恒等于零。考虑微分方程

d2xdt2+a(t)dxdt+b(t)x=0.(1)\frac{d^2x}{dt^2} +a(t)\frac{dx}{dt} +b(t)x=0. \tag{1}

已知对某个正整数 kkx=tkx=t^k 是方程 (1) 的一个解。回答下列问题:

  1. 确定 kk
  2. b(t)b(t) 表示 a(t)a(t)
  3. 证明方程 (1) 不存在与 x=tkx=t^k 线性无关的有理函数解。

Kai

(i)

if k2k\geq 2 , plug x=tkx = t^k in,

k(k1)tk2+ktk1a(t)+tkb(t)=0k(k-1)t^{k-2} + kt^{k-1}a(t) + t^kb(t) = 0

thus

k(k1)+kta(t)+t2b(t)=0k(k-1) + kta(t)+t^2b(t) = 0

since a(t)a(t) , b(t)b(t) are both polynomials of t, kta(t)+t2b(t)kta(t)+t^2b(t) has no constant term. Thus k(k1)=0k(k-1)=0 , which is in conflict with k2k \geq 2 . Therefore k=1k=1

(ii)

a(t)=tb(t)a(t) = -tb(t)

(iii)

Let x(t)=tu(t)x(t) = t u(t) , we have

x(t)=u(t)+tu(t),x(t)=2u(t)+tu(t)x'(t) = u(t) + tu'(t), x''(t) = 2u'(t) + tu''(t)

and obtain:

tu(t)+(2t2b(t))u(t)=0tu''(t) + (2-t^2b(t))u'(t) = 0

Let v(t)=u(t)v(t) = u'(t)

tdv(t)dt+(2t2b(t))v(t)=0t\frac{dv(t)}{dt} + (2-t^2b(t))v(t) = 0

since x(t)x(t) is a rational function, we can easily see that u(t)u(t) is a rational function and v(t)v(t) is a rational function. Let v(t)=p(t)q(t)v(t) = \frac{p(t)}{q(t)} ,

t(p(t)q(t)p(t)q(t))+(2t2b(t))p(t)q(t)=0t(p'(t)q(t) - p(t)q'(t)) + (2-t^2b(t))p(t)q(t) = 0

if p(t)q(t)0p(t)q(t) \neq 0 , the times of (2t2b(t))p(t)q(t)(2-t^2b(t))p(t)q(t) is greater than the times of t(p(t)q(t)p(t)q(t))t(p'(t)q(t) - p(t)q'(t)) . Thus p(t)q(t)0p(t)q(t) \equiv 0 , v(t)=0v(t) = 0 , v(t)=Cv(t) = C , x(t)=Ctx(t) = Ct is the only ration function solution.