Indeterminate Forms

Indeterminate Forms#

Definition#

Definition

If limxaf(x)=0 and limxag(x)=0, then

limxaf(x)g(x)

is called an indeterminate form of type 0/0.

How to Evaluate an Indeterminate Form of Type 0/0

To evaluate an indeterminate form, simplify the ratio f(x)/g(x) by factoring or rationalizing the expression and then canceling out common factors. Then try to evaluate the limit again using the simplified ratio.

Example 1#

An indeterminate form involving a rational function

Evaluate limx5x5x225.

Step 1:   Evaluate the limit of numerator and denominator.

We evaluate these limits by plugging in x=5:

limx5x5=55=0    and     limx5x225=5225=0

This means that the given limit is an indeterminate form of type 0/0, so we need to simplify the function before we can evaluate the limit.

Step 2:   Factor numerator and/or denominator and simplify.
x5x225=x5(x5)(x+5)since A2B2=(AB)(A+B)=1x+5assuming x5

When computing the limit as x approaches 5, we are initially assuming that x is not equal to 5. This means that we can replace x5x225 with 1x+5 when computing the limit, as shown in the next step.

Step 3:   Evaluate the limit using the simplified function.
limx5x5x225=limx51x+5=15+5plug in x=5=110simplify

Example 2#

An indeterminate form involving a square root function

Evaluate limx10x62x10.

Step 1:   Evaluate the limit of numerator and denominator.

Plug in x=10:

limx10x62=1062=0    and     limx10x10=1010=0

This means that the given limit is an indeterminate form of type 0/0, so we need to simplify the function before we can evaluate the limit.

Step 2:   Simplify the function.

We simplify the function by multiplying and dividing by x6+2, which is the conjugate of x62.

x62x10x6+2x6+2=(x62)(x6+2)(x10)(x6+2)=x6x6+2x62x64(x10)(x6+2)FOIL=x6+2x62x64(x10)(x6+2)simplify=x64(x10)(x6+2)=x10(x10)(x6+2)=1x6+2if x10
Step 3:   Evaluate the limit using the simplified function.
limx10x62x10=limx101x6+2=1106+2plug in x=10=14+2simplify=14