Top 10 Things You Need to Know About Limits
Informal Definition and Graphical Calculation of Limits
Informal Definition of a Limit:
- A finite value is defined as the limit of as approaches if, as gets closer and closer to , the function gets closer and closer to .
- Standard limit notation:
- Interpretation: The -values of the function approach as the -values approach .
One-Sided Limits and Existence:
- Left-hand limit notation: where indicates that approaches from the left side of a$.\n * Right-hand limit notation:\n \lim_{x \to a^+} f(x)\n where a^+xaa$.
- Fundamental Existence Rule: An overall limit exists if and only if the -values approach from both the left and right sides of simultaneously:
Graphical Analysis Example (Piecewise Function):
- Definition of the function components:
- Linear function defined for .
- Square root function defined for .
- Specific point defined at .
- Procedure to evaluate the limit as approaches :
- Draw a vertical reference line through .
- Right-Hand Limit (): Plot a point on the function to the right of . As this point moves leftward toward the vertical line , the function approaches a hole located at . Thus:
- Left-Hand Limit (): Starting to the left of , as the function moves rightward toward , it approaches a hole located at . Thus:
- Overall Limit Determination: Because the right-hand limit () and left-hand limit () are not equal (), the overall limit does not exist:
Important Property of Limits:
- When calculating , the actual value of the function at (i.e., ) is completely irrelevant.
- Even though exists at a solid point on the graph, the limit as does not exist because the function approaches two different -values from the left and right.
Calculating Limits from an Equation and Continuous Functions
Flowchart and Strategy for Evaluating :
- Primary Step: Always perform direct substitution first by plugging into .
- Three Possible Outcomes:
- Continuous Function Outcome: If is continuous at , direct substitution yields (a real finite number). The limit is:
- Indeterminate Form Outcome (): If direct substitution yields , the expression is undefined and indeterminate. It does not reveal whether the limit exists. Algebraic manipulation (factoring, conjugate multiplication, trig identities) or L'Hôpital's rule must be used.
- Undefined Non-Zero over Zero Outcome ( where ): Direct substitution yields a non-zero number divided by zero. The overall limit does not exist, and there is typically a vertical asymptote at . One-sided limits must be checked to determine infinite behavior.
Example of Direct Substitution on a Continuous Function:
- Problem: Calculate .
- Step 1: Direct substitution of :
- Conclusion:
- Graphical Representation: The continuous parabola contains the point . As approaches from both the left and right sides, the function approaches the point .
Infinite Limits and Vertical Asymptotes
Nature of Infinite Limits:
- Obtaining an expression of the form (where ) via direct substitution indicates that the limit does not exist.
- Indicates the existence of a vertical asymptote at .
- Verification Rule: A vertical asymptote exists at if either:
- Note on Existence: Writing a one-sided limit as equal to or is a description of functional growth behavior; it does not mean the limit exists in a finite mathematical sense.
Example Analysis with Table of Values:
- Problem: Find the limit of the rational function as approaches :
- Step 1 (Direct Substitution): Because a non-zero constant is divided by zero, the expression is undefined and the limit does not exist.
- Step 2 (Table of Values Analysis):
- Place in the center of an - table.
- Left-Hand Behavior (): Select -values approaching from the left (e.g., ). The corresponding -values grow larger positively without bound toward :
- Right-Hand Behavior (): Select -values approaching from the right (e.g., ). The corresponding -values decrease negatively without bound toward :
- Graphical Structure:
- Vertical asymptote located at .
- Horizontal asymptote located at .
- The left branch goes up toward as .
- The right branch goes down toward as x \to -3^+$.\n\n\n# Algebraic Strategies for Indeterminate Form 0/0\n\n* Fundamental Equivalence Rule:\n * If f(x) = g(x)x \neq a, then:\n \lim_{x \to a} f(x) = \lim_{x \to a} g(x)\n * Because limits only concern functional behavior as xax \neq a), rewriting a function into an equivalent algebraic form allows evaluation of the limit.\n\n* Strategy 1: Factoring\n * Problem: Calculate \lim_{x \to 5} \frac{x^2 - 7x + 10}{x - 5}.\n * Step 1 (Direct Substitution):\n \frac{5^2 - 7(5) + 10}{5 - 5} = \frac{0}{0} \quad \text{(Indeterminate Form)}\n * Step 2 (Factor the Numerator): Find factors multiplying to 10-7-5-2:\n x^2 - 7x + 10 = (x - 5)(x - 2)\n * Step 3 (Cancel Common Factors):\n \lim_{x \to 5} \frac{(x - 5)(x - 2)}{x - 5} = \lim_{x \to 5} (x - 2)\n * Step 4 (Direct Substitution):\n 5 - 2 = 3\n\n* Strategy 2: Multiplying by the Conjugate\n * Problem: Calculate \lim_{x \to 9} \frac{x - 9}{\sqrt{x} - 3}.\n * Step 1 (Direct Substitution):\n \frac{9 - 9}{\sqrt{9} - 3} = \frac{0}{0} \quad \text{(Indeterminate Form)}\n * Step 2 (Multiply Top and Bottom by the Conjugate of the Denominator):\n \lim_{x \to 9} \left[ \frac{x - 9}{\sqrt{x} - 3} \cdot \frac{\sqrt{x} + 3}{\sqrt{x} + 3} \right]\n * Step 3 (Expand Denominator as a Difference of Squares):\n (\sqrt{x} - 3)(\sqrt{x} + 3) = (\sqrt{x})^2 - 3^2 = x - 9\n * Step 4 (Cancel Factors and Evaluate):\n \lim_{x \to 9} \frac{(x - 9)(\sqrt{x} + 3)}{x - 9} = \lim_{x \to 9} (\sqrt{x} + 3)\n \sqrt{9} + 3 = 3 + 3 = 6\n\n* Strategy 3: Applying Trigonometric Identities\n * Problem: Calculate \lim_{x \to 0} \frac{\sin(2x)}{\sin(x)}.\n * Step 1 (Direct Substitution):\n \frac{\sin(0)}{\sin(0)} = \frac{0}{0} \quad \text{(Indeterminate Form)}\n * Step 2 (Substitute Double Angle Identity \sin(2x) = 2\sin(x)\cos(x)):\n \lim_{x \to 0} \frac{2\sin(x)\cos(x)}{\sin(x)}\n * Step 3 (Cancel Common Factors and Evaluate):\n \lim_{x \to 0} 2\cos(x) = 2\cos(0) = 2(1) = 2\n\n\n# Fundamental Limit Laws\n\n* Sum and Difference Law:\n * The limit of a sum or difference of functions equals the sum or difference of their individual limits:\n \lim_{x \to a} [f(x) \pm g(x)] = \lim_{x \to a} f(x) \pm \lim_{x \to a} g(x)\n\n* Constant Multiple Law:\n * The limit of a constant times a function equals the constant multiplied by the limit of the function:\n \lim_{x \to a} [c \cdot f(x)] = c \cdot \lim_{x \to a} f(x)\n\n* Product Law:\n * The limit of a product of functions equals the product of their individual limits:\n \lim_{x \to a} [f(x) \cdot g(x)] = \left(\lim_{x \to a} f(x)\right) \cdot \left(\lim_{x \to a} g(x)\right)\n\n* Quotient Law:\n * The limit of a quotient of functions equals the quotient of their individual limits, provided the denominator limit is non-zero:\n \lim_{x \to a} \left[\frac{f(x)}{g(x)}\right] = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)} \quad \text{where } \lim_{x \to a} g(x) \neq 0\n\n\n# Limits at Infinity and Horizontal Asymptotes\n\n* Concept of Limits at Infinity:\n * Calculates functional behavior as x \to \inftyx \to -\infty.\n * Definition of Horizontal Asymptote: A line y = bf(x) if either:\n \lim_{x \to \infty} f(x) = b \quad \text{or} \quad \lim_{x \to -\infty} f(x) = b\n\n* Algebraic Method for Rational Functions:\n * Evaluating rational limits at infinity initially leads to indeterminate form \frac{\infty}{\infty}.\n * Method: Identify the highest power of x present in the denominator, and divide every term in both numerator and denominator by that highest power.\n * Key Property: For any positive exponent n > 0c:\n \lim_{x \to \pm\infty} \frac{c}{x^n} = 0\n\n* Detailed Example:\n * Problem: Calculate \lim_{x \to \infty} \frac{5x^2 + 8x - 3}{3x^2 + 2}.\n * Step 1 (Identify Highest Power in Denominator): The highest power in denominator 3x^2 + 2x^2.\n * Step 2 (Divide All Terms by x^2):\n \lim_{x \to \infty} \frac{\frac{5x^2}{x^2} + \frac{8x}{x^2} - \frac{3}{x^2}}{\frac{3x^2}{x^2} + \frac{2}{x^2}} = \lim_{x \to \infty} \frac{5 + \frac{8}{x} - \frac{3}{x^2}}{3 + \frac{2}{x^2}}\n * Step 3 (Evaluate Individual Limits):\n \frac{5 + 0 - 0}{3 + 0} = \frac{5}{3}\n * Conclusion: The limit equals \frac{5}{3}y = \frac{5}{3}.\n\n\n# L'Hôpital's Rule\n\n* Definition and Rule:\n * If evaluating a limit yields indeterminate form \frac{0}{0}\frac{\infty}{\infty}, L'Hôpital's Rule states:\n \lim_{x \to c} \frac{f(x)}{g(x)} = \lim_{x \to c} \frac{f'(x)}{g'(x)}\n * The limit of the ratio of two functions equals the limit of the ratio of their derivatives.\n\n* Example 1 (Indeterminate Form 0/0):\n * Problem: Evaluate \lim_{x \to 2} \frac{x^2 - 7x + 10}{x - 2}.\n * Direct substitution yields \frac{0}{0}.\n * Apply L'Hôpital's Rule:\n * Derivative of numerator x^2 - 7x + 102x - 7.\n * Derivative of denominator x - 21.\n * New Limit Formulation:\n \lim_{x \to 2} \frac{2x - 7}{1}\n * Direct Substitution:\n 2(2) - 7 = -3\n\n* Example 2 (Indeterminate Form Infinity/Infinity with Repeated Application):\n * Problem: Evaluate \lim_{x \to \infty} \frac{6x^2 - 7x}{2x^2}.\n * Direct substitution yields \frac{\infty}{\infty}.\n * First Application of L'Hôpital's Rule:\n * Derivative of numerator 6x^2 - 7x12x - 7.\n * Derivative of denominator 2x^24x.\n \lim_{x \to \infty} \frac{12x - 7}{4x}\n * Evaluation at infinity still yields \frac{\infty}{\infty}, permitting a second application of L'Hôpital's Rule.\n * Second Application of L'Hôpital's Rule:\n * Derivative of numerator 12x - 712.\n * Derivative of denominator 4x4.\n \lim_{x \to \infty} \frac{12}{4} = 3\n\n\n# Other Indeterminate Forms\n\n* Indeterminate Product (0 \times \infty):\n * L'Hôpital's Rule cannot be directly applied to a product f(x) \cdot g(x).\n * Algebraic Transformation: Rewrite the product as a quotient:\n f(x) \cdot g(x) = \frac{g(x)}{\frac{1}{f(x)}}\n This converts the form 0 \times \infty\frac{\infty}{\infty}\frac{0}{0}.\n * Example: Evaluate \lim_{x \to 0^+} [x \cdot \ln(x)].\n * Direct evaluation: As x \to 0^+x \to 0\ln(x) \to -\infty0 \times (-\infty).\n * Rewrite as quotient:\n \lim_{x \to 0^+} \frac{\ln(x)}{\frac{1}{x}}\n * Form check: As x \to 0^+\ln(x) \to -\infty\frac{1}{x} \to \infty\frac{-\infty}{\infty}.\n * Apply L'Hôpital's Rule:\n * Derivative of numerator \ln(x)\frac{1}{x}.\n * Derivative of denominator \frac{1}{x}-\frac{1}{x^2}.\n * Simplify quotient of derivatives:\n \lim_{x \to 0^+} \frac{\frac{1}{x}}{-\frac{1}{x^2}} = \lim_{x \to 0^+} (-x)\n * Direct substitution:\n -0 = 0\n\n* Indeterminate Difference (\infty - \infty):\n * L'Hôpital's Rule cannot be directly applied to differences.\n * Algebraic Transformation: Combine terms using a common denominator into a single rational expression to obtain form \frac{0}{0}.\n * Example: Evaluate \lim_{x \to 0^+} \left[ \frac{1}{\sin(x)} - \frac{1}{x} \right].\n * Direct evaluation gives form \infty - \infty.\n * Combine using common denominator x \cdot \sin(x).\n \lim_{x \to 0^+} \frac{x - \sin(x)}{x \cdot \sin(x)}\n * Form check: Substitution yields \frac{0 - 0}{0} = \frac{0}{0}.\n * First Application of L'Hôpital's Rule:\n * Derivative of numerator x - \sin(x)1 - \cos(x).\n * Derivative of denominator x \cdot \sin(x)\sin(x) + x\cos(x).\n \lim_{x \to 0^+} \frac{1 - \cos(x)}{\sin(x) + x\cos(x)}\n * Form check: Substitution yields \frac{1 - 1}{0 + 0} = \frac{0}{0}, requiring a second application.\n * Second Application of L'Hôpital's Rule:\n * Derivative of numerator 1 - \cos(x)\sin(x).\n * Derivative of denominator \sin(x) + x\cos(x)\cos(x) + (\cos(x) - x\sin(x)) = 2\cos(x) - x\sin(x).\n \lim_{x \to 0^+} \frac{\sin(x)}{2\cos(x) - x\sin(x)}\n * Direct Substitution:\n \frac{\sin(0)}{2\cos(0) - 0\sin(0)} = \frac{0}{2(1) - 0} = \frac{0}{2} = 0\n\n\n# The Squeeze Theorem\n\n* Overview and Terminology:\n * Also formally known as the Sandwich Theorem.\n\n* Formal Statement and Conditions:\n * Condition 1: g(x)f(x)h(x)xaa):\n f(x) \le g(x) \le h(x)\n * Condition 2: The limits of both bounding outer functions as xaL:\n \lim_{x \to a} f(x) = L \quad \text{and} \quad \lim_{x \to a} h(x) = L\n * Conclusion: The limit of the middle function g(x)xaL:\n \lim_{x \to a} g(x) = L\n\n* Application Example:\n * Problem: Calculate \lim_{x \to 0} \left[ x^2 \cdot \sin\left(\frac{1}{x}\right) \right].\n * Behavioral Analysis: As x \to 0\sin\left(\frac{1}{x}\right)-11x \to 0 does not exist.\n * Step 1 (Establish Bounding Inequality for Sine):\n -1 \le \sin\left(\frac{1}{x}\right) \le 1\n * Step 2 (Multiply Entire Inequality by x^2x^2 \ge 0):\n -x^2 \le x^2 \cdot \sin\left(\frac{1}{x}\right) \le x^2\n * Step 3 (Evaluate Limits of Outer Functions):\n \lim_{x \to 0} (-x^2) = 0\n \lim_{x \to 0} (x^2) = 0\n * Step 4 (Apply Squeeze Theorem): Since the outer functions both approach 0x \to 00:\n \lim_{x \to 0} \left[ x^2 \cdot \sin\left(\frac{1}{x}\right) \right] = 0\n\n\n# The Epsilon-Delta Definition of a Limit\n\n* Formal Definition:\n * A value Lf(x)xa\epsilon > 0\delta > 0 such that:\n \text{If } 0 < |x - a| < \delta, \quad \text{then } |f(x) - L| < \epsilon\n\n* Geometric and Graphical Components:\n * \epsilonL(L - \epsilon, L + \epsilon).\n * \deltaa(a - \delta, a + \delta).\n * Magnitude Expression |x - a|xa$.
- Condition : Specifies that lies strictly within distance of , while ensures x \neq a$.\n * Magnitude Expression |f(x) - L|f(x)L$.
- Condition : Guarantees that the function value falls strictly within distance of L$.\n\n* Core Summary:\n * No matter how small an output range \epsilonL\deltaax\deltaaay\epsilonLLf(x)x \to a$$.