Detailed Study Notes on Limits and Functions

Introduction to Limits

Concept of Limits

  • Limit notation: Represents the value a function approaches as the input approaches a certain point.
    • Example: ( \lim_{x \to 2} f(x) ) indicates the limit of function ( f(x) ) as ( x ) approaches 2.

Approaching a Limit from Different Sides

  • Approaching from the left: When ( x ) approaches a number from values less than that number.
    • Written as ( \lim_{x \to 2^-} f(x) ) (from the left side).
    • Example with age: "My age is on the left side of 50, getting closer to 50."
  • Approaching from the right: When ( x ) approaches a number from values greater than that number.
    • Written as ( \lim_{x \to 2^+} f(x) ) (from the right side).

Example Function Analysis

Example with Function ( f(x) = \frac{3x^2 - 6x}{x - 2} )

Completing a Table of Values
  • For ( x = 1.9 ):
    • Calculation: ( f(1.9) = \frac{3(1.9)^2 - 6(1.9)}{1.9 - 2} = 5.7 ).
  • Repeat for ( x = 1.99 ):
    • Result: ( f(1.99) = \frac{3(1.99)^2 - 6(1.99)}{1.99 - 2} = 5.97 ).
  • Further value for ( x = 1.999 ):
    • Result: ( f(1.999) = 5.997 ).
  • Analyze the pattern, suggesting the limit as ( x ) approaches 2 from the left is 6.
Repeating for Values Approaching from the Right
  • For ( x = 2.1 ):
    • Result: ( f(2.1) = 6.3 ).
  • For ( x = 2.01 ):
    • Result: ( f(2.01) = 6.03 ).
  • Continue until confirmation that ( \lim_{x \to 2^+} f(x) = 6 ).

Conclusion for Limit Analysis

  • Both left-hand limit and right-hand limit approach the same value:
    • Therefore, ( \lim_{x \to 2} f(x) = 6 ).

Undefined at Specific Points

  • Discuss the scenario when ( x = 2 ):
    • Numerically, found ( \frac{0}{0} ) (undefined).
    • Interpret the graph showing a hole at ( x = 2 ).

Informal Definition of Limit

  • Detailed definition:
    • A limit exists at ( a ) if function values can be made arbitrarily close to ( L ) as ( x ) approaches ( a ) (but does not equal ( a )).

Limits Failing to Exist

Different Right and Left Behavior

  • Example of piecewise function:
    • ( f(x) = \begin{cases} -1 & \text{for } x < 0 \ 1 & \text{for } x \geq 0 \end{cases} )
  • Analysis:
    • Left-hand limit: ( \lim_{x \to 0^-} f(x) = -1 )
    • Right-hand limit: ( \lim_{x \to 0^+} f(x) = 1 )
    • Conclusion: Limit does not exist due to differing left-hand and right-hand limits.

Unbounded Behavior

  • Example: Function ( f(x) = \frac{1}{x^2} ) as ( x \to 0 ) approaches ( \infty ).

Oscillatory Behavior

  • Example with function ( f(x) = \sin(\frac{1}{x}) ):
    • As ( x ) approaches 0 from both sides, it oscillates and does not approach a unique limit.
  • Conclusion: This limit does not exist due to oscillation between -1 and 1.

Graphical Interpretation of Limits

  • Evaluate limits graphically: approach values from both sides visually and analyze continuity in functions.

Conclusion and Next Steps

Finding Limits Analytically

  • Use direct substitution and factorization for rational functions to resolve limits effectively.

Final Remarks

  • Understanding the different ways limits can fail to exist is crucial to analyzing and interpreting functions effectively.
  • Practice limits through numerical, graphical, and analytical methods for solid comprehension.

Ongoing Learning Resources

  • Engage with practice worksheets, collaborative study sessions, and in-class problem-solving for continuous improvement in understanding limits.