What is the difference between integrating by substitution and by parts?

johnnyboy2005
Messages
29
Reaction score
0
integration by parts??

just trying to figure out this integral int(x^2 (1+x^3)^4 dx)

when i integrate by substitution i get anti deriv... 1/15 (1+x^3)^5

which is not the same (but close when u plug in values of x) to

1/15*x^15 +1/3*x^12 + 2/3*x^9 + 2/3*x^6 + 1/3*x^3

am i going about this wrong?...i'm letting u = 1 + x^3...what
 
Physics news on Phys.org
Your answer is right. You must have made a mistake when plugging in values of x.
 
bleh, mistake.
 
1/15*x^15 +1/3*x^12 + 2/3*x^9 + 2/3*x^6 + 1/3*x^3 is the value i got from maple



1/15 (1+x^3)^5 is the value i got by hand...


plug in values of x...u get different results...

if x=1...

the first one u get 31/15...the second is 32/15
 
johnnyboy2005 said:
1/15*x^15 +1/3*x^12 + 2/3*x^9 + 2/3*x^6 + 1/3*x^3 is the value i got from maple
1/15 (1+x^3)^5 is the value i got by hand...
plug in values of x...u get different results...
if x=1...
the first one u get 31/15...the second is 32/15

(1/15)(1+ x^3)^5= (1/15)x^15+ (1/3)x^12+ (2/3)x^9+ (2/3)x^6+ (1/3)x^3+ 1/15.

Do the words "constant of integration" mean anything to you?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top