Understanding Integrals: Techniques and Solutions in Trig Identities

  • Context: Undergrad 
  • Thread starter Thread starter shelovesmath
  • Start date Start date
  • Tags Tags
    Integral
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
shelovesmath
Messages
59
Reaction score
0
I'm doing a chapter on general techniques of integration, and I have a complete solutions manual (this is number 37 in stewards early transcendentals 6e chapter 7 review) but I'm not following the method from one step to the next.

Integral: (1+ sin2x) cos2x dx becomes integral:cos2x + 1/2 integral: sin4x

I can see they obviously distributed and then split one interval into two.

I know it's trig identity stuff, but I'm totally lost on this one. Any help is much appreciated!
 
Last edited:
Physics news on Phys.org
You might recall a set identities called the sum and difference formulae that tell you the sine or cosine of the sum or difference of two angles. As it happens, for sine:

[tex]\sin(\theta \pm \phi) = \sin\theta\cos\phi \pm \cos\theta\sin\phi[/tex]​

Now, what happens if θ = φ, and if we're adding the two angles together? Then:

[tex]\sin(\theta + \theta) = \sin(2\theta) = \sin\theta\cos\theta + \cos\theta\sin\theta[/tex]

[tex]= 2\sin\theta\cos\theta[/tex]

This leads to the result that

[tex]\sin\theta\cos\theta = \frac{1}{2}\sin(2\theta)[/tex]​

Now, we can apply this result to your integral, with θ = 2x:
[tex]\int [1+ \sin(2x)]\cos(2x)\,dx = \int [\cos(2x) + \sin(2x)\cos(2x)]\,dx[/tex]​

Using the identity we derived above on the second term in the integrand, we obtain:

[tex]= \int \cos(2x)\,dx + \frac{1}{2}\int \sin(4x)\,dx[/tex]​

From here, I think you can solve it to get the solution in the manual.