Diff EQ, i'm confused on plotting this solution (series)

Click For Summary
SUMMARY

The discussion focuses on solving a differential equation and plotting its series solution, specifically Qn(t) for n = 1 to 4. The user successfully derived the series solution, confirming that Qn(t) converges to 4e^(-t/2) + 2t - 4 as n approaches infinity. The professor's guidance emphasized the importance of plotting |Q(t) - Qn(t)| to estimate the approximation intervals for each Qn(t). The user also referenced Maple software to validate their findings.

PREREQUISITES
  • Understanding of differential equations and series solutions
  • Familiarity with convergence concepts in mathematical analysis
  • Proficiency in using Maple software for mathematical computations
  • Knowledge of plotting functions and interpreting graphical data
NEXT STEPS
  • Learn how to plot series solutions using Python's Matplotlib library
  • Explore convergence tests for series in mathematical analysis
  • Study the application of Maple for solving differential equations
  • Investigate the properties of exponential functions in differential equations
USEFUL FOR

Students and professionals in mathematics, particularly those studying differential equations, numerical analysis, or using computational tools like Maple for solving complex mathematical problems.

mr_coffee
Messages
1,613
Reaction score
1
Hello everyone. This problem has 4 parts. I got part (a) which is suppose to be the hardest part but I'm confused on how to
(b) Plot Qn(t) for n = 1...4 observe wether the iterates seem to be converging. Well this is the series solution I got for the differential equation:
http://img267.imageshack.us/img267/9578/lastscan6nh.jpg

Here is the orginal problem and how i got the answer to part (a).
http://img251.imageshack.us/img251/7346/lastscan3rl.jpg

They also say:
Plot |Q(t)-Qn(t)| for n = 1...4. For each of Q1(t),...,Q4(t), estimate the interval in which it is a reasonably good approximation to the actual solution. A few people asked the professor and he said, solve the Differential equation and hats the answeR? urnt? :cry:
 
Last edited by a moderator:
Physics news on Phys.org
Well, without plotting it I can tell you that (only because I did a very similar problem in reverse a few hours ago)

[tex]\sum_{k=0}^{\infty} \frac{(-1)^{k+1}t^{k+1}}{(k+1)!2^{k-1}} = 4\sum_{k=0}^{\infty} \frac{1}{(k+1)k!}\left( -\frac{t}{2}\right) ^{k+1} = -2\sum_{k=0}^{\infty}\int_{x=0}^{t} \frac{1}{k!}\left( -\frac{x}{2}\right) ^{k} dx = -2\int_{x=0}^{t} \sum_{k=0}^{\infty} \frac{1}{k!}\left( -\frac{x}{2}\right) ^{k} dx = -2\int_{x=0}^{t} e^{-\frac{x}{2}}dx = 4\left( e^{-\frac{t}{2}}-1\right)[/tex]

but your sum started at k=1 and not k=0, so subtract off the k=0 term from both sides, namely

[tex]\mbox{your sum } = 4\left( e^{-\frac{t}{2}}-1\right) -(-2t) = 4e^{-\frac{t}{2}}+2t-4[/tex]


and so (if I haven't gone astray in my calculation)

[tex]Q_n(t)\rightarrow 4e^{-\frac{t}{2}}+2t-4 \mbox{ as }n\rightarrow\infty[/tex]
which maple confirms.
 
Last edited:
ahh i c, that does look just like mine!
So I can say it converges to [tex]Q_n(t)\rightarrow 4e^{-\frac{t}{2}}+2t-4 \mbox{ as }n\rightarrow\infty[/tex]
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 15 ·
Replies
15
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K