Antiderivative math homework help

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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?
 


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]