rpd2579

5 Reputation

2 Badges

14 years, 255 days

MaplePrimes Activity


These are questions asked by rpd2579

Hi,

Thanks a lot for your inputs and help to my previous post. Being novice, I learnt a lot from your inputs.

I am trying to solve a new nonlinear ode problem with the following boundary conditions bcs1 and bcs2 saperately:

a:= -1.24:

slope:= 1: # slope is varying with L

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

bcs1:= D(y)(0) = 0,   D(y)(L) = slope;

Hi,

I used the dsolve command mentioned by Maple experts in the earlier blog to solve the following ode with bcs.

ode:= diff(y(x),x$2) + 1/x *diff(y(x),x) + 0.6*y(x) + y(x)^3 - y(x)^5  = 0

bcs:= D(y)(0) = 0,   y(d/2) = 0.8 * y(0)

The ode is a spherical coordinate system. The radius is defined by ‘x’ and the diameter by 'd'. 

The...

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.

Page 1 of 1