How do you find the limit of #(x^2-4)/(x-2)# as x approaches 2?
1 Answer
Nov 3, 2016
Explanation:
If we look at the graph of
graph{(x^2-4)/(x-2) [-10, 10, -5, 5]}
The numerator is the difference of two squares, and as such we can factorise using it as
Se we can factorise as follows:
# = lim_(xrarr2)((x+2)(x-2))/(x-2) #
# = lim_(xrarr2)((x+2)cancel(x-2))/cancel(x-2) #
# = lim_(xrarr2)(x+2) #
# = (2+2) #
# = 4 #
Which is completely consistent with the above graph.