How to integrate a binomial expression without expanding it before?

20.4k Views Asked by At

Let $(3-x^2)^3$ be a binomial expression. What is the integral of such expression?

First I tried integration by substitution, because there is a composition of two functions. But$\displaystyle\frac{d}{dx}(3-x^2)=2x$ and I learned that this method only works if the integrand has the derivative of the inner function, multiplied by a constant.

Then I used what I learned about power series:

$$(3-x^2)^3=\binom{3}{0}3^3+\binom{3}{1}3^2(-x^2)+\binom{3}{2}3(-x^2)^2+\binom{3}{3}(-x^2)^3$$

And so,

\begin{align} (3-x^2)^3&=27-27x^2+9x^4-x^6\\ \int(3-x^2)^3\,\mathrm dx&=\int(27-27x^2+9x^4-x^6) dx \end{align}

Finally:

$$\displaystyle\int(3-x^2)^3dx=27x-9x^3+\frac{9}{5}x^5-\frac{1}{7}x^7+C$$

But imagine that the power is $10$, or maybe $20$? There is any way to integrate this kind of expression without expand it? Thanks.

1

There are 1 best solutions below

1
On BEST ANSWER

Let us generalise a bit. The integral of $(a+bx^n)^m$ is given by (just expanding and integrating term-wise):

$$\int(a+bx^n)^m\,\mathrm dx = \sum_{k=0}^m \binom m ka^{m-k}b^k\frac{x^{kn+1}}{kn+1}$$

Now I have not ever seen a nice form for a general expression like the sum on the right-hand side.

In fact, when I just look at it (for example when handed a similar sum in a different context), I usually think nothing except "Hey, that's the integral of $(a+bx^n)^m$".

For many usages of sums like the one on the right, the integral representation is actually a way of simplifying the problem; if there were nice closed forms currently (widely) known, the mathematical practice would probably en masse use those instead of the integral representation.

This all provides some circumstantial evidence to support the gut feeling that there probably is no general way.