Consider the differential equation y"-y'-6y=0. show that the substitutions y1=y and y2=y' lead the following system:
y1'=y2, y2'=6y1+y2.
Using the method of diagonalization, solve this system and then solve the original differential equation.
1
Expert's answer
2012-01-19T09:10:28-0500
y2'-6y1-y2=y"-6y-y' We can find the solution in the form:exp(a*x) => a^2-a-6=0 =>a=(1+-5)/2={3; -2} y=C1exp(3x)+C2exp(-2x)
Comments
Leave a comment