Michael K. answered 06/12/19
PhD professional for Math, Physics, and CS Tutoring and Martial Arts
First principles of differentiation deals with understanding if the function you are attempting to differentiate is continuous about the point of interest. In this case, since no point (in x) is specified, we will determine at which points of x the derivative is not well defined.
f(x) = x(-3/4) needs to be checked for continuity (leading premise for differentiation)...
To test continuity we will determine if f(x) has an points in x which are not defined.
x = 0 is the only point where f(x) is ill-defined (i.e. ±∞)
lim (x-->0-) f(x) = -∞
lim (x--> 0+) f(x) = +∞
Since there is no limit at x=0, the function is not continuous and therefore the derivative doesn't exist at x=0.
Otherwise,
lim (x-->a-) f(x) = a(-3/4)
lim (x--> a+) f(x) = a(-3/4)
Since the limits are the same for real number a, we determine the f(x) is continuous except for a = 0
Using the definition of the derivative now...
lim (x-->a) ( f(x) - f(a) ) / ( x - a ) = f'(a)
Similarly we can recast into more convenient form as
lim (h-->0) ( f(x + h) - f(x) ) / h
Now we can substitute what we know...
f(x + h) = 4√(x+h)-3
f(x) = 4√x-3
f(x + h) - f(x) = 4√(x+h)-3 - 4√x-3
f(x + h) - f(x) * ( f(x+h) + f(x) ) / (f(x+h) + f(x) ) = f(x+h)2 - f(x)2 / ( f(x+h) + f(x) )
We don't want to forget about our new denominator factor...
f(x+h)2 - f(x)2 = √(x+h)-3 - √x-3
f(x+h)2 - f(x)2 * ( f(x+h)2 + f(x)2 ) / ( f(x+h)2 + f(x)2 ) = f(x+h)4 - f(x)4 / ( f(x+h)2 + f(x)2 )
We don't want to forget about our new denominator factor here either...
f(x+h)4 - f(x)4 = ( √(x+h)-3 - √x-3 ) * ( √(x+h)-3 + √x-3 ) = (x+h)-3 - x-3 = 1/(x+h)3 - 1/x3
Now we need to find common fraction --> x3/x3(x+h)3 - (x+h)3/(x+h)3x3 = ( -3x2h - 3xh2 - h3 ) / (x3)(x+h)3
Putting this all together now...
lim (h-->0) ( f(x + h) - f(x) ) / h = [ ( -3x2h - 3xh2 - h3 ) / (x3)(x+h)3 ]/h * 1/( [ ( f(x+h) + f(x) ) ]*[ ( f(x+h)2 + f(x)2 ) ] )
lim (h-->0) ( f(x + h) - f(x) ) / h = [ ( -3x2 + 3xh - h2 ) / (x3)(x+h)3 ] / ( [ ( f(x+h) + f(x) ) ]*[ ( f(x+h)2 + f(x)2 ) ] )
Now evaluate as h --> 0
1/( [ ( f(x+h) + f(x) ) ]*[ ( f(x+h)2 + f(x)2 ) ] ) = ( -3x2) / (x3)(x+h)3 ] / ( [ ( f(x) + f(x) ) ]*[ ( f(x)2 + f(x)2 ) ] ) = 1/(2 * f(x) * 2 * f(x)2)
1/( [ ( f(x+h) + f(x) ) ]*[ ( f(x+h)2 + f(x)2 ) ] ) = -3/x4 /(4 * f(x)3) = -3/4 * 1/(x4 * x(-9/4)) = -3/4 * x(9/4) / x4
1/( [ ( f(x+h) + f(x) ) ]*[ ( f(x+h)2 + f(x)2 ) ] ) = -3/4 * x(-7/4)
Therefore f'(x) = lim (h-->0) ( f(x + h) - f(x) ) / h = -3/4 * x(-7/4)