Ιntegral calculation : (sin(x))^4 * (cos(x))^6

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
Michael_0039
Messages
59
Reaction score
7
Summary: Ιntegral calculation : (sin(x))^4 * (cos(x))^6

Hi all,
I tried to solve it, but I got stuck. An advice from my professor is to set: x=arctan(t)

Τhanks.
New Doc 2019-09-26 18.01.07.jpg
 
Physics news on Phys.org
Since both trigonometric functions lead to one another and back by differentiation and integration, integration by parts is usually how they are solved. Doing it twice should reduce the power of one while keeping the other one stable. This leads to a recursion, or can just be repeated until a single function is left.

I have found the formula on Wikipedia.
 
  • Like
Likes   Reactions: Michael_0039
Thanks for your answers! I tried another way using the following trigonometric transformation formulas:

New Doc 2019-09-26 19.48.48_3.jpg


Now it's in simple format:
New Doc 2019-09-26 19.48.48_1.jpg


New Doc 2019-09-26 19.48.48_2.jpg


Do you know a better - faster way to solve it ?

Thanks.
 
Michael_0039 said:
Do you know a better - faster way to solve it ?

Thanks.

I would have started with ##\sin^4 x = (1 - \cos^2 x)^2 = 1 - 2\cos^2x + cos^4x##.

Then used parts to calculate the integral of the various powers of ##\cos x##.

This is so useful and common that I keep the recursion formula in my list of standard integrals.
 
  • Like
Likes   Reactions: fresh_42 and Michael_0039