Seperable Differential equation

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).
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top