Post Reply 
Simplify differential equation
02-05-2015, 07:14 PM
Post: #7
RE: Simplify differential equation
lrdheat, the solution you give does not work unless I make a mistake
c:=-2*exp(t^2)/((t^2-1)*(exp(t^2)-2*c1));
simplify(diff(c,t)-(t^3*c^2+2*t*c)) does not return 0.
(t^2-1) should not be in factor.
Solving by hand, set z=1/y, z'=-y'/y^2=-(t^3*y^2+2*t*y)/y^2=-t^3-2*t*z is linear in z. General solution w/o second member z=K*exp(-t^2), z=(1-t^2)/2 is a particular solution, general solution in z=(1-t^2)/2+K*exp(-t^2), then y=1/z. Xcas/Prime solution is indeed correct
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Simplify differential equation - salvomic - 02-04-2015, 11:31 PM
RE: Simplify differential equation - Han - 02-05-2015, 07:43 PM
RE: Simplify differential equation - parisse - 02-05-2015 07:14 PM



User(s) browsing this thread: 1 Guest(s)