Overview of Limits at a Point

  • The lecture begins with a reference to a solution posted online for students to review independently.
  • Office hours are available for students with questions.

Types of Limits at a Point

Boring Type Limits

  • These limits can be evaluated by direct substitution (plugging the number into the function).

Block Type Limits

  • A more complex type where the limit may involve forms like

    • \frac{1}{0}
    • corresponding to functions like \frac{1}{x}.
  • For these limits, specific algebraic techniques are required to simplify expressions.

Indeterminate Forms

  • Common indeterminate forms discussed include:
    • \frac{0}{0}
    • \frac{\infty}{\infty}
    • Subtraction of infinities, e.g., \infty - \infty.

Key Method: Algebraic Simplification

  • The strategies involve algebraic manipulation to resolve indeterminate forms by simplifying expressions.

Special Types of Limits

Square Root Undetermined Height

  • Example provided:
    • Evaluating the limit
      \lim_{x \to \infty} \left(\sqrt{x+1} - \sqrt{x-1}\right)
  • Initially results in the form \infty - \infty.
  • Solution involves multiplying by the conjugate:
    • The conjugate is represented as
      \sqrt{x+1} + \sqrt{x-1}.
  • Applying the identity, we simplify the expression:
    • Results in cancellation allowing evaluation of further limits, ultimately yielding:
    • \lim_{x \to \infty} \frac{2}{\sqrt{x+1} + \sqrt{x-1}} = 0.

Example of Limit at a Specific Point

  • Example: Evaluating
    \lim_{x \to 3} \frac{\sqrt{x+13} - 4}{x-3}
  • Results in the indeterminate form \frac{0}{0}.
  • The conjugate is utilized again:
    \frac{\sqrt{x+13} + 4}{\sqrt{x+13} + 4}.
  • After algebraic simplification, we cancel out common factors:
    • Result:
      \lim_{x \to 3} \frac{1}{\sqrt{x+13} + 4} = \frac{1}{16}.
  • Important note: When cancelling terms, ensure to note that it does not yield zero.

Non-Example (Boring Type)

  • Example where we approach a limit without complications:
    • Evaluating
      \lim_{x \to 4} \frac{\sqrt{x+13} - 4}{x-3}
  • This results in a straightforward calculation:
    • Followed the evaluation leading to a standard numerical answer.

Further Examples of Limits

Example of a Zero/Zero Indeterminate Form

  • Evaluating
    \lim_{x \to 2} \frac{\sqrt{x^2 + 5} - 3}{x - 2}
  • Results again in <
  • Conjugate usage leads to further cancellation and simplifications.

Special Cases of Limits

Special Limit: Sine Function

  • A noteworthy limit:
    \lim_{x \to 0} \frac{\sin x}{x} = 1
  • This is an essential limit to remember for advanced calculus.
  • If transformed (e.g.,
    \lim_{x \to 0} \frac{\sin(3x)}{4x}), algebraic manipulation can utilize this limit to derive results.

Squeeze Theorem

  • Defined as a limit where a function is squeezed between two other limits:
    • If
      f(x) \leq g(x) \leq h(x)
    • and if
      \lim{x \to a} f(x) = \lim{x \to a} h(x) = L,
  • Then
    \lim_{x \to a} g(x) = L
  • Classic application in trigonometry, for expressions like
    x\sin(\frac{1}{x}).

Conclusion

  • Continued exploration of algebraic limits is fundamental in calculus.
  • Understanding and recognizing the forms of limits will guide effectively through problem-solving.
  • The material covered may be complex, but persistent practice and revisions can yield proficiency. Further questions can be addressed during office hours.