• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help With Algorithms!

KidViciou$

Diamond Member
i need ot show that the sum for k running from 1 to n of (lg k)/k is Theta((lg k)^2) by bounding the individual terms.

basically i don't know what they mean by bounding the individual terms. i already proved it by integration

TIA!!!
 
Since passing Calc 2 I have taken such challenging courses as Trig. and Geometry and it has rotted my brain. Can we prove it is true by construction? Is there a picture involved? Scan the problem in and we can solve it with only a straight edge and compass. (I had to move backwards so I can teach Secondary Math and honestly I can barely remember anything but triangles now... I think theyre taking over the world.)
 
There is no problem in a book, nor a picture. there should be no need for any measuring device as this is a purely mathematical problem:


# Show that the sum, for k running from 1 to n, of (lg k) / k , is Theta ( lg2 k ), in two ways:

1. by integration, and
2. by bounding the individual terms (this is tricky!)

(Hint: you might use the very useful result (A.7)).



it's not Theta(lg2... on the original website, he had is superscripted, but i can't do that here
 
Back
Top