Homework 4 Problems for Constructing Proofs | CS 1050, Assignments of Computer Science

Material Type: Assignment; Professor: Boldyreva; Class: Constructing Proofs; Subject: Computer Science; University: Georgia Institute of Technology-Main Campus; Term: Spring 2009;

Typology: Assignments

Pre 2010

Uploaded on 08/04/2009

koofers-user-web
koofers-user-web 🇺🇸

10 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
CS 1050 B: Constructing Proofs February 6, 2009
Homework 4
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 a0is 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=10an121an2, a0= 2, a1= 1
Problem 4.4, 10 points. Problems 28a, 28b, 28c, 28d from Section 7.3 of Rosens
textbook.

Partial preview of the text

Download Homework 4 Problems for Constructing Proofs | CS 1050 and more Assignments Computer Science in PDF only on Docsity!

CS 1050 B: Constructing Proofs February 6, 2009

Homework 4

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.