If $V= x^nlogx$ then prove that $V_n = nV_{n-1} + (n-1)!$ where $V_n $ is the nth derivative of $V$
My attempt :
$V=x^nlogx$
$\therefore \, V_1 = nx^{n-1}logx + x^{n-1}$
$\therefore \, V_1= \dfrac{nV}{x}+x^{n-1}$
$\therefore \, xV_1=nV+x^n$
Differentiating $(n-1)$ times,
$\therefore \, xV_n+(0)V_1=nV_{n-1}\,+ (n-1)!$
$\therefore \, xV_n=nV_{n-1}\,+ (n-1)!$
I don't know how an extra $x$ appears in the LHS in my answer.