Solveeit Logo

Question

Question: Find the integration \[\int {\dfrac{{\sin 2x}}{{({{\sin }^2}x + 1)({{\sin }^2}x + 3)}}} dx\]...

Find the integration sin2x(sin2x+1)(sin2x+3)dx\int {\dfrac{{\sin 2x}}{{({{\sin }^2}x + 1)({{\sin }^2}x + 3)}}} dx

Explanation

Solution

We will start by converting sin2x\sin 2x in the form of sinx\sin x and cosx\cos x by using the formula sin2x=2sinxcosx\sin 2x = 2\sin x\cos x. Then, we will use the substitution method of integration, here, we will be substituting sinx=t\sin x = t. This simplifies the equation and makes it easier to integrate the equations in terms of t.

Complete step by step answer:
Given,
sin2x(sin2x+1)(sin2x+3)dx\int {\dfrac{{\sin 2x}}{{({{\sin }^2}x + 1)({{\sin }^2}x + 3)}}} dx
So, by using the formula mentioned above, i.e., by changing sin2x=2sinxcosx\sin 2x = 2\sin x\cos x, we get
2sinxcosx(sin2x+1)(sin2x+3)dx\Rightarrow \int {\dfrac{{2\sin x\cos x}}{{({{\sin }^2}x + 1)({{\sin }^2}x + 3)}}} dx
By substituting sinx=t\sin x = t and differentiating on both the sides, we get
ddxsinx=ddxt\dfrac{d}{{dx}}\sin x = \dfrac{d}{{dx}}t
cosx=dtdx\cos x = \dfrac{{dt}}{{dx}} (ddxsinx=cosx)\left( {\because \dfrac{d}{{dx}}\sin x = \cos x} \right)
By transferring dxdx to other side, we get
cosx dx=dt\cos x{\text{ }}dx = dt
So, finally by replacing cosx dx\cos x{\text{ }}dx with dtdt, and sinx\sin x with tt, we will be able to convert the equation in terms of t, we get
2t(t2+1)(t2+3)dt\Rightarrow \int {\dfrac{{2t}}{{({t^2} + 1)({t^2} + 3)}}dt} (1) \to \left( 1 \right)
Now, we can rewrite this equation by taking the parts separately by using partial fraction, so that it becomes easier for us to integrate
2t(t2+1)(t2+3)=At+B(t2+1)+Ct+D(t2+3)\Rightarrow \dfrac{{2t}}{{({t^2} + 1)({t^2} + 3)}} = \dfrac{{At + B}}{{({t^2} + 1)}} + \dfrac{{Ct + D}}{{({t^2} + 3)}}
By using cross multiplication in the RHS so that the denominator becomes the same as LHS
2t(t2+1)(t2+3)=(At+B)(t2+3)+(Ct+D)(t2+1)(t2+1)(t2+3)\Rightarrow \dfrac{{2t}}{{({t^2} + 1)({t^2} + 3)}} = \dfrac{{(At + B)({t^2} + 3) + (Ct + D)({t^2} + 1)}}{{({t^2} + 1)({t^2} + 3)}}
Now, since the denominators are same, we can simply compare the numerators to get the result,
2t=(At+B)(t2+3)+(Ct+D)(t2+1)\Rightarrow 2t = (At + B)({t^2} + 3) + (Ct + D)({t^2} + 1)
Now, by opening the brackets, we get
2t=(At3+Bt2+3At+3B)+(Ct3+Dt2+Ct+D)\Rightarrow 2t = (A{t^3} + B{t^2} + 3At + 3B) + (C{t^3} + D{t^2} + Ct + D)
Taking the common terms on one side,
2t=t3(A+C)+t2(B+D)+t(3A+C)+(3B+D)\Rightarrow 2t = {t^3}(A + C) + {t^2}(B + D) + t(3A + C) + (3B + D)
Here, we can see that on the LHS the equation is only in terms of t. That means, the on RHS the variables having coefficient other than t is 0. Hence, we can say that,
t3(A+C)=0{t^3}(A + C) = 0 and t(3A+C)=2tt(3A + C) = 2t
Therefore, by solving these two equations simultaneously, we get
t3(A+C)=0A=C{t^3}(A + C) = 0 \Rightarrow A = - C,
3A+C=23A + C = 2
By putting the value C in terms of A, we get
3AA=23A - A = 2
A=1A = 1 and C=1C = - 1
Similarly, we will repeat these steps for B and D and get their values as
t2(B+D)=0{t^2}(B + D) = 0 and 3B+D=03B + D = 0
Solving them simultaneously the values we will get are
B=0B = 0 and D=0D = 0
Therefore, we can write the whole equation as
2t(t2+1)(t2+3)=t(t2+1)t(t2+3)\Rightarrow \dfrac{{2t}}{{({t^2} + 1)({t^2} + 3)}} = \dfrac{t}{{({t^2} + 1)}} - \dfrac{t}{{({t^2} + 3)}}
Now, multiplying and dividing 2 on the RHS and integrating them, we get
122t(t2+1)dt122t(t2+3)dt\Rightarrow \dfrac{1}{2}\int {\dfrac{{2t}}{{({t^2} + 1)}}dt - \dfrac{1}{2}} \int {\dfrac{{2t}}{{({t^2} + 3)}}} dt (2) \to \left( 2 \right)
Here, after solving the equation (2) we will get the same equation as (1)
Now, by taking t2=u{t^2} = u and differentiating it, we get
ddtt2=ddtu\dfrac{d}{{dt}}{t^2} = \dfrac{d}{{dt}}u
2t=dudt2t = \dfrac{{du}}{{dt}}
2t dt=du2t{\text{ }}dt = du
By replacing 2t dt2t{\text{ }}dt with dudu and t2{t^2} with uu in equation (2), we get
12du(u+1)12du(u+3)\Rightarrow \dfrac{1}{2}\int {\dfrac{{du}}{{(u + 1)}}} - \dfrac{1}{2}\int {\dfrac{{du}}{{(u + 3)}}}
Now, we already know that 1xdx=logx\int {\dfrac{1}{x}} dx = \log x, so using the same formula we get,
=12log(u+1)12log(u+3)= \dfrac{1}{2}\log (u + 1) - \dfrac{1}{2}\log (u + 3)
By putting the values of u again as t2{t^2},
=12[log(t2+1)log(t2+3)]= \dfrac{1}{2}[\log ({t^2} + 1) - \log ({t^2} + 3)]
Again, by putting the values of t as sinx\sin x we get,
=12[log(sin2x+1)log(sin2x+3)]= \dfrac{1}{2}[\log ({\sin ^2}x + 1) - \log ({\sin ^2}x + 3)]
Hence, the final solution is derived.

Note: Always remember that while applying the substitution method, we must first differentiate it to replace dx with dt. In addition, we will always use partial fractions to convert one form of the equation to another; all we need to do is ensure that after solving equation (2), it becomes the same as equation (1). Make sure when in the denominator the variable has squares in it then the numerator will come in terms of At+BAt + B and Ct+DCt + D.