Concept:To find the maximum value of a function, compute its first derivative, set it to zero to find critical points, and then use the second derivative test: if the second derivative is negative at a critical point, that point is a maximum.Explanation:Given f(x)=(x1)2x2.Take the natural logarithm: lnf(x)=2x2ln(x1)=−2x2lnx.Differentiate both sides: f(x)f′(x)=−4xlnx−2x2⋅x1=−4xlnx−2x=−2x(2lnx+1).Set f′(x)=0. Since f(x)>0 for x>0, we have −2x(2lnx+1)=0.x=0 is not in the domain; solving 2lnx+1=0 gives lnx=−21, so x=e−21=e1.Now compute f′′(x). Write f′(x)=−2x(2lnx+1)f(x). At x=e1, f′(x)=0, so f′′(x)=−2f(x)⋅dxd[x(2lnx+1)].dxd[x(2lnx+1)]=(2lnx+1)+x⋅x2=2lnx+1+2=2lnx+3.At x=e1, lnx=−21, so 2lnx+3=2(−21)+3=−1+3=2.Thus f′′(e1)=−2f(e1)⋅2=−4f(e1)<0 because f(x)>0.Hence x=e1 is a point of maximum.
Now to find critical points,f′(x)=0(−2x)x−2x2(2lnx+x)=0⇒2lnx+1=0⇒lnx=−21⇒x=e−21=e1Second derivative,f′′(x)=dxd(f′(x))⇒dxd(f(x)(−2x(2lnx+1)))⇒dxd(−2f(x)(2xlnx+x))⇒−2f′(x)(2xlnx+x)−2f(x)dxd(2xlnx+x) …. (1)Answer:x=e1 (Option C)