• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Limits

Concept of Limit Function

Understanding Limits Intuitively

Imagine you are walking towards your house door. The closer you get to the door, the clearer you can see the details of the door. In mathematics, limits work in a similar way. Limits describe the value that a function approaches when its input variable approaches a certain value.

The concept of limits is very fundamental in calculus because it becomes the foundation for understanding derivatives, integrals, and function continuity. Limits help us understand function behavior around certain points, even when the function is not defined exactly at that point.

Approach Through Value Tables

To understand limits more concretely, let's see how function values change when the variable approaches a certain point. Suppose we have function f(x)=x+2f(x) = x + 2f(x)=x+2 and want to see what happens when xxx approaches 3.

xxx2.92.92.92.992.992.992.9992.9992.999...3.0013.0013.0013.013.013.013.13.13.1
f(x)f(x)f(x)4.94.94.94.994.994.994.9994.9994.999...5.0015.0015.0015.015.015.015.15.15.1

From the table above, we can see that when xxx approaches 3 from the left (values x<3x < 3x<3) and from the right (values x>3x > 3x>3), the value of f(x)f(x)f(x) approaches 5. This approaching value is called the limit.

Formal Definition of Limits

Mathematically, limits can be defined as follows:

lim⁡x→cf(x)=L\lim_{x \to c} f(x) = Lx→clim​f(x)=L

This definition is read as "the limit of f(x)f(x)f(x) as xxx approaches ccc equals LLL".

The conditions for this limit to exist are:

  • Left limit and right limit must exist
  • Left limit must be equal to the right limit
  • The limit value is LLL

More formally, left and right limits can be written as:

lim⁡x→c−f(x)=L(left limit: x approaches c from the left)\lim_{x \to c^-} f(x) = L \quad \text{(left limit: } x \text{ approaches } c \text{ from the left)}x→c−lim​f(x)=L(left limit: x approaches c from the left)
lim⁡x→c+f(x)=L(right limit: x approaches c from the right)\lim_{x \to c^+} f(x) = L \quad \text{(right limit: } x \text{ approaches } c \text{ from the right)}x→c+lim​f(x)=L(right limit: x approaches c from the right)

If both limits are equal, then lim⁡x→cf(x)=L\lim_{x \to c} f(x) = Llimx→c​f(x)=L. If they are different, then the limit does not exist.

Application of Limits

Simple Example

Find lim⁡x→4(2x−1)\lim_{x \to 4} (2x - 1)limx→4​(2x−1).

Solution:

Since the function f(x)=2x−1f(x) = 2x - 1f(x)=2x−1 is continuous at x=4x = 4x=4, we can directly substitute:

lim⁡x→4(2x−1)=2(4)−1=8−1=7\lim_{x \to 4} (2x - 1) = 2(4) - 1 = 8 - 1 = 7x→4lim​(2x−1)=2(4)−1=8−1=7

Example with Indeterminate Form

Find lim⁡x→2x2−4x−2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}limx→2​x−2x2−4​.

Solution:

If we substitute x=2x = 2x=2 directly, we get the indeterminate form 00\frac{0}{0}00​. We need to simplify first by factoring:

x2−4=(x+2)(x−2)x^2 - 4 = (x + 2)(x - 2)x2−4=(x+2)(x−2)
lim⁡x→2x2−4x−2=lim⁡x→2(x+2)(x−2)x−2\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} \frac{(x + 2)(x - 2)}{x - 2}x→2lim​x−2x2−4​=x→2lim​x−2(x+2)(x−2)​

Since we are calculating the limit when xxx approaches 2 (not equals 2), then x≠2x \neq 2x=2 and we can cancel (x−2)(x - 2)(x−2):

=lim⁡x→2(x+2)=2+2=4= \lim_{x \to 2} (x + 2) = 2 + 2 = 4=x→2lim​(x+2)=2+2=4

Basic Properties of Limits

Some important properties that facilitate limit calculations:

  1. Linearity Property:

    lim⁡x→c[af(x)+bg(x)]=alim⁡x→cf(x)+blim⁡x→cg(x)\lim_{x \to c} [af(x) + bg(x)] = a\lim_{x \to c} f(x) + b\lim_{x \to c} g(x)limx→c​[af(x)+bg(x)]=alimx→c​f(x)+blimx→c​g(x)
  2. Multiplication Property:

    lim⁡x→c[f(x)⋅g(x)]=lim⁡x→cf(x)⋅lim⁡x→cg(x)\lim_{x \to c} [f(x) \cdot g(x)] = \lim_{x \to c} f(x) \cdot \lim_{x \to c} g(x)limx→c​[f(x)⋅g(x)]=limx→c​f(x)⋅limx→c​g(x)
  3. Division Property:

    lim⁡x→cf(x)g(x)=lim⁡x→cf(x)lim⁡x→cg(x)\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{\lim_{x \to c} f(x)}{\lim_{x \to c} g(x)}limx→c​g(x)f(x)​=limx→c​g(x)limx→c​f(x)​ provided lim⁡x→cg(x)≠0\lim_{x \to c} g(x) \neq 0limx→c​g(x)=0

Exercises

  1. Find lim⁡x→3(x2+2x−1)\lim_{x \to 3} (x^2 + 2x - 1)limx→3​(x2+2x−1)

  2. Find lim⁡x→1x2−1x−1\lim_{x \to 1} \frac{x^2 - 1}{x - 1}limx→1​x−1x2−1​

  3. Find lim⁡x→0sin⁡xx\lim_{x \to 0} \frac{\sin x}{x}limx→0​xsinx​ (use trigonometric limit theorem)

  4. If f(x)={x+1,x<23x−2,x≥2f(x) = \begin{cases} x + 1, & x < 2 \\ 3x - 2, & x \geq 2 \end{cases}f(x)={x+1,3x−2,​x<2x≥2​, find lim⁡x→2f(x)\lim_{x \to 2} f(x)limx→2​f(x)

Answer Key

  1. Solution:

    Since polynomial functions are continuous at all points, we can substitute directly:

    lim⁡x→3(x2+2x−1)=32+2(3)−1=9+6−1=14\lim_{x \to 3} (x^2 + 2x - 1) = 3^2 + 2(3) - 1 = 9 + 6 - 1 = 14x→3lim​(x2+2x−1)=32+2(3)−1=9+6−1=14
  2. Solution:

    Direct substitution yields the form 00\frac{0}{0}00​. We factor first:

    x2−1=(x+1)(x−1)x^2 - 1 = (x + 1)(x - 1)x2−1=(x+1)(x−1)
    lim⁡x→1x2−1x−1=lim⁡x→1(x+1)(x−1)x−1\lim_{x \to 1} \frac{x^2 - 1}{x - 1} = \lim_{x \to 1} \frac{(x + 1)(x - 1)}{x - 1}x→1lim​x−1x2−1​=x→1lim​x−1(x+1)(x−1)​

    Since xxx approaches 1 (not equal to 1), then x≠1x \neq 1x=1 and we can cancel (x−1)(x - 1)(x−1):

    =lim⁡x→1(x+1)=1+1=2= \lim_{x \to 1} (x + 1) = 1 + 1 = 2=x→1lim​(x+1)=1+1=2
  3. Solution:

    This is a fundamental trigonometric limit that is very important in calculus. This limit cannot be solved by direct substitution because it would yield the form 00\frac{0}{0}00​. However, based on the proven trigonometric limit theorem:

    lim⁡x→0sin⁡xx=1\lim_{x \to 0} \frac{\sin x}{x} = 1x→0lim​xsinx​=1

    Note: xxx is in radians, not degrees.

  4. Solution:

    For piecewise functions (defined with different rules), we must check left and right limits separately:

    Left limit (when xxx approaches 2 from the left, so x<2x < 2x<2):

    lim⁡x→2−f(x)=lim⁡x→2−(x+1)=2+1=3\lim_{x \to 2^-} f(x) = \lim_{x \to 2^-} (x + 1) = 2 + 1 = 3x→2−lim​f(x)=x→2−lim​(x+1)=2+1=3

    Right limit (when xxx approaches 2 from the right, so x≥2x \geq 2x≥2):

    lim⁡x→2+f(x)=lim⁡x→2+(3x−2)=3(2)−2=6−2=4\lim_{x \to 2^+} f(x) = \lim_{x \to 2^+} (3x - 2) = 3(2) - 2 = 6 - 2 = 4x→2+lim​f(x)=x→2+lim​(3x−2)=3(2)−2=6−2=4

    Since lim⁡x→2−f(x)=3≠4=lim⁡x→2+f(x)\lim_{x \to 2^-} f(x) = 3 \neq 4 = \lim_{x \to 2^+} f(x)limx→2−​f(x)=3=4=limx→2+​f(x), then lim⁡x→2f(x)\lim_{x \to 2} f(x)limx→2​f(x) does not exist.

Previous

Tangent Line to Conic Sections

Next

Properties of Limit Function

  • Concept of Limit FunctionUnderstand function limits through intuitive examples and value tables. Learn left/right limits, formal definitions, and solve indeterminate forms.
On this page
  • Understanding Limits Intuitively
  • Approach Through Value Tables
  • Formal Definition of Limits
  • Application of Limits
    • Simple Example
    • Example with Indeterminate Form
  • Basic Properties of Limits
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code