Solve a differential equation sytem. Eulers method

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
prehisto
Messages
111
Reaction score
0

Homework Statement


dx/dt=x+y
dy/dt=-y+8x
Solve this system useing Eulers method or by elimination method.

Homework Equations


Eulers method
I know that in general I should look for solution in form
y=const*exp[kx]
z=const2*exp[kx]
But in my case I am not sure if i can write x=const*exp[kx],because of x in exp.
Could someone help me please, maybe show me some first steps ?

The Attempt at a Solution


 
Physics news on Phys.org
prehisto said:

Homework Statement


dx/dt=x+y
dy/dt=-y+8x
Solve this system useing Eulers method or by elimination method.

Homework Equations


Eulers method
I know that in general I should look for solution in form
y=const*exp[kx]
z=const2*exp[kx]
But in my case I am not sure if i can write x=const*exp[kx],because of x in exp.
Could someone help me please, maybe show me some first steps ?

The Attempt at a Solution


Hi prehisto! :smile:

Perhaps you can try:
x=const*exp[kt]
y=const2*exp[kt]
 
  • Like
Likes   Reactions: 1 person