Why Are There Different Methods for Solving Differential Equations?

  • Thread starter Thread starter LENIN
  • Start date Start date
  • Tags Tags
    Reason
LENIN
Messages
101
Reaction score
1
I found this exercise in an old physics schoolbook. I maeged to solve it but I don't really understand why I have to solve it in this excact order. Before I start I would just like to add that I have very little experience with differential equations (they are not in our high school year plan), and therefor any explanations will be welcomed.

So here it goes.

t=?
s=10
v=2s+1
v=ds/dt
dt=(1/v)ds
t=Iteg[1/v]ds
t=1/2Ln(2s+1)
This is the way it was solved in the book (I might have memorized the integration of v wrong).

But I tried to solve it like this
t=?
s=10
v=2s+1
v=ds/dt
ds=v*dt
s=(2s+1)t
s/(2s+1)=t

The solutions are clearly different. I don't understend why. The only idea I got was that I can't integrate v by dt becouse t is not a veriable in v and v is therefore threted as a constent what changes the whole thing (is this true). But if there are any beter explanations I would be glad to hear them. Thanks.
 
Physics news on Phys.org
Neither v nor t is a constant here nor can be treated as one. When you write
"ds= v dt so s= (2s+1)t" you are treating v as a constant- and it is not. It depends upon t. Since you don't yet know v or s as a function of t, the only way to integrate
ds= (2s+1)dt is as ds/(2s+1)= dt which is exactly the book's solution.
 
So in general I should always integrate in such a way that the expresion is not threated as a constant, if posibel of course. Right.
 
Not just "if possible". You should not assume a variable is a constant when it is not!

What you are doing there is separating the variables- so that you have only s on one side of the equation and t on the other. If that is NOT possible then it is not a "separable" equation and you will have to use some other method. If x is a function of t then you cannot integrate \int f(x,t)dt without knowing exact what function it is!
 
Last edited by a moderator:
Thank you! Your explanation is really very helpful. :smile:
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
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