This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The common error is the subconscious assumption that to verify this relation
Is this a common misconception that people have?
If yes, why do they do it? Is it that they put the "C" in front of "n"?
Log in to reply
Yeah, in my experience, I've seen too many people who thinks putting C just before n suffices.
And this particular example can be used as counter-example against each of following propositions
f ( n ) = θ ( g ( n ) ) ⟹ 2 f ( n ) = θ ( 2 g ( n ) ) .
f ( n ) = θ ( g ( n ) ) ⟹ h ( f ( n ) ) = θ ( h ( g ( n ) )
f ( c n ) = θ ( f ( n ) ) for any positive constant C .
The first and third ones can be considered as special cases of the second one.
Each of those three propositions may seem intuitively fine and obvious . Most of the people, again in my experience, have found each of those propositions so obvious that they haven't feel any need to verify it mathematically.
And if they use any of those three to solve this problem, they'll get it wrong.
Problem Loading...
Note Loading...
Set Loading...
The common error is the subconscious assumption that to verify this relation, we have to find a positive constant C such that 0 ≤ 2 2 n ≤ 2 C n , for n ≥ n 0 , where n 0 is another positive constant.
But actually we have to find a positive constant C such that 0 ≤ 2 2 n ≤ C 2 n , for n ≥ n 0 , where n 0 is another positive constant.
For the sake of Contradiction, let's assume such C exist so that 0 ≤ 2 2 n ≤ C 2 n .
But 2 2 n ≤ C 2 n ⟹ 2 n ≤ C , for ALL n greater than some positive constant n 0 (Dividing both sides by 2 n ). Obviously such a C can't exist.
So, the answer is False .