Limits

gmontalv

New member
Joined
Jan 27, 2006
Messages
13
I am quite confused on limits

If k(x) = x^3 - 2x -4
--------------
x - 2 find lim k(x)
x->2


Please explain!
 
Hello, gmontalv!


Note that: k(2)=00\displaystyle \,k(2)\,=\,\frac{0}{0}, an indetermante form.

This means that some cancelling is possible.
    \displaystyle \;\; and we suspect that x2\displaystyle x\,-\,2 is a factor of the numerator.


Using long (or synthetic) division, we factor the numerator.

    limx2(x2)(x2+2x+2)x2  =  limx2(x2+2x+2)  =  22+22+2  =  10\displaystyle \;\;\lim_{x\to2}\,\frac{(x\,-\,2)(x^2\,+\,2x\,+\,2)}{x\,-\,2} \;= \;\lim_{x\to2}\,(x^2\,+\,2x\,+\,2) \;= \;2^2\,+\,2\cdot2\,+\,2\;=\;10
 
Top