Continuous functions have special properties that make them powerful tools in calculus. These properties allow us to manipulate and analyze functions with ease, opening doors to solving complex problems.
Understanding how continuous functions behave when added, multiplied, or composed is crucial. These properties, along with theorems like the Extreme Value Theorem, help us prove important mathematical statements and solve real-world problems.
Properties of Continuous Functions
Properties of continuous functions
Sum of continuous functions remains continuous at the same point x=a
Proven using limit laws: limx→a(f(x)+g(x))=limx→af(x)+limx→ag(x)=f(a)+g(a)
Difference of continuous functions remains continuous at the same point x=a
Proven using limit laws: limx→a(f(x)−g(x))=limx→af(x)−limx→ag(x)=f(a)−g(a)
Product of continuous functions remains continuous at the same point x=a
Proven using limit laws: limx→a(f(x)g(x))=limx→af(x)⋅limx→ag(x)=f(a)g(a)
Quotient of continuous functions remains continuous at the same point x=a, provided the denominator is non-zero at x=a
Proven using limit laws: limx→ag(x)f(x)=limx→ag(x)limx→af(x)=g(a)f(a), where g(a)=0
Continuity of composite functions
Composite function g(f(x)) is continuous at x=a if:
Inner function f(x) is continuous at x=a
Outer function g(x) is continuous at x=f(a)
Proven using limit laws: limx→ag(f(x))=g(limx→af(x))=g(f(a))
Determine continuity by checking both conditions for the inner and outer functions
Example: If f(x)=x2 is continuous on R and g(x)=x is continuous on [0,∞), then g(f(x))=x2=∣x∣ is continuous on R
Extreme value theorem
Continuous function f(x) on a closed interval [a,b] attains its maximum and minimum values within the interval
Proven by contradiction:
Assume f(x) does not attain its maximum value on [a,b]
Let M=sup{f(x):x∈[a,b]} be the least upper bound of f(x) on [a,b]
For each n∈N, there exists xn∈[a,b] such that f(xn)>M−n1
By the Bolzano-Weierstrass Theorem, the sequence (xn) has a convergent subsequence (xnk) converging to some x0∈[a,b]
By continuity, limk→∞f(xnk)=f(x0), but limk→∞f(xnk)=M, so f(x0)=M, contradicting the assumption
A similar proof can be used for the minimum value
Ensures the existence of maximum and minimum values for continuous functions on closed intervals
Applications of function continuity
Intermediate Value Theorem: If f(x) is continuous on [a,b] and y0 is between f(a) and f(b), then there exists a c∈(a,b) such that f(c)=y0
Proves the existence of roots and helps find the range of a function
Example: If f(x)=x3−x is continuous on [−1,1] and f(−1)=−2<0 and f(1)=0, then there exists a c∈(−1,1) such that f(c)=−1
Boundedness Theorem: If f(x) is continuous on a closed interval [a,b], then f(x) is bounded on [a,b]
Proves a function is bounded and helps find the range of a function
Example: If f(x)=sin(x) is continuous on [0,2π], then f(x) is bounded on [0,2π] with −1≤f(x)≤1
Preservation of intervals: If f(x) is continuous on an interval I and f(I)⊆J, then for any interval K⊆J, there exists an interval L⊆I such that f(L)=K
Proves the existence of pre-images and helps find the domain of a composite function
Example: If f(x)=x2 is continuous on R and f(R)=[0,∞), then for any interval [a,b]⊆[0,∞), there exists an interval [−b,−a]∪[a,b]⊆R such that f([−b,−a]∪[a,b])=[a,b]
Applying Continuity Properties
Applying properties to solve problems and prove statements
Solving equations using the Intermediate Value Theorem
Proves the existence of a solution for a continuous function f(x)=0 on an interval [a,b] if f(a) and f(b) have opposite signs
Example: If f(x)=x3−x−1 is continuous on [0,2] and f(0)=−1<0 and f(2)=5>0, then there exists a c∈(0,2) such that f(c)=0
Proving inequalities using the Extreme Value Theorem
If f(x) and g(x) are continuous on [a,b] and f(x)≤g(x) for all x∈[a,b], then maxf(x)≤maxg(x) and minf(x)≤ming(x)
Example: If f(x)=sin(x) and g(x)=cos(x) are continuous on [0,2π], then maxf(x)=1≤maxg(x)=1 and minf(x)=0≤ming(x)=22
Approximating solutions using the Intermediate Value Theorem and the Bisection Method
If f(x) is continuous and f(a) and f(b) have opposite signs, the Bisection Method can approximate a solution to f(x)=0 with arbitrary precision
Example: If f(x)=x3−x−1 is continuous on [1,2] and f(1)=−1<0 and f(2)=5>0, the Bisection Method can approximate a solution to f(x)=0 by repeatedly halving the interval and selecting the subinterval where the function changes sign