Unit 2 - Practice Quiz

MTH401 62 Questions
0 Correct 0 Wrong 62 Left
0/62

1 What is a recurrence relation?

recurrence relation Easy
A. An equation that involves derivatives.
B. An equation that defines a sequence based on its preceding terms.
C. A formula that gives a direct value for any term in a sequence.
D. A type of polynomial equation.

2 Given the recurrence relation with the initial condition , what is the value of ?

recurrence relation Easy
A. 12
B. 6
C. 18
D. 9

3 What is the order of the recurrence relation ?

recurrence relation Easy
A. 4
B. 1
C. 2
D. 5

4 The famous Fibonacci sequence is modeled by which recurrence relation?

modelling with recurrence relations Easy
A.
B.
C.
D.

5 If you deposit $100 into an account that pays 5% interest compounded annually, which recurrence relation models the amount in the account after years?

modelling with recurrence relations Easy
A.
B.
C.
D.

6 Which of the following is a linear homogeneous recurrence relation?

homogeneous linear recurrence relations with constant coefficients Easy
A.
B.
C.
D.

7 What is the characteristic equation for the recurrence relation ?

homogeneous linear recurrence relations with constant coefficients Easy
A.
B.
C.
D.

8 A recurrence relation is called 'homogeneous' if:

homogeneous linear recurrence relations with constant coefficients Easy
A. The relation is of order 1.
B. It has a unique solution.
C. All its coefficients are 1.
D. The right-hand side is 0 after all terms involving the sequence are moved to the left.

9 If the characteristic equation of a recurrence relation has two distinct roots, and , what is the form of the general solution?

homogeneous linear recurrence relations with constant coefficients Easy
A.
B.
C.
D.

10 Find the roots of the characteristic equation .

homogeneous linear recurrence relations with constant coefficients Easy
A. and
B. and
C. and
D. and

11 What is the generating function for the finite sequence {1, 2, 3}?

generating functions Easy
A.
B. 1, 2, 3
C.
D.

12 The formal power series is known as what?

generating functions Easy
A. The ordinary generating function of
B. The characteristic equation of
C. The recurrence relation of
D. The exponential generating function of

13 What is the well-known closed-form expression for the generating function of the sequence {1, 1, 1, 1, ...}?

generating functions Easy
A.
B.
C.
D.

14 The recurrence relation is which type of relation?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Easy
A. Non-homogeneous
B. Non-linear
C. Quadratic
D. Homogeneous

15 The total solution to a non-homogeneous recurrence relation is the sum of the homogeneous solution and which other component?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Easy
A. The initial condition
B. The characteristic root
C. A particular solution
D. An arbitrary constant

16 What is the primary goal of using generating functions to solve a recurrence relation?

solution of recurrence relation using generating functions Easy
A. To convert the recurrence relation into an algebraic equation for its generating function.
B. To find only the first few terms of the sequence.
C. To prove the relation is linear.
D. To find the characteristic roots of the relation.

17 When solving a recurrence relation like using generating functions, what is a typical first step?

solution of recurrence relation using generating functions Easy
A. Multiply the entire relation by and sum from to .
B. Assume a solution of the form .
C. Find the characteristic equation.
D. Calculate the first three terms, .

18 The number of moves to solve the Tower of Hanoi puzzle with disks is modeled by . This is an example of what kind of recurrence relation?

modelling with recurrence relations Easy
A. A non-linear recurrence relation
B. A linear homogeneous recurrence relation
C. A linear non-homogeneous recurrence relation
D. A quadratic recurrence relation

19 The recurrence relation is not linear because:

homogeneous linear recurrence relations with constant coefficients Easy
A. The term is raised to the power of 3.
B. The coefficients are not constant.
C. It has two preceding terms.
D. It is homogeneous.

20 In the generating function , what does the coefficient of represent?

generating functions Easy
A. The 6th term of the sequence,
B. The sum of the first 5 terms
C. The value of the function at
D. The 5th term of the sequence,

21 A bank offers an account with an annual interest rate of 5% compounded annually. If you deposit 200 at the end of each year, which recurrence relation models the amount in the account after years?

modelling with recurrence relations Medium
A. , with
B. , with
C. , with
D. , with

22 Let be the number of binary strings of length that do not contain the substring '00'. Which recurrence relation correctly models ?

modelling with recurrence relations Medium
A.
B.
C.
D.

23 What is the general solution of the recurrence relation ?

homogeneous linear recurrence relations with constant coefficients Medium
A.
B.
C.
D.

24 Find the particular solution for the recurrence relation with initial conditions and .

homogeneous linear recurrence relations with constant coefficients Medium
A.
B.
C.
D.

25 What is the form of the particular solution for the recurrence relation ?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Medium
A.
B.
C.
D.

26 What is the generating function for the sequence for ? (The sequence is 1, 2, 3, ...)

generating functions Medium
A.
B.
C.
D.

27 Using generating functions, the recurrence relation for with transforms into an equation for its generating function . What is ?

solution of recurrence relation using generating functions Medium
A.
B.
C.
D.

28 The characteristic equation of a linear homogeneous recurrence relation with constant coefficients is . What is the form of its general solution?

homogeneous linear recurrence relations with constant coefficients Medium
A.
B.
C.
D.

29 Consider the recurrence relation . If the particular solution is of the form , what is the value of A?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Medium
A. -2
B. 2
C. -3
D. 3

30 Find the coefficient of in the expansion of the generating function .

generating functions Medium
A.
B.
C.
D.

31 A circular pizza is cut into regions by straight-line cuts. Every cut must cross every other cut inside the circle, and no three cuts can meet at the same point. If is the maximum number of regions created by cuts, what is the recurrence relation for ?

modelling with recurrence relations Medium
A.
B.
C.
D.

32 The generating function for a sequence is . What is the explicit formula for ?

solution of recurrence relation using generating functions Medium
A.
B.
C.
D.

33 What is the form of the general solution for the recurrence relation ?

homogeneous linear recurrence relations with constant coefficients Medium
A.
B.
C.
D.

34 What is the specific solution of the non-homogeneous recurrence relation for with ?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Medium
A.
B.
C.
D.

35 Which of the following is a non-linear recurrence relation?

recurrence relation Medium
A.
B.
C.
D.

36 The Fibonacci sequence is defined by with . What is the generating function for this sequence?

solution of recurrence relation using generating functions Medium
A.
B.
C.
D.

37 For the recurrence relation , what is the correct form for the particular solution ?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Medium
A.
B.
C.
D.

38 What sequence is generated by the function ?

generating functions Medium
A. for all
B. for all
C.
D. with

39 The solution to a homogeneous recurrence relation is . Which of the following is the recurrence relation?

homogeneous linear recurrence relations with constant coefficients Medium
A.
B.
C.
D.

40 The recurrence relation with is solved using generating functions. The generating function is found to be . What is the closed-form solution for ?

solution of recurrence relation using generating functions Medium
A.
B.
C.
D.

41 A sequence is defined by the recurrence relation for . Given the initial conditions , , and , what is the value of ?

homogeneous linear recurrence relations with constant coefficients Hard
A.
B.
C.
D.

42 What is the particular solution for the recurrence relation ?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Hard
A.
B.
C.
D.

43 Let be the generating function for a sequence satisfying for with and . Which of the following is the correct closed form for ?

solution of recurrence relation using generating functions Hard
A.
B.
C.
D.

44 A sequence is defined by the recurrence relation for . Given initial conditions , , and , what is the closed-form solution for ?

homogeneous linear recurrence relations with constant coefficients
A.
B.
C.
D.

45 Consider the recurrence relation , where is the shift operator (). What is the form of the particular solution ?

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Hard
A.
B.
C.
D.

46 What is the coefficient of in the expansion of the generating function ?

generating functions Hard
A.
B.
C.
D.

47 Let be the number of ternary strings (using digits 0, 1, 2) of length that do not contain the substrings '01' or '10'. Which of the following recurrence relations does satisfy for ?

modelling with recurrence relations Hard
A.
B.
C.
D.

48 A sequence is defined by the recurrence for , with . What is the closed form for ?

solution of recurrence relation using generating functions Hard
A. for ,
B.
C. where F is the Fibonacci sequence
D.

49 The recurrence relation has a general solution involving complex roots. Given and , find .

homogeneous linear recurrence relations with constant coefficients Hard
A.
B.
C.
D.

50 Find a particular solution for the recurrence relation .

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Hard
A.
B.
C.
D.

51 The number of ways to climb a staircase of steps, taking either 1, 2, or 3 steps at a time, is given by the sequence , where with . What is the generating function for this sequence?

solution of recurrence relation using generating functions Hard
A.
B.
C.
D.

52 A circular arrangement of seats is to be filled with people, but no two adjacent people can sit next to each other. Let be the number of ways to do this (including the case with no people). Which recurrence relation does satisfy?

modelling with recurrence relations Hard
A.
B. , the n-th Lucas number, defined by with
C.
D. , where F is the Fibonacci sequence ()

53 Let be the number of ways to make change for cents using pennies (1c), nickels (5c), and dimes (10c). The generating function is . What is the recurrence relation for derived from this function?

generating functions Hard
A.
B.
C.
D.

54 Find the particular solution to the recurrence relation .

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Hard
A.
B.
C.
D.

55 A sequence is defined by for with . Let be its generating function. What is ?

solution of recurrence relation using generating functions Hard
A.
B.
C.
D.

56 A fourth-order homogeneous linear recurrence with constant coefficients has a characteristic equation . What is the general form of its solution ?

homogeneous linear recurrence relations with constant coefficients Hard
A.
B.
C.
D.

57 Consider a grid. Let be the number of ways to tile this grid with squares and squares. What is the recurrence relation for ?

modelling with recurrence relations Hard
A.
B.
C.
D.

58 What is the number of ways to distribute identical items into 4 distinct boxes, such that the first box has an even number of items, the second has an odd number, the third has at most 3, and the fourth has at least 2?

generating functions Hard
A.
B.
C. if is odd, if is even
D.

59 A sequence is defined by with . Find the coefficient of in its generating function .

solution of recurrence relation using generating functions Hard
A.
B.
C.
D.

60 A system is described by the recurrence . Find the general form of the particular solution that one would use in the method of undetermined coefficients.

Method of inverse operator to solve the non-homogeneous recurrence relation with constant coefficient Hard
A.
B.
C.
D.

61 Consider the number of permutations of elements, . Its exponential generating function is . Let be the number of derangements of elements. The exponential generating function for derangements is . What is the fundamental relationship between permutations, derangements, and fixed points that is represented by the equation ?

generating functions Hard
A.
B. (Any permutation is formed by choosing k fixed points and deranging the rest)
C.
D.

62 Let be the number of ways to pay a bill of dollars using $1, $2, and an=a{n-1}+a{n-2}+a{n-5}n \ge 5a_0=1A(x)$.

solution of recurrence relation using generating functions Hard
A.
B.
C.
D.