Integration Problem: Solving an Equation with e

  • Thread starter Thread starter Melawrghk
  • Start date Start date
  • Tags Tags
    Integration
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
Melawrghk
Messages
140
Reaction score
0

Homework Statement


[tex]\int \frac{2e^{2t}*dt}{e^{4t}+12e^{2t}+32}[/tex]

The Attempt at a Solution


I factored the denominator, getting (e2t+4)(e2t+8), from that I was able to express the original equation in terms of two fractions:
[tex]\int \frac{A}{e^{2t}+4}[/tex]+[tex]\frac{B}{e^{2t}+8}[/tex]

I then found A to be -2 and B=4.

But when I put those back into the original equations, I still have integrals that have an 'e' on the bottom and I don't know what to do next...

Any help is appreciated.
 
Physics news on Phys.org
More partial fractions? But I can't. u+4 doesn't factor...?
 
Melawrghk said:
More partial fractions? But I can't. u+4 doesn't factor...?

[tex] \int \frac{2e^{2t}}{e^{4t}+12e^{2t}+32}dt[/tex]

u=e^2t => du/2 =e^2t dt

[tex]\int \frac{2e^{2t}}{e^{4t}+12e^{2t}+32}dt \equiv \frac{1}{2} \int \frac{1}{u^2+12u+32} du[/tex]

Now do partial fractions.
 
I already did. It's in my procedure...
 
Then you'd simply have to integrate

[tex]\frac{1}{8} \int (\frac{1}{u+4} - \frac{1}{u+8})du[/tex]