My problem is about characterization of the $n^{th}$-derivative of $$f(x) = \arctan x$$
We were asked to solve the following questions
- Show that $$ f^{(n)} (x) = \frac{P_n(x)}{(1+x^2)^{n}}~~~n\ge1$$ Where $P_n$ is polynomial of degree to be specify.
- Find a recurrent relationships Between the $P_n's.$
- Then, Give the expression of $P_n(x) . $
My attempt I was able to prove just comparison with derivative that $$ P_{n+1}(x) = (1+x^2)P'_n(x) -2nx P_n(x)$$ This therefore gives a solution to questions 1. and 2. Note that from this, since $P_1 = 1$ we have $$\deg P_n = n-1$$
I do not know how to solve the last Question.