Solveeit Logo

Question

Question: How do you integrate \(\int {\left( {{{\cos }^3}x} \right)} dx\)?...

How do you integrate (cos3x)dx\int {\left( {{{\cos }^3}x} \right)} dx?

Explanation

Solution

This is a question of exact integral and the trick here is to break the function in such a way that one part becomes the differential to the variable of the first part wherein we can solve it easily. Also note that as the function is totally in cos, we need to take at least one part of it to sin form to do what we intend.

Complete step by step answer:
 cos2x=1sin2x d(sinx)dx=cosx  \ {\cos ^2}x = 1 - {\sin ^2}x \\\ \dfrac{{d\left( {\sin x} \right)}}{{dx}} = \cos x \\\ \
In this question, we have to work with cos3x{\cos ^3}x. We can approach this in two ways. Either we can go for the cube formulas of sin and cos which might also give the answer of this question or we can go for a very simple tactic which is to break the cube into square times one.
cos3x=cos2xcosx{\cos ^3}x = {\cos ^2}x \cdot \cos x
The benefit of doing this is that now we can use the equation, cos2x=1sin2x{\cos ^2}x = 1 - {\sin ^2}x and observe how if we differentiate sinx\sin x then it becomes cosx\cos x which we already have in the equation. As such, our integral equation becomes
 (cos3x)dx=(cos2x)cosxdx =(1sin2x)cosdx  \ \int {\left( {{{\cos }^3}x} \right)} dx = \int {\left( {{{\cos }^2}x} \right)\cos x} dx \\\ = \int {\left( {1 - {{\sin }^2}x} \right)} \cos dx \\\ \
Now, assuming sinx=u\sin x = u, dudx=cosx\dfrac{{du}}{{dx}} = \cos x or du=cosxdxdu = \cos xdx
Putting all this into the equation, we get
 (cos3x)dx=(1sin2x)cosdx =(1u2)du =uu33+C  \ \int {\left( {{{\cos }^3}x} \right)} dx = \int {\left( {1 - {{\sin }^2}x} \right)} \cos dx \\\ = \int {\left( {1 - {u^2}} \right)} du \\\ = u - \dfrac{{{u^3}}}{3} + C \\\ \
But we know that u=sinxu = \sin x and as such the equation here becomes,
 (cos3x)dx=uu33+C =sinxsin3x3+C  \ \int {\left( {{{\cos }^3}x} \right)} dx = u - \dfrac{{{u^3}}}{3} + C \\\ = \sin x - \dfrac{{{{\sin }^3}x}}{3} + C \\\ \

Note: In case of sin and cos, whenever we face a cube, the first choice is to always move back to square times one form as that will make the equation much simpler to integrate. If that is not possible, try to move to forms where sin and cos are in 2x or 3x. If that is also not possible, then only try to move to complex integrations.