Nicht aus der Schweiz? Besuchen Sie lehmanns.de

Sequences and Series in Calculus (eBook)

eBook Download: EPUB
2023
133 Seiten
De Gruyter (Verlag)
978-3-11-076846-6 (ISBN)

Lese- und Medienproben

Sequences and Series in Calculus - Joseph D. Fehribach
Systemvoraussetzungen
74,95 inkl. MwSt
(CHF 73,20)
Der eBook-Verkauf erfolgt durch die Lehmanns Media GmbH (Berlin) zum Preis in Euro inkl. MwSt.
  • Download sofort lieferbar
  • Zahlungsarten anzeigen

The book Sequences and Series in Calculus is designed as the first college/university calculus course for students who take and do well on the AP AB exam in high school and who are interested in a more proof-oriented treatment of calculus. The text begins with an ?-? treatment of sequence convergence, then builds on this to discuss convergence of series-first series of real numbers, then series of functions. The difference between uniform and pointwise convergence is discussed in some detail. This is followed by a discussion of calculus on power series and Taylor series. Finally improper integrals, integration by parts and partial fractions integration all are introduced.

This book is design both to teach calculus, and to give the readers and students a taste of analysis to help them determine if they wish to study this material even more deeply. It might be used by colleges and universities who teach special versions of calculus courses for their most mathematically advanced entering first-year students, as might its older sibling text Multivariable and Vector Calculus which appeared in 2020 and is intended for students who take and do well on the AP BC exam.



Joseph Fehribach

received his PhD from Duke Univ (1985) and has worked in applied math since in NY, AL, MN, CO and NL. He has taught math at WPI for over 30 years. He and his wife Jan have three children: Jamie, Jess and Andrew.

1 Sequences in


Our discussion begins with a very basic concept in mathematics: sequences. Probably most people have at least a general intuitive idea of what a sequence is. One simple example of a sequence is

{1,2,3,4,5,…},

while another more irregular sequence is

{3,7,π,2/5,−6,…}.

In the second case, it is not possible to predict what the next entry will be after −6, but nonetheless, both examples seem to satisfy the essential sense of what a sequence is. What is needed now is an exact mathematical definition:

Definition.


A sequence is a function a:A→R where either A=Z+:={1,2,3,…} or A=N:={0,1,2,3,…} (the natural numbers) or perhaps A is any countable set.1 Thus, either

a:{an}={a1,a2,a3,…}

or

a:{an}={a0,a1,a2,a3,…},

where in both cases an∈R. We refer to an as the n-th element or entry of the sequence.

Remarks.


1.

Notice that a sequence differs from a set in that a sequence has an order, whereas a set is simply a collection of elements. Technically, there is no first element in a set, but there is in a sequence.

2.

This is not the most general definition of the word “sequence,” but it is easily general enough for our purposes. It contains all the key ideas to discuss sequences. In particular, we will not discuss finite sequences.

3.

Notice that for our purposes, sequences begin either with n=0 or with n=1. Beginning with a zeroth element is less common, but it occurs sometimes when a zeroth element makes sense. Among other places, this happens in computer science. Still, unless there is some specific reason to do otherwise, let A=Z+.

A sequence can be depicted graphically on the real line as in Figure 1.1.

Figure 1.1 A sequence on the real line. Here several elements of the sequence are shown in blue. Notice that there is no particular pattern to this sequence. Which of the elements are positive, and which are negative?

1.1 Convergent sequences


Now that we have a definition for sequences, we can introduce the central concept of convergence, starting with a basic example.

Example 1.1.1.


Suppose that an:=1/n (i. e., an is defined equal to 1/n), so that

{an}={1/n}={1,12,13,14,…}.

Notice that this sequence must start with n=1 since a0 is undefinable using the given formula. Also notice that an decreases toward zero as n increases toward infinity, even though an≠0 for any n∈Z+. In symbols, that is an↘0 as n↗∞.

All of this may seem clear intuitively, but as we will see, intuition is not always so clear. So again an exact mathematical definition is needed.

Definition.


A sequence {an}⊂R converges to a limit L∈R iff given ε>0, ∃N∈Z+ such that |an−L|<ε whenever n>N. Written with a minimal amount of symbols, this definition is “a sequence {an} of real numbers converges to a limit L in the reals if and only if given ε>0, there exists N in the positive integers such that |an−L|<ε whenever n>N.” The sequence {an} diverges iff it does not converge.

Notation.


The notation to indicate that a sequence {an} converges to a limit L is

limn→∞an=L,

or more briefly

{an}→Loran→L.

Remark.


In this definition, ε can be any positive real number, but it is generally thought of as a small positive real number. The definition works because ε can be an arbitrary small positive real number. A schematic diagram of the relationship between ε, L and the elements of the sequence ak is shown in Figure 1.2.

Figure 1.2 A sequence approaching a limit L on the real line. The early elements of the sequence through aN can be outside the interval (L−ε,L+ε), but starting with aN+1, all of the elements must lie inside the interval. In particular, when n>N, then an must lie in the interval. Where might aN+5 be on this number line? If ε is made smaller, then likely N will have to be made larger to keep the elements of the sequence from aN+1 onward in the new smaller interval.

Example 1.1.1.


Returning to our first example, suppose again that an:=1/n. Does the sequence {an} converge, and if so, to where? For a given ε, what value of N guarantees that the convergence definition is satisfied?

Answer. Notice that there are two questions here: The first is a calculus question (Where does the sequence converge to? What is the value of L?), while the second is an analysis question (How does one show that the definition is satisfied?). In this case, the calculus question is relatively easy, and in fact we have already mentioned the answer: L=0. The second question is more interesting: Given ε>0, what value of N is needed to guarantee that |an−L|<ε when n>N? Notice that here

|an−L|=|an−0|=|an|=1/n<ε⟸n>1/ε.

This may seem obvious, but notice that in fact, it gives us the answer we are looking for: define N:=⌈1/ε⌉, where ⌈x⌉ is the ceiling function or next greater integer function for x (the least integer greater than or equal to x). It is important that this ceiling function be used because N must be an integer, but for most values of ε, its reciprocal 1/ε is not itself an integer. Then for this example, |an−L|<ε whenever n>N:=⌈1/ε⌉≥1/ε.

In summary, the limit here is L=0 and setting N:=⌈1/ε⌉ allows the definition of convergence to be satisfied.

Remarks.


1.

Notice that the value of N increases as ε decreases; this is almost always the case. Expect ε to be in the denominator in the expression for N.

2.

Notice the direction of the double arrow above. Although we started on the left working on |an−L|, we need to keep in mind that this is the conclusion to be reached provided that n is large enough. So a backward implication (a backward double arrow) is what is needed. Indeed, the symbol “⟸” is perhaps best read as “whenever”. Thus, the implication above becomes |an−L|<ε whenever n>1/ε.

The first example above is relatively straightforward; the next two examples are more interesting (“more interesting” means “harder”)....

Erscheint lt. Verlag 24.7.2023
Reihe/Serie De Gruyter Textbook
De Gruyter Textbook
Zusatzinfo 20 col. ill.
Sprache englisch
Themenwelt Mathematik / Informatik Mathematik
Schlagworte Folgen und Reihen • Indefinite Integrals • Infinitesimal Calculus • Infinitesimalrechnung • Leistungsserie • Performance Series • Reale Nummern • Real Numbers • reelle Zahlen • Sequences and Series • Unbestimmte Integrale
ISBN-10 3-11-076846-1 / 3110768461
ISBN-13 978-3-11-076846-6 / 9783110768466
Haben Sie eine Frage zum Produkt?
EPUBEPUB (Wasserzeichen)
Größe: 11,7 MB

DRM: Digitales Wasserzeichen
Dieses eBook enthält ein digitales Wasser­zeichen und ist damit für Sie persona­lisiert. Bei einer missbräuch­lichen Weiter­gabe des eBooks an Dritte ist eine Rück­ver­folgung an die Quelle möglich.

Dateiformat: EPUB (Electronic Publication)
EPUB ist ein offener Standard für eBooks und eignet sich besonders zur Darstellung von Belle­tristik und Sach­büchern. Der Fließ­text wird dynamisch an die Display- und Schrift­größe ange­passt. Auch für mobile Lese­geräte ist EPUB daher gut geeignet.

Systemvoraussetzungen:
PC/Mac: Mit einem PC oder Mac können Sie dieses eBook lesen. Sie benötigen dafür die kostenlose Software Adobe Digital Editions.
eReader: Dieses eBook kann mit (fast) allen eBook-Readern gelesen werden. Mit dem amazon-Kindle ist es aber nicht kompatibel.
Smartphone/Tablet: Egal ob Apple oder Android, dieses eBook können Sie lesen. Sie benötigen dafür eine kostenlose App.
Geräteliste und zusätzliche Hinweise

Buying eBooks from abroad
For tax law reasons we can sell eBooks just within Germany and Switzerland. Regrettably we cannot fulfill eBook-orders from other countries.

Mehr entdecken
aus dem Bereich
Ein Übungsbuch für Fachhochschulen

von Michael Knorrenschild

eBook Download (2023)
Carl Hanser Verlag GmbH & Co. KG
CHF 16,60