First-Order differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
sparkle123
Messages
172
Reaction score
0
d[A]/dt=-(k+k`)[A]+k`[A]0
The solution of this first-order differential equation is:
[A]= (k`+ke^(k`+k)t)*[A]0/(k`+k)

Could you please explain how you get from the first equation to the second? THANKS!

btw: if this helps, this is part of the solution for a chemical kinetics (rates/equilibrium) problem
so A is the reactant, t is the time, and k and k` are the rate constants for the reaction A==B
 
Last edited:
Physics news on Phys.org
If I am reading it correctly, your DE is

[tex]\frac{dA}{dt}=-(k+k`)A+k'A_0[/tex]

Which can be rewritten as

[tex]\frac{dA}{dt}+(k+k`)A=k'A_0[/tex]

Since this is in the form

[tex]\frac{dA}{dt}+P(t)A= Q(t)[/tex]

an integrating factor 'u' is given by

[tex]u=e^{\int P(t) dt}[/tex]

see http://en.wikipedia.org/wiki/Integrating_factor" for more info.
 
Last edited by a moderator: