MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Solving Weissinger's ODE

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104842] Solving Weissinger's ODE
  • From: Virgil Stokes <vs at it.uu.se>
  • Date: Wed, 11 Nov 2009 04:29:41 -0500 (EST)

I can not see why the following does not work as expected,

s = NDSolve[{t * (y[t])^2 * (y'[t])^3 - (y[t])^3 *  (y'[t])^2 +  t * 
(t^2 + 1) * y'[t] - t^2 *y[t] == 0, y[1] == Sqrt[3/2]},   y[t], {t, 1, 10}]

Note, the solution to this nonlinear, non-autonomous, implicit ODE for 
initial condition y[1] = Sqrt[3/2] is just y[t] = Sqrt[t^2 + 1].

Any suggestions on how to obtain the solution (either analytic or 
numerical) would be appreciated.

--V. Stokes



  • Prev by Date: kernel crash with integrating the derivative of an Interpolation
  • Next by Date: Re: How to Calculatelength of an Spline curve between two points?
  • Previous by thread: Re: Re: kernel crash with integrating the
  • Next by thread: Re: Solving Weissinger's ODE