Test 3 Flashcards
Mean Value Theorem
If f : [a, b] → R is continuous on [a, b] and differentiable on (a, b), then there exists a point c ∈ (a, b) where
f’(c) = f(b) - f(a) / b - a
L’Hospital’s rule (0/0 case)
lim f’(x)/g’(x) = L
implies lim f(x)/g(x)=L
Continuous Limit Theorem
Let (fn) be a sequence of functions defined on A ⊆ R that converges uniformly on A to a function f. If each fn is continuous at c ∈ A, then f is continuous at c.
Intermediate Value Property
A function f has the intermediate value property on an
interval [a, b] if for all x < y in [a, b] and all L between f(x) and f(y), it is always possible to find a point c ∈ (x, y) where f(c) = L.
Differentiability
Let g : A → R be a function defined on an interval A. Given c ∈ A, the derivative of g at c is defined by
g’(c) = lim g(x) - g(c) / x - c
Pointwise convergence
For each n ∈ N, let fn be a function defined on a set A ⊆ R.
The sequence (fn) of functions converges pointwise on A to a function f if, for all x ∈ A, the sequence of real numbers fn(x) converges to f(x)
Uniform convergence of functions
Let (fn) be a sequence of functions defined on a set A ⊆ R. Then, (fn) converges uniformly on A to a limit
function f defined on A if, for every ϵ > 0, there exists an N ∈ N such that
|fn(x) − f(x)| < ϵ whenever n ≥ N and x ∈ A
pointwise and uniform convergence of a series
For each n ∈ N, let fn and f be functions defined on a set A ⊆ R. The infinite series converges pointwise on A to f(x) if the sequence sk(x) of partial sums defined by
sk(x) = f1(x) + f2(x) + ··· + fk(x)
converges pointwise to f(x)
The series converges uniformly on A to f if the sequence sk(x) converges uniformly on A to f(x).
power series
f(x) = Σan * x^n = a0 + a1x + a2x^2 + a3x^3
from n = 0 to n = ∞
Taylor series (Taylor’s formula)
f(x) = a0 + a1x + a2x^2 + a3x^3 + a4x^4
where an = f^n(0) / n! (the nth derivative)
Partition
A partition P of [a, b] is a finite set of points from [a, b] that includes both a and b. The notational convention is to always list the points of a partition P = {x0, x1, x2,…,xn} in increasing order
thus,
a = x0 < x1 < x2 < ··· < xn = b.
Refinement
A partition Q is a refinement of a partition P if Q contains all of the points of P; that is, if P ⊆ Q.
higher integrals
Let P be the collection of all possible partitions of the
interval [a, b].
The upper integral of f is defined to be
U(f) = inf{U(f,P) : P ∈ P}
lower integrals
Let P be the collection of all possible partitions of the
interval [a, b]
In a similar way, define the lower integral of f by
L(f) = sup{L(f,P) : P ∈ P}.
Riemann Integrability
A bounded function f defined on the interval [a, b] is Riemann-integrable if U(f) = L(f). In this case, we define ∫f or ∫f(x)dx to be this common value.
∫f = U(f) = L(f)