Solve IVP 2nd order differential equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
accountkiller
Messages
118
Reaction score
0

Homework Statement


Find the particular solution of the linear, homogeneous, 2nd order differential equation: y'' - 2y' + 2y = 0, given the solutions y1 = (e^x)*(cos x), y2 = (e^x)*(sin x), y(0) = 0, y'(0) = 5.


Homework Equations





The Attempt at a Solution


How do I begin? I'd really appreciate any help! Thank you.
 
Physics news on Phys.org
Your general solution (before applying initial conditions) is a general linear combination of your two given solutions:
y = A y1 + B y2.
You then substitute in your two initial conditions and solve for the arbitrary constants A and B.
 
Ah, thank you for putting it so short and clearly :)