Find a recurrence relation for the number of ways

Assignment Help Engineering Mathematics
Reference no: EM131012711

Assignment

1. Find f (1), f(2), f (3), f(4), and f(5) if f(n) is defined recursively by f(0) = 3 and for n = 0, 1, 2,.....

a) f (n + 1) =  -  2f (n).

b) f (n + 1) = 3f(n) + 7

c) f (n + 1) = f (n)2 - 2f(n) - 2.

d) f (n + 1) = 3f(n)/3

2. Find f (2), f (3), f (4), and f (5) if f is defined recursively by f(0) = f(1) = 1 and for n = 1, 2,

a) f (n + 1) = f (n) - f (n - 1).

b) f (n + 1) = f (n) f (n - 1).

c) f (n + 1) = f (n)2 f(n - 1)3.

d) f (n + 1) = f (n)/f (n - 1}.

3. Determine whether each of these proposed definitions is a valid recursive definition of a function f from the set of nonnegative integers to the set of integers. If f is well defined, find a formula for f (n) when n is a nonnegative integer and prove that your formula is valid.

a) f (0) = 1, f (n) = - f (n - 1) for n ≥ 1

b) f (0) = 1, f (1) = 0, f (2) = 2, f (n) = 2 f (n - 3) for n ≥ 3

c) f (0) = 0, f (1) = 1, f = 2f (n + 1) for n ≥ 2

d) f (0) = 0, f (1) = 1, f (n) = 2f (n - 1) for n ≥ 1

e) f (0) = 2, f (n) f (n - 1) if n is odd and n ≥ 1 and f (n) = 2 f (n - 2) if n ≥ 2

4. Give a recursive definition of the sequence fan {an}, n = 1, 2, 3, . . if

a) an = 4n - 2.             b) an = 1 + (-1)n .

c) an = n (n ± 1).         d) an = n2.

5. Find the first six terms of the sequence defined by each of these recurrence relations and initial conditions.

a) an = 2an - 1, ao = -1

b) an = an-1 - an-2, a0 = 2, a1 = 1

c) an = 3a2n - 1 a0 = 1

d) an = nan-1 + an-22, ao = -1, a1 = 0

e) an = an-1 - an-2 + an-3, ao = 1, a1 = 1, a2 =2

6. For each of these sequences find a recurrence relation satisfied by this sequence. (The answers are not unique because there are infinitely many different recurrence relations satisfied by any sequence.)

a) an = 3               b) an = 2n

c) an = 2n + 3       d) an = 5n

e) an = n2             f) an = n2 + n

g) an = n + ( -1)n  h) an = n!

7. A person deposits $1000 in an account that yields 9% interest compounded annually.

a) Set up a recurrence relation for the amount in the ac-count at the end of n years.

b) Find an explicit formula for the amount in the account at the end of n years.

c) How much money will the account contain after 100 years?

8. Assume that the population of the world in 2010 was 6.9 billion and is growing at the rate of 1.1% a year.

a) Set up a recurrence relation for the population of the world n years after 2010.

b) Find an explicit formula for the population of the world n years after 2010.

c) What will the population of the world be in 2030?

9. An employee joined a company in 2009 with a starting salary of 550,000. Every year this employee receives a raise of $1000 plus 5% of the salary of the previous year.

a) Set up a recurrence relation for the salary of this em-ployee n years after 2009.

b) What will the salary of this employee be in 2017?

c) Find an explicit formula for the salary of this em-ployee n years after 2009.

10. A country uses as currency coins with values of 1 peso, 2 pesos, 5 pesos, and 10 pesos and bills with values of 5 pesos, 10 pesos, 20 pesos, 50 pesos, and 100 pesos. Find a recurrence relation for the number of ways to pay a bill of n pesos if the order in which the coins and bills are paid matters.

11. Find a recurrence relation for the number of strictly increasing sequences of positive integers that have 1 as their first term and n as their last term, where n is a positive integer. That is, sequences a1, a2, ........., ak, where a1 = 1, ak = n, and aj < aj+i for j = 1, 2, . . k - 1.

b) What are the initial conditions?

c) How many sequences of the type described in (a) are there when n is an integer with n ≥ 2?

12. Determine which of these are linear homogeneous recurrence relations with constant coefficients. Also, find the degree of those that are.

a) an = 3an-2            b) an = 3

c) an = an2n-1             d) an = an-1 + 2an-3

e) an = an-1/n

f) an = an - 1 + an-2 + n +3

g) an = 4an-2 + 5an-4 + 9an-7

13. Solve these recurrence relations together with the initial conditions given.

a) an = an-1 + 6an-2 for n ≥ 2, a0 = 3, a1 =6

b) an = 7an-1 - 10an-2 for n ≥ 2, a0 = 2, a1 = 1

c) an = 6an-1 - 8an-2 for n ≥ 2, a0 = 4, a1 = 10

d) an = 2an-1 - an-2 for n ≥ 2, a0 = 4, a1 =1

e) an = an-2 for n ≥ 2, a0 = 5, a1 = -1

f) an = -6an-1 - 9an-2 for n ≥ 2, a0 = 3, a1 = -3

g) an+2 = -4an+1 + 5an for n ≥  0, a0 = 2, a1 = 8

14. A nuclear reactor has created 18 grams of a particular radioactive isotope. Every hour 1% of this radioactive isotope decays.

a) Set up a recurrence relation for the amount of this isotope left n hours after its creation.

b) What are the initial conditions for the recurrence rela-tion in part (a)?

c) Solve this recurrence relation.

15. Suppose that every hour there are two new bacteria in a colony for each bacterium that was present the previous hour, and that all bacteria 2 hours old die. The colony starts with 100 new bacteria.

a) Set up a recurrence relation for the number of bacteria present after n hours.

b) What is the solution of this recurrence relation?

c) When will the colony contain more than 1 million bac-teria?

16. A small post office has only 4-cent stamps, 6-cent stamps, and 10-cent stamps. Find a recurrence relation for the number of ways to form postage of n cents with these stamps if the order that the stamps are used matters. What are the initial conditions for this recurrence relation?

Reference no: EM131012711

Questions Cloud

Determine maximum load pmax that be supported by structure : A pin-connected truss is loaded and supported as shown. Each aluminum member has a cross-sectional area of A = 2.6 in.2. Assume a = 4.75 ft and b = 5.70 ft. If the normal stress in each member must not exceed 60 ksi, determine the maximum load Pma..
Use to determine which payment option he prefers : Jesse just won the state lottery. He has been given the option of receiving either $62.9 million today or $5 million a year for the next 35 years, with the first payment paid today. Describe the process that Jesse should use to determine which paymen..
Is caring for others a way of caring for the self : In "The Old Dictionary", there is a relationship between care of the self and care of others, both other people and things also. Discuss that relationship. Would you say there is a tension between care of the self and others? Is caring for othe..
Chicken exit on the roller coaster product packaging : A Trial Close is similar to:Chicken exit on the roller coaster Product packaging innovationFree product promotionA failing product, get what profit you can before it diesTeeter totter
Find a recurrence relation for the number of ways : Find a recurrence relation for the number of ways to form postage of n cents with these stamps if the order that the stamps are used matters. What are the initial conditions for this recurrence relation?
Implied zeros rather strip rates to construct the spot curve : Consider the following five hypothetical Treasury securities. What is the implied 1.5 spot rate obtained using bootstrapping? Compare your answer is part (a) to the 1.5 year par rate and explain the difference. Why do we use rates on implied zeros ra..
Edgars a famous sports personality : Edgars, a famous sports personality, appears in Venus Inc.'s ads in which he notes how the company's golf clubs have helped him win several major championships.  He also states that in his experience, the clubs have a "perfect swing."  Which of the f..
Research independently who patti smith is : This is a research assignment. Research independently who Patti Smith is, listen to her Horses album on youtube, research who Robert Maplethorpe was, who some of the other artists were that Smith talks about in her memoir excerpts, and then explai..
Two parts and pertains to the yield curve : The following question has two parts and pertains to the yield curve. Suppose on February 6, 2007, the following information is available from the Treasury spot curve: What is the implied forward rate on a one-year zero coupon Treasury one year from ..

Reviews

Write a Review

Engineering Mathematics Questions & Answers

  Graphical representation of a linear program

A graphical representation of a linear program is shown in the attachment. The shaded area represents the feasible region, and the dashed line in the middle is the slope of the objective function.

  Determine the probability for sold-out performance

A theater owner has found that 6% of patrons don't show up for performance that they bought tickets for. If theater has 100 seats, determine the probability that 8 or more patrons won't show up for sold-out performance.

  Calculating the fourier transform of the product

Part 2: In this part we will again be multiplying two functions and calculating the Fourier Transform of the product. The first function is y1(t) = cos(20πt).

  What is the minimum cost assignment

What is the minimum cost assignment when each worker can do two jobs? Provide both the formulation and the Excel solution. What is the minimum cost assignment to do any three jobs when each worker can do only one job? Provide both the formulation a..

  Just build the payoff matrix model

Just build the payoff matrix model in each caseb.)compute a regret (opportunity loss) matrix.HINT:Your payoff matrix should have six strategies and nine states of nature.

  Solve differential equation of d2h dx20 using the galerkin

solve differential equation of d2h dx20 using the galerkin method and considering 0 le xle 3 given that h 0cm when x

  The expected value of perfect information (evpi)

Using the States Data Set and PHStat, create the multiple regression prediction equation.

  Why the frequency for your location is greater

Provide rationale/justification for why the frequency for your location is 5.26 times (526%) greater than the average freq/1000 serviced by the CPS or validate the frequency count and provide revised measurement data.

  Determine the rate of heat transfer

The components in the duct are cooled by forced air that enters the duct at 30°C and 1 atm at a rate of 0.6 m3/min and leaves at 40°C. Determine the rate of heat transfer from the outer surfaces of the duct to the ambient.

  Probability that the right headlight

I recently had to replace both front headlights on my car. The life expectancy of my headlights follows an exponential distribution with a MTBF of 1500 hours. That is, the expected number of hours until failure is 1500 hours. For the purposes of t..

  Problem regarding the branch and bound

Show the B&B tree.If node is fathomed,indicate why it is fathomed.Provide the sequence of problems solved,. eg. P1-P3-P4, etc.Clearly indicate what the optimal solution is. Note: x4 does not have to be integer.After solving the root node, branch o..

  Linear programming problem using the corner point method

1. Solve the following linear programming problem using the corner point method:

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd