Ok, remember that integration is the reverse of differentiation. If you want to differentiate a formula such as:
v = (5 + 3x
4)
3/2
Then the differentiation really needs to be done by substitution as such:
U = 5 + 3x
4
v = U
3/2
and
dv/dx = (dU/dx)(dv/dU)
Now, differentiating,
dv/dU = 3/2U
1/2 (a pretty standard differentiation)
dU/dx = 12x
3
so
dv/dx = 12x
3 * 3/2U
1/2
and substituting U back in and simplifying
dv/dx = 18x
3(5 + 3x
4)
1/2
so, integrating is the reverse of this. Therefore if you have a formula such as
dv = x
3(5 + 3x
4)
1/2
you can see it would integrate to something like
v = (5 + 3x
4)
3/2
but in this case, we don't have the factor of 18 at the front. So to get the correct integral (ignoring the constant of integration here) you need to divide your final answer by this factor to correct it, arriving at an integral of:
1/18(5 + 3x
4)
3/2
Now, with your integration by parts, you can either split it along the obvious bounds of
u=x
7
dv = (5 + 3x
4)
1/2
and procede simply like this, or you can recognise that you can 'borrow' x
3 from x
7 to give you
u=x
4
dv=x
3(5 + 3x
4)
1/2
and this gives you a simpler v to work with when you integrate it. Either way should produce the same answer in this case, however it is useful to learn to recognise these forms as sometimes a split like that is the only way to correctly integrate, or provides a much easier route to the final answer.
I hope that makes things clearer.
Also, if you are self-teaching and want to learn (one method) of how integration works, I'd suggest going for something like the book here:
http://www.math.wisc.edu/~keisler/calc.html
This is an approach to calculus from first principles using the fairly easily understood 'infinitesimal' approach with hyperreal numbers (basically real numbers with the concept of infinitely small and infinitely big numbers introduced). With a first principles approach like this, all these integration and differentiation forms fall out algebraically which makes them much easier to understand and remember in the future :)