52. f(x) = x^3 − 3x^2 − x + 1
If f ' (x )>0 to the left of x=c and f ' (x )<0 to the right of x=c then x=c is a local maximum.
If f ' (x )<0 to the left of x=c and f ' (x )>0 to the right of x=c then x=c is a local minimum.
If f ' (x ) is the same sign on both sides of x=c then x=c is neither a local maximum nor a local minimum.
so, f ' (x ) will be
f'(x) = 3x^2 − 2*3x − 1
f'(x) = 3x^2 − 6x − 1
equal to zero and solve for x
3x^2 − 6x − 1=0............using quadratic formula you will get
x = 1 + 2/sqrt(3)
or
x = 1 - 2/sqrt(3)
so f ' (x )>0: if x <1 - 2/sqrt(3) or x> 1 + 2/sqrt(3)
f ' (x )<0: if 1 - 2/sqrt(3)<x<1 + 2/sqrt(3)
substitute x in original equation to find the y coordinates of the max and min
f(x) = (1 + 2/sqrt(3))^3 − 3(1 + 2/sqrt(3))^2 − (1 + 2/sqrt(3)) + 1
f(x) = 20/(3sqrt(3)) - 4 sqrt(3) -2
f(x) = (1 - 2/sqrt(3))^3 − 3(1 - 2/sqrt(3))^2 − (1 - 2/sqrt(3)) + 1
f(x) = - 20/(3 sqrt(3)) + 4 sqrt(3)-2
Maximum: ( 1-2sqrt(3)/3, - 20/(3 sqrt(3)) + 4 sqrt(3)-2)
Minimum

1+2sqrt(3)/3, 20/(3sqrt(3)) - 4 sqrt(3)-2)
54. g(x) = x*sqrt(4 - x)
to find g'(x) apply the product rule
g'(x) = (d/dx)(x)(sqrt(4 - x))+ (d/dx)(sqrt(4 - x)*x
g'(x) = 1*(sqrt(4 - x))+ (-1/(2sqrt(4 - x))*x
g'(x) = sqrt(4 - x)-x/(2sqrt(4 - x)) ....use common denominator rule, and you get
g'(x) = (8 - 3x)/(2sqrt(4 - x))
equal to zero and solve for x
(8 - 3x)/(2sqrt(4 - x))=0 will be zero only if
(8 - 3x)=0
8=3x
x=8/3
2sqrt(4 - x)=0 if
sqrt(4 - x)=0 if 4 - x=0=> x=4
substitute x in original equation to find the y coordinates of the max and min
g(x) = (8/3)*sqrt(4 - 8/3)
g(x) = (8/3)*sqrt(4/3)
g(x) = (8/3)*sqrt(4)/sqrt(3)
g(x) = (8/3)*2/sqrt(3)
g(x) = (8*2)/(3*sqrt(3))
g(x) = 16/(3*sqrt(3))
g(x) = 4*sqrt(4 - 4)
g(x) = 4*sqrt(0)
g(x) = 4*0
g(x) =0
so,
Maximum: ( 8/3, 16/(3*sqrt(3)))
Minimum: (4, 0 )