Solve the initial value problem

Click For Summary
SUMMARY

The forum discussion focuses on solving the initial value problem defined by the system of differential equations y1' = -13y1 + 4y2 and y2' = -24y1 + 7y2, with initial conditions y1(0) = 5 and y2(0) = 2. The user correctly identifies the coefficient matrix A = [-13 4; -24 7] and calculates the eigenvalues λ = -1 and λ = -5, leading to the solutions u1 = C1e^(-x) and u2 = C2e^(-5x). After applying the initial conditions, the constants are found to be C1 = 28 and C2 = -26, resulting in the final solutions y1 = (28e^(-x)/3) - (26e^(-2x)/2) and y2 = 28e^(-x) - 26e^(-2x). The user is advised to verify their solution by substituting it back into the original differential equations.

PREREQUISITES
  • Understanding of linear differential equations
  • Familiarity with eigenvalues and eigenvectors
  • Knowledge of matrix representation of systems of equations
  • Ability to apply initial conditions to differential equations
NEXT STEPS
  • Review the method of solving linear systems of differential equations
  • Study the application of eigenvalues and eigenvectors in differential equations
  • Learn about the stability of solutions in linear systems
  • Practice verifying solutions by substituting back into original equations
USEFUL FOR

Students studying differential equations, mathematicians working on linear algebra applications, and educators teaching systems of differential equations.

ver_mathstats
Messages
258
Reaction score
21

Homework Statement


Solve the initial value problem

y1'=-13y1+4y2
y2'=-24y1+7y2

y1(0)=5, y2(0)=2

Homework Equations

The Attempt at a Solution


Here is what I have:
y'=[-13 4, -24 7]y

I change it to A=[-13 4, -24 7]
My eigenvalues are λ=-1 and λ=-5.
My basis are [1/3 1] and [1/2 1].

Now I have to find u'=Du, which is:
[u1', u2'] = [-1 0, 0 -5][u1, u2]

Which then yields:
u1'=-1u1
u2'=-5u2

With these solutions:
u1=C1ex
u2=C2e2x

Now I obtain y=Pu, which is:
y=[1/3 1/2, 1 1][C1ex, C2e2x]
y=[(C1ex/3) + (C2e2x/2), C1ex + C2e2x]

Now I have:
y1=(C1ex/3) + (C2e2x/2)
y2=C1ex + C2e2x

Apply initial conditions to obtain:
y1=(C1/3) + (C2/2)=5
y2= C1 + C2=2

I solved and obtained:
C1=28
C2=-26

y1=(28ex/3) - (26e2x/2)
y2=28ex - 26e2x

Would this be right or did I make a mistake?

Thank you.
 
Physics news on Phys.org
ver_mathstats said:

Homework Statement


Solve the initial value problem

y1'=-13y1+4y2
y2'=-24y1+7y2

y1(0)=5, y2(0)=2

Homework Equations

The Attempt at a Solution


Here is what I have:
y'=[-13 4, -24 7]y

I change it to A=[-13 4, -24 7]
My eigenvalues are λ=-1 and λ=-5.
My basis are [1/3 1] and [1/2 1].

Now I have to find u'=Du, which is:
[u1', u2'] = [-1 0, 0 -5][u1, u2]

Which then yields:
u1'=-1u1
u2'=-5u2

With these solutions:
u1=C1ex
u2=C2e2x

Now I obtain y=Pu, which is:
y=[1/3 1/2, 1 1][C1ex, C2e2x]
y=[(C1ex/3) + (C2e2x/2), C1ex + C2e2x]

Now I have:
y1=(C1ex/3) + (C2e2x/2)
y2=C1ex + C2e2x

Apply initial conditions to obtain:
y1=(C1/3) + (C2/2)=5
y2= C1 + C2=2

I solved and obtained:
C1=28
C2=-26

y1=(28ex/3) - (26e2x/2)
y2=28ex - 26e2x

Would this be right or did I make a mistake?

Thank you.

You can check it for yourself: just plug your solution into the DE system to see if it works. Checking your solution that way is something you should get in the habit of doing always, every single time.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K