Calculate the following integral:
$$ \int^3_{-3}\left(\frac{\arctan(\sqrt{|x|})}{1 + (1+x^2)^x} \right)dx $$ I know that each function can be represented as a sum of even and odd function such that: $$ f(x)=\frac{f(x) + f(-x)}{2} +\frac{f(x) - f(-x)}{2} $$ I tried using this approach and separate the function but I'm mainly confused with the evenness and oddness of the numerator of the function. If my approaches is correct, how can I properly separate the function?