Saturday, July 30, 2011

Integrate e^x * (x-2)

We have to integrate e^x / (x –
2)


We use integration by parts
here:


The general formula is Int [ u dv] = u*v – Int [ v
du]


let u = (x – 2) , du =
dx


dv = e^x , v =
e^x


=> Int [ (x – 2) * e^x dx] = (x – 2)* e^x – Int
[ e^x dx]


=> Int [ e^x  * ( x – 2) dx] = (x – 2) e^x
– e^x


=> Int [ e^x * ( x - 2) dx] = e^x ( x – 3) +
C


The integral of e^x / (x-2) is e^x ( x – 3)
+ C

No comments:

Post a Comment

Calculate tan(x-y), if sin x=1/2 and sin y=1/3. 0

We'll write the formula of the tangent of difference of 2 angles. tan (x-y) = (tan x - tan y)/(1 + tan x*tan y) ...