Solving DE- which approach and more importantly - why

  • Thread starter Thread starter CJDW
  • Start date Start date
  • Tags Tags
    Approach
CJDW
Messages
3
Reaction score
0
My end goal is to solve for G(m) in terms of the other functions, but first I have to solve the DE :

\frac{d}{dm}[F(m) G(m)] = (\frac{d}{dm}F(m)) D(m).

What I've done is to say (using integration by parts)

F(m) G(m) = F(m)D(m) - \int F(m) (\frac{d}{dm}D(m)) dm.

This is one method I tried. Another approach would be a separation of variables, which I tried as...

\frac{d}{dm}[F(m) G(m)] = \frac{dF}{dm} G + F \frac{dG}{dm} = \frac{dF}{dm} D

which leads to...

\ln |F| = \int \frac{dG}{D - G} dm and I believe that the RHS cannot be evaluated without specifying functions D and G (if the RHS can be evaluated without specification - please let me know...and please show me the way).

Help on understanding the correct method would be extremely appreciated.

Thanks in advance.
 
Physics news on Phys.org
If you just need an expression for G in terms of F and D, then the first one looks more like it gets you there.

I noticed that $$\renewcommand{\dd}[2]{\frac{d #1}{d #2}}
\renewcommand{\dm}[1]{\frac{d #1}{dm}}

G\dm{F}+ F\dm{G} = D\dm{F}$$ rearranges to $$\dm{G}= \frac{D-G}{F}\dm{F}$$ ... integrate both sides wrt m ... but it's early and I havn't had my coffee yet...
 
Hi Simon, thanks for your reply.

Thanks for your suggestion, but I think I'll stick with the integration by parts method, since I have convenient expressions for F(m) (\frac{d}{dm}D(m)) that I will need to integrate.

Once again, thanks for the help.
 
Hi !
it's a separable EDO :
 

Attachments

  • Integration.JPG
    Integration.JPG
    11.6 KB · Views: 431
Yeah - that's where I was going ;)
(Once I'd had my coffee...)
 
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