MathGroup Archive 2012

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

Search the Archive

Solving Third Order differential equation using Mathematica.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127366] Solving Third Order differential equation using Mathematica.
  • From: amitesh <singh.amitesh at gmail.com>
  • Date: Fri, 20 Jul 2012 03:51:12 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net

Hi,

I am trying to solve a third order differential eqn in mathematica.
DSolve[{1/30 f'''[x] - f[x] (2 a^3/(1 - x a)^3 + 1/(1 - x)^3) - 24 a/
(1 - y) (1/(1 - x)^7 - a^5/(1 - ax)^7) == 0, f[0] == 0,
   f''[0] == 0}, f[x], x]
 I am running this eqn for last 1 hour :/ why does Mathematica take so
much time?

Will Mathematica able to solve this eqn?


Thanks
Amitesh



  • Prev by Date: Re: No CCompiler found - MinGW-x64
  • Next by Date: Re: What is best trick to eliminate flicker in simulation animation?
  • Previous by thread: Re: FindCurvePath has a problem
  • Next by thread: Re: Solving Third Order differential equation using Mathematica.