Question
Question: How do you use partial fractions to find the integral of\(\int {\dfrac{{{e^x}}}{{\left( {{e^{2x}} + ...
How do you use partial fractions to find the integral of∫(e2x+1)(ex−1)exdx?
Solution
Partial fraction is the decomposition of an equation which is of the formB(x)A(x). It makes it easier to solve the integral as it is represented as the sum or difference of fractions. This method is only used when the fraction is linear in the denominator part.
Complete step by step answer:
The equation is as follows:
∫(e2x+1)(ex−1)exdx
Let us consider , y=ex
Differentiating both sides with respect to x
dxdy=ex dx=exdy
Now, we substitute these values to the main equation,
∫(y2+1)(y−1)ex.exdy
Now, we cancel exfrom the numerator and denominator.
Hence, we get
∫(y2+1)(y−1)1dy
Now, we use partial fractions
y2+1Ay+B+y−1C=(y2+1)(y−1)1 (Ay+B)(y−1)+C(y2+1)=1 (A+C)y2+(B−A)y+(C−B)=1
We now compare the coefficients on both sides,
A+C=0 B−A=0 C−B=1
Comparing the above equations we get,
B=A A=−C
Then,
C−B=1 \-A−A=1 \-2A=1 A=2−1,B=−21,C=21
Substituting these values to the equation we get,
=∫y2+1−21y−21+y−121dy =−21∫y2+1y−1+y−11dy =−21∫y2+1y−1+y−11dy =−21∫y2+1y−y2+11+y−11dy =−41∫y2+12y+21∫y2+11−21∫y−11dy =−41log(y2+1)+21tan−1(y)−21log(y−1)+C
Now, substitutey=ex, we get
=−41log(e2x+1)+21tan−1(ex)−21log(ex−1)+C
Note: If B(x)A(x) is the equation then the partial fraction is applicable , if and only if, the degree of A(x) is less than that of B(x). If the value is greater, then this method fails and we need to look for some other alternative.