Dsolve different answer with book
Show older comments
Hello! I "Differential equations with Matlab" book. In problem set 1.2 17 a(t)=1/(t+1)^3, v0=0; x0=0; book's answer 1/2[(t+1)^-1 + t-1] but matlab dsolve('D2y=1/ ((t+1)^3)', 't') give me C1 + C2*t + 1/(2 * (t+1)) and after subs -> 1/2(t+1).
Why different answer? Or I something miss?
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!