New Reply

Solving a system of first order ODEs

 
Share Thread Thread Tools
Oct30-12, 07:18 AM   #1
 

Solving a system of first order ODEs


Hi!

I am tackling a pretty simple system of rate equations:

N1' = -N1/t1 (1)
N2' = -N2/t2 + N1/t1 (2)

Immediately I can solve (1), i.e. N1 = C1 exp(-t/t1) and substitute the solution in (2). Then I can solve the equation by variation of constants. Finally, I get N2 = [t2/(t1-t2) C1 exp(t*(t1-t2)/t1*t2) + C2] exp(-t/t2) and it's different from a result I would get from Wolfram Alpha. Where did I go wrong?

Thanks!
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
New Reply

Tags
ode system
Thread Tools


Similar Threads for: Solving a system of first order ODEs
Thread Forum Replies
Solving a system of two nonlinear second order ODEs (Mechanical vibrations) Differential Equations 6
Transforming a system of PDEs into a first order system of ODEs Calculus & Beyond Homework 0
Solving Nonexact First Order ODEs. Calculus & Beyond Homework 5
Splitting a second order PDE into a system of first order PDEs/ODEs Differential Equations 3
Help solving non homogenous second order ODEs Calculus & Beyond Homework 2