Question
Question: How do you integrate \(\dfrac{{{x^2} + 2x - 1}}{{{x^3} - x}}dx?\)...
How do you integrate x3−xx2+2x−1dx?
Solution
In this question, we need to evaluate the given equation. For this, we will use the partial fraction method and apply the defined integral formulae.
Complete step by step answer:
Let the given integral be I ,so, we can write I=∫x3−xx2+2x−1dx
Now, by following the partial fraction method, we can write the function x3−xx2+2x−1 as
x3−xx2+2x−1=x(x2−1)x2+2x−1
We know that the 12=1 , substitute this in the position of 1 and we get
=x(x2−12)x2+2x−1
We use the formula a2−b2=(a+b)(a−b) in the above function and we get
=x(x+1)(x−1)x2+2x−1
We use the partial fraction method and we get
x3−xx2+2x−1=xA+x−1B+x+1C
=x(x+1)(x−1)A(x+1)(x−1)+Bx(x+1)+Cx(x−1)
=x3−xA(x2−1)+B(x2+x)+C(x2−x)
=x3−x(A+B+C)x2+(B−C)x−A
Therefore x3−xx2+2x−1=x3−x(A+B+C)x2+(B−C)x−A
Now, comparing the coefficients of both sides of the above equation, we get
A+B+C=1 …………………………………………(i)
B−C=2 ………………………………………………(ii)
A=1 …………………………………………………(iii)
Solving above three equations and we get
From (iii) we get A=1
Substitute (iii) in (i), we get
⇒1+B+C=1
Simplifying, we get
⇒B+C=0 …………………………………………….(iv)
Adding (ii) and (iv), we get
(B−C)+(B+C)=2+0
⇒2B=2
Divide both sides by 2 , we get
⇒B=1
Putting B=1 in equation (iv), we get
⇒1+C=0
⇒C=−1
Hence the values of A,B,C are 1,1,−1 respectively.
So , the given integral function can be written as
∫x3−xx2+2x−1dx=∫(xA+x−1B+x+1C)dx
=∫(x1+x−11+x+1−1)dx
Now, applying the property of the integration function ∫(A+B+C)dx=∫Adx+∫Bdx+∫Cdx in the above function, we get
⇒∫x3−xx2+2x−1dx=∫(x1+x−11+x+1−1)dx
=∫x1dx+∫x−11dx−∫x+11dx
Again, applying the property of the integration function ∫xdx=logx in the above equation, we get
=logx+log(x−1)−log(x+1)+c
Hence, we can see that the value of the integral ∫x3−xx2+2x−1dx is logx+log(x−1)−log(x+1)+c , where c is the integral constant.
Note:
It is interesting to note here that for the partial fraction method, if the denominator term is a raised to the power terms then, we need to bifurcate it as (y+1)21=y+1A+(y+1)2B where as if the denominator includes a quadratic equation then, we need to bifurcate it as (y+2)(y2+4y+2)1=y2+4y+2Ax+B+y+2C .