Question: Solving nonlinear 2nd order ode

Hi,

I am new to maple and this is my first question in this forum.

Please help me in finding an analytical solution to the 2nd order ode.

ode:=diff(y(x),x$2) -( a y(x) - y(x)^3 + y(x)^5 ) = 0

bcs:= D(y)(0) = 0, y(2) = 0, y(0) = 1.31

where a is a constant.

I am bit confused about the boundary conditions. I have three boundary conditions instead of two.

The first two boundary conditions yield trivial y(x) = 0 solution.so added the third bc.

How to solve this problem analytically? I am finding difficulty in evaluating the constants in the solution.

Please share your expertise.

Thx in advance,

Rakesh

Please Wait...