Question 344844
[f(x+h)-f(x)]/h 
g(x)=3sqrt of x
---------------------------
f(x+h) = 3sqrt(x+h)
f(x)   = 3sqrt(x)
----
[f(x+h)-f(x)]/h = [3[sqrt(x+h)-sqrt(x)]]/h
-------
Multiply numerator and denominator by sqrt(x+h)+sqrt(x) to get.
-----------
= (3/h)[(x+h)-x]/[sqrt(x+h)+sqrt(x)
---
= (3/h)[h]/[sqrt(x+h)+sqrt(x)
----
= 3/[sqrt(x+h)+sqrt(x)]
==========================
Notice, if you let h approach zero, the quotient approaches 3/(2x^(1/2))
= (3/2)x^(-1/2)
==================================
Cheers,
Stan H.