Let an electrical circuit be governed by the following system of differential equation where i1,i2,i3 are the current in each branch of electrical circuit.find the current i1,i2,i3 internship branch of the electrical circuit by using diagonalisationmethod i1'=2i1+2i2+i3;i2'=i1+3i2+i3; i3'=i1+2i2+2i3
1
Expert's answer
2021-07-14T06:27:07-0400
Solution
Let x(t)=⎝⎛i1(t)i2(t)i3(t)⎠⎞ and A=⎝⎛211232112⎠⎞
Then the system of DE is x’ = Ax
Let’s find the eigenvalues and eigenvectors of matrix A.
det(A-λI) = 0, where I is a identity matrix.
∣∣2−λ1123−λ2112−λ∣∣=−λ3+7λ2−11λ+5
-λ3+7λ2-11λ+5 = - (λ-5)(λ-1)2 = 0
So roots or eigenvalues are λ1 = 5, λ2,3 = 1
For λ=1 the associated eigenvectors satisfy
⎝⎛211232112⎠⎞⎝⎛xyz⎠⎞=⎝⎛xyz⎠⎞
from which x+2y+z = 0, x+2y+z = 0, x+2y+z = 0
and we’ll get two eigenvectors v2=⎝⎛3−1−1⎠⎞,v3=⎝⎛1−11⎠⎞
For λ=1 the associated eigenvectors satisfy
⎝⎛211232112⎠⎞⎝⎛xyz⎠⎞=5⎝⎛xyz⎠⎞
from which -3x+2y+z = 0, x-2y+z = 0, x+2y-3z = 0
and eigenvector v1=⎝⎛111⎠⎞
From these eigenvectors as columns matrix S=⎝⎛1113−1−11−11⎠⎞ transform matrix A to diagonal
D = S-1AS, D=⎝⎛500010001⎠⎞
Thus A = SDS-1 system of DE may be rewritten:
x’(t) = SDS-1 => (S-1x(t))’ = DS-1x(t) or for y(t) = S-1x(t) y’(t) = Dy(t) with diagonal matrix D.
Therefore y(t)=⎝⎛ae5tbetcet⎠⎞ with arbitrary constants a,b,c.
Comments