Math111

15 Reputation

2 Badges

8 years, 198 days

MaplePrimes Activity


These are questions asked by Math111

Respected member!

Please help me in finding the solution of this problem....
 

NULL

 

 

NULL

>   

``

NULL

restart

with(RealDomain):

r := .2:

k := 5;

5

(1)

BCSforNum1 := u(0) = 0, (D(u))(0) = 1+beta*(((D@@2)(u))(0)-(D(u))(0)*RealDomain:-`^`(k, -1)), (D(u))(m) = 0, ((D@@2)(u))(m) = 0;

u(0) = 0, (D(u))(0) = 1+.2*((D@@2)(u))(0)-0.4000000000e-1*(D(u))(0), (D(u))(6) = 0, ((D@@2)(u))(6) = 0

 

v(0) = 1, v(6) = 0

(2)

numsol1 := dsolve({BCSforNum1, BCSforNum2, ODEforNum1, ODEforNum2}, numeric, output = listprocedure)

Error, (in dsolve/numeric/bvp) initial Newton iteration is not converging

 

``


 

Download mplprimes.mw

Respected member!
Please help me to find the solution of attached problem.

 


> subject to boundary conditions


``

 

 

NULL

restart

alpha := evalf(2*Pi*(1/180)); EP := .2; lambda := .1; HA := 5; RE := 20

ODEforNum := (1+EP)*(((D@@3)(F))(r)+4*alpha^2*(D(F))(r))+2*alpha*RE*F(r)*(D(F))(r)-HA*alpha^2*(D(F))(r)-3*EP*lambda*((1/2)*(D(F))(r)^2*((D@@3)(F))(r)+(D(F))(r)*((D@@2)(F))(r)^2)/alpha^2-EP*lambda*(72*F(r)^2*(D(F))(r)+2*(D(F))(r)^3+32*F(r)*(D(F))(r)*((D@@2)(F))(r)+2*F(r)^2*((D@@3)(F))(r)) = 0

1.2*((D@@3)(F))(r)-0.243693936e-3*(D(F))(r)+1.396263402*F(r)*(D(F))(r)-24.62104762*(D(F))(r)^2*((D@@3)(F))(r)-49.24209525*(D(F))(r)*((D@@2)(F))(r)^2-1.44*F(r)^2*(D(F))(r)-0.4e-1*(D(F))(r)^3-.64*F(r)*(D(F))(r)*((D@@2)(F))(r)-0.4e-1*F(r)^2*((D@@3)(F))(r) = 0

 
 

 

BCSforNum := F(0) = 1, (D(F))(0) = 0, F(1) = 0

Digits := 15

15

(2)

numsol := dsolve({BCSforNum, ODEforNum}, numeric, output = listprocedure)

Error, (in dsolve/numeric/bvp) initial Newton iteration is not converging

 
 

 

 

 

 

 

 

 

Download MapleN.mw

Respected member!
Please help me to find the solution of attached problem,  I am a new user so please forgive any mistakes.maple.mwmaple.mw

Respected member!
Please help me to find the solution of attached problem, I am a new user so pleaes forgive any mistakes.
 

``


``


``

NULL

NULL

restart

R := 2.0

2.0

(1)

ODEforNum := r^3*((D@@4)(F))(r)+r^2*R*((D@@3)(F))(r)*(F(r)-2/R)+R*((D(F))(r)-r*((D@@2)(F))(r))*(r*(D(F))(r)+3*(F(r)-1/R)) = 0:

numsol := dsolve({BCSforNum, ODEforNum}, numeric, output = listprocedure)

Error, (in dsolve/numeric/bvp/convertsys) unable to convert to an explicit first-order system

 

``


 

Download mplprimes.mw

Page 1 of 1