a programming and math blog.

Thursday, April 3, 2014

Limit laws reference

12:45 PM Posted by Unknown , No comments
Here is a (non-exhaustive) list of the limit laws.

Basic laws

limxac=c  where c is a constant

limxax=a

Addition law

limxa(f(x)+g(x))=limxaf(x)+limxag(x)

Provided limxaf(x) and limxag(x) exist.

Subtraction law

limxa(f(x)g(x))=limxaf(x)limxag(x)

Provided limxaf(x) and limxag(x) exist.

Multiplication law

limxa(f(x)g(x))=limxaf(x)limxag(x)

Provided limxaf(x) and limxag(x) exist.

Division law

limxaf(x)g(x)=limxaf(x)limxag(x)

Provided limxaf(x) and limxag(x) exist and limxag(x)0

Power law

limxa(f(x))n=(limxaf(x)))n

Provided limxaf(x) exists and n is an integer.


l'Hôpital's Rule

limf(x)g(x)=limf(x)g(x)

If limxaf(x) and limxag(x)=0 or ±

0 comments:

Post a Comment