I think your function is:
f(x) = x3 - 6√x - 3
or:
f(x) = x3 - 6x1/2 - 3
So, using the power rule:
f '(x) = 3x2 - 3x-1/2
Setting f '(x) = 0:
0 = 3(x2 - x-1/2)
x2 - x-1/2 = 0
x2 - 1/x1/2 = 0
(x1/2/x1/2)x2 - 1/x1/2 = 0 [getting a common denominator to subtract the fractions]
x5/2/x1/2 - 1/x1/2 = 0
(x5/2 - 1)/x1/2 = 0
The denominator cannot contribute to the expression being equal to zero, therefore:
x5/2 - 1 = 0
x5/2 = 1
x = 1 (the critical point)
f ''(x) = (3x2 - 3x-1/2)'
f ''(x) = 6x + 3/2x-3/2
To use the second derivative test, we need to evaluate f ''(1). If f ''(1) > 0 then x = 1 is a local minimum and if f ''(1) < 0 then x = 1 is a local maximum.
f ''(1) = 6(1) + 3/2(1)-3/2 = 6 + 3/2 = 7.5 (a positive number) therefore x = 1 is a local minimum. To ensure the function is concave up on both sides of the critical point, pick a number slightly lower than 1 (like 0.9) and one slightly larger (like 1.1) and check the second derivative at those points to ensure they are positive as well.