Question: Solving nonlinear ODE with BVP dan parameter

Hi, im new with maple

so I am still a bit confused with how to use it..

i have an nonlinear ODE with parameter "b"

(x+b*y(x))dy/dx + y(x) =0 ; y(1)=1

if i want b=0.1 and x=0, 0.1, 0.2, ..,1

how do i write the command??

i just know to write the equation and bvp like this,,

dsys:= (x+b*y(x))dy/dx + y(x) =0;
bvp:= y(1)=1

 

Please..i need to solve this..ASAP...

thanks in advance...


Please Wait...