Determining Limits Algebraically

Key Questions

  • When evaluating a one-sided limit, you need to be careful when a quantity is approaching zero since its sign is different depending on which way it is approaching zero from. Let us look at some examples.

    #lim_{x to 0^-}1/x=1/{0^-}=-infty#

    1 is divided by a number approaching 0, so the magnitude of the quotient gets larger and larger, which can be represented by #infty#. When a positive number is divided by a negative number, the resulting number must be negative. Hence, then limit above is #-infty#.

    (Caution: When you have infinite limits, those limts do not exist.)

    Here is another similar example.

    #lim_{x to -3^+}{2x+1}/{x+3}={2(-3)+1}/{(-3^+)+3}={-5}/{0^+}=-infty#

    If no quantity is approaching zero, then you can just evaluate like a two-sided limit.

    #lim_{x to 1^-}{1-2x}/{(x+1)^2}={1-2(1)}/{(1+1)^2}=-1/4#

    I hope that this was helpful.

  • By eliminating common factors, we can find
    #lim_{a to 0}{(a-3)^2-9}/a=-6#.

    Let us look at some details.

    First, we notice that both the numerator and the denominator approach #0# as #a# approaches #0#, which indicates that they share a common factor #a#.

    #lim_{a to 0}{(a-3)^2-9}/a#

    by multiplying out the square,

    #=lim_{a to 0}{a^2-6a+9-9}/a#

    by cancelling out the 9's,

    #=lim_{a to 0}{a^2-6a}/a#

    by factoring out #a#,

    #=lim_{a to 0}{a(a-6)}/a#

    by cancelling #a#'s,

    #=lim_{a to 0}(a-6)#

    by plugging in #a=0#,

    #=0-6=-6#

  • Answer:

    A few thoughts...

    Explanation:

    This is not always feasible, but there are some cases that work.

    If #f(x)# is a polynomial function, then we can find limits for finite values by substitution:

    #lim_(x->a) f(x) = f(a)#

    For example:

    #lim_(x->2) (x^5+4x+2) = (color(blue)(2))^5+4(color(blue)(2))+2 = 32+8+2 = 42#

    Sometimes it helps to use some kind of radical conjugate. For example:

    #lim_(x->oo) x(sqrt(x^2+1) - sqrt(x^2-1))#

    #= lim_(x->oo) (x(sqrt(x^2+1) - sqrt(x^2-1))(sqrt(x^2+1) + sqrt(x^2-1)))/(sqrt(x^2+1)+sqrt(x^2-1))#

    #= lim_(x->oo) (x((color(red)(cancel(color(black)(x^2)))+1) - (color(red)(cancel(color(black)(x^2)))-1)))/(sqrt(x^2+1)+sqrt(x^2-1))#

    #= lim_(x->oo) 2/(sqrt(1+1/x^2)+sqrt(1-1/x^2))#

    #= 2/(1+1)#

    #= 1#

    However, note that functions are not necessarily defined as #f(x) = ...# or #y = ...#. For example, consider the equation:

    #y^5+4y+2 = x#

    This defines #y# as a function - let's call it #g(x)# - of #x#, since #x^5+4x+2# is continuous and strictly monotonically increasing, so has a continuous monotonic inverse.

    Then we find that:

    #lim_(x->0) g(x)#

    is the root of #x^5+4x+2 = 0#, which is not expressible in terms of elementary functions. It is only really practical to evaluate approximations to it using numerical methods.

    So there really is no general method that will work in all cases.

Questions