Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Say I have some polynomial $p(x)$ and want to express its $n$th integral, is there a closed form for this?

share|improve this question
4  
It doesn't have a unique $n^{th}$ integral; this is only well-defined up to a polynomial of degree $n-1$. – Qiaochu Yuan Sep 11 '11 at 3:45
I don't see your point. Take for instance $p(x) = x$, so its degree is 1. We have the 2nd integral as $\frac{x^{2}}{6}$ however.. edit: that is, plus a constant – Pedro Sep 11 '11 at 3:49
4  
The $n^{\rm th}$ integral of $x^r$ is $$ \frac{r!}{(r+n)!} x^{r+n} \ \ (+ \ \text{arbitrary poly of degree } n-1). $$ You can then use linearity to add the integrals of individual terms. – Srivatsan Sep 11 '11 at 3:50
On the other hand, $$\underbrace{\int_0^x\int_0^{t_{n-1}}\cdots\int_0^{t_1}}_{n} t^k\;\mathrm dt\cdots\mathrm dt_{n-2}\mathrm dt_{n-1}=\frac1{(n-1)!}\int_0^x t^k (x-t)^{n-1}\mathrm dt=\frac{k!}{(n+k)!}x^{n+k}$$ – J. M. Sep 11 '11 at 3:53
3  
Oh, now I see. I forgot to integrate the constant along with it – Pedro Sep 11 '11 at 3:53
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.