Chapter 8: Q13E (page 535)
Give a big- \(O\) estimate for the function \(f\) in Exercise 12 if \(f\) is an increasing function.
Short Answer
\({\rm{O}}\left( {{n^{0.63}}} \right)\)
Chapter 8: Q13E (page 535)
Give a big- \(O\) estimate for the function \(f\) in Exercise 12 if \(f\) is an increasing function.
\({\rm{O}}\left( {{n^{0.63}}} \right)\)
All the tools & learning materials you need for study success - in one app.
Get started for free47. A new employee at an exciting new software company starts with a salary of550,000and is promised that at the end of each year her salary will be double her salary of the previous year, with an extra increment of$ 10,000 for each year she has been with the company.
a) Construct a recurrence relation for her salary for hern th year of employment.
b) Solve this recurrence relation to find her salary for hern th year of employment.
Some linear recurrence relations that do not have constant coefficients can be systematically solved. This is the case for recurrence relations of the form \(f(n){a_n} = g(n){a_{n - 1}} + h(n)\)Exercises 48-50 illustrate this.
Suppose that when is a positive integer divisible by 3, and . Find:
a).
b).
c)localid="1668607414775" .
Find a closed form for the generating function for each of these sequences. (Assume a general form for the terms of the sequence, using the most obvious choice of such a sequence.)
a) \( - 1, - 1, - 1, - 1, - 1, - 1, - 1,0,0,0,0,0,0, \ldots \)
b) \(1,3,9,27,81,243,729, \ldots \)
c) \(0,0,3, - 3,3, - 3,3, - 3, \ldots \)
d) \(1,2,1,1,1,1,1,1,1, \ldots \)
e) \(\left( {\begin{array}{*{20}{l}}7\\0\end{array}} \right),2\left( {\begin{array}{*{20}{l}}7\\1\end{array}} \right),{2^2}\left( {\begin{array}{*{20}{l}}7\\2\end{array}} \right), \ldots ,{2^7}\left( {\begin{array}{*{20}{l}}7\\7\end{array}} \right),0,0,0,0, \ldots \)
f) \( - 3,3, - 3,3, - 3,3, \ldots \)
g) \(0,1, - 2,4, - 8,16, - 32,64, \ldots \)
h) \(1,0,1,0,1,0,1,0, \ldots \)
Find the sequence with each of these functions as its exponential generating function
Use generating functions to find the number of ways to make change for \(100 using
a) \)10, \(20, and \)50 bills.
b) \(5, \)10, \(20, and \)50 bills.
c) \(5, \)10, \(20, and \)50 bills if at least one bill of each denomination is used.
d) \(5, \)10, and $20 bills if at least one and no more than four of each denomination is used.
What do you think about this solution?
We value your feedback to improve our textbook solutions.