How can I evaluate the derivative $$\left. \frac{d}{dx} \left( x \, \ln(x^5) \right)\right|_{x=1} \, ?$$
I have this math problem, and the biggest thing I do not understand, is which derivative rule do I need to apply, and what does the vertical bar mean in this problem?
Solution $$\left. \frac{d}{dx} \left( x \, \ln(x^5) \right)\right|_{x=1} = 5.$$
$$\frac{d}{dx}(x\ln(x^5))=$$
$$\ln(x^5)\frac{d}{dx}(x)+x\frac{d}{dx}(5\ln(x))=$$
$$\ln(x^5)+x\frac{5}{x}=$$
$$\ln(x^5)+5$$
for $x=1$, it gives $0+5=5$.