∫ e4x (e4x - 9)10 dx
This has gotten me pretty stumped for a while on how to proceed. I've tried integrating by parts (tabularly), putting (e4x - 9)10 in the differentiation column and e4x in the integration column. That gave me a very long solution of:
1/4 e4x (e4x - 9)10 - 10/16 e4x (e4x - 9)9 + 90/64 e4x (e4x - 9)8 - 720/256 e4x (e4x - 9)7 + 5040/1024 e4x (e4x - 9)6 - 30240/4096 e4x (e4x - 9)5 + 151200/16384 e4x (e4x - 9)4 - 604800/65536 e4x (e4x - 9)3 + 1814400/262144 e4x (e4x - 9)2 - 3628800/1048576 e4x (e4x - 9) + 3628800/4194304 e4x
When I checked it against Mathematica's solution, it was wrong.
I then tried a couple different substitutions:
u = e4x, du = 1/4 e4x dx, => 4du = e4x dx
: ∫ e4x (e4x - 9)10 dx then = 4 ∫(u - 9)10 du, at which point I made another substitution of w = u - 9, so u = w + 9 and du = 10 dw
: 4 ∫(u - 9)10 du = 40∫w10 dw = 40/11 w11 + C = 40/11 (e4x - 9)11 + C, again incorrect vs Mathematica.
Or what about u = e4x - 9, du = 4e4x - 9 dx => 9/4 du = e4x dx
: ∫ e4x (e4x - 9)10 dx = 9/4 ∫ u10 du = 9/44 u11 + C = 9/44 (e4x - 9)11 + C, which, surprise, was also incorrect.
I don't know what else to do, but it's probably that I'm overlooking something simple. Perhaps I've just been doing too much calculus today, and need a break. Anyway, any help you could give me would be terribly appreciated!
This has gotten me pretty stumped for a while on how to proceed. I've tried integrating by parts (tabularly), putting (e4x - 9)10 in the differentiation column and e4x in the integration column. That gave me a very long solution of:
1/4 e4x (e4x - 9)10 - 10/16 e4x (e4x - 9)9 + 90/64 e4x (e4x - 9)8 - 720/256 e4x (e4x - 9)7 + 5040/1024 e4x (e4x - 9)6 - 30240/4096 e4x (e4x - 9)5 + 151200/16384 e4x (e4x - 9)4 - 604800/65536 e4x (e4x - 9)3 + 1814400/262144 e4x (e4x - 9)2 - 3628800/1048576 e4x (e4x - 9) + 3628800/4194304 e4x
When I checked it against Mathematica's solution, it was wrong.
I then tried a couple different substitutions:
u = e4x, du = 1/4 e4x dx, => 4du = e4x dx
: ∫ e4x (e4x - 9)10 dx then = 4 ∫(u - 9)10 du, at which point I made another substitution of w = u - 9, so u = w + 9 and du = 10 dw
: 4 ∫(u - 9)10 du = 40∫w10 dw = 40/11 w11 + C = 40/11 (e4x - 9)11 + C, again incorrect vs Mathematica.
Or what about u = e4x - 9, du = 4e4x - 9 dx => 9/4 du = e4x dx
: ∫ e4x (e4x - 9)10 dx = 9/4 ∫ u10 du = 9/44 u11 + C = 9/44 (e4x - 9)11 + C, which, surprise, was also incorrect.
I don't know what else to do, but it's probably that I'm overlooking something simple. Perhaps I've just been doing too much calculus today, and need a break. Anyway, any help you could give me would be terribly appreciated!