Lecture 23 : Sequences Formula for An

Total Page:16

File Type:pdf, Size:1020Kb

Lecture 23 : Sequences Formula for An Sequences A Sequence is a list of numbers written in order. fa1; a2; a3;::: g The sequence may be infinite. The n th term of the sequence is the n th number on the list. On the list above a1 = 1st term, a2 = 2 nd term, a3 = 3 rd term, etc.... I Example In the sequence f1; 2; 3; 4; 5; 6;::: g, we have th a1 = 1; a2 = 2;::: . The n term is given by an = n. Some sequences have patterns, some do not. I Example If I roll a 20 sided die repeatedly, I generate a sequence of numbers, which have no pattern. I Example The sequences f1; 2; 3; 4; 5; 6;::: g and f1; −1; 1; −1; 1;::: g have patterns. Annette Pilkington Lecture 23 : Sequences Formula for an Sometimes we can give a formula for the n th term of a sequence, an = f (n). Example For the sequence f1; 2; 3; 4; 5; 6;::: g, we can give a formula for the n th term. an = n. Example Assuming the following sequences follow the pattern shown, give a formula for the n-th term: I f1; −1; 1; −1; 1;::: g n+1 I nth term = an = (−1) . I {−1=2; 1=3; −1=4; 1=5; −1=6;::: g (−1)n I nth term = an = n+1 . Factorials are commonly used in sequences 0! = 1; 1! = 1; 2! = 2·1; 3! = 3·2·1;:::; n! = n·(n−1)·(n−2)·····1: Example Find a formula for the n th term in the following sequence ( ) 2 4 8 16 32 ; ; ; ; ;:::; a = ; 1 2 6 24 120 n 2n I nth term = an = n! . Annette Pilkington Lecture 23 : Sequences Different ways to represent a sequence Below we show 3 different ways to represent the sequences given: A. n 1 2 3 n o n n o1 n ; ; ;:::; ;::: ; ; an = : 2 3 4 n + 1 n + 1 n=1 n + 1 B. n −3 5 −7 (2n + 1) o ; ; ;:::; (−1)n ;::: ; 3 9 27 3n 1 n n (2n + 1) o n (2n + 1) (−1) ; an = (−1) : 3n n=1 3n C. n e e2 e3 en o n en o1 en ; ; ;:::; ;::: ; ; an = : 1 2 6 n! n! n=1 n! Annette Pilkington Lecture 23 : Sequences Graph of a sequence A sequence is a function from the positive integers to the real numbers, with f (n) = an. We can draw a graph of this function as a set of points in the plane. The points on the graph are (1; a1); (2; a2); (3; a3);:::; (n; an);::: 1 (−1)n 1 n 2n3−1 o Example Graph the sequences f n gn=1 and n3 . n=1 3 H-1Ln 2 n - 1 points Hn, L, n = 1...100 points Hn, L, n = 1...100 n n3 2.0000 0.10 1.9999 0.05 1.9998 20 40 60 80 100 1.9997 -0.05 1.9996 -0.10 20 40 60 80 100 We can see from these pictures that the graphs get closer to a horizontal asymptote as n ! 1, y = 0 on the left and y = 2 on the right. Algebraically (−1)n 2n3−1 this means that as n ! 1, we have n ! 0 and n3 ! 2. Annette Pilkington Lecture 23 : Sequences Limit of a sequence Definition A sequence fang has limit L if we can make the terms an as close as we like to L by taking n sufficiently large. We denote this by lim an = L or an ! L as n ! 1: n!1 If limn!1 an exists (is finite), we say the sequence converges or is convergent. Otherwise, we say the sequence diverges. 1 Graphically: If limn!1 an = L, the graph of the sequence fangn=1 has a unique horizontal asymptote y = L. Equivalent Definition A sequence fang has limit L and we write lim an = L or an ! L as n ! 1 n!1 if for every > 0 there is and integer N with the property that if n > N then jan − Lj < . Annette Pilkington Lecture 23 : Sequences Determining if a sequence is convergent. Using our previous knowledge of limits : Theorem If limx!1 f (x) = L and f (n) = an, where n is an integer, then limn!1 an = L. Example Determine if the following sequences converge or diverge: n 2n − 1 o1 n 2n3 − 1 o1 A: ; B: 2n n=1 n3 n=1 2x −1 1−2−x I A. limx!1 2x = limx!1 1 = 1: 1 n 2n−1 o I Therefore the sequence 2n converges and n=1 2n−1 limn!1 an = limn!1 2n = 1. 2x3−1 2−1=x3 I B. limx!1 x3 = limx!1 1 = 2. 1 n 2n3−1 o I Therefore the sequence n3 converges and n=1 2n3−1 limn!1 an = limn!1 n3 = 2. Annette Pilkington Lecture 23 : Sequences L'Hospital's rule We can use L'Hospital's rule to determine the limit of f (x) if we have an indeterminate form. Example Is the following sequence convergent? n n o1 2n n=1 x 1 I limx!1 2x = (by l'Hospital) limx!1 2x ln 2 = 0: n I Therefore the sequence converges and imn!1 2n = 0: Diverging to 1. limn!1 an = 1 means that for every positive number M, there is an integer N with the property if n > N; then an > M: In this case we say the sequence fang diverges to infinity. Note: If limx!1 f (x) = 1 and f (n) = an, where n is an integer, then limn!1 an = 1. Annette Pilkington Lecture 23 : Sequences Important sequence/limit n 1 Example Show that the sequence fr gn=1, r ≥ 0, converges if 0 ≤ r ≤ 1 and diverges to infinity if r > 1. n x x ln r I limn!1 r = limx!1 r = limx!1 e . 8 0 if r < 1 x ln r < I limx!1 e = 1 if r = 1 : 1 if r > 1 n 1 I Therefore the sequence fr gn=1, r ≥ 0, converges if 0 ≤ r ≤ 1 and diverges to infinity if r > 1. Annette Pilkington Lecture 23 : Sequences Rules of Limits The usual Rules of Limits apply: If fang and fbng are convergent sequences and c is any constant then lim can = c lim an n!1 n!1 lim (an + bn) = lim an + lim bn n!1 n!1 n!1 lim (anbn) = lim an · lim bn n!1 n!1 n!1 lim (an − bn) = lim an − lim bn n!1 n!1 n!1 an limn!1 an lim c = c lim = if lim bn 6= 0 n!1 n!1 bn limn!1 bn n!1 p p h i lim an = lim an if p > 0 and an > 0 n!1 n!1 In fact if limn!1 an = L and f (x) is a continuous function at L, then lim f (an) = f (L): n!1 Annette Pilkington Lecture 23 : Sequences Applying the Rules of Limits Example Determine if the following sequence converges or diverges and if it converges find the limit. r n 2n + 1 1 o1 3 − : n n n=1 q q 3 2n+1 1 3 2n+1 1 I limn!1( n − n ) = limn!1 n − limn!1 n q 3 2n+1 1 I = limn!1 n − limn!1 n q q 3 2x+1 1 3 2+1=x I = limx!1 x − limx!1 x = limx!1 1 − 0 p3 I = 2 q 1 p n 3 2n+1 1 o 3 I Therefore the sequence n − n converges to 2. n=1 Annette Pilkington Lecture 23 : Sequences When there is no f(x) / Squeeze Theorem Note We cannot always find a function f (x) with f (n) = an. The Squeeze Theorem or Sandwich Theorem can also be applied : If an ≤ bn ≤ cn for n ≥ n0 and lim an = lim cn = L; then lim bn = L: n!1 n!1 n!1 1 n 2n o I Example Find the limit of the following sequence n! ; n=1 I Requires a bit of cleverness, because we cannot replace n! by a function x!. 2n I Certainly n! > 0 for all n ≥ 1. So if we can find a sequence fcng with 2n n! ≤ cn for all n ≥ 1 and limn!1 cn = 0, then we can apply the squeeze theorem. 2n 2 2 2 2 2 I Note that n! = 1 · 2 · 3 ····· n−1 · n 2 2n 2 I Since k ≤ 1 if k ≥ 2, we have n! ≤ 2 · n for all n ≥ 2. 2 2n 2 I Since limn!1 2 · n = 0, and 0 ≤ n! ≤ 2 · n for all n ≥ 2, we can conclude 2n that limn!1 n! = 0 using the squeeze theorem. 1 n 2n o I Therefore the sequence n! converges to 0. n=1 Annette Pilkington Lecture 23 : Sequences Alternating Sequences n 0 Theorem If fang is an alternating sequence of the form (−1) an where 0 an > 0, then the alternating sequence converges if and only if limn!1 janj = 0 0 or (for the sequence described above) limn!1 an ! 0. n+1 0 (also true for sequences of form (−1) an or any sequence with infinitely many positive and negative terms) Example Determine if the following sequences converge: n 2n + 1 o1 n 2n + 1 o1 A: (−1)n ; B: (−1)n n2 n=1 n n=1 n 2n+1 I A. an = (−1) n2 . 2n+1 2x+1 (2=x)+(1=x2) I limn!1 janj = limn!1 n2 = limx!1 x2 = limx!1 1 = 0 1 n n 2n+1 o I Therefore the sequence (−1) n2 converges to 0.
Recommended publications
  • Year 6 Local Linearity and L'hopitals.Notebook December 04, 2018
    Year 6 Local Linearity and L'Hopitals.notebook December 04, 2018 New Divider! ­ Application of Derivatives: Local Linearity and L'Hopitals Local Linear Approximation Do Now: For each sketch the function, write the equation of the tangent line at x = 0 and include the tangent line in your sketch. 1) 2) In general, if a function f is differentiable at an x, then a sufficiently magnified portion of the graph of f centered at the point P(x, f(x)) takes on the appearance of a ______________ line segment. For this reason, a function that is differentiable at x is sometimes said to be locally linear at x. 1 Year 6 Local Linearity and L'Hopitals.notebook December 04, 2018 How is this useful? We are pretty good at finding the equations of tangent lines for various functions. Question: Would you rather evaluate linear functions or crazy ridiculous functions such as higher order polynomials, trigonometric, logarithmic, etc functions? Evaluate sec(0.3) The idea is to use the equation of the tangent line to a point on the curve to help us approximate the function values at a specific x. Get it??? Probably not....here is an example of a problem I would like us to be able to approximate by the end of the class. Without the use of a calculator approximate . 2 Year 6 Local Linearity and L'Hopitals.notebook December 04, 2018 Local Linear Approximation General Proof Directions would say, evaluate f(a). If f(x) you find this impossible for some y reason, then that's how you would recognize we need to use local linear approximation! You would: 1) Draw in a tangent line at x = a.
    [Show full text]
  • Math 137 Calculus 1 for Honours Mathematics Course Notes
    Math 137 Calculus 1 for Honours Mathematics Course Notes Barbara A. Forrest and Brian E. Forrest Version 1.61 Copyright c Barbara A. Forrest and Brian E. Forrest. All rights reserved. August 1, 2021 All rights, including copyright and images in the content of these course notes, are owned by the course authors Barbara Forrest and Brian Forrest. By accessing these course notes, you agree that you may only use the content for your own personal, non-commercial use. You are not permitted to copy, transmit, adapt, or change in any way the content of these course notes for any other purpose whatsoever without the prior written permission of the course authors. Author Contact Information: Barbara Forrest ([email protected]) Brian Forrest ([email protected]) i QUICK REFERENCE PAGE 1 Right Angle Trigonometry opposite ad jacent opposite sin θ = hypotenuse cos θ = hypotenuse tan θ = ad jacent 1 1 1 csc θ = sin θ sec θ = cos θ cot θ = tan θ Radians Definition of Sine and Cosine The angle θ in For any θ, cos θ and sin θ are radians equals the defined to be the x− and y− length of the directed coordinates of the point P on the arc BP, taken positive unit circle such that the radius counter-clockwise and OP makes an angle of θ radians negative clockwise. with the positive x− axis. Thus Thus, π radians = 180◦ sin θ = AP, and cos θ = OA. 180 or 1 rad = π . The Unit Circle ii QUICK REFERENCE PAGE 2 Trigonometric Identities Pythagorean cos2 θ + sin2 θ = 1 Identity Range −1 ≤ cos θ ≤ 1 −1 ≤ sin θ ≤ 1 Periodicity cos(θ ± 2π) = cos θ sin(θ ± 2π) = sin
    [Show full text]
  • G-Convergence and Homogenization of Some Sequences of Monotone Differential Operators
    Thesis for the degree of Doctor of Philosophy Östersund 2009 G-CONVERGENCE AND HOMOGENIZATION OF SOME SEQUENCES OF MONOTONE DIFFERENTIAL OPERATORS Liselott Flodén Supervisors: Associate Professor Anders Holmbom, Mid Sweden University Professor Nils Svanstedt, Göteborg University Professor Mårten Gulliksson, Mid Sweden University Department of Engineering and Sustainable Development Mid Sweden University, SE‐831 25 Östersund, Sweden ISSN 1652‐893X, Mid Sweden University Doctoral Thesis 70 ISBN 978‐91‐86073‐36‐7 i Akademisk avhandling som med tillstånd av Mittuniversitetet framläggs till offentlig granskning för avläggande av filosofie doktorsexamen onsdagen den 3 juni 2009, klockan 10.00 i sal Q221, Mittuniversitetet, Östersund. Seminariet kommer att hållas på svenska. G-CONVERGENCE AND HOMOGENIZATION OF SOME SEQUENCES OF MONOTONE DIFFERENTIAL OPERATORS Liselott Flodén © Liselott Flodén, 2009 Department of Engineering and Sustainable Development Mid Sweden University, SE‐831 25 Östersund Sweden Telephone: +46 (0)771‐97 50 00 Printed by Kopieringen Mittuniversitetet, Sundsvall, Sweden, 2009 ii Tothememoryofmyfather G-convergence and Homogenization of some Sequences of Monotone Differential Operators Liselott Flodén Department of Engineering and Sustainable Development Mid Sweden University, SE-831 25 Östersund, Sweden Abstract This thesis mainly deals with questions concerning the convergence of some sequences of elliptic and parabolic linear and non-linear oper- ators by means of G-convergence and homogenization. In particular, we study operators with oscillations in several spatial and temporal scales. Our main tools are multiscale techniques, developed from the method of two-scale convergence and adapted to the problems stud- ied. For certain classes of parabolic equations we distinguish different cases of homogenization for different relations between the frequen- cies of oscillations in space and time by means of different sets of local problems.
    [Show full text]
  • Generalizations of the Riemann Integral: an Investigation of the Henstock Integral
    Generalizations of the Riemann Integral: An Investigation of the Henstock Integral Jonathan Wells May 15, 2011 Abstract The Henstock integral, a generalization of the Riemann integral that makes use of the δ-fine tagged partition, is studied. We first consider Lebesgue’s Criterion for Riemann Integrability, which states that a func- tion is Riemann integrable if and only if it is bounded and continuous almost everywhere, before investigating several theoretical shortcomings of the Riemann integral. Despite the inverse relationship between integra- tion and differentiation given by the Fundamental Theorem of Calculus, we find that not every derivative is Riemann integrable. We also find that the strong condition of uniform convergence must be applied to guarantee that the limit of a sequence of Riemann integrable functions remains in- tegrable. However, by slightly altering the way that tagged partitions are formed, we are able to construct a definition for the integral that allows for the integration of a much wider class of functions. We investigate sev- eral properties of this generalized Riemann integral. We also demonstrate that every derivative is Henstock integrable, and that the much looser requirements of the Monotone Convergence Theorem guarantee that the limit of a sequence of Henstock integrable functions is integrable. This paper is written without the use of Lebesgue measure theory. Acknowledgements I would like to thank Professor Patrick Keef and Professor Russell Gordon for their advice and guidance through this project. I would also like to acknowledge Kathryn Barich and Kailey Bolles for their assistance in the editing process. Introduction As the workhorse of modern analysis, the integral is without question one of the most familiar pieces of the calculus sequence.
    [Show full text]
  • Sequences, Series and Taylor Approximation (Ma2712b, MA2730)
    Sequences, Series and Taylor Approximation (MA2712b, MA2730) Level 2 Teaching Team Current curator: Simon Shaw November 20, 2015 Contents 0 Introduction, Overview 6 1 Taylor Polynomials 10 1.1 Lecture 1: Taylor Polynomials, Definition . .. 10 1.1.1 Reminder from Level 1 about Differentiable Functions . .. 11 1.1.2 Definition of Taylor Polynomials . 11 1.2 Lectures 2 and 3: Taylor Polynomials, Examples . ... 13 x 1.2.1 Example: Compute and plot Tnf for f(x) = e ............ 13 1.2.2 Example: Find the Maclaurin polynomials of f(x) = sin x ...... 14 2 1.2.3 Find the Maclaurin polynomial T11f for f(x) = sin(x ) ....... 15 1.2.4 QuestionsforChapter6: ErrorEstimates . 15 1.3 Lecture 4 and 5: Calculus of Taylor Polynomials . .. 17 1.3.1 GeneralResults............................... 17 1.4 Lecture 6: Various Applications of Taylor Polynomials . ... 22 1.4.1 RelativeExtrema .............................. 22 1.4.2 Limits .................................... 24 1.4.3 How to Calculate Complicated Taylor Polynomials? . 26 1.5 ExerciseSheet1................................... 29 1.5.1 ExerciseSheet1a .............................. 29 1.5.2 FeedbackforSheet1a ........................... 33 2 Real Sequences 40 2.1 Lecture 7: Definitions, Limit of a Sequence . ... 40 2.1.1 DefinitionofaSequence .......................... 40 2.1.2 LimitofaSequence............................. 41 2.1.3 Graphic Representations of Sequences . .. 43 2.2 Lecture 8: Algebra of Limits, Special Sequences . ..... 44 2.2.1 InfiniteLimits................................ 44 1 2.2.2 AlgebraofLimits.............................. 44 2.2.3 Some Standard Convergent Sequences . .. 46 2.3 Lecture 9: Bounded and Monotone Sequences . ..... 48 2.3.1 BoundedSequences............................. 48 2.3.2 Convergent Sequences and Closed Bounded Intervals . .... 48 2.4 Lecture10:MonotoneSequences .
    [Show full text]
  • Euler's Calculation of the Sum of the Reciprocals of the Squares
    Euler's Calculation of the Sum of the Reciprocals of the Squares Kenneth M. Monks ∗ August 5, 2019 A central theme of most second-semester calculus courses is that of infinite series. Simply put, to study infinite series is to attempt to answer the following question: What happens if you add up infinitely many numbers? How much sense humankind made of this question at different points throughout history depended enormously on what exactly those numbers being summed were. As far back as the third century bce, Greek mathematician and engineer Archimedes (287 bce{212 bce) used his method of exhaustion to carry out computations equivalent to the evaluation of an infinite geometric series in his work Quadrature of the Parabola [Archimedes, 1897]. Far more difficult than geometric series are p-series: series of the form 1 X 1 1 1 1 = 1 + + + + ··· np 2p 3p 4p n=1 for a real number p. Here we show the history of just two such series. In Section 1, we warm up with Nicole Oresme's treatment of the harmonic series, the p = 1 case.1 This will lessen the likelihood that we pull a muscle during our more intense Section 3 excursion: Euler's incredibly clever method for evaluating the p = 2 case. 1 Oresme and the Harmonic Series In roughly the year 1350 ce, a University of Paris scholar named Nicole Oresme2 (1323 ce{1382 ce) proved that the harmonic series does not sum to any finite value [Oresme, 1961]. Today, we would say the series diverges and that 1 1 1 1 + + + + ··· = 1: 2 3 4 His argument was brief and beautiful! Let us admire it below.
    [Show full text]
  • March 14 Math 1190 Sec. 62 Spring 2017
    March 14 Math 1190 sec. 62 Spring 2017 Section 4.5: Indeterminate Forms & L’Hopital’sˆ Rule In this section, we are concerned with indeterminate forms. L’Hopital’sˆ Rule applies directly to the forms 0 ±∞ and : 0 ±∞ Other indeterminate forms we’ll encounter include 1 − 1; 0 · 1; 11; 00; and 10: Indeterminate forms are not defined (as numbers) March 14, 2017 1 / 61 Theorem: l’Hospital’s Rule (part 1) Suppose f and g are differentiable on an open interval I containing c (except possibly at c), and suppose g0(x) 6= 0 on I. If lim f (x) = 0 and lim g(x) = 0 x!c x!c then f (x) f 0(x) lim = lim x!c g(x) x!c g0(x) provided the limit on the right exists (or is 1 or −∞). March 14, 2017 2 / 61 Theorem: l’Hospital’s Rule (part 2) Suppose f and g are differentiable on an open interval I containing c (except possibly at c), and suppose g0(x) 6= 0 on I. If lim f (x) = ±∞ and lim g(x) = ±∞ x!c x!c then f (x) f 0(x) lim = lim x!c g(x) x!c g0(x) provided the limit on the right exists (or is 1 or −∞). March 14, 2017 3 / 61 The form 1 − 1 Evaluate the limit if possible 1 1 lim − x!1+ ln x x − 1 March 14, 2017 4 / 61 March 14, 2017 5 / 61 March 14, 2017 6 / 61 Question March 14, 2017 7 / 61 l’Hospital’s Rule is not a ”Fix-all” cot x Evaluate lim x!0+ csc x March 14, 2017 8 / 61 March 14, 2017 9 / 61 Don’t apply it if it doesn’t apply! x + 4 6 lim = = 6 x!2 x2 − 3 1 BUT d (x + 4) 1 1 lim dx = lim = x!2 d 2 x!2 2x 4 dx (x − 3) March 14, 2017 10 / 61 Remarks: I l’Hopital’s rule only applies directly to the forms 0=0, or (±∞)=(±∞).
    [Show full text]
  • Chapter 4 Differentiation in the Study of Calculus of Functions of One Variable, the Notions of Continuity, Differentiability and Integrability Play a Central Role
    Chapter 4 Differentiation In the study of calculus of functions of one variable, the notions of continuity, differentiability and integrability play a central role. The previous chapter was devoted to continuity and its consequences and the next chapter will focus on integrability. In this chapter we will define the derivative of a function of one variable and discuss several important consequences of differentiability. For example, we will show that differentiability implies continuity. We will use the definition of derivative to derive a few differentiation formulas but we assume the formulas for differentiating the most common elementary functions are known from a previous course. Similarly, we assume that the rules for differentiating are already known although the chain rule and some of its corollaries are proved in the solved problems. We shall not emphasize the various geometrical and physical applications of the derivative but will concentrate instead on the mathematical aspects of differentiation. In particular, we present several forms of the mean value theorem for derivatives, including the Cauchy mean value theorem which leads to L’Hôpital’s rule. This latter result is useful in evaluating so called indeterminate limits of various kinds. Finally we will discuss the representation of a function by Taylor polynomials. The Derivative Let fx denote a real valued function with domain D containing an L ? neighborhood of a point x0 5 D; i.e. x0 is an interior point of D since there is an L ; 0 such that NLx0 D. Then for any h such that 0 9 |h| 9 L, we can define the difference quotient for f near x0, fx + h ? fx D fx : 0 0 4.1 h 0 h It is well known from elementary calculus (and easy to see from a sketch of the graph of f near x0 ) that Dhfx0 represents the slope of a secant line through the points x0,fx0 and x0 + h,fx0 + h.
    [Show full text]
  • (Sn) Converges to a Real Number S If ∀Ε > 0, ∃Ns.T
    32 MATH 3333{INTERMEDIATE ANALYSIS{BLECHER NOTES 4. Sequences 4.1. Convergent sequences. • A sequence (sn) converges to a real number s if 8 > 0, 9Ns:t: jsn − sj < 8n ≥ N. Saying that jsn−sj < is the same as saying that s− < sn < s+. • If (sn) converges to s then we say that s is the limit of (sn) and write s = limn sn, or s = limn!1 sn, or sn ! s as n ! 1, or simply sn ! s. • If (sn) does not converge to any real number then we say that it diverges. • A sequence (sn) is called bounded if the set fsn : n 2 Ng is a bounded set. That is, there are numbers m and M such that m ≤ sn ≤ M for all n 2 N. This is the same as saying that fsn : n 2 Ng ⊂ [m; M]. It is easy to see that this is equivalent to: there exists a number K ≥ 0 such that jsnj ≤ K for all n 2 N. (See the first lines of the last Section.) Fact 1. Any convergent sequence is bounded. Proof: Suppose that sn ! s as n ! 1. Taking = 1 in the definition of convergence gives that there exists a number N 2 N such that jsn −sj < 1 whenever n ≥ N. Thus jsnj = jsn − s + sj ≤ jsn − sj + jsj < 1 + jsj whenever n ≥ N. Now let M = maxfjs1j; js2j; ··· ; jsN j; 1 + jsjg. We have jsnj ≤ M if n = 1; 2; ··· ;N, and jsnj ≤ M if n ≥ N. So (sn) is bounded. • A sequence (an) is called nonnegative if an ≥ 0 for all n 2 N.
    [Show full text]
  • BAIRE ONE FUNCTIONS 1. History Baire One Functions Are Named in Honor of René-Louis Baire (1874- 1932), a French Mathematician
    BAIRE ONE FUNCTIONS JOHNNY HU Abstract. This paper gives a general overview of Baire one func- tions, including examples as well as several interesting properties involving bounds, uniform convergence, continuity, and Fσ sets. We conclude with a result on a characterization of Baire one func- tions in terms of the notion of first return recoverability, which is a topic of current research in analysis [6]. 1. History Baire one functions are named in honor of Ren´e-Louis Baire (1874- 1932), a French mathematician who had research interests in continuity of functions and the idea of limits [1]. The problem of classifying the class of functions that are convergent sequences of continuous functions was first explored in 1897. According to F.A. Medvedev in his book Scenes from the History of Real Functions, Baire was interested in the relationship between the continuity of a function of two variables in each argument separately and its joint continuity in the two variables [2]. Baire showed that every function of two variables that is continuous in each argument separately is not pointwise continuous with respect to the two variables jointly [2]. For instance, consider the function xy f(x; y) = : x2 + y2 Observe that for all points (x; y) =6 0, f is continuous and so, of course, f is separately continuous. Next, we see that, xy xy lim = lim = 0 (x;0)!(0;0) x2 + y2 (0;y)!(0;0) x2 + y2 as (x; y) approaches (0; 0) along the x-axis and y-axis respectively. However, as (x; y) approaches (0; 0) along the line y = x, we have xy 1 lim = : (x;x)!(0;0) x2 + y2 2 Hence, f is continuous along the lines y = 0 and x = 0, but is discon- tinuous overall at (0; 0).
    [Show full text]
  • Indeterminate Forms and Improper Integrals
    CHAPTER 8 Indeterminate Forms and Improper Integrals 8.1. L’Hopital’ˆ s Rule ¢ To begin this section, we return to the material of section 2.1, where limits are defined. Suppose f ¡ x is a function defined in an interval around a, but not necessarily at a. Then we write ¢¥¤ (8.1) lim f ¡ x L x £ a ¢ if we can insure that f ¡ x is as close as we please to L just by taking x close enough to a. If f is also defined at a, and ¢¦¤ ¡ ¢ (8.2) lim f ¡ x f a x £ a ¢ we say that f is continuous at a (we urge the reader to review section 2.1). If the expression for f ¡ x is a polynomial, we found limits by just substituting a for x; this works because polynomials are continuous. ¢ But how do we calculate limits when the expression f ¡ x cannot be determined at a? For example, we recall the definition of the derivative: ¢ ¡ ¢ f ¡ x f a ¢©¤ (8.3) f §¨¡ x lim £ x a x a The value cannot be determined by simply evaluating at x ¤ a, because both numerator and denominator ¢ ¡ ¢ are 0 at a. This is an example of an indeterminate form of type 0/0: an expression f ¡ x g x , where both ¢ ¡ ¢ ¡ ¢ f ¡ a and g a are zero. As for 8.3, in case f x is a polynomial, we found the limit by long division, and then evaluating the quotient at a (see Theorem 1.1). For trigonometric functions, we devised a geometric argument to calculate the limit (see Proposition 2.7).
    [Show full text]
  • Sequences and Their Limits
    Sequences and their limits c Frank Zorzitto, Faculty of Mathematics University of Waterloo The limit idea For the purposes of calculus, a sequence is simply a list of numbers x1; x2; x3; : : : ; xn;::: that goes on indefinitely. The numbers in the sequence are usually called terms, so that x1 is the first term, x2 is the second term, and the entry xn in the general nth position is the nth term, naturally. The subscript n = 1; 2; 3;::: that marks the position of the terms will sometimes be called the index. We shall deal only with real sequences, namely those whose terms are real numbers. Here are some examples of sequences. • the sequence of positive integers: 1; 2; 3; : : : ; n; : : : • the sequence of primes in their natural order: 2; 3; 5; 7; 11; ::: • the decimal sequence that estimates 1=3: :3;:33;:333;:3333;:33333;::: • a binary sequence: 0; 1; 0; 1; 0; 1;::: • the zero sequence: 0; 0; 0; 0;::: • a geometric sequence: 1; r; r2; r3; : : : ; rn;::: 1 −1 1 (−1)n • a sequence that alternates in sign: 2 ; 3 ; 4 ;:::; n ;::: • a constant sequence: −5; −5; −5; −5; −5;::: 1 2 3 4 n • an increasing sequence: 2 ; 3 ; 4 ; 5 :::; n+1 ;::: 1 1 1 1 • a decreasing sequence: 1; 2 ; 3 ; 4 ;:::; n ;::: 3 2 4 3 5 4 n+1 n • a sequence used to estimate e: ( 2 ) ; ( 3 ) ; ( 4 ) :::; ( n ) ::: 1 • a seemingly random sequence: sin 1; sin 2; sin 3;:::; sin n; : : : • the sequence of decimals that approximates π: 3; 3:1; 3:14; 3:141; 3:1415; 3:14159; 3:141592; 3:1415926; 3:14159265;::: • a sequence that lists all fractions between 0 and 1, written in their lowest form, in groups of increasing denominator with increasing numerator in each group: 1 1 2 1 3 1 2 3 4 1 5 1 2 3 4 5 6 1 3 5 7 1 2 4 5 ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;::: 2 3 3 4 4 5 5 5 5 6 6 7 7 7 7 7 7 8 8 8 8 9 9 9 9 It is plain to see that the possibilities for sequences are endless.
    [Show full text]