Trouble With Integration: ∫ e^4x (e^4x - 9)^10 dx

tlake

New member
Joined
Sep 27, 2012
Messages
3
∫ 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 (e
4x - 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 = 40w10 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!
 

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.


That is the method I would choose. I didn't read through all of your attempts, but here... the bold text above is not true (Not to mention somehow you turned subtraction into division or something?).

If u = e^(4x)-9, then du = 4*e^(4x)dx. So your integral becomes

14u10du\displaystyle \frac{1}{4}\int u^{10} du
 
daon2, thanks for your help. After some sleep, I came back to the problem and found it was embarrassingly easy.

∫ e4x (e4x - 9)10
dx

If we substitute: u = e4x , du = 4e4x dx , 1/4du = e4x dx

Thus,
∫ e4x (e4x - 9)10 dx = 1/4 ∫ (u - 9)10 du

Substitute again: w = u - 9 , dw = du

Thus, 1/4
∫ (u - 9)10 du = 1/4 ∫ w10 dw

1/4 ∫ w10 dw = 1/4 (1/11 w11) + C = 1/44 (e4x - 9)11 + C

Thanks again!
 
daon2, thanks for your help. After some sleep, I came back to the problem and found it was embarrassingly easy.

∫ e4x (e4x - 9)10
dx

If we substitute: u = e4x , du = 4e4x dx , 1/4du = e4x dx

Thus,
∫ e4x (e4x - 9)10 dx = 1/4 ∫ (u - 9)10 du

Substitute again: w = u - 9 , dw = du

Thus, 1/4
∫ (u - 9)10 du = 1/4 ∫ w10 dw

1/4 ∫ w10 dw = 1/4 (1/11 w11) + C = 1/44 (e4x - 9)11 + C

Thanks again!

You can eliminate the need for the "w" substitution by doing what daon2 said and letting u = e4x - 9. When you take the derivative of u, the 9 becomes 0 ;)
 
You can eliminate the need for the "w" substitution by doing what daon2 said and letting u = e4x - 9.

Yeah, that's a smart call, and would've saved me a step or two if I had read it a little earlier. Thanks!
 
Top