Question
Question: How do you evaluate the integral \(\int {\dfrac{{dx}}{{{x^4} - 16}}} \)?...
How do you evaluate the integral ∫x4−16dx?
Solution
We will first use the identity of a2−b2 and then use the method of partial fraction to find it in easier terms, which we can integrate easily and get the answer.
Complete step-by-step answer:
We are given that we are required to find the value of ∫x4−16dx.
It has the denominator of x4−16.
Using the fact that: a2−b2=(a−b)(a+b), we will get x4−16=(x2−4)(x2+4)
Now, using the same identity further, we will get the following expression:-
⇒x4−16=(x2−4)(x2+4)=(x−2)(x+2)(x2+4)
Now, we can write:-
⇒x4−161=(x−2)(x+2)(x2+4)1
Using the partial fraction, we can write it as:-
⇒x4−161=x+2A+x−2B+x2+4Cx+D ………………….(A)
Simplifying it, we will get the following expression:-
⇒1=A(x−2)(x2+4)+B(x+2)(x2+4)+(Cx+D)(x−2)(x+2)
Simplifying the right hand side, by opening the brackets, we will get:-
⇒1=A(x3−2x2+4x−8)+B(x3+2x2+4x+8)+(Cx+D)(x2−4)
Combining the coefficients of x raised to the power 3, 2, 1 and 0 together to get the following expression:-
⇒1=(A+B+C)x3+(−2A+2B+D)x2+(4A+4B−4C)x+(−8A+8B−4D)
Comparing both the sides in the above equation, we will then obtain the following equation:-
⇒A+B+C=0 …………(1)
⇒−2A+2B+D=0 …………(2)
⇒4A+4B−4C=0 …………(3)
⇒−8A+8B−4D=1 …………(4)
Solving the equation numbers from (1) to (4), we will get:-
⇒A=−321,B=321,C=0 and D=−81
Putting these values in the equation (A), we will get:-
⇒x4−161=−32(x+2)1+32(x−2)1−8(x2+4)1
Now, taking integration on both sides, we have:-
⇒∫x4−16dx=−321∫x+2dx+321∫x−2dx−81∫(x2+4)dx
We know that ∫x+adx=ln∣x+a∣+C. So, we will get:-
⇒∫x4−16dx=−321ln∣x+2∣+321ln∣x−2∣−81∫(x2+4)dx
Now, we also know that ∫(x2+a2)dx=tan−1ax+C. So, we get:-
⇒∫x4−16dx=−321ln∣x+2∣+321ln∣x−2∣−81tan−12x+C
Hence, the answer is −321ln∣x+2∣+321ln∣x−2∣−81tan−12x+C.
Note:
The students must note that in the solution, when we got ⇒∫x4−16dx=−321∫x+2dx+321∫x−2dx−81∫(x2+4)dx from ⇒x4−161=−32(x+2)1+32(x−2)1−8(x2+4)1, we did not directly get it.
But, we used the fact that: ∫(f+g+h)(x)dx=∫f(x)dx+∫g(x)dx+∫h(x)dx, where we took: f(x)=x+21,g(x)=x−21 and h(x)=x2+41 and thus, we have the result stated above.
The students must commit to the memory the following formulas:-
a2−b2=(a−b)(a+b)
∫(x2+a2)dx=tan−1ax+C
The students must know that, in partial fraction, we basically rewrite the function in such a manner that it becomes easier and simpler for us to find the integration of those functions using simpler formulas.