Additional Convergence Tests

Author: John J Weber III, PhD Corresponding Textbook Sections:

Prerequisite Knowledge

Pre-Algebra

Properties of Exponential Expressions

Calculus I

Limits

Infinite Limits

NOTE: is NOT a real number.

Limits at Infinity

Let f be a function defined on some open interval (a,). Then limxf(x)=L means that as x becomes large without bound, the values of f(x) become arbitrarily close to L.

NOTE: Since is NOT a real number, then f() is NOT meaningful.

Indeterminate Forms of Limits

Indeterminate Quotients
  1. Type 00: If limxaf(x)=0 and limxag(x)=0, then limxaf(x)g(x) may or may not exist.

  2. Type : If limxaf(x)= and limxag(x)=, then limxaf(x)g(x) may or may not exist.

Indeterminate Differences
  1. Type : If limxaf(x)= and limxag(x)=, then limxa[f(x)g(x)] may or may not exist.

Indeterminate Products
  1. Type 0: If limxaf(x)=0 and limxag(x)=, then limxa[f(x)g(x)] may or may not exist.

Indeterminate Powers
  1. Type 00: If limxaf(x)=0 and limxag(x)=0, then limxaf(x)g(x) may or may not exist.

  2. Type 0: If limxaf(x)= and limxag(x)=0, then limxaf(x)g(x) may or may not exist.

  3. Type 1: If limxaf(x)=1 and limxag(x)=, then limxaf(x)g(x) may or may not exist.

l'Hôpital's Rule

NOTE: l'Hôpital's Rule is valid only for indeterminate quotients.

Definition

Suppose f and g are differentiable and g(x)0 on some open interval that contains a. Suppose that

then limxaf(x)g(x)=limxaf(x)g(x)

Factorials

For all positive integers, n, n! (read as n factorial) is defined as

n!=n(n1)(n2)(2)(1)

In general,

n!=n(n1)!=n(n1)(n2)!=n(n1)(n2)(n3)!=

Gamma Function

The factorial is formally defined using the gamma function:

Γ(n)=0xn1exdx=(n1)!

Check Your Work

Use Technology to Evaluate Gamma Funciton

Mathematica

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.

  2. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Simplifying Rational Expressions with Factorials

Example 01: Simplify: (n1)!n!

Solution:

(n1)!n!=(n1)!n(n1)!=1n

Example 02: Simplify: n!(n2)!

Solution:

n!(n2)!=n(n1)(n2)!(n2)!=n(n1)

Example 03: Simplify: (n+3)!(n+1)!

Solution:

(n+3)!(n+1)!=(n+3)(n+2)(n+1)!(n+1)!=(n+3)(n+2)

Example 04: Simplify: n(n2)!(n+1)!

Solution:

n(n2)!(n+1)!=n(n2)!(n+1)n(n1)(n2)!=1(n+1)(n1)

Example 05: Simplify: (2n)!(2n+2)!

Solution:

(2n)!(2n+2)!=(2n)!(2n+2)(2n+1)(2n)!=1(2n+2)(2n+1)

Example 06: Simplify: (2n)!(2[n1])!

Solution:

(2n)!(2[n1])!=(2n)!(2n2)!=2n(2n1)(2n2)!(2n2)!=2n(2n1)

Check Your Work

Use Technology to Simplify Factorials

Mathematica

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.

  2. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Last Modified: Tuesday, 17 November 2020 6:42 EDT