九州大学 システム情報科学府 共通 2012年8月実施 微分方程
Author
思齐塾, 祭音Myyura
Description
次の微分方程式の一般解を求めよ.なお、 y′ は関数 y(x) の x に関する1階導関数を表している。
(1) y′=x−3y−53x+y−5
(2) y′′−2y′−3y=ex+e3x+cosx
(3) y′′′′−4y′′′+7y′′−6y′+2y=0
题目描述
求下列三个微分方程的通解,其中 y′ 表示函数 y(x) 关于 x 的一阶导数,y′′,y′′′,y′′′′ 依次表示更高阶导数:
y′=x−3y−53x+y−5.
y′′−2y′−3y=ex+e3x+cosx.
y′′′′−4y′′′+7y′′−6y′+2y=0.
Kai
(1) y′=x−3y−53x+y−5
Let x=X+h,y=Y+k . Then y′=dXdY .
dXdY=(X+h)−3(Y+k)−53(X+h)+(Y+k)−5=X−3Y+h−3k−53X+Y+3h+k−5
Choose h and k such that 3h+k−5=0 and h−3k−5=0 .
Solving these equations gives h=2,k=−1 .
So x=X+2,y=Y−1 .
Then dXdY=X−3Y3X+Y .
Let Y=vX . Then dXdY=v+XdXdv .
v+XdXdv=X−3vX3X+vX=1−3v3+v
XdXdv=1−3v3+v−v=1−3v3+v−v+3v2=1−3v3+3v2
3+3v21−3vdv=XdX
∫3(1+v2)1−3vdv=∫XdX
31∫1+v21dv−∫1+v2vdv=ln∣X∣+C1
31arctan(v)−21ln(1+v2)=ln∣X∣+C1
31arctan(XY)−21ln(1+(XY)2)=ln∣X∣+C1
31arctan(XY)−21ln(X2X2+Y2)=ln∣X∣+C1
31arctan(XY)−21ln(X2+Y2)+21ln(X2)=ln∣X∣+C1
31arctan(XY)−21ln(X2+Y2)+ln∣X∣=ln∣X∣+C1
31arctan(XY)−21ln(X2+Y2)=C1
31arctan(x−2y+1)−21ln((x−2)2+(y+1)2)=C1
(2) y′′−2y′−3y=ex+e3x+cosx
The homogeneous equation is y′′−2y′−3y=0 .
The characteristic equation is r2−2r−3=0 .
(r−3)(r+1)=0 . So r=3,−1 .
The homogeneous solution is yh=c1e3x+c2e−x .
For ex , try Aex . Then Aex−2Aex−3Aex=ex . So −4A=1 , and A=−41 .
For e3x , try Bxe3x . Then B(6e3x+9xe3x)−2B(e3x+3xe3x)−3Bxe3x=e3x . So 4B=1 , and B=41 .
For cosx , try Ccosx+Dsinx . Then (−Ccosx−Dsinx)−2(−Csinx+Dcosx)−3(Ccosx+Dsinx)=cosx .
−4C−2D=1,2C−4D=0 . So C=2D . −8D−2D=1 . So D=−101 and C=−51 .
The general solution is y=c1e3x+c2e−x−41ex+41xe3x−51cosx−101sinx .
(3) y′′′′−4y′′′+7y′′−6y′+2y=0
The characteristic equation is r4−4r3+7r2−6r+2=0 .
By inspection, r=1 is a root twice. So (r−1)2=r2−2r+1 is a factor.
(r4−4r3+7r2−6r+2)÷(r2−2r+1)=r2−2r+2 .
So r2−2r+2=0 . r=22±4−8=1±i .
Therefore the general solution is y=c1ex+c2xex+c3excosx+c4exsinx .