4
$\begingroup$

I'm currently teaching myself calculus and I'm probably trying to run before I can walk, but I've been working on this problem..

I managed to find the correct result for:

$$\int_{0}^{\infty }(2e^{-3x}+4e^{-7x})^2dx$$

by expanding it to:

$$\int_{0}^{\infty}4e^{-6x}+16e^{-10x}+16e^{-14x}dx$$

and then working from there.

Is there a better/more general approach I could have taken? I've attempted to solve it using substitution but haven't had any success...

  • 13
    That's a perfectly fine approach, and it's quite general too.2010-10-06
  • 3
    That's the approach I would use.2010-10-06
  • 0
    OK, thanks for the replies :)2010-10-06
  • 2
    I agree with the others, what you did is the best thing. In contrast to calculate the derivative of an explicit elementary function there is no general recipe to calculate the integral of an elementary function - instead we are forced to simplify until we reach something we know, as you did.2010-10-06
  • 0
    You could use the fact that $\int_{0}^{\infty} x^{k}e^{-cx} = \frac{k!}{c^{k+1}}$.2010-10-27

2 Answers 2