How Do I Solve This Initial Value Problem Using a Given Solution Function?

Click For Summary
SUMMARY

The discussion focuses on solving an initial value problem for the linear system defined by the differential equation dY/dt = [1, -1; 1, 3] Y. The solution function provided is Y(t) = [te^(2t), -(t+1)e^(2t)]. To find the specific solution that satisfies the initial condition Y(0) = [0, 2], the user is advised to directly substitute the initial values into the solution function, resulting in Y(t) = [0, 2e^(2t)]. No additional matrix multiplication is necessary, as the solution function inherently accounts for the time variable.

PREREQUISITES
  • Understanding of linear differential equations
  • Familiarity with matrix operations and notation
  • Knowledge of exponential functions and their properties
  • Experience with initial value problems in differential equations
NEXT STEPS
  • Study the method of superposition for linear differential equations
  • Learn about the application of initial conditions in solving differential equations
  • Explore the concept of eigenvalues and eigenvectors in relation to linear systems
  • Investigate numerical methods for solving differential equations, such as Runge-Kutta
USEFUL FOR

Mathematics students, educators, and professionals dealing with differential equations, particularly those interested in initial value problems and linear systems.

BlkDaemon
Messages
15
Reaction score
0
I'm hacking at this particular linear system:

dY/dt = [1, -1; 1, 3] Y

I've already found myself a solution using the following function:

Y(t) = [ te^(2t), -(t+1)e^(2t) ]

That was fun, actually, once I figured out what the hell I was doing.

Here's my question: the next part of the problem asks for a solution to the intial value problem of the above differential equation, where

Y(0) = [0, 2]

I'm not sure how to attack the problem. Do I sub that matrix in for both values of Y, on both sides? If I do, then where do I put Y(t) so that this works out correctly? Or is there some other matrix multiplication step that I'm missing?

Any ideas?

Thanks in advance.

BlackDaemon
 
Physics news on Phys.org
You have a solution for the system. Generally, you will have a superpostion of two linearly independent solutions and you will adjust their coefficients to match the initial values.
 


First of all, great job on finding a solution to the given linear system! Now, to solve the initial value problem, you can simply plug in the values of Y(0) = [0, 2] into your solution function Y(t) = [te^(2t), -(t+1)e^(2t)]. This will give you the specific values of Y at time t=0. So, your solution to the initial value problem would be Y(t) = [0, 2e^(2t)]. This means that at time t=0, the values of Y are Y(0) = [0, 2], just as given in the problem.

You do not need to do any matrix multiplication or substitution, as your solution function already takes into account the values of Y at different times. Just plug in the values and you will have your solution to the initial value problem.

I hope this helps clarify the process. Keep up the good work!
 

Similar threads

Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
19
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
25
Views
2K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
1K