Can a Shift Simplify the Triple Integral of cos(u+v+w)?

Nah_Roots
Messages
6
Reaction score
0
\int \int \int cos(u + v + w)dudvdw (all integrals go from 0 to pi).

I've tried using u substitution for each integral but I end up with a huge integral.
 
Last edited:
Physics news on Phys.org
I don't see why. To integrate cos(u+v+w)du, let x= u+ v+ w so dx= du. The integral becomes \int cos(x)dx= -sin(x)+ C= -sin(u+ v+ w)+ C. Evaluating that at 0 and pi gives -sin(pi+ v+ w)+ sin(v+ w). But sin(x+ pi)= -sin(x) so that is just 2 sin(v+w).

Now integrate 2sin(v+w) dv by letting x= v+ w so dx=dv.
 
I don't understand sin(x+ pi)= -sin(x). Is that an identity I am forgetting about?
 
Do you know what the graph of y= sin(x) looks like?
 
Oh, I see. It's a shift, correct?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top