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โaโf(x)+limxโaโg(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โaโf(x)โlimxโaโg(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โaโf(x)โ limxโaโg(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โaโg(x)f(x)โ=limxโaโg(x)limxโaโf(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โaโg(f(x))=g(limxโaโf(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