• 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

Properties of Limit Function

Understanding Properties of Limit Function

After learning the basic concept of limits, we will now delve into properties of limit functions that are very helpful in solving complex limit calculations. Imagine these properties as game rules that allow us to break complex limits into simpler parts.

These limit properties become an important foundation in calculus because they allow us to calculate limits without always having to use formal definitions or value tables. By understanding these properties, limit calculations become more efficient and systematic.

Basic Properties of Limits

Constant Property

The simplest property is the limit of a constant function. If kkk is a constant, then:

lim⁡x→ck=k\lim_{x \to c} k = kx→clim​k=k

This means, the limit of a constant is the constant itself. This makes sense because the value of a constant does not change with respect to the variable xxx.

Identity Property

For the identity function, the following holds:

lim⁡x→cx=c\lim_{x \to c} x = cx→clim​x=c

When xxx approaches ccc, the value of function f(x)=xf(x) = xf(x)=x also approaches ccc.

Arithmetic Operation Properties

Suppose lim⁡x→cf(x)=L\lim_{x \to c} f(x) = Llimx→c​f(x)=L and lim⁡x→cg(x)=M\lim_{x \to c} g(x) = Mlimx→c​g(x)=M where LLL and MMM are real numbers, then the following properties hold:

Addition and Subtraction Properties

The limit of the sum or difference of two functions equals the sum or difference of the limits of each function:

lim⁡x→c[f(x)+g(x)]=lim⁡x→cf(x)+lim⁡x→cg(x)=L+M\lim_{x \to c} [f(x) + g(x)] = \lim_{x \to c} f(x) + \lim_{x \to c} g(x) = L + Mx→clim​[f(x)+g(x)]=x→clim​f(x)+x→clim​g(x)=L+M
lim⁡x→c[f(x)−g(x)]=lim⁡x→cf(x)−lim⁡x→cg(x)=L−M\lim_{x \to c} [f(x) - g(x)] = \lim_{x \to c} f(x) - \lim_{x \to c} g(x) = L - Mx→clim​[f(x)−g(x)]=x→clim​f(x)−x→clim​g(x)=L−M

This property allows us to break complex limits into simpler parts.

Multiplication Property

The limit of the product of two functions equals the product of the limits of each function:

lim⁡x→c[f(x)⋅g(x)]=lim⁡x→cf(x)⋅lim⁡x→cg(x)=L⋅M\lim_{x \to c} [f(x) \cdot g(x)] = \lim_{x \to c} f(x) \cdot \lim_{x \to c} g(x) = L \cdot Mx→clim​[f(x)⋅g(x)]=x→clim​f(x)⋅x→clim​g(x)=L⋅M

Multiplication by Constant Property

A constant can be factored out from the limit sign:

lim⁡x→c[k⋅f(x)]=k⋅lim⁡x→cf(x)=k⋅L\lim_{x \to c} [k \cdot f(x)] = k \cdot \lim_{x \to c} f(x) = k \cdot Lx→clim​[k⋅f(x)]=k⋅x→clim​f(x)=k⋅L

Division Property

The limit of the quotient of two functions equals the quotient of the limits of each function, provided the limit of the denominator is not zero:

lim⁡x→cf(x)g(x)=lim⁡x→cf(x)lim⁡x→cg(x)=LM\lim_{x \to c} \frac{f(x)}{g(x)} = \frac{\lim_{x \to c} f(x)}{\lim_{x \to c} g(x)} = \frac{L}{M}x→clim​g(x)f(x)​=limx→c​g(x)limx→c​f(x)​=ML​

with the condition M≠0M \neq 0M=0.

Power and Root Properties

Power Property

The limit of a function raised to a power equals the power of the limit of the function:

lim⁡x→c[f(x)]n=[lim⁡x→cf(x)]n=Ln\lim_{x \to c} [f(x)]^n = \left[\lim_{x \to c} f(x)\right]^n = L^nx→clim​[f(x)]n=[x→clim​f(x)]n=Ln

where nnn is a real number.

Root Property

The limit of the root of a function equals the root of the limit of the function:

lim⁡x→cf(x)n=lim⁡x→cf(x)n=Ln\lim_{x \to c} \sqrt[n]{f(x)} = \sqrt[n]{\lim_{x \to c} f(x)} = \sqrt[n]{L}x→clim​nf(x)​=nx→clim​f(x)​=nL​

Important conditions:

  • If nnn is odd: this property applies to all values of LLL
  • If nnn is even: L≥0L \geq 0L≥0 (cannot be negative because the even root of a negative number is not defined in real numbers)

Examples of Applying Limit Properties

Simple Example

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

Solution:

Using limit properties:

lim⁡x→2(3x2+5x−1)=lim⁡x→23x2+lim⁡x→25x−lim⁡x→21\lim_{x \to 2} (3x^2 + 5x - 1) = \lim_{x \to 2} 3x^2 + \lim_{x \to 2} 5x - \lim_{x \to 2} 1x→2lim​(3x2+5x−1)=x→2lim​3x2+x→2lim​5x−x→2lim​1
=3lim⁡x→2x2+5lim⁡x→2x−1= 3 \lim_{x \to 2} x^2 + 5 \lim_{x \to 2} x - 1=3x→2lim​x2+5x→2lim​x−1
=3(2)2+5(2)−1=12+10−1=21= 3(2)^2 + 5(2) - 1 = 12 + 10 - 1 = 21=3(2)2+5(2)−1=12+10−1=21

Example with Fractions

Calculate lim⁡x→4xxx2+3\lim_{x \to 4} \frac{x\sqrt{x}}{x^2 + 3}limx→4​x2+3xx​​.

Solution:

Using division and multiplication properties:

lim⁡x→4xxx2+3=lim⁡x→4xxlim⁡x→4(x2+3)\lim_{x \to 4} \frac{x\sqrt{x}}{x^2 + 3} = \frac{\lim_{x \to 4} x\sqrt{x}}{\lim_{x \to 4} (x^2 + 3)}x→4lim​x2+3xx​​=limx→4​(x2+3)limx→4​xx​​
=lim⁡x→4x⋅lim⁡x→4xlim⁡x→4x2+lim⁡x→43= \frac{\lim_{x \to 4} x \cdot \lim_{x \to 4} \sqrt{x}}{\lim_{x \to 4} x^2 + \lim_{x \to 4} 3}=limx→4​x2+limx→4​3limx→4​x⋅limx→4​x​​

Now we substitute the value x=4x = 4x=4:

=4⋅442+3=4⋅216+3=819= \frac{4 \cdot \sqrt{4}}{4^2 + 3} = \frac{4 \cdot 2}{16 + 3} = \frac{8}{19}=42+34⋅4​​=16+34⋅2​=198​

In decimal form: 819≈0.421\frac{8}{19} \approx 0.421198​≈0.421

Example with Roots

Calculate lim⁡x→0x2−3x+2\lim_{x \to 0} \sqrt{x^2 - 3x + 2}limx→0​x2−3x+2​.

Solution:

Using the root property (since n=2n = 2n=2 is even, we need to ensure the result inside the root is not negative):

lim⁡x→0x2−3x+2=lim⁡x→0(x2−3x+2)\lim_{x \to 0} \sqrt{x^2 - 3x + 2} = \sqrt{\lim_{x \to 0} (x^2 - 3x + 2)}x→0lim​x2−3x+2​=x→0lim​(x2−3x+2)​

Calculate the limit inside the root first:

lim⁡x→0(x2−3x+2)=02−3(0)+2=0−0+2=2\lim_{x \to 0} (x^2 - 3x + 2) = 0^2 - 3(0) + 2 = 0 - 0 + 2 = 2x→0lim​(x2−3x+2)=02−3(0)+2=0−0+2=2

Since 2>02 > 02>0, we can use the root property:

=2≈1.414= \sqrt{2} \approx 1.414=2​≈1.414

Exercises

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

  2. Calculate lim⁡x→13x+2x2+1\lim_{x \to 1} \frac{3x + 2}{x^2 + 1}limx→1​x2+13x+2​

  3. Calculate lim⁡x→4x+5\lim_{x \to 4} \sqrt{x + 5}limx→4​x+5​

  4. Calculate lim⁡x→2(x+1)3\lim_{x \to 2} (x + 1)^3limx→2​(x+1)3

  5. Calculate lim⁡x→05x2+3x2x+1\lim_{x \to 0} \frac{5x^2 + 3x}{2x + 1}limx→0​2x+15x2+3x​

Answer Key

  1. Solution:

    Using addition and multiplication by constant properties:

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

    Substitute x=3x = 3x=3:

    =2(3)2−4(3)+1=2(9)−12+1=18−12+1=7= 2(3)^2 - 4(3) + 1 = 2(9) - 12 + 1 = 18 - 12 + 1 = 7=2(3)2−4(3)+1=2(9)−12+1=18−12+1=7
  2. Solution:

    Using the division property:

    lim⁡x→13x+2x2+1=lim⁡x→1(3x+2)lim⁡x→1(x2+1)\lim_{x \to 1} \frac{3x + 2}{x^2 + 1} = \frac{\lim_{x \to 1} (3x + 2)}{\lim_{x \to 1} (x^2 + 1)}x→1lim​x2+13x+2​=limx→1​(x2+1)limx→1​(3x+2)​
    =3(1)+212+1=52= \frac{3(1) + 2}{1^2 + 1} = \frac{5}{2}=12+13(1)+2​=25​

    In decimal form: 52=2.5\frac{5}{2} = 2.525​=2.5

  3. Solution:

    Using the root property:

    lim⁡x→4x+5=lim⁡x→4(x+5)\lim_{x \to 4} \sqrt{x + 5} = \sqrt{\lim_{x \to 4} (x + 5)}x→4lim​x+5​=x→4lim​(x+5)​
    =4+5=9=3= \sqrt{4 + 5} = \sqrt{9} = 3=4+5​=9​=3
  4. Solution:

    Using the power property:

    lim⁡x→2(x+1)3=[lim⁡x→2(x+1)]3\lim_{x \to 2} (x + 1)^3 = \left[\lim_{x \to 2} (x + 1)\right]^3x→2lim​(x+1)3=[x→2lim​(x+1)]3
    =(2+1)3=33=27= (2 + 1)^3 = 3^3 = 27=(2+1)3=33=27
  5. Solution:

    Using the division property:

    lim⁡x→05x2+3x2x+1=lim⁡x→0(5x2+3x)lim⁡x→0(2x+1)\lim_{x \to 0} \frac{5x^2 + 3x}{2x + 1} = \frac{\lim_{x \to 0} (5x^2 + 3x)}{\lim_{x \to 0} (2x + 1)}x→0lim​2x+15x2+3x​=limx→0​(2x+1)limx→0​(5x2+3x)​
    =5(0)2+3(0)2(0)+1=01=0= \frac{5(0)^2 + 3(0)}{2(0) + 1} = \frac{0}{1} = 0=2(0)+15(0)2+3(0)​=10​=0
Previous

Concept of Limit Function

Next

Limit of Algebraic Function

  • Properties of Limit FunctionSimplify complex limit calculations with essential properties. Master sum, product, quotient, power, and root rules with step-by-step applications.
On this page
  • Understanding Properties of Limit Function
  • Basic Properties of Limits
    • Constant Property
    • Identity Property
  • Arithmetic Operation Properties
    • Addition and Subtraction Properties
    • Multiplication Property
    • Multiplication by Constant Property
    • Division Property
  • Power and Root Properties
    • Power Property
    • Root Property
  • Examples of Applying Limit Properties
    • Simple Example
    • Example with Fractions
    • Example with Roots
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code