Find the Local Maxima and Minima f(x)=x^5 natural log of x
Problem
ƒ(x)=x5*ln(x)
Solution
Identify the domain of the function. Since the natural logarithm is only defined for positive values, the domain is x>0
Find the first derivative using the product rule, which states (d(u)*v)/d(x)=ud(v)/d(x)+vd(u)/d(x)
d(ƒ(x))/d(x)=x5d(ln(x))/d(x)+ln(x)d(x5)/d(x)
d(ƒ(x))/d(x)=x5*(1/x)+ln(x)*(5*x4)
d(ƒ(x))/d(x)=x4+5*x4*ln(x)
Determine the critical points by setting the first derivative equal to zero and solving for x
x4*(1+5*ln(x))=0
Since x>0 we solve 1+5*ln(x)=0
5*ln(x)=−1
ln(x)=−1/5
x=e(−1/5)
Find the second derivative to apply the Second Derivative Test.
d2(ƒ(x))/(d(x)2)=d()/d(x)*(x4+5*x4*ln(x))
d2(ƒ(x))/(d(x)2)=4*x3+5*(x41/x+4*x3*ln(x))
d2(ƒ(x))/(d(x)2)=4*x3+5*x3+20*x3*ln(x)
d2(ƒ(x))/(d(x)2)=9*x3+20*x3*ln(x)
Evaluate the second derivative at the critical point x=e(−1/5)
ƒ(e(−1/5))″=9*(e(−1/5))3+20*(e(−1/5))3*ln(e(−1/5))
ƒ(e(−1/5))″=9*e(−3/5)+20*e(−3/5)*(−1/5)
ƒ(e(−1/5))″=9*e(−3/5)−4*e(−3/5)
ƒ(e(−1/5))″=5*e(−3/5)
Since 5*e(−3/5)>0 the function has a local minimum at this point.
Calculate the y-coordinate of the local minimum.
ƒ(e(−1/5))=(e(−1/5))5*ln(e(−1/5))
ƒ(e(−1/5))=e(−1)*(−1/5)
ƒ(e(−1/5))=−1/(5*e)
Final Answer
Local Minimum: *(e(−1/5),−1/(5*e)), Local Maxima: None
Want more problems? Check here!