How do you find the derivative of #sqrt(x-3)# using the limit process?
2 Answers
Explanation:
The limit definition of the derivative is
#f'(x) = lim_(h -> 0) (f(x+h) - f(x))/h#
With
#f'(x) = lim_(h-> 0) (sqrt(x+h-3) - sqrt(x - 3))/h#
... expand the fraction with
# = lim_(h-> 0) ((sqrt(x+h-3) - sqrt(x - 3))(sqrt(x+h-3) + sqrt(x - 3)))/(h(sqrt(x+h-3) + sqrt(x - 3))) #
... apply the formula
# = lim_(h-> 0) ((sqrt(x+h-3))^2 - (sqrt(x-3))^2) / (h(sqrt(x+h-3) + sqrt(x - 3))) #
# = lim_(h-> 0) (x + h - 3 - (x- 3)) / (h(sqrt(x+h-3) + sqrt(x- 3))) #
# = lim_(h-> 0) " " h / (h(sqrt(x+h-3) + sqrt(x - 3))) #
... cancel
# = lim_(h-> 0) " " 1 / (sqrt(x+h-3) + sqrt(x - 3)) #
... at this point, you can safely apply the limit, i.e. plug
# = 1 / (sqrt(x+0-3) + sqrt(x - 3)) #
# = 1 / (2 sqrt(x-3)) #
Thus, your derivative is
(See below for process)
Explanation:
Multiply numerator and denominator by conjugate of denominator:
and since