Seperable Differential equation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
nick.martinez
Messages
51
Reaction score
0
dm/ds=m ; m(1)=7

when i find the diff eq

∫dm/m=∫ds

ln|m|+c1=s+c2 ; k=c2-c1

ln|m|=s+k
e ^ both sides

m(s)=e^(s+k) ; m(1)=7

m(1)=e^(1)*e^(k)=7
i am stuck here. not sure how to proceed please help.
 
Physics news on Phys.org
What are you trying to figure out with your initial condition?

Can you solve this equation using another technique?
 
nick.martinez said:
dm/ds=m ; m(1)=7

when i find the diff eq

∫dm/m=∫ds

ln|m|+c1=s+c2 ; k=c2-c1
There is really no need to write both c1 and c2. It's perfectly proper to immediately combine the two "constants of integration" to write ln|m|= s+ k.

ln|m|=s+k
e ^ both sides

m(s)=e^(s+k) ; m(1)=7

m(1)=e^(1)*e^(k)=7
i am stuck here. not sure how to proceed please help.[/QUOTE]
So e^k= 7e^{-1}.

e^(s+k)= e^k e^s so m(s)= 7e^{-1}e^k or m(s)= 7e^(k-1).