Integrate Trig Functions with Ease

  • Thread starter Thread starter mbrmbrg
  • Start date Start date
  • Tags Tags
    Integration Trig
Click For Summary

Homework Help Overview

The discussion centers around the integration of trigonometric functions, specifically the integral of \(\sin^3{x}\cos^3{x}\). Participants explore different approaches to solving the integral and express confusion regarding the equivalence of results obtained through different substitution methods.

Discussion Character

  • Exploratory, Assumption checking, Problem interpretation

Approaches and Questions Raised

  • Participants discuss various substitution methods, including \(u = \sin(x)\) and \(u = \cos(x)\), and how these lead to different forms of the integral. There are questions about the equivalence of results and the role of the constant of integration.

Discussion Status

The conversation is ongoing, with participants sharing their attempts and expressing confusion about the differences in results. Some have provided insights into the nature of definite integrals and how constants may cancel out, while others are still seeking clarity on the underlying concepts.

Contextual Notes

Participants mention the use of an online integrator that provided a different answer, which adds to the confusion. There is a focus on evaluating the integral between specific limits and the implications of different substitution choices on the results.

mbrmbrg
Messages
486
Reaction score
2
(1)[tex]\int\sin^3{x}\cos^3{x}dx[/tex]
(2)[tex]=\int\sin^3{x}(1-\sin^2{x})\cos{x}dx[/tex]
(3a) let u=sin(x), du=cos(x)dx
(3b)[tex]=\int(u^3-u^5)du[/tex]
(4)[tex]=\frac{u^4}{4} -\frac{u^6}{6} + C[/tex]
(5)[tex]=\frac{1}{4}\sin^4{x} -\frac{1}{6}\sin^6{x} + C[/tex]

If at step (2) I pull off a sin(x) and go from there, I end up with [tex]\frac{1}{6}\cos^6{x} -\frac{1}{4}\cos^4{x} + C[/tex]
I tried to prove that this is equvalent to step (5) by using sin^2(A)+cos^2(A)=1, but this turned step (5) into [tex]\frac{1}{12} +\frac{3}{4}\cos^4{x} -\frac{1}{6}\cos^6{x} + C[/tex]. And so I was bewildered and befuddled.

Then I decided to plug the original problem into a website's Integrator. And the integrator told me that the answer really is [tex]\frac{1}{192}(-9\cos(2x) +\cos(6x))[/tex].

Now I am just :confused:

Help, please, and be blessed!

(Last little bit of frustration: I typed up this post before I logged in, and even the browser's back button couldn't help me retrieve it. Latex is cool but twice?)
 
Physics news on Phys.org
So your doing [tex]\int \sin x(\sin^{2} x - \sin^{4} x) dx[/tex]?

That is equaled to [tex]\int(u^{3}-u^{5}) du[/tex]
 
yes, because what I did was
[tex]\int\sin^3{x}(1-\sin^2{x})(\cos{x})dx[/tex]
[tex]=\int(\sin^3{x}-\sin^5{x})(\cosx)dx[/tex]
[tex]=\int(u^3-u^5)du[/tex]
if u=sinx, du=cosxdx
 
Last edited:
ok. so what are you having problems with then? [tex]\int \sin x(\sin^{2} x - \sin^{4} x) dx[/tex] is equivalent do what you did. you say you pulled off a [tex]\sin x[/tex]. Did you mean factor it like I did in the integral?
 
No, I mean that instead of my original step (2), I did this:
[tex]\int(1-\cos^2{x})(\cos^3{x})(\sin{x})dx[/tex]
[tex]=\int(\cos^3{x}-\cos^5{x})(-1)(-\sin{x})[/tex]
let u=cos(x), du=-sin(x), so the integral becomes
[tex]\int(u^3-u^5)(-1)du[/tex]
[tex]=\int(u^5-u^3)du[/tex]
[tex]=\frac{1}{6}\cos^6{x} -\frac{1}{4}\cos^4{x} + C[/tex]
 
[tex]\int(1-\cos^{2} x)(\cos^{3} x)\sin x dx[/tex]

[tex]\int(\cos^{3} x - \cos^{5}x) \sin x dx[/tex]

[tex]u = \cos x, du = -\sin x[/tex].

[tex]-\int u^{3} - u^{5} du = -(\frac{\cos^{4}x}{4}-\frac{\cos^{6}x}{6})[/tex]
[tex]\int u^{3} - u^{5}du = (\frac{\cos^{4}x}{4}-\frac{\cos^{6}x}{6})[/tex]
 
That's exactly it--
If I set u=sin(x) I seem to get a different answer that if I set u=cos(x).
But why?
 
They are equivalent because of the constant of integration. The constants are [tex]C_{1}, C_{2}[/tex]
 
But if I wanted to evaluate the integral between a and b, wouldn't the constants cancel?
 
  • #10
The integral should be [tex]\frac{\cos^{6}x}{6}-\frac{\cos^{4}x}{4}[/tex]
 
  • #11
mbrmbrg said:
But if I wanted to evaluate the integral between a and b, wouldn't the constants cancel?

Yes, they would. Did you try it?
For example, you could have
[tex]\int_0^{\frac{pi}{2}}sin^4x cos^3xdx= \frac{1}{4}sin^4x- \frac{1}{6}sin^6x+ C\left|_0^{\frac{\pi}{2}}[/tex]
or
[tex]\int_0^{\frac{pi}{2}}sin^4x cos^3xdx= \frac{1}{6}cos^6x-\frac{1}{4}cos^4x+ C\left|_0^{\frac{\pi}{2}}[/tex]
Those are exactly the same. For a slightly harder example try between 0 and [itex]\pi/4[/itex].
 
  • #12
the integral between the limits a and b would be the same, even though the actual functions are not equal to each other. that's the key idea. For example:

[tex]\int_{0}^{1} \frac{1}{4}\sin^4{x} -\frac{1}{6}\sin^6{x} = \int_{0}^{1} \frac{1}{6}\cos^6{x} -\frac{1}{4}\cos^4{x}[/tex] even though [tex]\frac{1}{4}\sin^4{x} -\frac{1}{6}\sin^6{x}[/tex] does not equal [tex]\frac{1}{6}\cos^6{x} -\frac{1}{4}\cos^4{x}[/tex]
 
Last edited:
  • #13
courtrigrad said:
the integral between the limits a and b would be the same, even though the actual functions are not equal to each other. that's the key idea.

That is so cool!
But why, please?

And thank you very much for your prolonged patience.
 
  • #14
you could look at the graph, and see that the areas are the same (i.e. area below x-axis and area above x-axis). maybe employ some trig identities. Also look at the graphs of sin(x) and cos(x) together.
 
Last edited:
  • #15
mbrmbrg said:
That is so cool!
But why, please?

And thank you very much for your prolonged patience.
Pick specific values for a and b, do the calculation yourself and see why!
 
  • #16
courtrigrad said:
you could look at the graph, and see that the areas are the same (i.e. area below x-axis and area above x-axis). maybe employ some trig identities. Also look at the graphs of sin(x) and cos(x) together.

Ohhhhhh... :understanding dawns:
I love math.:!)
Hail PhysicsForums, bastion of nerdiness!

And yes, HallsofIvy, I did evaluate the integral between 0 and pi/2 (took the easy way out because I just wanted to see what was going on), and I saw the coolness take place before my very eyes, but I still understood it not. Sigh.

Pictures are great. Graphs are pictures. ==> Graphs are great.

Thank you, people!
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 40 ·
2
Replies
40
Views
5K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 22 ·
Replies
22
Views
3K
  • · Replies 27 ·
Replies
27
Views
4K