maths.free › Real Analysis › Sequences of functions and uniform convergence
Sequences of functions and uniform convergence
Pointwise versus uniform, and when limits commute with integrals and derivatives.
Pointwise convergence can destroy continuity; uniform convergence — the sup of the error going to 0 — preserves it and lets you integrate term by term. Power series converge uniformly on compact subsets of their disc. Picture it: Taylor polynomials approaching eˣ, closely near 0 and badly far away. Think it: this is why the interchange of limit and integral needs a theorem — and why measure theory offers a better one.
Exemplo trabalhado: taylor series of e^x
Passo a passo
- f(x) = e^{x}
Taylor series about x = 0: f(x) = Σ fᵏ(x₀)/k! · (x − x₀)ᵏ.
- f^{(0)}(0) = e^{x}\big|_{x=0} = 1
Derivative 0 at the centre.
- f^{(1)}(0) = e^{x}\big|_{x=0} = 1
Derivative 1 at the centre.
- f^{(2)}(0) = e^{x}\big|_{x=0} = 1
Derivative 2 at the centre.
- f^{(3)}(0) = e^{x}\big|_{x=0} = 1
Derivative 3 at the centre.
- f^{(4)}(0) = e^{x}\big|_{x=0} = 1
Derivative 4 at the centre.
- f^{(5)}(0) = e^{x}\big|_{x=0} = 1
Derivative 5 at the centre.
- \frac{x^{5}}{120} + \frac{x^{4}}{24} + \frac{x^{3}}{6} + \frac{x^{2}}{2} + x + 1
Assemble the terms up to degree 5.
Revelar a resposta
Symbols used here
2.71828…, the base whose exponential is its own derivative.
Grows no faster than n² (up to a constant), for large n.
Inequalities that allow equality; < and > exclude it.
Distance from zero: |−3| = 3. For a complex number, distance from the origin.
Not a number: "grows without bound" in limits and intervals.
Add a_k for k = 1 up to n.
Multiply a_k for k = 1 up to n.
The value f(x) approaches as x approaches a.
Antiderivative (indefinite) or signed area from a to b (definite).
Naturals, integers, rationals, reals, complex numbers.
Quantifiers: every x; at least one x.
Marks the point where the statement has been established.
Small positive tolerances in the definition of a limit.
Least upper bound, greatest lower bound.
Points within r of x; A plus its limit points; the edge of A.
How to: Sequences of functions and uniform convergence
- Taylor series about x = 0: f(x) = Σ fᵏ(x₀)/k! · (x − x₀)ᵏ.
- Derivative 0 at the centre.
- Derivative 1 at the centre.
- Derivative 2 at the centre.
- Derivative 3 at the centre.
- Derivative 4 at the centre.
- Derivative 5 at the centre.
- Assemble the terms up to degree 5.
Questions people ask
What is the ε–δ definition actually saying?
That you can make the output as close to the limit as anyone demands (within ε) by keeping the input close enough (within δ). It replaces "approaches" with a challenge-and-response that can be checked.
Why does the harmonic series diverge when its terms go to zero?
Because the terms shrink too slowly: group them as 1/3 + 1/4 > 1/2, 1/5 + … + 1/8 > 1/2, and so on — infinitely many halves.
Tente o seu próprio
Mais em Real Analysis
Sequences and their limitsConvergence of seriesImproper integralsTaylor approximation and errorFunctions of a complex variableContinuity and differentiability, rigorously