MathGroup Archive 2008

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

Search the Archive

Re: Ploting integral curves

  • To: mathgroup at smc.vnet.net
  • Subject: [mg90020] Re: [mg89960] Ploting integral curves
  • From: Bob Hanlon <hanlonr at cox.net>
  • Date: Thu, 26 Jun 2008 04:45:23 -0400 (EDT)
  • Reply-to: hanlonr at cox.net

soln = y[x] /. DSolve[4 x^2 + 2 y[x] y'[x] == 0, y[x], x]

{(-Sqrt[2/3])*Sqrt[3*C[1] - 2*x^3], 
   Sqrt[2/3]*Sqrt[3*C[1] - 2*x^3]}

Plot[soln /. C[1] -> 10, {x, -5, 3}]


Bob Hanlon

---- noxon <nikoi8888 at gmail.com> wrote: 
> if anybody can give me some examples of ploting some integral curves, i
> would be very gracious... for example: 4x^2+2yy'=0   ....how can i plot
> that, i've tried everything but there is no curve....
> 
> 
> 



  • Prev by Date: Re: How can I evaluate this statement?
  • Next by Date: Re: Finding middle of edge in a graph
  • Previous by thread: Re: 0.0 is different with 0?
  • Next by thread: Re: Ploting integral curves