Question
Question: Integrate the following expression \[\int {\dfrac{{dx}}{{x - {x^3}}}} \]. A) \(\dfrac{1}{2}\log \l...
Integrate the following expression ∫x−x3dx.
A) 21logx21−x2+C
B) logx(1+x)1−x+C
C) logx−x3+C
D) 21log1−x2x2+C
Solution
We can solve this integral using the method of partial fraction. All we need is to split into simplest fractions so that we can integrate directly. Then applying some logarithmic formulas, we get the answer.
Formula used: For every x,y, we have, x2−y2=(x−y)(x+y)
For every function f(x), ∫f(x)1dx=log(f(x))dxdf(x)+C, where C is the constant of integration.
Also, logx2=2logx,log(A+B)=logAlogB,log(A−B)=logBlogA, for every function A,B.
Complete step-by-step answer:
The given function is x−x31.
Taking x common from the denominator we have,
⇒x−x31=x(1−x2)1
For every x,y, we have, x2−y2=(x−y)(x+y)
Applying this result,
⇒x−x31=x(1−x2)1=x(1−x)(1+x)1−−−(i)
Suppose there exists A,B,C such that
⇒x(1−x)(1+x)1=xA+1−xB+1+xC−−−(ii)
Taking LCM on Right hand side and rearranging we have,
⇒x(1−x)(1+x)1=x(1−x)(1+x)A(1−x)(1+x)+Bx(1+x)+Cx(1−x)
Comparing the sides of the above equation, we have,
⇒1=A(1−x)(1+x)+Bx(1+x)+Cx(1−x)
Simplifying we get,
⇒1=A(1−x2)+B(x+x2)+C(x−x2)
Splitting into terms of x,x2 and constant,
⇒1+0x+0x2=A+(−A+B−C)x2+(B+C)x
Comparing both sides of the above equation we have,
⇒A=1,−A+B−C=0,B+C=0
Substituting we get,
−1+B−C=0⇒B−C=1
B+C=0⇒B=−C
Again, substituting we get,
B+B=1⇒2B=1⇒B=21
Since B=21,B=−C⇒C=−21
So, we have, A=1,B=21,C=−21
Substituting for A,B,C in equation (ii),
⇒x(1−x)(1+x)1=xA+1−xB+1+xC=x1+2(1−x)1−2(1+x)1−−(iii)
We have to find ∫x−x31dx
From (i),(iii) we have,
∫x−x3dx=∫[x1+21(1−x)1−21(1+x)1]dx
⇒∫x−x3dx=∫x1dx+∫21(1−x)1dx−∫21(1+x)1dx
For every function f(x), ∫f(x)1dx=log(f(x))dxdf(x)+C, where C is the constant of integration.
Here letting f(x) as 1−x,1+x, we have,
∫x−x3dx=logx−21log(1−x)−21log(1+x)+C, where C is the constant of integration.
⇒∫x−x3dx=logx−21[log(1−x)+log(1+x)]+C
We know logx2=2logx,log(A+B)=logAlogB,log(A−B)=logBlogA
⇒∫x−x3dx=21logx2−21[log(1−x)(1+x)]+C
Since (1−x)(1+x)=1−x2and simplifying,
⇒∫x−x3dx=21[logx2−log(1−x2)]+C
Applying the result logA−logB=logBA, in the above equation,
⇒∫x−x3dx=21log1−x2x2+C, where C is the constant of integration.
The answer is 21log1−x2x2+C.
So, the correct answer is “Option D”.
Note: We must be careful while applying the results of integration and logarithm. This question may be solved in other ways instead of partial fraction. Since the integral used here is the indefinite one it is mandatory to add the constant of integration.Students should remember the formulas of integration , differentiation and logarithmic properties for solving these types of problems and also should know the method of solving integration by partial fraction method.