houzenan

15 Reputation

3 Badges

11 years, 65 days

MaplePrimes Activity


These are questions asked by houzenan

Hi , everyone who love Maple and dsolve command, 

my ODE is :

sys_ode := diff(d11(m), m) = -(3*sin(m)^2-1)*d31(m)/a^(3/2)+(-3*cos(m)*sin(m)/a^(3/2))*d41(m), diff(d21(m), m) = (-3*cos(m)*sin(m)/a^(3/2))*d31(m)-(3*cos(m)^2-1)*d41(m)/a^(3/2), diff(d31(m), m) = -a^(3/2)*d11(m), diff(d41(m), m) = -a^(3/2)*d21(m)

using " dsolve([sys_ode]) " command could get the solution easily, and the solution contains "I" (imaginary domain).

However, when we substitute the solution into the ODE "sys_ode", find not correct !

we use the following command to check the solution :

 simplify(  -diff(d11(m), m) -(3*sin(m)^2-1)*d31(m)/a^(3/2)+(-3*cos(m)*sin(m)/a^(3/2))*d41(m)  )

the upper expression is supposed to be zero, but not ! Is it a bug in Maple dsolve ?

I use "dsolve([ode_1])" command to solve an ODE, and the solution contains lots of " I * ln(cos(m)+I*sin(m)) " expression. As "m" is real, I think this expression is equal to "-m", but the maple command "simplify" do nothing for this expression. Any one who can simplify the expression by using maple ? or ever puzzled by similar problem ?

Page 1 of 1