How to Derive the General Solution for a Differential System with Complex Roots?

Success
Messages
75
Reaction score
0
Express the general solution of x'=(1, 2, 3, 0, 1, 2, 0, -2, 1)x in terms of real-valued functions. (this is 3x3 matrix, 1, 2, 3 on the left, 0, 1, 2 in the middle, 0, -2 and 1 on the right. I found that the roots are 1, 1+2i, 1-2i. And a=2, b=-3, c=2 for the first root. a=0, b=1, c=i for the second root. a=0, b=-1, c=i for the third root. but how do I get the answer?)
 
Physics news on Phys.org
Your general solution is just the sum of each independent solution by superposition with constants to be found from initial conditions. Build each independent solution from the eigenvector multiplied by the exponential of the eigenvalue multiplied with the dependent variable.

For example, assuming ##x = x(t)##, ##X = \sum_i A_i ψ_i e^{λ_i t} ## for constants ##A_i## and eigenvectors ##ψ_i## associated with eigenvalues ##λ_i##.

Then just rearrange your solutions into real valued functions like the questions asks. (It looks like the solutions take the form of exponentials, or exponentials multiplied with sins and cos at first glance).
 
But how do I get the answer? The answer is x=c1*(2, -3, 2)e^t+c2*e^t*(0, cos(2t), sin(2t))+c3*e^t(0, sin(2t), -cos(2t)).
 
Right, so I pretty much gave you an explicit roadmap to get that exact answer.

You are going to have to do some more work and at least try to work it out using what I've already told you. (You are 75% there already).

If you have more questions, post how far you get and I'll be happy to answer your questions about where you are getting stuck, but continuing to ask "how do I get the answer" isn't going to get you very far, I'm afraid.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top