Poon-Tang said:
x to the 6 integrates to be x to the 7 over 7
and all that is over
the integral of root(1-x cubed) which is (1-xcubed) to the half
which integral is 1-xcubed to the 1.5 over 1.5 times the differentail of whats inside the brackets (2x)
so:
x (to the 7)
over 7
over (1-xcubed) to the 1.5
over 1.5 times 2x
Unfortunately, that is essentially treating the integral of g(x)*h(x) as the integral of g(x) * the integral of h(x). This is not possible.
I=Int( x^6/sqrt(1 - x^2) )dx
Let x=sin@ (I like this one because the derivative is positive)
dx=cos@ d@
I=Int( sin^6(@)/cos@ * cos@ d@)
I=Int( sin^6(@) d@ )
I'm about to use a 4 unit technique, so you should probably stop reading.
Now, 2isin@=z-1/z
(2isin@)^6=-64sin^6(@)=(z-1/z)^6
1 6 15 20 15 6 1
-64sin^6(@)=(z^6+1/z^6)+6(z^4+1/z^4)+15(z^2+1/z^2)+20
.'. subbing back in z^n+1/z^n=2cos(n@):
-64sin^6(@)=2cos6@+12cos4@+30cos2@+20
.'.sin^6(@)=-(cos6@+6cos4@+15cos2@+10)/32
So I=Int(sin^6(@) d@)
Equals I=Int(-(cos6@+6cos4@+15cos2@+10)/32)
I=-Int(cos6@+6cos4@+15cos2@+10)/32
I=-[sin(6@)/6+2sin(4@)/3+15sin(2@)/2+10@]/32
I=-(sin6@+4sin4@+45sin2@+60@)/192
Or something like that. Kinda bored.