Question
Question: The integrating factor of the differential equation is \({x^2}\left( {{x^2} - 1} \right)\dfrac{{d...
The integrating factor of the differential equation is
x2(x2−1)dxdy+x(x2+1)y=x2−1
A. xx2−1
B. x(x2−1)x2+1
C. logxx2−1
D. None of these
Solution
We can convert the given differential equation into a linear ordinary differential equation. Then we can find the integrating factor using the equation IF=e∫P(x)dx . We can proceed the integration using the method of integration by partial fractions
Complete step by step answer:
We have the differential equation x2(x2−1)dxdy+x(x2+1)y=x2−1
To make it to a linear equation of the form dxdy+P(x)y=Q(x) , we can divide the equation throughout with x2(x2−1) . Thus the equation becomes,
⇒dxdy+x(x2−1)(x2+1)y=x21
Comparing it with standard equation, we get , P(x)=x(x2−1)(x2+1)
The integrating factor of a linear equation of the form x2(x2−1)dxdy+x(x2+1)y=x2−1 is given by IF=e∫P(x)dx
We have P(x)=x(x2−1)(x2+1) . To integrate, we can use partial fraction,
x(x−1)(x+1)(x2+1)=xA+(x−1)B+(x+1)C ……….(a)
Now we can make the denominator of the RHS equal to that of LHS by multiplying the numerators and denominators by required terms.
We can multiply and divide the 1st term with (x−1)(x+1) , 2nd term with (x+1)x and 3rd term with (x−1)x to make the denominator same.
\Rightarrow $$$$\dfrac{{\left( {{x^2} + 1} \right)}}{{x\left( {x - 1} \right)\left( {x + 1} \right)}} = \dfrac{{A\left( {x - 1} \right)\left( {x + 1} \right)}}{{x\left( {x - 1} \right)\left( {x + 1} \right)}} + \dfrac{{B\left( {x + 1} \right)x}}{{x\left( {x - 1} \right)\left( {x + 1} \right)}} + \dfrac{{C\left( {x - 1} \right)x}}{{x\left( {x - 1} \right)\left( {x + 1} \right)}}
Comparing the numerators, we get,
\Rightarrow $$${x^2} + 1 = A{x^2} - 1A + B{x^2} + Bx + C{x^2} - Cx$
On taking like terms together we get, \Rightarrow $$${x^2} + 1 = \left( {A + B + C} \right){x^2} + \left( {B - C} \right)x - AComparingtheconstants,weget, - 1 = A..(1)Oncomparingthecoefficientsofx,weget,B - C = 0Onrearranging,weget, \Rightarrow B = C..(2)Oncomparingthecoefficientsof{x^2},weget,A + B + C = 1..(3)Substituting(1)and(2)in(3),weget, - 1 + C + C = 1Onsimplificationweget, \Rightarrow 2C = 2Ondividingby2,weget, \Rightarrow C = 1AsB = C,weget, \Rightarrow B = 1
Substituting the values of A B and C, in (a) we get,
$$\dfrac{{\left( {{x^2} + 1} \right)}}{{x\left( {x - 1} \right)\left( {x + 1} \right)}} = - \dfrac{1}{x} + \dfrac{1}{{\left( {x - 1} \right)}} + \dfrac{1}{{\left( {x + 1} \right)}}$$ … (b)
Now, we can integrate,
\Rightarrow \int {P\left( x \right)} = \int {\dfrac{{\left( {{x^2} + 1} \right)}}{{x\left( {{x^2} - 1} \right)}}}
Substituting equation (b), we get,
$$ \Rightarrow \int {P\left( x \right)} = - \int {\dfrac{1}{x}} + \int {\dfrac{1}{{\left( {x - 1} \right)}}} + \int {\dfrac{1}{{\left( {x + 1} \right)}}} $$
We know that\int {\dfrac{1}{{x - a}} = \log \left( {x - a} \right)} = - \log \left( x \right) + \log \left( {x - 1} \right) + \log \left( {x + 1} \right)Weknowthat\log ab = \log a + \log band\log \dfrac{a}{b} = \log a - \log b = \log \dfrac{{\left( {x - 1} \right)\left( {x + 1} \right)}}{x}Weknowthat,\left( {a - b} \right)\left( {a + b} \right) = {a^2} - {b^2}. So, we get,
$$ \Rightarrow $$\int {P\left( x \right)} = \log \dfrac{{{x^2} - 1}}{x}.Nowwecancalculateintegratingfactor.IF = {e^{\log \dfrac{{{x^2} - 1}}{x}}}Weknowthat{e^{\log a}} = a \Rightarrow IF = \dfrac{{{x^2} - 1}}{x}Sotheintegratingfactoris\dfrac{{{x^2} - 1}}{x}$ .
Therefore the correct answer is option A.
Note: A linear ordinary differential equation is the equation of the form dxdy+P(x)y=Q(x) where P and Q are functions of x alone. We can find its solution by integrating Q multiplied with an integrating factor. We have the equation y=∫IF×Q(x)dx . The integrating factor is given by the equation IF=e∫P(x)dx . Here we used the method of partial fraction to find the integral. This method is used when the denominator is the product of more than one term. In this method we factorise the denominator and add them together and solve for their numerator.