Problem solving 2nd order ODE not for the faint of heart

robousy
Messages
332
Reaction score
1
Problem solving 2nd order ODE...not for the faint of heart!

Hey folks,

I'm having problems solving the following set of ODE's:

3H_a^2+H_b^2+6H_aH_b=k_1\rho eq.1

\dot{H_a}+3H_a^2+2H_aH_b=k_2\rho eq.2

\dot{H_b}+2H_b^2+3H_aH_b=k_3\rho eq.3

These are cosmological equations. Note, \rho=\frac{1}{b^6}(1-b^2+b^4), also the H's are Hubbles constant in a and b, eg

H_a=\frac{\dot{a}}{a}

H_b=\frac{\dot{b}}{b}

The a's and b's are functions of t (time) and the k's on the RHS are just constants. I want to put this all together and ultimately plot a as a function of t and b as a function of t.

The equations originate from the paper: http://arxiv.org/abs/0707.1062 , equations 9,10,11 and I am trying to duplicate the plots in fig1.

What I'm thinking:

Solve eqtn 1 for H_a[H_a] using the quadratic eqtn then plug that into 3 and use DSOLVE in mathematica.<br /> <br /> Can anyone let me know if this is the correct approach. <br /> <br /> Thanks in advance!<br /> <br /> <br /> Richard
 
Last edited:
Physics news on Phys.org
Actually I tried the above

and mathematica tells me Solve::svars: Equations may not give solutions for all "solve" variables
 
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