Integration with constant of proportionality

GeoMike
Messages
64
Reaction score
0
This seems easy enough, but now I'm second guessing myself...

Problem:
http://www.mcschell.com/probl.gif


I solved it as follows:
<br /> \frac{dN}{ds} = k(250-s)
dN = k(250-s) ds
\int dN = \int k(250-s) ds
N = k\int (250-s) ds
N = k(\int 250 ds - \int s ds)
N = k(250s - \frac{s^2}{2}) + C

But this is what the solution manual gives:
http://www.mcschell.com/solu.gif

I understand how they worked the problem, (substituting with u = (250 - s) and then integrating), but I didn't think this was the correct way to handle this problem. Why can't you just integrate each term seperately after pulling out the constant k[\b]?
My reasoining was that if you distributed the k before integrating you'd end up with my anser, not the solution guide's...

Thanks,
-GeoMike-
 
Last edited by a moderator:
Physics news on Phys.org
You can do it both ways. Your way is equivalent to the answer in the textbook (however, you need an integration constant!)

If you expand the answer in the book, you will get k(250s-s2/2+2502/2) +C. However, note that the last term in the bracket is simply a constant, and so your integration constant (D, say) will be equal to C +(2502k)/2.
 
Last edited:
cristo said:
(however, you need an integration constant!)

ACK! My mistake! Thanks!

-GeoMike-
 
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