MathGroup Archive 2007

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

Search the Archive

New to mathematica: Question about solving differential eqs

  • To: mathgroup at smc.vnet.net
  • Subject: [mg74664] New to mathematica: Question about solving differential eqs
  • From: traz <t_raz at yahoo.com>
  • Date: Fri, 30 Mar 2007 02:59:29 -0500 (EST)

Whenever I try to solve differential equations in mathematica, I get a solution with an imaginary part different from the solution in a text book. For example:

DSolve[{y'[x] == y[x] + y[x]^3}, y, x]

will give me a solution that has an imaginary part and not the one I expect here from the text book:

{+(Ce^(-2x)-1)^(-1/2), -(Ce^(-2x)-1)^(-1/2)}

Can anyone give me a tip on how to do this? Also does anyone know of an online tuttorial that goes into details a little bit?


  • Prev by Date: Re: 2X2 arrays
  • Next by Date: Re: Is this a problem in mathematica?
  • Previous by thread: Re: ReadList
  • Next by thread: Re: New to mathematica: Question about solving differential eqs