- Published on
The Algorithm Design Manual (3rd) Exercise Solution 'E2-22'
Table of Contents
Introduction
This series is my solutions for algorithm exercises in'The Algorithm Design Manual' 3rd edition.
It's my solutions, not model answers, so if you find some mistakes or more sophisticated solutions, please post in comment area below.
Repository
Exercise 2-22
Question
Show that for any real constants and ,
Solution
There are at least two distinct approaches for this problem.
The solution by normal inequation relations
For large enough , satisfies the following inequation:
[1] In that time, and satisfies a inequation and both hands of the statement is greater than or equal to 0.
Raise to the both sides:
So,
[2] For large enough n, , so,
So,
[1] and [2] derives:
The solution using the result of the previous exercise 2-21
Using binomial expansion to , we get the following statement:
The result of exercise 2-21 says the second term of the left-hand side in above equation is .
So,