chen0000
- 5
- 0
Homework Statement
dx/ dt = x + y
dy/ dt = x + y + et
x(0) = 0 y(0) = 1.
Homework Equations
The Attempt at a Solution
x'' = x' + y' = x' + x + y + etx'' - 2x' = 0
y = x' - x
The discussion revolves around solving an initial value problem involving a system of differential equations: dx/dt = x + y and dy/dt = x + y + e^t, with initial conditions x(0) = 0 and y(0) = 1. Participants are exploring methods to approach the problem and the implications of their attempts.
Some participants have provided guidance on finding particular and homogeneous solutions, while others are exploring the implications of their derived equations. Multiple interpretations of the problem are being considered, and there is an ongoing exchange of ideas without explicit consensus.
There is uncertainty regarding the appropriate method to solve the equations, particularly in distinguishing between homogeneous and non-homogeneous solutions. Participants are also navigating the constraints of the initial value problem and the requirements of the homework context.
chen0000 said:dx/ dt = x + y
dy/ dt = x + y + et
x(0) = 0 y(0) = 1.
chen0000 said:… then we have x'' - 2x' = 0 and y = x' - x
chen0000 said:x'' - 2x' = e^t
X(t) = Ae^t
(A-2A)e^t = e^t
-A = 1
A = -1
X(t) = - e^t ?