Solving the Initial value problem

chen0000
Messages
5
Reaction score
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 + et
x'' - 2x' = 0
y = x' - x
 
Physics news on Phys.org
welcome to pf!

hi chen0000! welcome to pf! :smile:
chen0000 said:
dx/ dt = x + y
dy/ dt = x + y + et
x(0) = 0 y(0) = 1.

the obvious way to start would be by changing one of the variables to x+y :wink:
 
well I'm not sure if we're supposed to do it like this but I remember something about
x" = x' + y' = x' + x + y + e^t
and then we have x'' - 2x' = 0 and y = x' - x, but that's for homogeneous, and i don't know where to go from there.
 
chen0000 said:
… then we have x'' - 2x' = 0 and y = x' - x

ok, solve x'' - 2x' = et first …

what do you get? :smile:
 
x'' - 2x' = e^t
X(t) = Ae^t
(A-2A)e^t = e^t
-A = 1
A = -1
X(t) = - e^t ?
 
hi chen0000! :smile:

(just got up :zzz: …)
chen0000 said:
x'' - 2x' = e^t
X(t) = Ae^t
(A-2A)e^t = e^t
-A = 1
A = -1
X(t) = - e^t ?

(try using the X2 icon just above the Reply box :wink:)

yes, that's a good particular solution :smile:

now find the homogenous solution (ie the general solution to the homogenous equation x'' - 2x = 0) to add to that :wink:
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top