4

I am helping my teenager son. So far I have been able to answer all his questions, and to solve all the problems he has had problems with. Except this one.

$\int{{3^x}{e^x}dx}$

Please, help me keep my success track and my son's confidence.

PA.
  • 143

2 Answers2

11

Hint: try rewriting $3^x$ as $e^{x \ln 3}$.

Alf
  • 2,597
  • I see! (why didn't see it before, it's been two days of having this in my mind) thank you very much! – PA. Dec 16 '10 at 13:41
  • @PA01: Even without knowing this identity, there are ways. Did you try integration by parts? – Aryabhata Dec 16 '10 at 14:40
  • yes I did, I tried both u=e^x and v=e^x . To my despair, both lead me to integrals of similar type e^x k^x. I had obviously overlooked some basic exponential techniques. – PA. Dec 16 '10 at 14:58
  • 5
    @PA01: Leading to the same can sometimes be a bonus!

    If $\displaystyle I = \int 3^x e^x \text{dx}$

    then,

    $\displaystyle I = \int 3^x \dfrac{d(e^x)}{dx} \text{dx} = 3^x e^x - \int \dfrac{d (3^x)}{dx} e^x \text{dx} = 3^x e^x - \log 3 \int 3^x e^x \text{dx}$

    Thus

    $\displaystyle I = 3^x e^x - \log 3 \times I$

    Hence

    $\displaystyle I = \dfrac{3^x e^x}{1 + \log 3} + \text{constant}$

    – Aryabhata Dec 16 '10 at 15:04
  • 2
    I remember a similar trick being used for integrals of exp(ax)sin(bx) because differentiating the sine twice brings you back. – Ross Millikan Dec 16 '10 at 15:15
  • @Ross: I presume you've seen this previous thread... – J. M. ain't a mathematician Dec 16 '10 at 15:52
  • @J.M.: I had forgotten it. Thanks – Ross Millikan Dec 16 '10 at 16:06
  • @moron thanks! didnt realize this truth. +1 – PA. Dec 17 '10 at 11:50
8

Why not simply $\int 3^x e^x \mathrm dx = \int (3e)^x \mathrm dx = \frac{(3e)^x}{\ln(3e)} + Constant$

To see that $\int (3e)^x \mathrm dx = \frac{(3e)^x}{\ln(3e)}+C$, You can differentiate $(3e)^x$ i.e. Let

$$y = (3e)^x$$

$$\ln y = x \ln(3e)$$

$$ \mathrm dy/\mathrm dx = y \ln(3e) = (3e)^x \ln(3e)$$

picakhu
  • 4,906