CarbonWater
- 20
- 0
Homework Statement
Solve the initial value problem
| x'=x+y
| y'=-x+y
x(0)=y(0)=1
Homework Equations
N/A
The Attempt at a Solution
This is actually a solved problem with a too many details missing. You have to set up the equation as
| sX(s)-x(0)=X(s)+Y(s)
| sY(s)-y(0)= -X(s)+Y(s)
The next step is then to solve for X and Y respectively and the book jumps to
| X(s)=s/((s-1)^2+1)
| Y(s)=(s-2)/((s-1)^2 +1)
How did they do this? Where did the Y(s) go in the first line of the system and where did the X(s) go in the second line of the system? I'm not clear how they got rid of those variables.