Tackling Tricky Integration Homework

  • Thread starter Thread starter ronaldoshaky
  • Start date Start date
  • Tags Tags
    Integration
ronaldoshaky
Messages
52
Reaction score
0

Homework Statement

E = \frac{e^2}{4 \pi \epsilon_0 a_0^3 } \left( - b \int_0^b e^{- \frac{2r}{a_0}} dr + \int_0^b r e^{- \frac{2r}{a_0}} dr \right)

I have to use these integrals,

\int_0^x e^{-u} du = 1 - e^{-x} and \int_0^x u e^{-u} du = 1 - e^{-x} - xe^{-x}

I get:

The Attempt at a Solution



E = \frac{e^2}{4 \pi \epsilon_0 a_0^3 } \left( - \frac{a_0 b}{2} (1 - e^{- \frac{2b}{a_0}}) + \left(- \frac{- a_0 b}{2} e^{- \frac{2b}{a_0}} - \frac{a_0^2}{4} e^{- \frac{2b}{a_0}} + \frac{a_0^2}{4} \right) \right)
 
Physics news on Phys.org
I think you blew a sign in the third term. It should be negative, not positive. Otherwise, it looks 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