Solve Reduction of Order: y" - 4y' + 4y = 0

  • Thread starter Thread starter vipertongn
  • Start date Start date
  • Tags Tags
    Reduction
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 10K views
vipertongn
Messages
97
Reaction score
0

Homework Statement



solve y"-4y'+4y=0 y1=e^(2x) using reduction of order

The Attempt at a Solution


y2=uy=ue^2x
y2'=u'e^2x+2ue^2x
y2"=u"e^2x+4u'e^2x+4ue^2x

I then substitute that into the original equation to get

u"e^2x+4u'e^2x+4ue^2x-4u'e^2x-8ue^2x+ue^2x=0

simplify to get
u"e^2x=0

from here I do not know what to do...I do know the answer is suppose to be xe^2x, but I don't know how that is done.
 
Physics news on Phys.org
ahh...so then u"=0 makes u'=c and then later u=xc1+c2 and
y2=uy1
y2=xc1*e^2x+c2*e^2x

but what then? how do I solve for c1 and c2?
 
however, in my solutions manual it says the solution comes out to be xe^2x, and I have no idea how that came to be. except for the use of this equation
y2=y1S e^(-SP(x)dx)/y1^2 dx
 
The general solution of your diff. equation is y = c1e^(2x) + c2xe^(2), for any values of c1 and c2. The simplest pair of linearly independent solutions is the pair with c1 = c2 = 1, so maybe they just arbitrarily chose that one.