Hi,
I need some help with this big theta proof:
Show that f(n) = summation (from h=1 to n) of h3/2h is big theta(1).
What I got so far:
omega(g(1)) <= f(n) <= O(g(1))
c1g(1) <= f(n) <= c2g(1)
For f(n) <= O(1)
f(n) = summation (from h=1 to n) of h3/2h <= 1c2
f(n) = 1/2 + 8/4 + ... + n3/2n <= c2
1/2 <= c2 and 8/4 <= c2 ... and n3/2n <= c2
Since n3/2n is the biggest term in the summation, then showing n3/2n <= c2 is enough to show that f(n) <= O(1).
And here is where I get stuck, I'm not sure what to do next...


LinkBack URL
About LinkBacks
