跳到主要内容

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

Author

Casablanca, 祭音Myyura

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

If xx is rational, then so are u=x/tu=x/t and v=uv=u'. Write v=p/qv=p/q with polynomials p,qp,q, where q0q\ne0. Then

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 p0p\ne0, the first term has degree at most degp+degq\deg p+\deg q, whereas the term t2b(t)p(t)q(t)-t^2b(t)p(t)q(t) has degree

degp+degq+degb+2,\deg p+\deg q+\deg b+2,

and cannot be cancelled. Hence p=0p=0, so v=u=0v=u'=0. Therefore u=Cu=C and x=Ctx=Ct, which is not linearly independent of tt.