Consider the line f(x)=mx+b, where m does not equal 0, how do you use the epsilon delta definition of a limit to prove that the limit f(x)=mc+b as x approaches c?
1 Answer
Choose
Explanation:
The if
# = abs(mx-mc)#
# = abs(m)abs(x-c)#
# < abs(m)delta# #" "# (see Note below)
# <= abs(m) epsilon/abs(m)#
# = epsilon#
That is:
if
Therefore, by the definition of limit,
Note : Given
Also Note that we must use the most strict inequality between the beginning and the end to connect the first and last expressions.
Final also note: If