Unit 2: Recurrence Relations - Subjective Questions

MTH401 — Discrete Mathematics • Practice Questions with Detailed Answers

20 questions

1

Define a recurrence relation. Explain its order and degree with suitable examples.

2

Distinguish between linear and non-linear recurrence relations, and between homogeneous and non-homogeneous recurrence relations.

3

A person deposits in a bank account at the end of every year. The account earns annual interest. Formulate a recurrence relation for the account balance and calculate the balance after three deposits.

4

Model the Tower of Hanoi problem using a recurrence relation and derive the minimum number of moves required for disks.

5

Formulate and solve a recurrence relation for the number of binary strings of length that contain no two consecutive s.

6

Explain the characteristic-root method for solving a homogeneous linear recurrence relation with constant coefficients.

7

Solve the recurrence relation for , given and .

8

Solve the recurrence relation with and . Explain the effect of the repeated characteristic root.

9

Solve with and , expressing the answer in real trigonometric form.

10

Describe the general structure of the solution of a non-homogeneous linear recurrence relation with constant coefficients. What is resonance?

11

Define the shift operator and inverse operator used in solving recurrence relations. State the important inverse-operator rule for an exponential forcing term.

12

Using the inverse-operator method, solve .

13

Solve the non-homogeneous recurrence relation with .

14

Solve for , given and .

15

Define the ordinary generating function of a sequence. State and explain the generating functions of the constant sequence, the sequence , and the geometric sequence .

16

Explain how shifting the index of a sequence affects its generating function. Derive expressions for and .

17

Use generating functions to solve the Fibonacci recurrence , where and .

18

Use generating functions to solve for , given .

19

Find the sequence represented by the generating function , and explain the coefficient-extraction step.

20

Compare the characteristic-root, inverse-operator, and generating-function methods for solving recurrence relations. State when each method is most suitable.