Is this process incorrect (integral)

cwerry

New member
Joined
Sep 30, 2021
Messages
2
IMG_1559.jpg
When plugged into online calculators they say this process is incorrect, just wondering if there is anything wrong with it as it makes sense to me?
 
xn dx=1n+1xn+1\int x^n ~ dx = \dfrac{1}{n + 1} x^{n + 1} but the integrand of sin7(x) dx\int sin^7(x) ~ dx is not of the form xnx^n. On a quick check your work up to the line where you got the integral in terms of just powers of sines is good. To do each of the sine integrals you need to either use a reduction formula (ie. a table) or you can use sin2(x)=1cos2(x)sin^2(x) = 1 - cos^2(x) to cut down on some of the powers of sine, then use a substitution u = cos(x).

-Dan
 
sin7xcos4x=sinxsin6xcos4x=sinx(1cos2x)3cos4x=sinxcos4x3sinxcos6x+3sinxcos8xsinxcos10x\sin^7{x} \cos^4{x} = \sin {x} \sin^6 {x} \cos^4 {x}\\ \hspace12ex= \sin{x} (1-\cos^2{x})^3 \cos^4{x}\\ \hspace12ex=\sin{x} \cos^4{x} -3\sin{x} \cos^6{x} +3 \sin{x} \cos^8{x} -\sin{x}\cos^{10}{x}

Each of these can be easily integrated.
sinxcosnx dx=cosn+1xn+1+c\int \sin{x}\cos^n{x} \text{ dx}=-\dfrac{\cos^{n+1}{x}} {n+1} + c
 
sin7xcos4x=sinxsin6xcos4x=sinx(1cos2x)3cos4x=sinxcos4x3sinxcos6x+3sinxcos8xsinxcos10x\sin^7{x} \cos^4{x} = \sin {x} \sin^6 {x} \cos^4 {x}\\ \hspace12ex= \sin{x} (1-\cos^2{x})^3 \cos^4{x}\\ \hspace12ex=\sin{x} \cos^4{x} -3\sin{x} \cos^6{x} +3 \sin{x} \cos^8{x} -\sin{x}\cos^{10}{x}

Each of these can be easily integrated.
sinxcosnx dx=cosn+1xn+1+c\int \sin{x}\cos^n{x} \text{ dx}=-\dfrac{\cos^{n+1}{x}} {n+1} + c
Ok, so I saw this process on symbolab but I'm just wondering why my process doesn't work as I personally see no bad math in it.
 
When you do an integration, you should always check it by differentiating.

You have:

sin7x dx=18cos8x+c but ddx(18cos8x)=18(8cos7xsinx) not sin7x\int \sin^7{x} \text{ dx} = -\frac{1}{8} \cos^8{x} + c\\ \text{ }\\ \text{but }\frac{d}{dx} \left( -\frac{1}{8}\cos^8{x}\right)= -\frac{1}{8} \left( 8\cos^7{x} \sin{x} \right) \text{ not } \sin^7{x}

So,in fact, contrary to appearances sinxcos7x dx\int \sin{x} \cos^7{x} \text{ dx} is easy,
sin7x dx\int\sin^7{x} \text{ dx} is harder.

That's why, when I saw your question, noticing that there was an odd number of sines, I kept one and converted the others to cosines, knowing that I would then be able to integrate easily.
 
Top