Unit 13 Precalculus Practice: Continuity, Squeeze Theorem, and Derivatives
M.O. #13.1 - Continuity and Discontinuity
The Three Conditions for Continuity at a Point (x=a):
To prove that a function is continuous at a specific point x=a, three conditions must hold. If any of these conditions are not met, the function is immediately concluded to be discontinuous at that point:
* Condition 1: f(a) exists.
* Condition 2: limx→af(x) exists.
* Condition 3: limx→af(x)=f(a).
Removable Discontinuity:
To show that a function has a removable discontinuity at x=a, it must be shown that the limit exists at that point: limx→af(x) exists.
Example 1: Discontinuity at x=4 (Failure of Condition #2):
* Given values: limx→4−f(x)=5 and limx→4+f(x)=8.
* Explanation: Since the left-hand limit and right-hand limit are not equal, limx→4f(x)=DNE (Does Not Exist). This fails Condition #2.
Example 2: Discontinuity at x=3 (Failure of Condition #3):
* Given values: f(3)=4 and limx→3f(x)=6.
* Explanation: Even though both the value and the limit exist, they are not equal (f(3)=limx→3f(x)). This fails Condition #3.
Example 3: Proving Continuity at x=3:
* Function: f(x)={x+15−xif x≤3if x>3
* Verification step 1 (f(a)): f(3)=3+1=4=2. (Exists)
* Verification step 2 (limf(x)):
* limx→3−f(x)=3+1=2
* limx→3+f(x)=5−3=2
* Therefore, limx→3f(x)=2. (Exists)
* Verification step 3 (limf(x)=f(a)): 2=2. (Matches)
* Conclusion: The function is continuous at x=3.
Example 4: Identifying Discontinuities for f(x)=x2−9x+3:
* Discontinuities occur where the denominator is zero: x2−9=0→(x+3)(x−3)=0.
* Values: Discontinuous at x=−3 and x=3.
* Removable Discontinuity: The discontinuity at x=−3 is removable because the factor (x+3) can be cancelled from the numerator and denominator.
* Showing the limit for removable discontinuity:
limx→−3(x+3)(x−3)x+3=limx→−3x−31=−3−31=−61
Example 5: Solving for a Constant (k) to Ensure Continuity:
* Function: f(x)={x+6k−2xif x<9if x≥9
* Set limits equal at x=9:
9+6=k−2(9)3+6=k−189=k−18k=27
M.O. #13.2 - Squeeze Theorem
Definition:
If g(x)≤f(x)≤h(x) and limx→cg(x)=limx→ch(x)=L, then limx→cf(x)=L.
Example 6: Using Squeeze Theorem:
* Given: −2x3≤f(x)≤x+3. Find limx→−1f(x).
* Evaluate boundary limits:
limx→−1(−2x3)=−2(−1)3=−2(−1)=2limx→−1(x+3)=−1+3=2
* Conclusion: Since both outside limits equal 2, limx→−1f(x)=2.
Example 7: Showing limx→0(x3cos(x1))=0:
* Start with the known range of the cosine function: −1≤cos(x1)≤1.
* Multiply throughout by x3: −x3≤x3cos(x1)≤x3.
* Determine limits of the bounding functions as x→0:
limx→0(−x3)=−(0)3=0limx→0(x3)=(0)3=0
* Conclusion: By Squeeze Theorem, limx→0(x3cos(x1))=0.
M.O. #13.3 - Limit to Find Slope of a Tangent Line / Instantaneous Rate of Change
Points of Interest:(x,f(x)) and (x1,f(x1)).
Slope Formula for Tangent Line:m=limx1→xx1−xf(x1)−f(x)
Example 8: Analyzing f(x)=x2+2:
* Part a: Secant Line (x=3 to x=5):
* Points: (3,11) and (5,27).
* Slope Calculation: msec=5−327−11=216=8.
* Type: This represents the average rate of change.
* Equation: y−11=8(x−3).
* Part b: Tangent Line (at x=4):
* Point: (4,18).
* Slope formula: mtan=limx→4x−4x2+2−18=limx→4x−4x2−16.
* Factor: limx→4x−4(x+4)(x−4)=limx→4(x+4)=4+4=8.
* Type: This represents the instantaneous rate of change.
* Equation: y−18=8(x−4).
* Part c: General Expression for Slope at (x0,f(x0)):mtan=limx1→x0x1−x0f(x1)−f(x0)mtan=limx1→x0x1−x0x12+2−(x02+2)mtan=limx1→x0x1−x0x12−x02=limx1→x0(x1+x0)=x0+x0=2x
M.O. #13.4 - Definition of the Derivative (First Principles)
Formula:f′(x)=limh→0hf(x+h)−f(x)
Example 9: Given f(x)=2x2−3:
* Part a: Find f′(x):f′(x)=limh→0h2(x+h)2−3−(2x2−3)f′(x)=limh→0h2(x2+2xh+h2)−3−2x2+3f′(x)=limh→0h2x2+4xh+2h2−2x2f′(x)=limh→0h4xh+2h2=limh→0(4x+2h)f′(x)=4x+2(0)=4x
* Part b: Tangent Line at x=−2:
* Slope: mtan=4(−2)=−8.
* Point: f(−2)=2(−2)2−3=8−3=5. Point is (−2,5).
* Equation: y−5=−8(x+2).
M.O. #13.5 - Interpreting Derivative Limits
Example 10: Recognizing Limits:
* a.) limx→2x−2f(x)−f(2): Derivative of f(x) at x=2.
* b.) limx→0xln(x)−1: Derivative of f(x)=ln(x) at x=e (Note: Logic dictates this refers to the definition at a specific point where f(x)=1).
* c.) limh→0h(x+h)4−x4: Derivative of f(x)=x4.
* d.) limh→0h25+h−5: Derivative of f(x)=x at x=25.
Example 11: General Tangent Equation:
* Given: f(−2)=3 and f′(−2)=4.
* Slope = 4, Point = (−2,3).
* Equation: y−3=4(x+2).
Example 12: Horizontal Tangents:
* If f′(6)=0 and f(6)=−1, the line tangent to f(x) at x=6 will be horizontal and have a y-intercept of (0,−1).
Example 13: Tangent line to f(x)=x5+1 at x=2:
* f(2)=25+1=3.5. Point is (2,3.5).
* f′(2)=limh→0h2+h5+1−(25+1)=⋯=−45.
* Equation: y−3.5=−1.25(x−2).
Example 14: Tangent line to f(x)=5−x at x=9:
* f(9)=5−9=2. Point is (9,2).
* Slope calculation using limit results in m=−61.
* Equation: y−2=−61(x−9).