Limits have a number of properties that you can use to your advantage:
x→alimk=k, for any constant k
x→alimx=x
x→alim[f(x)±h(x)]=x→alimf(x)±x→alimh(x)
x→alim[kf(x)]=k[x→alimf(x)], for any constant k
x→alim[f(x)g(x)]=[x→alimf(x)][x→alimg(x)]
x→alimg(x)f(x)=x→alimg(x)x→alimf(x), as long as x→alimg(x)=0
x→alim[f(x)]n=[x→alimf(x)]n, for any rational number n
Most of these are pretty easy to remember, however, the best way to become familiar with them is to practice using them.
example
Solve the following limit: x→2lim(2x3+x−6)
answer
Using the properties we learned above, this is quite easy:
x→2lim(2x3+x−6)
=x→2lim(2x3)+x→2lim(x)−x→2lim(6) using rule 3
=2[x→2lim(x)]3+x→2lim(x)−x→2lim(6) using rules 4 and 7
=2[2]3+2−(6) using rules 1 and 2
=16+2−6 by evaluating
=12
∴x→2lim(2x3+x−6)=12
Indeterminate limits
Some limits may not be directly solvable, as they may have a value of 00. Limits with this type of value are indeterminate. 00 is not a valid answer, and you will need to use some clever strategies to solve them.
example: Solving a limit using factoring
Solve the following limit: x→3limx−3x2−2x−3
Evaluating using our current understanding of limits, you end up with 00 (try it yourself!), which is indeterminate.
answer
To evaluate the limit, you need to somehow make it so that the denominator is not equal to 0.
Luckily, we can factor out the (x−3) from the numerator and denominator:
x→3limx−3x2−2x−3
=x→3limx−3(x+1)(x−3)
=x→3limx−3(x+1)(x−3)
=x→3lim(x+1)
=(3)+1
=4
∴x→3limx−3x2−2x−3=4
example: Solving a limit by rationalizing
Solve the following limit: x→0limxx+1−1
Again, using what we learned earlier, this is not possible since we end up getting the indeterminate value 00.
answer
Another powerful method to solve limits is to rationalize either the numerator or denominator.
x→0limxx+1−1
=x→0limxx+1−1×x+1+1x+1+1
=x→0limx(x+1+1)x+1−1
=x→0limx(x+1+1)x
=x→0limx(x+1+1)x
=x→0limx+1+11
=0+1+11
=21
∴x→0limxx+1−1=21
example: Solving a limit by substitution
Solve the following limit: x→64limx−83x−4
Yet again, trying to solve this limit results in an indeterminate 00 value.
answer
You can substitute certain values for another variable in order to rewrite the equation.
Take u=x61, since it is a factor of both 3x and x.
First, calculate the value that u should approach for the limit:
u=x61=(64)61=2
Now, substitute all the values into the limit and solve it:
x→64limx−83x−4
=u→2limu3−8u2−4
=u→2lim(u−2)(u2+2u+4)(u−2)(u+2) by difference of square and difference of cubes
=u→2lim(u−2)(u2+2u+4)(u−2)(u+2)
=u→2limu2+2u+4u+2
=(2)2+2(2)+4(2)+2
=124
=31
∴x→64limx−83x−4=31
Infinite limits
Take a look at the following graph of the function f(x)=x1
As you know, f(x)=x1 has an asymptote at x=0, meaning the function is not defined there.
The limit for this function at x=0 is not defined. Let's take a look at the left and right limits:
As x→0 from the left, it nears negative infinity (−∞). so, x→0−lim(x1)=−∞
As x→0 from the right, it nears positive infinity (+∞). so, x→0+lim(x1)=+∞
Let's also take a look at the limit of this function as x→±∞:
As x→−∞, f(x)→0 from the bottom
As x→+∞, f(x)→0 from the top
Since both +∞ and −∞ are not real numbers, the left and right limits of f(x) are not defined, which also makes the limit of f(x) as x approach 0 undefined as well. However, this is useful for graphing the function near these asymptotes, since we can determine how they behave as x gets closer to them. The same applies for horizontal asymptotes as well.
example: Solving infinite limits
When solving an infinite limit for certain functions, you may end up with an indeterminate ±∞∞ answer.
Take x→∞limx2−42(x2−9).
Using current methods, it is not possible to solve this limit.
answer
A handy trick to solving these limits is to divide the numerator and denominator by x of the highest power.
If we expand the function f(x)=x2−42(x2−9), we get f(x)=x2−42x2−18.
Now, divide the numerator by x2:
f(x)=x2−42x2−18×x21x21=1−x242−x218
You can easily solve the limit of this function by plugging in x=∞: