Finding antiderivative of (2x² + 1)⁷

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 3K views
Nope
Messages
100
Reaction score
0

Homework Statement



[tex]\int(2x^2+1)^7[/tex]

Homework Equations


The Attempt at a Solution


u=2x^2+1
du=4xdx
u7 (1/4x)du
I am stuck... I don't know what to do next...
 
Physics news on Phys.org


Nope said:

Homework Statement



[tex]\int(2x^2+1)^7[/tex]
Try to remember to put in the differential...
Nope said:

Homework Equations





The Attempt at a Solution


u=2x^2+1
du=4xdx
u7 (1/4x)du
I am stuck... I don't know what to do next...
Substitution won't work in this case, which you already found out. If you expand [itex]\int(2x^2+1)^7[/itex], you'll get a polynomial that you can integrate pretty easily.
 


wow, so i have to expand everything out? (2x^2+1)^7
that's a lot
is there any other way to do it?
 


The x2 suggests a trig substitution might work.

Edit: Actually, that looks to be more of a pain than just multiplying the polynomial out.

Hint: Use the binomial theorem.
 


Nope said:
wow, so i have to expand everything out? (2x^2+1)^7
that's a lot
is there any other way to do it?

Is using a symbolic processor cheating? From Maxima ...

ratsimp((2*x^2+1)^7);

[tex]128\,{x}^{14}+448\,{x}^{12}+672\,{x}^{10}+560\,{x}^{8}+280\,{x}^{6}+84\,{x}^{4}+14\,{x}^{2}+1[/tex]
 


It does help to know the "binomial theorem":

[tex](a+ b)^n= \sum_{i=0}^n \begin{pmatrix}n \\ i\end{pmatrix}a^{i}b^{n-i}[/tex]