StreakPeaked· Practice

ExamsGATEEngineering Mathematics

Let T(n) be the recurrence relation defined as follows: T(0) = 1, T(1) = 2, and T(n) = 5T(n − 1) − 6T(n − 2) for n ≥ 2 Which one of the following statements is TRUE?

  1. T(n) = Θ(2ⁿ)
  2. T(n) = Θ(n2ⁿ)
  3. T(n) = Θ(3ⁿ)
  4. T(n) = Θ(n3ⁿ)

Correct answer: T(n) = Θ(3ⁿ)

Solution

The recurrence relation T(n) = 5T(n − 1) − 6T(n − 2) has a characteristic polynomial with roots that indicate exponential growth, specifically leading to a solution of the form T(n) = Θ(3ⁿ), which aligns with the dominant root of the characteristic equation.

Related GATE Engineering Mathematics questions

⚔️ Practice GATE Engineering Mathematics free + battle 1v1 →