MathGroup Archive 2003

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

Search the Archive

non-linear equations not covered by built-in procedures

  • To: mathgroup at smc.vnet.net
  • Subject: [mg38809] non-linear equations not covered by built-in procedures
  • From: mathma18 at hotmail.com ("Narasimham G.L.")
  • Date: Tue, 14 Jan 2003 06:10:37 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

I am a beginner with Mathematica. Apprecite help for non-linear
diffrl. equns.

eqn = r''[t] + 1/r[t] == 0
sol = DSolve[{eqn, r[0] == 1, r'[0] == 0}, r[t], t]
Plot[r[t] /. sol, {t, 0, 2Pi }]

   carries error msg >>  DSolve::dnim: 
   Built-in procedures cannot solve this differential equation.

The linear case when 1/r[t] is replaced by r[t] works OK,yields the
expected Cos[t] solution.
Is there a web accessible Mathematica reference for ODEs, non linear,
PDEs etc.? 

Regards



  • Prev by Date: Animation: sphere filling with water
  • Next by Date: Getting rid of the arrow in FindRoot output (newbie question)
  • Previous by thread: Re: Animation: sphere filling with water
  • Next by thread: Re: non-linear equations not covered by built-in procedures