CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

CoCalc is a real-time collaborative commercial alternative to JupyterHub and Overleaf that provides Jupyter Notebooks, LaTeX documents, and SageMath.

| Download

Aaron Tresham Calculus Materials - Feb 2018 snapshot

Views: 8489

Series Assignment

Question 0

Watch the lecture video here.

Did you watch the video? [Type yes or no.]

Question 1

Find the sum of the following geometric series in two ways:

  1. Using the sum command in Sage.

  2. Using the formula a1r\displaystyle\frac{a}{1-r}.

(You should get the same answer).

Part a

1+13+19+127+\displaystyle 1+\frac{1}{3}+\frac{1}{9}+\frac{1}{27}+\cdots

Part b

12+18+132+1128+\displaystyle \frac{1}{2}+\frac{1}{8}+\frac{1}{32}+\frac{1}{128}+\cdots

Part c

n=04(15)n\displaystyle \sum_{n=0}^{\infty} 4\left(-\frac{1}{5}\right)^n

Question 2

Consider the series n=1(nrn)\displaystyle \sum_{n=1}^{\infty}\left(n\cdot r^n\right).

Part a

Find the sum of this series for the following values of rr: 2, 1, 78, 12, 12, 78, 1, 2\displaystyle -2,\ -1,\ -\frac{7}{8},\ -\frac{1}{2},\ \frac{1}{2},\ \frac{7}{8},\ 1,\ 2.

Part b

Make a conjecture (an educated guess): for what values of rr does this series converge?

[Note: I'm asking about rr in general, not the values from part a.]

Question 3

Check that n=1sin(n)n=π12\displaystyle\sum_{n=1}^{\infty}\frac{\sin(n)}{n}=\frac{\pi-1}{2}.

(Sage will give you some strange-looking output, but you can simplify it, since tan=sin/cos\tan=\sin/\cos.)

Question 4

Find the 10th, 100th, and 1000th partial sums of the series n=1n!nn\displaystyle\sum_{n=1}^{\infty}\frac{n!}{n^n}. Do you think the series converges?

[Use factorial(n) for n!n!]

[Hint: You'll want to convert to a decimal using the N() command.]

Question 5

Find the 10th, 100th, and 1000th partial sums of the series n=1nnn!\displaystyle\sum_{n=1}^{\infty}\frac{n^n}{n!}. Do you think the series converges?

[Hint: Watch out for scientific notation in the answers.]

This material was developed by Aaron Tresham at the University of Hawaii at Hilo and is Creative Commons License
licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.