Sequences Exercises

Exercise 1

Determine whether the sequence \(a_n = \frac{3n^2 - 2n + 1}{5n^2 + 4}\) converges or diverges. If it converges, find the limit.

Exercise 2

Determine whether the sequence \(a_n = \frac{(-1)^n n}{n+1}\) converges or diverges. If it converges, find the limit.

Exercise 3

Find a formula for the general term \(a_n\) of the sequence 2, 6, 18, 54, 162, ...

Series Exercises

Exercise 4

Determine whether the series \(\sum_{n=1}^{\infty} \frac{2^n}{n \cdot 3^n}\) converges or diverges. If it converges, find the sum.

Exercise 5

Determine whether the series \(\sum_{n=1}^{\infty} \frac{n^2}{n^4 + 1}\) converges or diverges.

Exercise 6

Find the sum of the series \(\sum_{n=0}^{\infty} \frac{3 \cdot 2^n}{5^{n+1}}\).

Convergence Tests Exercises

Exercise 7

Determine whether the series \(\sum_{n=1}^{\infty} \frac{n!}{n^n}\) converges or diverges using an appropriate test.

Exercise 8

Determine whether the series \(\sum_{n=2}^{\infty} \frac{1}{n \ln(n)}\) converges or diverges using an appropriate test.

Exercise 9

Determine whether the series \(\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}\) converges or diverges using an appropriate test.

Power Series Exercises

Exercise 10

Find the radius and interval of convergence for the power series \(\sum_{n=0}^{\infty} \frac{(x-3)^n}{n \cdot 2^n}\) (assume \(\frac{1}{0} = 1\) for \(n = 0\)).

Exercise 11

Find a power series representation for the function \(f(x) = \frac{x}{(1-x)^2}\) centered at \(a = 0\).

Exercise 12

Find the sum of the series \(\sum_{n=1}^{\infty} n(n+1)x^n\) for \(|x| < 1\).

Taylor Series Exercises

Exercise 13

Find the Taylor series for \(f(x) = \ln(1+x)\) centered at \(a = 1\).

Exercise 14

Use Taylor's Theorem to approximate \(\sin(0.2)\) with an error of less than \(10^{-6}\).

Exercise 15

Find the Maclaurin series for \(f(x) = \frac{1}{1-x^2}\) by using known series.

Applications Exercises

Exercise 16

Use a power series to evaluate the integral \(\int_0^{0.5} e^{-x^2} \, dx\) with an error of less than \(10^{-4}\).

Exercise 17

Use power series to solve the differential equation \(y' + y = x\) with initial condition \(y(0) = 1\).

Challenge Problems

Challenge 1

Prove that \(\sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6}\).

Challenge 2

Find a power series representation for \(f(x) = \int_0^x \frac{\sin(t)}{t} \, dt\).