-
Big theta proof
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...
-
Re: Big theta proof
Your assertion that
is increasing is unfortunately false. In fact the given sequence is decreasing for h > 5 -- examine the function
.
Entirely new direction: does
converge? If so, does this mean your partial sums are
?
-
Re: Big theta proof
Oh ok, I see that when h > 5, it decreases. It then converges at 0 when h -> infinity.
But how can I evaluate the limit of the summation at h = infinity?
-
Re: Big theta proof
Let
. Then to say the series converges is to say the limit as n approaches infinity of
is some finite value s -- you don't need to know specifically the value of s. So there is an
such that for
,
. So
and
satisfy the requirement of
. Remember
requires the inequality only for all
; i.e. only for "large" values of n.
-
Re: Big theta proof
But for this, don't you need to show that limit is a finite number? How can this be done?
-
Re: Big theta proof
When we say a series converges, we mean
, s a (finite) real number. Remember the ratio test for convergence:
, so the series converges.
-
Re: Big theta proof
nevermind, I get the question now. thanks
-
Re: Big theta proof
shouldn't it be s-1 <= s(n) <= s+1 instead of s-1 < s(n) < s+1 ?
-
1 Attachment(s)
Re: Big theta proof
Yes and no; see the attachment:
Attachment 26679
-
Re: Big theta proof
I don't under stand the last two sentences.
If s(n) (- (s-1, s+1), how is it that s(n) (- [s-1, s+1] ?
Doesn't normal parenthesis like '(' and ')' mean, up to but not including?
-
Re: Big theta proof
Surely you know
implies
. More generally,
; i.e. if
then 