Differential equation boundary conditions

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
kasse
Messages
383
Reaction score
1
[tex] \frac{dN}{dt}=-k_sN^2[/tex]

Attempt:

[tex] \frac{1}{N^2}dN = -k_s dt[/tex]

Integrate:

[tex] -\frac{1}{N} + C = -k_s t[/tex]

In the solution manual, C is written [tex]\frac{1}{N_0}[/tex]

Why?
 
Last edited:
Physics news on Phys.org
If you integrate from 0 to t on the right, you have to integrate from N0 to Nt on the left, where N0 is the value of N at t = 0.
 
Alternatively use the boundary conditions in this case [itex]N(0)=N_0[/itex] and then solve for C.