Source codeVideos

Command Palette

Search for a command to run...

Limits

Limit of Algebraic Function

Understanding Limits of Algebraic Functions

Imagine you are driving a car towards a destination. The closer you get to your destination, the clearer you can see its details. In mathematics, limits of algebraic functions work in a similar way. Limits show the value approached by an algebraic function when its input variable approaches a certain value.

Algebraic functions are functions formed from combinations of algebraic operations such as addition, subtraction, multiplication, division, and exponentiation with rational exponents. Examples include polynomial functions like f(x)=x2+3x2f(x) = x^2 + 3x - 2 and rational functions like g(x)=x+1x2g(x) = \frac{x + 1}{x - 2}.

Fundamental Properties of Algebraic Limits

To calculate limits of algebraic functions, we can use basic properties that are very helpful:

Limits of Polynomial Functions

For polynomial functions that are continuous at all points, calculating limits is very simple. We can directly substitute the approaching value.

Let f(x)=x45x3+x27f(x) = x^4 - 5x^3 + x^2 - 7, then:

limx2f(x)=limx2(x45x3+x27)\lim_{x \to 2} f(x) = \lim_{x \to 2} (x^4 - 5x^3 + x^2 - 7)

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

=245(23)+227=1640+47=27= 2^4 - 5(2^3) + 2^2 - 7 = 16 - 40 + 4 - 7 = -27

Limits of Rational Functions

Rational functions have the form P(x)Q(x)\frac{P(x)}{Q(x)} where P(x)P(x) and Q(x)Q(x) are polynomials. Their limit calculation depends on the denominator value:

  • If the denominator is not zero: Use direct substitution like polynomial functions.

  • If the denominator is zero: We obtain an indeterminate form that requires algebraic manipulation.

Handling Indeterminate Forms

When direct substitution yields the form 00\frac{0}{0}, we need to use special techniques.

Factoring Technique

The most common method is to factor the numerator and denominator, then simplify.

Example: Calculate limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

Direct substitution gives 00\frac{0}{0}. Let's factor:

x24=(x+2)(x2)x^2 - 4 = (x + 2)(x - 2)
limx2x24x2=limx2(x+2)(x2)x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} \frac{(x + 2)(x - 2)}{x - 2}

Since xx approaches 2 (not equal to 2), we can cancel the factor (x2)(x - 2):

=limx2(x+2)=2+2=4= \lim_{x \to 2} (x + 2) = 2 + 2 = 4

Rationalization Technique

For limits involving radical forms, we often need to rationalize. Direct substitution yields an indeterminate form.

Example: Calculate limx1x1x1\lim_{x \to 1} \frac{\sqrt{x} - 1}{x - 1}

Direct substitution:

1111=110=00 (indeterminate form)\frac{\sqrt{1} - 1}{1 - 1} = \frac{1 - 1}{0} = \frac{0}{0} \text{ (indeterminate form)}

We rationalize by multiplying with the conjugate x+1\sqrt{x} + 1. The purpose is to eliminate the radical form in the numerator using the formula (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2:

limx1x1x1x+1x+1\lim_{x \to 1} \frac{\sqrt{x} - 1}{x - 1} \cdot \frac{\sqrt{x} + 1}{\sqrt{x} + 1}
=limx1(x1)(x+1)(x1)(x+1)= \lim_{x \to 1} \frac{(\sqrt{x} - 1)(\sqrt{x} + 1)}{(x - 1)(\sqrt{x} + 1)}
=limx1(x)212(x1)(x+1)=limx1x1(x1)(x+1)= \lim_{x \to 1} \frac{(\sqrt{x})^2 - 1^2}{(x - 1)(\sqrt{x} + 1)} = \lim_{x \to 1} \frac{x - 1}{(x - 1)(\sqrt{x} + 1)}

Since x1x \neq 1 (approaching 1), we can cancel (x1)(x - 1):

=limx11x+1=11+1=11+1=12= \lim_{x \to 1} \frac{1}{\sqrt{x} + 1} = \frac{1}{\sqrt{1} + 1} = \frac{1}{1 + 1} = \frac{1}{2}

Application of Limit Properties to Algebraic Functions

The limit properties we have learned can be applied systematically:

Combining Properties

Example: Calculate limx3x29x2+2x15\lim_{x \to 3} \frac{x^2 - 9}{x^2 + 2x - 15}

Direct substitution:

32932+2(3)15=999+615=00 (indeterminate form)\frac{3^2 - 9}{3^2 + 2(3) - 15} = \frac{9 - 9}{9 + 6 - 15} = \frac{0}{0} \text{ (indeterminate form)}

Let's factor both. For x2+2x15x^2 + 2x - 15, we find two numbers that when multiplied give 15-15 and when added give 22. Those numbers are 55 and 3-3.

x29=(x3)(x+3)x^2 - 9 = (x - 3)(x + 3)
x2+2x15=x2+5x3x15=x(x+5)3(x+5)=(x3)(x+5)x^2 + 2x - 15 = x^2 + 5x - 3x - 15 = x(x + 5) - 3(x + 5) = (x - 3)(x + 5)

Therefore:

limx3(x3)(x+3)(x3)(x+5)=limx3x+3x+5\lim_{x \to 3} \frac{(x - 3)(x + 3)}{(x - 3)(x + 5)} = \lim_{x \to 3} \frac{x + 3}{x + 5}

Substitute x=3x = 3: 3+33+5=68=34\frac{3 + 3}{3 + 5} = \frac{6}{8} = \frac{3}{4}

If the numerator is non-zero and the denominator is zero (like a0\frac{a}{0} with a0a \neq 0), the limit approaches infinity. If both numerator and denominator are zero (the form 00\frac{0}{0}), use factoring or rationalization techniques.

Continuity and Limits

A function ff is said to be continuous at x=cx = c if:

  1. f(c)f(c) exists (is defined)
  2. limxcf(x)\lim_{x \to c} f(x) exists
  3. limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c)

Polynomial functions are continuous at all points, while rational functions are continuous at all points except where their denominator is zero.

Exercises

  1. Calculate limx2(x45x3+x27)\lim_{x \to 2} (x^4 - 5x^3 + x^2 - 7)

  2. Calculate limx2x26x+8x2+16x+28\lim_{x \to 2} \frac{x^2 - 6x + 8}{x^2 + 16x + 28}

  3. Calculate limx1x22x+1x1\lim_{x \to 1} \frac{x^2 - 2x + 1}{x - 1}

  4. Determine whether the function f(x)=x22x+1f(x) = x^2 - 2x + 1 is continuous at x=1x = 1

  5. Calculate limx0x+42x\lim_{x \to 0} \frac{\sqrt{x + 4} - 2}{x}

Answer Key

  1. Solution:

    Since this is a polynomial function that is continuous at all points, we can substitute directly:

    limx2(x45x3+x27)=245(23)+227\lim_{x \to 2} (x^4 - 5x^3 + x^2 - 7) = 2^4 - 5(2^3) + 2^2 - 7
    =165(8)+47=1640+47=27= 16 - 5(8) + 4 - 7 = 16 - 40 + 4 - 7 = -27
  2. Solution:

    Since this is a rational function with a non-zero denominator at x=2x = 2, use direct substitution:

    limx2x26x+8x2+16x+28=226(2)+822+16(2)+28\lim_{x \to 2} \frac{x^2 - 6x + 8}{x^2 + 16x + 28} = \frac{2^2 - 6(2) + 8}{2^2 + 16(2) + 28}
    =412+84+32+28=064=0= \frac{4 - 12 + 8}{4 + 32 + 28} = \frac{0}{64} = 0
  3. Solution:

    Direct substitution gives 00\frac{0}{0}. Let's factor the numerator:

    x22x+1=(x1)2x^2 - 2x + 1 = (x - 1)^2
    limx1(x1)2x1=limx1(x1)=11=0\lim_{x \to 1} \frac{(x - 1)^2}{x - 1} = \lim_{x \to 1} (x - 1) = 1 - 1 = 0
  4. Solution:

    To check continuity at x=1x = 1, check three conditions:

    • Condition 1 (function is defined): f(1)=122(1)+1=12+1=0f(1) = 1^2 - 2(1) + 1 = 1 - 2 + 1 = 0 ✓ (exists)

    • Condition 2 (limit exists): Since it's a polynomial function, limx1f(x)=f(1)=0\lim_{x \to 1} f(x) = f(1) = 0 ✓ (exists)

    • Condition 3 (limit equals function value): limx1f(x)=f(1)=0\lim_{x \to 1} f(x) = f(1) = 0 ✓ (equal)

    Since all three continuity conditions are satisfied, the function is continuous at x=1x = 1.

  5. Solution:

    Direct substitution: 0+420=220=00\frac{\sqrt{0 + 4} - 2}{0} = \frac{2 - 2}{0} = \frac{0}{0} (indeterminate form).

    Use rationalization by multiplying with the conjugate x+4+2\sqrt{x + 4} + 2:

    limx0x+42xx+4+2x+4+2\lim_{x \to 0} \frac{\sqrt{x + 4} - 2}{x} \cdot \frac{\sqrt{x + 4} + 2}{\sqrt{x + 4} + 2}
    =limx0(x+4)222x(x+4+2)=limx0(x+4)4x(x+4+2)= \lim_{x \to 0} \frac{(\sqrt{x + 4})^2 - 2^2}{x(\sqrt{x + 4} + 2)} = \lim_{x \to 0} \frac{(x + 4) - 4}{x(\sqrt{x + 4} + 2)}
    =limx0xx(x+4+2)=limx01x+4+2= \lim_{x \to 0} \frac{x}{x(\sqrt{x + 4} + 2)} = \lim_{x \to 0} \frac{1}{\sqrt{x + 4} + 2}
    =10+4+2=14+2=12+2=14= \frac{1}{\sqrt{0 + 4} + 2} = \frac{1}{\sqrt{4} + 2} = \frac{1}{2 + 2} = \frac{1}{4}