Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER

Sequences Assignment

Question 0

Watch the lecture video here.

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

Question 1

Consider the sequence an=n52n−1\displaystyle a_n=\frac{n^5}{2^n-1}.

Part a

Graph the first 50 terms of the sequence.

Part b

Estimate the limit of the sequence based on the graph.

Part c

Evaluate the limit using Sage's limit command.

Question 2

Consider the sequence an=10nn!\displaystyle a_n=\frac{10^n}{n!}

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

Part a

Graph the first 50 terms of the sequence.

Part b

Estimate the limit of the sequence based on the graph.

Part c

Evaluate the limit using Sage's limit command.

Question 3

Consider the sequence an=n22n+2−n22n−1\displaystyle a_n=\frac{n^2}{2n+2}-\frac{n^2}{2n-1}

Part a

Graph the first 50 terms of the sequence.

Part b

Estimate the limit of the sequence based on the graph.

Part c

Evaluate the limit using Sage's limit command.

Question 4

Consider the sequence defined by a1=2\displaystyle a_1=\sqrt{2} and an=2+an−1a_n=\sqrt{2+a_{n-1}} for n≥2n\ge2.

Part a

Graph the first 20 terms of the sequence.

Part b

Estimate the limit of the sequence based on the graph.

Part c

Estimate the limit by computing a50a_{50}.

Question 5

Consider the sequence defined by a1=3\displaystyle a_1=3 and an=3+1an−1a_n=3+\frac{1}{a_{n-1}} for n≥2n\ge2.

Part a

Graph the first 20 terms of the sequence.

Part b

Estimate the limit of the sequence based on the graph.

Part c

Estimate the limit by computing a50a_{50}.

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.