Top 10 Things You Need to Know About Limits

Informal Definition and Graphical Calculation of Limits

  • Informal Definition of a Limit:

    • A finite value LL is defined as the limit of f(x)f(x) as xx approaches aa if, as xx gets closer and closer to aa, the function f(x)f(x) gets closer and closer to LL.
    • Standard limit notation:     limxaf(x)=L\lim_{x \to a} f(x) = L
    • Interpretation: The yy-values of the function approach LL as the xx-values approach aa.
  • One-Sided Limits and Existence:

    • Left-hand limit notation:     limxaf(x)\lim_{x \to a^-} f(x)     where aa^- indicates that xx approaches aa from the left side of a$.\n * Right-hand limit notation:\n    \lim_{x \to a^+} f(x)\n    where a^+indicatesthatindicates thatxapproachesapproachesafromtherightsideoffrom the right side ofa$.
    • Fundamental Existence Rule: An overall limit limxaf(x)=L\lim_{x \to a} f(x) = L exists if and only if the yy-values approach LL from both the left and right sides of aa simultaneously:     limxaf(x)=limxa+f(x)=L\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = L
  • Graphical Analysis Example (Piecewise Function):

    • Definition of the function components:
    • Linear function defined for x<1x < 1.
    • Square root function defined for x>1x > 1.
    • Specific point defined at x=1x = 1.
    • Procedure to evaluate the limit as xx approaches 11:
    • Draw a vertical reference line through x=1x = 1.
    • Right-Hand Limit (x1+x \to 1^+): Plot a point on the function to the right of x=1x = 1. As this point moves leftward toward the vertical line x=1x = 1, the function approaches a hole located at (1,2)(1, 2). Thus:       limx1+f(x)=2\lim_{x \to 1^+} f(x) = 2
    • Left-Hand Limit (x1x \to 1^-): Starting to the left of x=1x = 1, as the function moves rightward toward x=1x = 1, it approaches a hole located at (1,0)(1, 0). Thus:       limx1f(x)=0\lim_{x \to 1^-} f(x) = 0
    • Overall Limit Determination: Because the right-hand limit (22) and left-hand limit (00) are not equal (202 \neq 0), the overall limit does not exist:       limx1f(x)=Does Not Exist (DNE)\lim_{x \to 1} f(x) = \text{Does Not Exist (DNE)}
  • Important Property of Limits:

    • When calculating limxaf(x)\lim_{x \to a} f(x), the actual value of the function at x=ax = a (i.e., f(a)f(a)) is completely irrelevant.
    • Even though f(1)f(1) exists at a solid point on the graph, the limit as x1x \to 1 does not exist because the function approaches two different yy-values from the left and right.

Calculating Limits from an Equation and Continuous Functions

  • Flowchart and Strategy for Evaluating limxaf(x)\lim_{x \to a} f(x):

    • Primary Step: Always perform direct substitution first by plugging x=ax = a into f(x)f(x).
    • Three Possible Outcomes:
    • Continuous Function Outcome: If f(x)f(x) is continuous at x=ax = a, direct substitution yields f(a)=Lf(a) = L (a real finite number). The limit is:       limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a)
    • Indeterminate Form Outcome (00\frac{0}{0}): If direct substitution yields 00\frac{0}{0}, 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 (c0\frac{c}{0} where c0c \neq 0): Direct substitution yields a non-zero number divided by zero. The overall limit does not exist, and there is typically a vertical asymptote at x=ax = a. One-sided limits must be checked to determine infinite behavior.
  • Example of Direct Substitution on a Continuous Function:

    • Problem: Calculate limx1(x24)\lim_{x \to 1} (x^2 - 4).
    • Step 1: Direct substitution of x=1x = 1:     124=31^2 - 4 = -3
    • Conclusion:     limx1(x24)=3\lim_{x \to 1} (x^2 - 4) = -3
    • Graphical Representation: The continuous parabola y=x24y = x^2 - 4 contains the point (1,3)(1, -3). As xx approaches 11 from both the left and right sides, the function approaches the point (1,3)(1, -3).

Infinite Limits and Vertical Asymptotes

  • Nature of Infinite Limits:

    • Obtaining an expression of the form c0\frac{c}{0} (where c0c \neq 0) via direct substitution indicates that the limit does not exist.
    • Indicates the existence of a vertical asymptote at x=ax = a.
    • Verification Rule: A vertical asymptote exists at x=ax = a if either:     limxaf(x)=±orlimxa+f(x)=±\lim_{x \to a^-} f(x) = \pm\infty \quad \text{or} \quad \lim_{x \to a^+} f(x) = \pm\infty
    • Note on Existence: Writing a one-sided limit as equal to \infty or -\infty 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 xx approaches 3-3:     limx32x+5x+3\lim_{x \to -3} \frac{2x + 5}{x + 3}
    • Step 1 (Direct Substitution):     2(3)+53+3=10\frac{2(-3) + 5}{-3 + 3} = \frac{-1}{0}     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 x=3x = -3 in the center of an xx-yy table.
    • Left-Hand Behavior (x3x \to -3^-): Select xx-values approaching 3-3 from the left (e.g., 3.1,3.01,3.001-3.1, -3.01, -3.001). The corresponding yy-values grow larger positively without bound toward \infty:       limx32x+5x+3=\lim_{x \to -3^-} \frac{2x + 5}{x + 3} = \infty
    • Right-Hand Behavior (x3+x \to -3^+): Select xx-values approaching 3-3 from the right (e.g., 2.9,2.99,2.999-2.9, -2.99, -2.999). The corresponding yy-values decrease negatively without bound toward -\infty:       limx3+2x+5x+3=\lim_{x \to -3^+} \frac{2x + 5}{x + 3} = -\infty
    • Graphical Structure:
    • Vertical asymptote located at x=3x = -3.
    • Horizontal asymptote located at y=2y = 2.
    • The left branch goes up toward \infty as x3x \to -3^-.
    • The right branch goes down toward -\infty 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)forallfor allx \neq a, then:\n    \lim_{x \to a} f(x) = \lim_{x \to a} g(x)\n * Because limits only concern functional behavior as xapproachesapproachesa(where(wherex \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 10andaddingtoand adding to-7,whichyields, which yields-5andand-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 \inftyororx \to -\infty.\n * Definition of Horizontal Asymptote: A line y = bisahorizontalasymptoteofis a horizontal asymptote off(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 > 0andconstantand constantc:\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 + 2isisx^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},indicatingahorizontalasymptoteat, indicating a horizontal asymptote aty = \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}oror\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 + 10isis2x - 7.\n * Derivative of denominator x - 2isis1.\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 - 7xisis12x - 7.\n * Derivative of denominator 2x^2isis4x.\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 - 7isis12.\n * Derivative of denominator 4xisis4.\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 \inftyintointo\frac{\infty}{\infty}oror\frac{0}{0}.\n * Example: Evaluate \lim_{x \to 0^+} [x \cdot \ln(x)].\n * Direct evaluation: As x \to 0^+,,x \to 0andand\ln(x) \to -\infty,givingform, giving form0 \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 -\inftyandand\frac{1}{x} \to \infty,givingform, giving form\frac{-\infty}{\infty}.\n * Apply L'Hôpital's Rule:\n * Derivative of numerator \ln(x)isis\frac{1}{x}.\n * Derivative of denominator \frac{1}{x}isis-\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)isis1 - \cos(x).\n * Derivative of denominator x \cdot \sin(x)(viaProductRule)is(via Product Rule) is\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)isis\sin(x).\n * Derivative of denominator \sin(x) + x\cos(x)isis\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)istrappedbetweenis trapped betweenf(x)andandh(x)forallfor allxnearneara(exceptpossiblyat(except possibly ata):\n    f(x) \le g(x) \le h(x)\n * Condition 2: The limits of both bounding outer functions as xapproachesapproachesaexistandequalexist and equalL:\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)asasxapproachesapproachesamustalsoequalmust also equalL:\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,theterm, the term\sin\left(\frac{1}{x}\right)oscillatesinfinitelybetweenoscillates infinitely between-1andand1;itsindividuallimitas; its individual limit asx \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^2,noting, notingx^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 0asasx \to 0,thesqueezedinnerfunctionmustalsoapproach, the squeezed inner function must also approach0:\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 Listhelimitofis the limit off(x)asasxapproachesapproachesaif,foreveryif, for every\epsilon > 0,thereexistsacorresponding, there exists a corresponding\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 * \epsilon(Epsilon):Representsanarbitrarilychosenpositiveverticaldistanceaboveandbelow(Epsilon): Represents an arbitrarily chosen positive vertical distance above and belowL.Definesanoutputtolerancerange. Defines an output tolerance range(L - \epsilon, L + \epsilon).\n * \delta(Delta):Representsacorrespondingpositivehorizontaldistancetotheleftandrightof(Delta): Represents a corresponding positive horizontal distance to the left and right ofa.Definesaninputrange. Defines an input range(a - \delta, a + \delta).\n * Magnitude Expression |x - a|:Representsthehorizontaldistancefrom: Represents the horizontal distance fromxtotoa$.
    • Condition 0<xa<δ0 < |x - a| < \delta: Specifies that xx lies strictly within distance δ\delta of aa, while 0<xa0 < |x - a| ensures x \neq a$.\n * Magnitude Expression |f(x) - L|:Representstheverticaldistancebetween: Represents the vertical distance betweenf(x)andandL$.
    • Condition f(x)L<ϵ|f(x) - L| < \epsilon: Guarantees that the function value f(x)f(x) falls strictly within distance ϵ\epsilon of L$.\n\n* Core Summary:\n * No matter how small an output range \epsilonissetaroundis set aroundL,ifavalidinputintervalradius, if a valid input interval radius\deltaaroundaroundacanalwaysbefoundsuchthateverycan always be found such that everyxwithinwithin\deltaofofa(excluding(excludinga)producesa) produces ayvaluewithin-value within\epsilonofofL,then, thenLisproventobethelimitofis proven to be the limit off(x)asasx \to a$$.