Question #36f17

2 Answers
Nov 25, 2017

#int (sin8x*dx)/[9+(sin4x)^4]=1/12*arctan((sin4x)^2/3)+C#

=#1/12*arctan((1-cos8x)/6)+C#

Explanation:

#int (sin8x*dx)/[9+(sin4x)^4]#

=#int (2sin4x*cos4x*dx)/[9+(sin4x)^4]#

=#1/4*int (8sin4x*cos4x*dx)/[9+(sin4x)^4]#

After using #u=(sin4x)^2# and #du=8sin4x*cos4x*dx# transforms, this integral became,

#1/4*int (du)/(9+u^2)#

=#1/12*arctan(u/3)+C#

=#1/12*arctan((sin4x)^2/3)+C#

=#1/12*arctan((1-cos8x)/6)+C#

Nov 25, 2017

#int\ sin(8x)/(9+sin^4(4x))\ dx=1/12tan^-1(1/3sin^2(4x))+C#

Explanation:

This integral is solved using loads of substitutions, so it is important that you keep track of what your substitutions are and what you are integrating with respect to.

Our first substitution will be #u=4x# so we can reduce the sine argument to the top to #2u# and use the double angle identity.

The derivative of #u# is #(du)/dx=4#, so if we divide the integral by 4, we can integrate with respect to #u#:

#int\ sin(8x)/(9+sin^4(4x))\ dx=1/4int\ sin(2u)/(9+sin^4(u))\ du#

Next, we will use the double angle identity, which says:
#sin(2alpha)=2sin(alpha)cos(alpha)#

Applying this to the numerator of our integral, we get:
#1/4int\ (2sin(u)cos(u))/(9+sin^4(u))\ du=2/4int\ (sin(u)cos(u))/(9+sin^4(u))\ du#

Now, we let #z=sin(u)#, and to integrate with respect to #z#, we divide by the derivative, #(dz)/(du)=cos(u)#:
#1/2int\ z/(9+z^4)\ dz#

Time for another substitution. This time, we will let #t=z^2#. We divide through by #(dt)/(dz)=2z# to get:
#1/2*1/2int\ 1/(9+t^2)\ dt#

Now this is starting to resemble the integral of:
#int\ 1/(1+x^2)\ dx=tan^-1(x)+C#
which we can easily solve. To get the integral we currently have into this form, we need to do one final substitution. This one will be so that #t=3r#. Notice that this time, we've defined our current variable in terms of an expression with another, so this time we will actually differentiate with respect to #r#, and multiply by that derivative.

#(dt)/(dr)=3#, so let's multiply through:
#1/4int\ 3/(9+(3r)^2)\ dr=3/4int\ 1/(9+9r^2)\ dr#

Now, we can factor out a #9# in the denominator, which makes it so we can use our #tan^-1(x)# result from before:
#3/4int\ 1/(9(1+r^2))\ dr=3/4*1/9int\ 1/(1+r^2)\ dr=3/36tan^-1(r)+C#

And there we have it! All we need to do now is unwind all of the substitutions. Let's remember all of the variable definitions:
#u=4x#
#z=sin(u)#
#t=z^2#
And the last one, #t=3r#, but here we actually need to solve for #r#, so we get:
#r=t/3#

Using these definitions, we get our final answer:
#1/12tan^-1(1/3sin^2(4x))+C#