11.07.2015 Views

Maple 9 Learning Guide - Maplesoft

Maple 9 Learning Guide - Maplesoft

Maple 9 Learning Guide - Maplesoft

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

258 • Chapter 7: Solving Calculus Problemsp := 100 − 8 t + 2 5 t2 − 175 t3 + 1 13000 t4 −150000 t5You can now plot the response.> plot(p, t=0..30);100806040200–205 10 15 20 25 30tThis particular example has the following analytic solution.> dsolve( {eq(t), ini}, {theta(t)} );(−1/10 t)θ(t) = 20 + 80 e> q := rhs(%);(−1/10 t)q := 20 + 80 eThus, you can compare the series solution with the actual solution.> plot( [p, q], t=0..30 );100806040200–205 10 15 20 25 30tInstead of finding the Taylor series by hand, you can use the seriesoption of the dsolve command.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!