Solve IVP 2nd order differential equation

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 :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top