Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • $\begingroup$ What is the parameter range of k ? $\endgroup$ Commented Apr 1 at 11:59
  • $\begingroup$ Would the quasi-static/subhorizon approximation work in your case? Getting the full analytical solution might be very difficult, that's why there are the Boltzmann codes out there ;-) $\endgroup$
    – Hans Olo
    Commented Apr 1 at 13:32
  • $\begingroup$ Why do you expect there to be an analytic solution to this equation? Analytic solutions are rare, especially for nonlinear equations like yours. I'd be surprised if there was one here, unless you can find some conserved quantities or something to simplify the differential equation. Of course, that's a math problem rather than a Mathematica one. $\endgroup$
    – march
    Commented Apr 1 at 15:15
  • $\begingroup$ @UlrichNeumann. $-5<k<5$. $\endgroup$
    – Dr. phy
    Commented Apr 1 at 15:18
  • $\begingroup$ @Dr.phy Your ode seems to be singulaer near t==0: {Coefficient[eq, x''[t]] /. t -> 0, Asymptotic[eq /. x''[t] -> 0, t -> 0]} (*{-3, -((4 x[0])/(E^2 t)) + (3 Derivative[1][x][0])/t}*) $\endgroup$ Commented Apr 1 at 15:59