
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Professor: Boldyreva; Class: Constructing Proofs; Subject: Computer Science; University: Georgia Institute of Technology-Main Campus; Term: Spring 2009;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

CS 1050 B: Constructing Proofs February 6, 2009
Lecturer: Sasha Boldyreva Due: N/A
Problem 4.1 In the questions below find a recurrence relation with initial condition(s) satisfied by the sequence. Assume a 0 is the first term of the sequence. (a) an = 2n^ + 1
(b) an = (−1)n
Problem 4.2 Suppose inflation continues at three percent annually. (That is, an item that costs $1.00 now will cost $1.03 next year.) Let an = the value (that is, the purchasing power) of one dollar after n years. (a) Find a recurrence relation for an. (b) What is the value of $1.00 after 20 years? (c) What is the value of $1.00 after 80 years? (d) If inflation were to continue at ten percent annually, find the value of $1.00 after 20 years. (e) If inflation were to continue at ten percent annually, find the value of $1.00 after 80 years.
Problem 4.3 In the questions below solve the recurrence relation by discovering a pat- tern formed by the terms. an = − 10 an− 1 − 21 an− 2 , a 0 = 2, a 1 = 1
Problem 4.4, 10 points. Problems 28a, 28b, 28c, 28d from Section 7.3 of Rosens textbook.