
Patrick B. answered 09/14/19
Math and computer tutor/teacher
f(4+h) = 4 * sqrt( 4+h) - 1
f(4) = 4 * sqrt(4) - 1 = 4 * 2 - 1 = 8 - 1 = 7
f(4+h) - f(4) = 4 * sqrt(4 + h ) - 1 - 7
= 4 * sqrt(4+h) - 8
the difference quotient is then [4 * sqrt(4+h) - 8] / h
= 4 ( sqrt(4+h) - 2) / h
Rationalizing the numerator:
4 ( sqrt(4+h) - 2) ( sqrt(4+h) + 2) / [ h ( sqrt( 4+h)+2) ] =
4 ( (4+h) - 4 ) / [ h ( sqrt( 4+h) + 2 ] =
4 h / [ h ( sqrt( 4+h) + 2 ] =
4/[ sqrt( 4+h) + 2]
As h--->0 the difference quotient tends to 1
Now differentiation for real:
y = 4 * x^(1/2) - 1
y ' = 4 ( 1/2) * x^ ( 1/2)
= 2 / sqrt(x)
f'(4) = 2/sqrt(4) = 2/2 = 1