Integrating with Substitution: Solving for ∫(3x^2+x)(2x^3+x^2)^2 dx

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Nanu Nana
Messages
95
Reaction score
5

Homework Statement


dz/dx=(3x2+x)(2x^3+x^2)^2[/B]

Homework Equations



∫(3x^2+x)(2x^3+x^2)^2 dx

The Attempt at a Solution


I tried substituting (2x^3+x^2)
Let t= 2x^3 + x^2
dt=6x^2+2x dx
dt/dx= 6x^2+2x
I can only solve till this point . I don't have any clue how to solve it further
But how do we get 1/2 ∫u^2 du ?? I don't understand it at all
 
Physics news on Phys.org
Nanu Nana said:

Homework Statement


dz/dx=(3x2+x)(2x^3+x^2)^2[/B]

Homework Equations



∫(3x^2+x)(2x^3+x^2)^2 dx

The Attempt at a Solution


I tried substituting (2x^3+x^2)
Let t= 2x^3 + x^2
dt=6x^2+2x dx
dt/dx= 6x^2+2x
I can only solve till this point . I don't have any clue how to solve it further
But how do we get 1/2 ∫u^2 du ?? I don't understand it at all

Let u = 2x^3 + x^2
=> du = (6x^2 + 2x)dx
=> du = 2(3x^2 + x)dx
=> du/2 = (3x^2 + x)dx

Thus, the integral becomes what you need.
 
  • Like
Likes   Reactions: Nanu Nana
Nanu Nana said:

Homework Statement


dz/dx=(3x2+x)(2x^3+x^2)^2[/B]

Homework Equations



∫(3x^2+x)(2x^3+x^2)^2 dx

The Attempt at a Solution


I tried substituting (2x^3+x^2)
Let t= 2x^3 + x^2
dt=6x^2+2x dx
dt/dx= 6x^2+2x
I can only solve till this point . I don't have any clue how to solve it further
But how do we get 1/2 ∫u^2 du ?? I don't understand it at all
Well, you used t as a variable rather than u, but that's unimportant.

Looking at Math_QED's post, the main thing your solution is lacking is that you should factor a 2 out of the right hand side of ##\ dt=(6x^2+2x) dx \ .##
 
  • Like
Likes   Reactions: Nanu Nana
Thank you both . I think i understand it now :)