Re: help on nonlinear ODEs
- To: mathgroup at smc.vnet.net
- Subject: [mg38648] Re: help on nonlinear ODEs
- From: "Todd Rose" <todd.rose at comcast.net>
- Date: Fri, 3 Jan 2003 00:15:13 -0500 (EST)
- References: <auej2e$538$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
LC,
Did you mean this?
DSolve[{A1 x^2 y''[x]+A2 x^2 y'[x]^2+A3 x y[x] y[x]==
A4 x^3 y[x]^4+A5 x^2 y[x]^3,y'[0]==0,y[a]==A6},y[x],x]
Regards,
Todd
"LC" <linchun99 at hotmail.com> wrote in message
news:auej2e$538$1 at smc.vnet.net...
> I want to solve the following equation,
>
> A1 x^2 y''[x]+A2 x^2 y'[x]^2+A3 x y y[x]=A4 x^3 y^4+A5 x^2 y^3
> w/BCs:
> y'[0]=0 and y[a]=A6
> x is from 0 to a>0
>
> Could someone can find a way out for this?
>
> Thanks.
>
>