Solving Linear Differential Equations: A Beginner's Guide

  • Thread starter Thread starter ImAnEngineer
  • Start date Start date
  • Tags Tags
    Linear
ImAnEngineer
Messages
209
Reaction score
1
Hey guys.

I've recently started studying differential equations. There is one thing I don't understand and of which I simply can't find an explanation.

I'm trying to solve some linear differential equations without using standard solutions.
Say we have the equation:
\frac{dp}{dt}=0.5p - 450

The next step is (according to my book):

(1) \frac{dp}{p-900}=\frac{1}{2} dt

All of the next steps that lead to the solution are clear to me. They use the chain rule to integrate, exponentiate, and get: p=900+ce^\frac{t}{2}.
But what I don't understand, is why they first write it in the form of eq.(1), and not as, say:
(2) \frac{dp}{.5p-450}=1 dt ?

Possibly it's a silly question, but nevertheless, please help me out :) .
 
Last edited:
Physics news on Phys.org
It's equivalent, it's just that using .5 for the right hand side means the coefficient infront of p is simply 1 and the integration is slightly easier. If you used (2), a 2 would simply come out of the left hand side integration as well which makes up for the 1/2 on the right side.

Also, you do realize there is the 'dt' on the right side correct? It can't just disappear :).
 
Pengwuino said:
It's equivalent, it's just that using .5 for the right hand side means the coefficient infront of p is simply 1 and the integration is slightly easier. If you used (2), a 2 would simply come out of the left hand side integration as well which makes up for the 1/2 on the right side.

Also, you do realize there is the 'dt' on the right side correct? It can't just disappear :).
I thought it should be equivalent, but when I integrate it I get a different solution. I'm trying to integrate it again now to see how I should get the 2 on the left hand side. Thanks for your answer.

PS: I realized that I forgot the dt's when I had turned of the computer and went to bed :D
 
Ah, now I see why the 2 comes in. If you integrate it without the 2, then you forget to compensate for the chain rule factor (or whatever you call it). I don't know if that sentence makes sense, but I get it now :) .
 
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