Question
Question: Find the integration \[\int {\dfrac{{\sin 2x}}{{({{\sin }^2}x + 1)({{\sin }^2}x + 3)}}} dx\]...
Find the integration ∫(sin2x+1)(sin2x+3)sin2xdx
Solution
We will start by converting sin2x in the form of sinx and cosx by using the formula sin2x=2sinxcosx. Then, we will use the substitution method of integration, here, we will be substituting sinx=t. This simplifies the equation and makes it easier to integrate the equations in terms of t.
Complete step by step answer:
Given,
∫(sin2x+1)(sin2x+3)sin2xdx
So, by using the formula mentioned above, i.e., by changing sin2x=2sinxcosx, we get
⇒∫(sin2x+1)(sin2x+3)2sinxcosxdx
By substituting sinx=t and differentiating on both the sides, we get
dxdsinx=dxdt
cosx=dxdt (∵dxdsinx=cosx)
By transferring dx to other side, we get
cosx dx=dt
So, finally by replacing cosx dx with dt, and sinx with t, we will be able to convert the equation in terms of t, we get
⇒∫(t2+1)(t2+3)2tdt →(1)
Now, we can rewrite this equation by taking the parts separately by using partial fraction, so that it becomes easier for us to integrate
⇒(t2+1)(t2+3)2t=(t2+1)At+B+(t2+3)Ct+D
By using cross multiplication in the RHS so that the denominator becomes the same as LHS
⇒(t2+1)(t2+3)2t=(t2+1)(t2+3)(At+B)(t2+3)+(Ct+D)(t2+1)
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)
Now, by opening the brackets, we get
⇒2t=(At3+Bt2+3At+3B)+(Ct3+Dt2+Ct+D)
Taking the common terms on one side,
⇒2t=t3(A+C)+t2(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 and t(3A+C)=2t
Therefore, by solving these two equations simultaneously, we get
t3(A+C)=0⇒A=−C,
3A+C=2
By putting the value C in terms of A, we get
3A−A=2
A=1 and C=−1
Similarly, we will repeat these steps for B and D and get their values as
t2(B+D)=0 and 3B+D=0
Solving them simultaneously the values we will get are
B=0 and D=0
Therefore, we can write the whole equation as
⇒(t2+1)(t2+3)2t=(t2+1)t−(t2+3)t
Now, multiplying and dividing 2 on the RHS and integrating them, we get
⇒21∫(t2+1)2tdt−21∫(t2+3)2tdt →(2)
Here, after solving the equation (2) we will get the same equation as (1)
Now, by taking t2=u and differentiating it, we get
dtdt2=dtdu
2t=dtdu
2t dt=du
By replacing 2t dt with du and t2 with u in equation (2), we get
⇒21∫(u+1)du−21∫(u+3)du
Now, we already know that ∫x1dx=logx, so using the same formula we get,
=21log(u+1)−21log(u+3)
By putting the values of u again as t2,
=21[log(t2+1)−log(t2+3)]
Again, by putting the values of t as sinx we get,
=21[log(sin2x+1)−log(sin2x+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+B and Ct+D.