Integration with respect to a higher power

  • Thread starter Thread starter steven10137
  • Start date Start date
  • Tags Tags
    Integration Power
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
6 replies · 3K views
steven10137
Messages
117
Reaction score
0

Homework Statement


[tex] \int {x^2 ,d(x^4)} [/tex]


Homework Equations


as a starter; the previous problem was:
[tex] \int {x^2 ,d(x^2)} [/tex]

and I managed to solve this by letting u=x^2 then integrating u:

[tex] \int {u} [/tex]

=[tex] \frac{x^4}{2}+C[/tex]


The Attempt at a Solution


can someone please explain the theory behind this?
my textbook gives no explanation and i don't really know what I am looking for...
I tried following the working from the previous problem through, but got (x^6)/3 when the answer was supposed to be 2(x^6)/3

thanks in advance
Steven
 
Physics news on Phys.org
In the previous problem, you made the differential to du. That is an interesting tactic for this problem too.[/color].
 
so I am on the right track i take it?
If so;
[tex]\int {x^2 d(x^4)} = \int {u^2 d(u)}[/tex]
am I correct?
 
Not quite. If

[tex]u = x^4[/tex]

then

[tex]x^2 = ?[/tex]
 
thankyou all for your help, I understand it now :)
[tex]dx^4 = 4x^3 dx[/tex]
therefore
[tex]\int {x^2 dx^4}[/tex]
[tex]= \int {x^2 4x^3 dx}[/tex]
[tex]= 4 \int {x^2 x^3 dx}[/tex]
[tex]= 4 \int {x^5 dx}[/tex]
[tex]= 4 \frac {x^6}{6} + C[/tex]
[tex]= \frac {2x^6}{3} + C[/tex]

cheers
Steven