What am I doing wrong with this simple integration?

  • Thread starter Thread starter Turion
  • Start date Start date
  • Tags Tags
    Integration
Turion
Messages
145
Reaction score
2

Homework Statement



$$\int { { sin }^{ 2 }x{ cos }^{ 2 }xdx }$$

Homework Equations


The Attempt at a Solution



$$\int { { sin }^{ 2 }x{ cos }^{ 2 }xdx } \\ =\frac { 1 }{ 4 } \int { (1-cos2x)(1+cos2x)dx } \\ =\frac { 1 }{ 4 } \int { -{ cos }^{ 2 }x+1dx } \\ =\frac { x }{ 4 } -\frac { 1 }{ 8 } \int { cos2x+1 } dx\\ =\frac { x }{ 4 } -\frac { 1 }{ 8 } [\frac { sin2x }{ 2 } +x]\\ =\frac { 2x-sin2x }{ 16 }$$

It's incredibly frustrating to do so many stupid mistakes on such simple integration. I can't believe how weak I've gotten at doing integrals after only 4 months...

Edit: never mind. I got it. I put x instead of 2x on line 3. Really dumb mistakes but I keep making them from a result of being so rusty.
 
Physics news on Phys.org
Hi Turion! :smile:

Even quicker would have been sin2xcos2x = (1/4)sin22x = … ? :wink:
 
I think the problem is in the difference of two squares
(1-Cos(2x))(1+Cos(2x)) = 1-Cos^{2}(2x)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top