0% found this document useful (0 votes)
6 views2 pages

Calculus Convergence Series Tutorial

The document is a tutorial sheet for a Calculus course at the Indian Institute of Technology Ropar, detailing various problems related to series convergence. It includes exercises on convergence tests, power series, Taylor series, and specific series evaluations. The tutorial is intended for students in the first semester of the academic year 2025-26.

Uploaded by

comicphobia04
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views2 pages

Calculus Convergence Series Tutorial

The document is a tutorial sheet for a Calculus course at the Indian Institute of Technology Ropar, detailing various problems related to series convergence. It includes exercises on convergence tests, power series, Taylor series, and specific series evaluations. The tutorial is intended for students in the first semester of the academic year 2025-26.

Uploaded by

comicphobia04
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Indian Institute of Technology Ropar

Department of Mathematics
MA101 - Calculus
First Semester of Academic Year 2025-26
Tutorial Sheet - 3

1. Discuss the convergence of the following series:



X √
(a) ( n2 + 1 − n).
n=1

21/100 31/100 41/100


(b) 1 + + + + · · · + ∞.
2 3 4

2. Check whether the following series are convergent or divergent:


∞  
X 1 1
(a) sin 2
.
n=1
n n
∞  
X
−1 1
(b) tan .
n=1
n


X xn
3. Discuss the convergence of the series , x, a > 0.
n=1
x n + an


X ∞
X
4. If un is a convergent series of non-negative terms such that un ̸= 1, then prove that u2n
n=1 n=1

X un
and are both convergent.
n=1
1 − un

5. Using the integral test, discuss the convergence of the following:



X 1
(a) , p > 0.
n=2
n(log(n))p

2
X
(b) ne−n .
n=1

6. Using D’Alembert’s ratio test, prove the following series are convergent:

X n!
(a) n
.
n=1
n

X xn
(b) .
n=1
n!
7. Determine if each of the following series are absolutely convergent, convergent or divergent:

X (−1)n
(a) , p > 0.
n=1
np

X (−1)n+2
(b)
n=1
n2

X sin(n)
(c) .
n=1
n3

8. Using Cauchy’s root test, discuss the convergence of the following series:

X √
(a) e− n n
r , r ≥ 0.
n=1
−1 −2 −3
22 2 33 3 44 4
  
(b) − + − + − + . . . + ∞.
12 1 23 2 34 3
9. For what values of x, does the following power series (a)converges conditionally and (b)converges
absolutely. Also find the interval of convergence:

X x2n−1
(a) (−1)n−1 .
n=1
2n − 1

X (3x + 1)n+1
(b) .
n=1
2n + 2

10. Find the interval of convergence of the following series and within that interval find the sum of
the series as a function of x.

X (x + 1)2n
.
n=1
4n


X ∞
X
n
11. Show that if two power series an x and bn xn are convergent and equal for all values of x
n=1 n=1
in an open interval (−c, c), then an = bn for all n.

12. Find the Taylor’s series generated by f at x = a, where f (x) = 2x and a = 1.


1
13. Find the Maclaurin series for the function f (x) = .
1−x
π
14. Find the third degree Taylor polynomial T3 (x) for f (x) = sin x centered at x = to estimate
6
sin(35o ) correct to five decimal places.

∗ ∗ ∗ ∗ ∗ ∗ ∗ END ∗ ∗ ∗ ∗ ∗ ∗ ∗

Common questions

Powered by AI

For convergence, examine \( \sum \left( \frac{(x+1)^2}{4} \right)^n \) and note absolute convergence requires \( \left| \frac{(x+1)^2}{4} \right| < 1 \), giving interval \( -3 < x < 1 \). Calculating within this, utilize the geometric series sum formula, yielding \( \frac{1}{1-(x+1)^2/4} = \frac{4}{4-(x+1)^2} \).

The Cauchy root test evaluates \( \limsup_{n \to \infty} \sqrt[n]{|e^{-\sqrt{n}} r^n|} = \\ \limsup_{n \to \infty} e^{-\frac{\sqrt{n}}{n}} |r| = |r| \) rather than \(1\), meaning the series converges if \(|r| < 1\), indicating boundaries for divergence/convergence .

By applying D’Alembert’s ratio test, we analyze the ratio \( \frac{a_{n+1}}{a_n} \) where \( a_n = \frac{x^n}{n!} \). This gives \( \frac{a_{n+1}}{a_n} = \frac{x^{n+1}/(n+1)!}{x^n/n!} = \frac{x}{n+1} \). As \( n \to \infty \), \( \frac{x}{n+1} \to 0 \). Since the limit is less than 1, the series converges for all real x .

For two power series \( \sum_{n=1}^{\infty} a_nx^n \) and \( \sum_{n=1}^{\infty} b_nx^n \) to be equal in an open interval \((-c, c)\), the coefficients must be equal, i.e., \( a_n = b_n \) for all n, within the interval .

Considering the series \( \tan^{-1}\left(\frac{1}{n}\right) \sim \frac{1}{n} \) which resembles a harmonic series known to diverge, recognizes the overall series as divergent since the terms decrease slower than reciprocals of squares .

By the integral test, \( \int_2^{\infty} \frac{1}{x (\log(x))^p} dx \) determines convergence. Performing substitution \( u = \log(x), dx = e^u du \), transforms it to \( \int \frac{1}{u^p} du \) which converges if \( p > 1 \), hence the series converges for \( p > 1 \).

To determine convergence, apply the alternating series test and ratio test. The series converges conditionally when \(-1 \leq x < 1\) due to the alternating nature. For absolute convergence, use root test showing it converges absolutely only if \( \left| x \right| < 1 \), thus \(-1 < x < 1\) defines the interval of convergence .

To generate the Taylor Series for \( f(x) = 2^x \) at \( x = 1 \), use derivatives of \( f(x) \) evaluated at \( x = 1 \). The series is \( f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots = 2 + \ln(2)(x-1) + \frac{(\ln(2))^2}{2}(x-1)^2 + \cdots \).

The integral test examines \( \int_1^{\infty} xe^{-x^2} dx \) using substitution \( u = x^2, du = 2xdx \), simplifying to \( \int e^{-u} du\), yielding a convergent result since it integrates to \( -e^{-u} \), confirming series convergence .

The Maclaurin series for \( \frac{1}{1-x} \) is derived by recognizing it as the sum of a geometric series \( 1 + x + x^2 + x^3 + \cdots \), significant for its simplification in various function expansions .

You might also like