
Al P. answered 05/22/20
Online Mathematics tutor
Is it (4x+3)1/2 or (4x)1/2+3 ?
Because I am not certain, I will instead show you how to do y=x1/2 -- the procedure is similar either way:
f(x) = x1/2
f'(x) = lim h-->0 { ( (x+h)1/2 - x1/2 ) / h }
Multiply top and bottom by 1, where 1 = ( (x+h)1/2+x1/2 ) / ((x+h)1/2+x1/2 ):
= lim h-->0 { ( ((x+h)1/2 - x1/2)((x+h)1/2 + x1/2 )) / ( ((x+h)1/2+x1/2 )•h ) }
Simplify:
= lim h-->0 { ((x+h) + x1/2(x+h)1/2 - x1/2(x+h)1/2 - x ) / ( ((x+h)1/2+x1/2 )•h ) }
The numerator simplifies to just h:
= lim h-->0 { h / ( ((x+h)1/2+x1/2 )•h ) }
The h in numerator and denominator cancel:
= lim h-->0 { 1 / ( ((x+h)1/2+x1/2 ) ) }
Now just let h-->0:
= 1 / ( 2x1/2 ) (ans)
Using f'(xn) = nxn-1 for f(x) = x1/2 we get f'(x) = (1/2)x-1/2 = 1/(2x1/2) which matches, as expected.