PDA

View Full Version : integration


UrbanXrisis
Feb15-05, 05:30 PM
\int \frac {e^x+4}{e^x}dx =?

Here's what I did:
\int \frac {e^x+4}{e^x}dx = \int e^{-x}(e^x+4)dx
\int e^{-x}(e^x+4)dx =\int 1+4e^{-x} = x-\frac {4e^{-x+1}}{x+1}

Did I do this correctly? Is there a more simplified answer?

Galileo
Feb15-05, 05:48 PM
Rewriting \frac{e^x+4}{e^x}=1+4e^{-x} was correct.

Check the antiderivative of e^{-x}. Your answer is not correct. You can easily check it by differentiating it.

Mind the difference between x^a where the base is the variable and a^x where the base is constant and the exponent is the variable.

UrbanXrisis
Feb15-05, 05:56 PM
since \int e^{x} = e^{x}+C
then...
\int 1+4e^{-x} = x+4e^{-x}+C

is that correct?

Jameson
Feb15-05, 06:13 PM
When you differentiate x + 4e^{-x} + C you get

1 - 4e^{-x} , so the integral is actually

\int 1 + 4e^{-x} dx = x - 4e^{-x} + C

UrbanXrisis
Feb15-05, 06:16 PM
I dont understand where the negative came from

Jameson
Feb15-05, 06:27 PM
The integral of e^x dx = {e^x} + C

The integral of e^{-x}dx = -e^{-x} + C.

Differentiating that answer you find that \frac {d}{dx} -e ^{-x} = e^{-x}

dextercioby
Feb15-05, 06:37 PM
Think of it as an e^{u} and apply the method of substitution:
-x=u

Daniel.

P.S.That's how u end up with the minus.

UrbanXrisis
Feb15-05, 06:48 PM
\int \frac {e^x}{e^x+4}dx =?

Here's what I did:
= \int e^{x}(e^x+4)^{-1}dx
subsitute:
u=e^x+4
du=e^x dx
\int u^{-1}du =ln(e^x+4)

Did I do this correctly? Is there a more simplified answer?

NateTG
Feb15-05, 07:29 PM
Did I do this correctly? Is there a more simplified answer?

Looks good to me.

dextercioby
Feb15-05, 07:43 PM
Don't forget the constant of integration.

Daniel.