What is the general solution of the differential equation # y''''-3y'''+3y''-y' = 0 #?
1 Answer
# y = (Ax^2+Bx+C)e^x + D #
Explanation:
We have:
# y''''-3y'''+3y''-y' = 0 # ..... [A]
This is a Fourth order linear Homogeneous Differentiation Equation with constant coefficients. The standard approach is to find a solution,
Complementary Function
The Auxiliary equation associated with the homogeneous equation of [A] is (as indicated)(:
# m^4 -3m^3+3m^2-m = 0 #
The challenge with higher order Differential Equation is solving the associated higher order Auxiliary equation. We note that
# m(m^3 -3m^2+3m-1) = 0 #
By inspection we see
# m(m-1)^3 = 0 #
Which has three real repeated roots
The roots of the auxiliary equation determine parts of the solution, which if linearly independent then the superposition of the solutions form the full general solution.
- Real distinct roots
#m=alpha,beta, ...# will yield linearly independent solutions of the form#y_1=Ae^(alphax)# ,#y_2=Be^(betax)# , ... - Real repeated roots
#m=alpha# , will yield a solution of the form#y=(Ax+B)e^(alphax)# where the polynomial has a degree less than the repeat. - Complex roots (which must occur as conjugate pairs)
#m=p+-qi# will yield a pairs linearly independent solutions of the form#y=e^(px)(Acos(qx)+Bsin(qx))#
Thus the solution of the homogeneous equation [A} is of the form:
# y = (Ax^2+Bx+C)e^(1x) + De(0x) #
# \ \ = (Ax^2+Bx+C)e^x + D #
Note this solution has