Third-order linear ordinary differential equations.
y′′′+y′′=8x2 (1)
Homogeneous equation
y′′′+y′′=0 (2)
The characteristic equation is:
λ3+λ2=0
λ2(λ+1)=0
λ1,2=0,
λ+1=0
λ3=−1 .
The general solution of homogeneous equations (2) is
yh(x)=C1+C2x+C3exp(−x)
Then the general solution of nonhomogeneous equations is given by
y=yh+yp.
The particular solution is
yp=x2∗(ax2+bx+c).
To determine the unknown coefficients (a,b,c) , we can use the initial equation (1)
yp′=(ax4+bx3+cx2)′=4ax3+3bx2+2cx
yp′′=(4ax3+3bx2+2cx)′=12ax2+6bx+2c (3)
yp′′′=(12ax2+6bx+2c)′=24ax+6b (4)
Substituting (3), (4) into equation (1) we obtain
24ax+6b+12ax2+6bx+2c=8x2 ,
12ax2+(24a+6b)x+(6b+2c)=8x2
Further, we equate the coefficients with equal degrees:
12a=824a+6b=06b+2c=0
From here:
a=32,b=−38,c=8
So, the general solution of nonhomogeneous equations (1) is
y(x)=C1+C2x+C3exp(−x)+32x4−38x3+8x2 .
Comments