Messing around with the idea of point convergence, I found out that the following (principal value of the) integral can be evaluated as follows:
$$\int_b^ax^ndx=\int_b^{+\infty}x^ndx+\int_{-\infty}^ax^ndx$$
You may observe its truth, graphically, for odd $n$ integer, and any $a$, or $b$, because of the symmetry of $x^n$, the $+\infty$ sort of cancels with the $-\infty$.
However, how do I prove that the integrals are indeed true?
It is easy to solve for $n<0$, but as for $n\ge0$, it gets more challenging.
I tried the following:
$$\int_b^{+\infty}x^ndx+\int_{-\infty}^ax^ndx=\lim_{y\to\infty}\frac1{n+1}y^{n+1}-\frac1{n+1}b^{n+1}+\frac1{n+1}a^{n+1}-\lim_{z\to-\infty}\frac1{n+1}z^{n+1}$$
But how to proceed?