Functions 6 PDF
Document Details
Uploaded by MesmerizedTulip8182
Imperial College London
Tags
Summary
This document provides notes on mathematical series and convergence. It covers infinite sums, convergence tests, including the geometric series, harmonic series, comparison test, and Leibniz test. The document also includes examples and proofs to illustrate the different concepts presented
Full Transcript
## Chapter 6: Series and Convergence ### 6.1 Infinite Sums We consider the infinite sum S = Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> What does this mean? The approach we take is to consider a **truncation** to: S<sub>N</sub> = Σ<sub>n=0</sub><sup>N</sup> a<sub>n</sub> and to exam whether lim...
## Chapter 6: Series and Convergence ### 6.1 Infinite Sums We consider the infinite sum S = Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> What does this mean? The approach we take is to consider a **truncation** to: S<sub>N</sub> = Σ<sub>n=0</sub><sup>N</sup> a<sub>n</sub> and to exam whether lim<sub>N->∞</sub> S<sub>N</sub> exists, that is to say, has a finite value. If so, we say the series S **converges**. If not, then the series **diverges**, and the infinite sum then has no meaning. We note that divergence can involve |S<sub>N</sub>| increasing without bound as N->∞ or that S<sub>N</sub> just does not approach a finite limit eg. it could just oscillate. eg. (-1)<sup>n</sup> oscillates So = 1 , S<sub>1</sub> = 0, S<sub>2</sub> = 1, etc. #### Examples **(i)** The geometric series: S<sub>N</sub> = 1 + x + x<sup>2</sup> + ... + x<sup>N</sup> Evidently: xS<sub>N</sub> = x + x<sup>2</sup> + ... + x<sup>N</sup> + x<sup>N+1</sup> ⇒ S<sub>N</sub>(1-x) = 1- x<sup>N+1</sup> and S<sub>N</sub> = 1 - x<sup>N+1</sup> / 1 - x So S = lim<sub>N->∞</sub> S<sub>N</sub> exists **ONLY** for |x| < 1. For |x| ≥ 1 the series **diverges**. Hence our Maclaurin series expansion of f(x) = 1 + x + x<sup>2</sup> + ... is **ONLY** valid for |x| < 1. **(ii)** Consider Σ<sub>n=1</sub><sup>∞</sup> 1/n (The Harmonic Series) This series **diverges**. **Proof** 1 + 1/2 + (1/3 + 1/4) + (1/5 + 1/6 + 1/7 + 1/8) + ... ⇒ Σ<sub>n=1</sub><sup>∞</sup> 1/2<sup>n</sup> > 1 + 1/2 + 1/2 + 1/2 + ... So Σ<sub>n=1</sub><sup>∞</sup> 1/2<sup>n</sup> ->∞ as N->∞ ### 6.2 More Definitions and Theorems An infinite series S = Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> is said to be **absolutely convergent** if Σ<sub>n=0</sub><sup>∞</sup> |a<sub>n</sub>| is **convergent**. This is useful because of the theorem: **Absolute Convergence -> Convergence**, and can be applied when some a<sub>n</sub> may be negative or complex #### Examples **(i)** S = 1/2 - 1/4 + 1/8 - 1/16 + ... is absolutely convergent because S = 1/2 + 1/4 + 1/8 + 1/16 + ... (geometric progression) = 1/2 / 1- 1/2 = 1. Here the convergence of S -> Convergence of S. [In fact, it is easy to see S = 1/2 / ( 1 - (1/2)<sup>2</sup> = 2/3]. If Σ<sub>n=0</sub><sup>∞</sup> |a<sub>n</sub>| converges and Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> does not, then we say Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> is **conditionally convergent**. **(ii)** S= 1 -1/2 + 1/3 - 1/4 ... is **conditionally convergent** since it converges (to ln 2), but of course 1 + 1/2 + 1/3 ... diverges. ### 6.3 Convergence Tests Four simple ones are (i) Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> **(a)** ** Necessary** but not **sufficient** for convergence is that lim<sub>n->∞</sub> a<sub>n</sub> = 0. If this limit is NOT zero, then the series **diverges**. If it's zero, then the series may still **diverge**, e.g. a<sub>n</sub> = 1/n. **(ii)** Σ<sub>n=1</sub><sup>∞</sup> cos (1/n) is **divergent** since cos(1/n) ->1 as n->∞ **(b) Comparison Test ** If a<sub>n</sub> is given and we can find a **converging series** Σ<sub>n=0</sub><sup>∞</sup> b<sub>n</sub> with b<sub>n</sub> non-negative such that |a<sub>n</sub>| ≤ b<sub>n</sub> for all n, then Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> is **absolutely convergent** - and so is convergent. Similarly, if we can find a **diverging series** Σ<sub>n=0</sub><sup>∞</sup> b<sub>n</sub> with b<sub>n</sub> non-negative such that a<sub>n</sub> ≥ b<sub>n</sub> for all n, then Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> is **divergent** **(iii)** Σ<sub>n=1</sub><sup>∞</sup> 1/n<sup>2</sup> is divergent because n ≤ n<sup>2</sup> for all n and we know Σ<sub>n=1</sub><sup>∞</sup> 1/n is divergent. **(c) Alternating Series - Leibniz Test** If we have Σ<sub>n=0</sub><sup>∞</sup> (-1)<sup>n</sup> a<sub>n</sub> with: (i) positive a<sub>n</sub> (ii) a<sub>n</sub> decreasing a<sub>n+1</sub> ≤ a<sub>n</sub> (iii) a<sub>n</sub> -> 0 as n ->∞, then our series **converges**. **(iv)** 1 - 1/3 + 1/5 - 1/7 + ... is **convergent**. It's sum is actually tan<sup>-1</sup>(1) = π<sub>/4</sub>. [It should be noted that this convergence is **VERY SLOW** - there are much better ways of approximating π ...]. A natural question to ask is whether condition (ii) is actually needed - as long as particularly (iii) is satisfied. That it is so is given by: S = √2 - 1 - 1/(√2 + 1) + √3 - 1 - 1/(√3 + 1) + ... [ image of graph ] **Conditions** (i) ✓, (ii) x, (iii) ✓ So **FAIL** for the convergence tests. **BUT** of course we have: S<sub>2k</sub> = 2/(√2-1) + 2/(√3-1) + 2/(√4-1) + .... (2k terms) = 2 [ 1 + 1/2 + 1/3 + ... +1/k ] -->∞ as k -> ∞ So that S **DIVERGES** **(d) The Ratio Test** For Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> we suppose a<sub>n </sub>≠ 0 for all n. Define L = lim<sub>n->∞</sub> |a<sub>n+1</sub> / a<sub>n</sub>| Then if: |L| < 1 -> **Absolute Convergence -> Convergence** |L| > 1 -> **Divergence** If L = 1 we have **NOT PROVEN** = Don't know! - at least without further work! ### 6.4 Radius of Convergence of Taylor/Maclaurin Series The ratio test allows us to determine the range of convergence of Taylor/Maclaurin series. **(i)** f(x) = e<sup>x</sup> = Σ<sub>n=0</sub><sup>∞</sup> x<sup>n</sup> / n! = Σ<sub>n=0</sub><sup>∞</sup> a<sub>n</sub> So |a<sub>n+1</sub> / a<sub>n</sub>| = (x<sup>n+1</sup> / (n+1)!) / (x<sup>n</sup> / n!) = |x| / (n +1). And we have L = lim<sub>n->∞</sub> |a<sub>n+1</sub> / a<sub>n</sub>| = lim<sub>n->∞</sub> |x| / (n +1) = 0 for all fixed x. Since L < 1, the Maclaurin series for e<sup>x</sup> **converges for all x** [Real and complex! note RADIUS OF CONVERGENCE]. **(ii)** f(x) = sin(x) = Σ<sub>n=0</sub><sup>∞</sup> (-1)<sup>n</sup> x<sup>2n+1</sup> / (2n+1)! Here | a<sub>n+1</sub> / a<sub>n</sub>| = ( |x|<sup>2n+3</sup> / (2n + 3)! ) / ( |x|<sup>2n+1</sup> / (2n+1)! ) = x<sup>2</sup> / (2n+3)(2n+2) Thus, L = lim<sub>n->∞</sub> x<sup>2</sup> / (2n + 3)(2n+2) = 0 for all fixed x. And again our Maclaurin series for sin(x) **converges for all x** [Real and complex! note RADIUS OF CONVERGENCE]. **(iii)** f(x) = 1/x = Σ<sub>n=0</sub><sup> ∞</sup> x<sup>n</sup> L = lim<sub>n->∞</sub> | x<sup>n+1</sup> / x<sup>n</sup> | = |x| so convergent for |x| <1. **(iv)** f(x) = ln(1 + x) = Σ<sub>n=0</sub><sup>∞</sup> (-1)<sup>n</sup> x<sup>n+1</sup> / (n+1) L = lim<sub>n->∞</sub> |( (-1)<sup>n+1</sup> x<sup>n+2</sup> / (n+2) ) / ( (-1)<sup>n</sup>x<sup>n+1</sup> / (n+1) ) | = |x|. So convergence if |x| < 1. ( RADIUS OF CONVERGENCE 1) ** WITHIN** the 'RADIUS OF CONVERGENCE' we have CONVERGENCE. **AT** that value, we have NOT PROVEN = DON'T KNOW! **(v)** Σ<sub>n=1</sub><sup>∞</sup> x<sup>n</sup> / n = x + x<sup>2</sup> / 2 + x<sup>3</sup> / 3 ... Ratio test: L = lim<sub>n->∞</sub> |(x<sup>n+1</sup>/(n+1)) / ( x<sup>n</sup> / n) | = |x| So the series **CONVERGES** if |x| < 1, **DIVERGES** if |x| > 1. ( RADIUS OF CONVERGENCE 1) At x = +1, we have 1 + 1/2 + 1/3 ... **DIVERGES**. At x = -1, we have -1 + 1/2 - 1/3 + 1/4 - ... **CONVERGES** = -ln2. [The word RADIUS in our accounts refers to that of a CIRCLE OF CONVERGENCE in the complex plane]. ### 6.5 The Mysterious Zeta Function* The zeta function of RIEMANN(1859) is the function: ζ(s) = Σ<sub>n=1</sub><sup>∞</sup> 1/n<sup>s</sup> Which has attained a mysterious, indeed almost mythical status. ζ(1) is of course the harmonic series, which diverges. ζ(s) can be shown to converge: Re s > 1 [NOT by the tests in 6.3 above, which are inconclusive, but by being bounded by an integral. The tail is bounded above by an integral that is convergent. [image of graph]. ie. 1/2<sup>s</sup> + 1/3<sup>s</sup> + ... < ∫<sub>1</sub><sup>∞</sup> 1/x<sup>s</sup> dx. This argument works for s complex too. We can find: ζ(2) = 1 + 1/2<sup>2</sup> + 1/3<sup>2</sup> + ... = π<sup>2</sup> / 6 = 1.6449... ( The BASEL PROBLEM, not easily by elementary means) ζ(4) x<sup>4</sup> / 90 etc. ζ(3) = 1.2020569... ( APÉRY, IRRATIONAL 1979) THE RIEMANN HYPOTHESIS is that ALL non-trivial zeros of the ζ function have real part 1/2, ie. s = 1/2 + i.t [This is known as the CRITICAL LINE in the complex s plane]. 1/2 ± 14.135 i, 1/2 ± 21.022 i, 1 / 2 ± 25.01i, .... A very large number have been computed [1 TRILLION]! but so far there is NO PROOF... **MYSTERY** Connections to (a) DISTRIBUTION OF PRIMES (b) STATISTICAL MECHANICS (c) QUANTUM CHAOS WHY? HOW?