Changing Limits of Integration affects variable substitution?

DrMath
Messages
28
Reaction score
0

Homework Statement



see attached

Homework Equations





The Attempt at a Solution

 

Attachments

  • Q2.jpg
    Q2.jpg
    22.9 KB · Views: 420
Physics news on Phys.org
not exactly sure what the question is...

couple of points though, it is usually easier to use a different dummy variable when you use a subtitution

say you have
\int_b^a dt f(t)

and want to change to u(t) = t/2, then
t=2u
dt = 2.du
u(a) = a/2
u(b) = b/2

so the integral becomes
\int_{b/2}^{a/2} 2.du f(2u)

see how this compares with your case...
 
thanks
 
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