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:
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top