4 Qs · 2016–2024 · 5 marks · 0.2 marks/paperStandard yield
In GATE CS, Recurrence Relations under Engineering Mathematics is tested as a concise 1-mark topic focused on linear homogeneous recurrence relations of degree 2. Questions either… Guide
Topic guide
In GATE CS, Recurrence Relations under Engineering Mathematics is tested as a concise 1-mark topic focused on linear homogeneous recurrence relations of degree 2. Questions either require setting up a recurrence relation from a combinatorial constraint (e.g., restricted binary strings) or solving a second-order linear recurrence relation using characteristic roots to find either an explicit closed-form formula or its asymptotic tight bound . All provided PYQs are conceptual, analytical 1-mark multiple-choice questions without diagrams.
Combinatorial Recurrence Modeling
occasional · MCQ · 1 marks · 2016
Given a combinatorial counting problem (e.g., binary strings avoiding specific patterns), identify the matching linear recurrence relation by conditioning on suffix/prefix cases.
Characteristic Equation and Closed-Form Solution
occasional · MCQ · 1 marks · 2023
Solve a second-order linear homogeneous recurrence with constant coefficients and specific initial conditions to determine the exact closed-form expression .
Asymptotic Growth of Linear Recurrences
occasional · MCQ · 1 marks · 2024
Given a second-order recurrence and base cases, solve for constants to see if higher-order roots are eliminated (), then deduce the tight asymptotic complexity .
Parity-Branching Recurrence Evaluation
rare · MSQ · 2 marks · 2022
A recurrence defined separately for even inputs () and odd inputs () with a base case. Multiple statements present closed-form expressions for structured input sequences (such as , , ) to test for correctness.
Characteristic Equation for 2nd-Order Linear Homogeneous Recurrence
Used to find the roots of the recurrence .
General Solution for Distinct Real/Irrational Roots
Used to express the general solution when characteristic equation has two distinct roots .
Base Case System of Linear Equations
Used to solve for constants and given initial values.
Even Argument Step
Used when the argument is an even positive integer.
Odd Argument Step
Used when the argument is an odd positive integer.
Power-of-Two Property
Closed-form deduction for pure powers of 2 under the defined recurrence.
All-Ones Binary Sequence Property
Closed-form identity for inputs of the form .
In earlier exams (2016), the focus was on setting up the recurrence from a counting problem; recent exams (2023, 2024) focus explicitly on solving characteristic equations, finding constants from initial conditions, and evaluating closed forms or asymptotic bounds.
2024, 2023, 2016
All questions have consistently remained 1-mark standard MCQs testing analytical algebra rather than heavy computational arithmetic.
2024, 2023, 2016
Shift towards multi-select questions (MSQ) where multiple closed-form conjectures about a recursively defined sequence must be proved or disproved.
2022
All PYQs in this set are Easy 1-mark problems. Easy items involve standard 2nd-degree characteristic polynomials with easy-to-factor integer or golden-ratio roots (, ). Medium questions could involve repeated roots (), non-homogeneous terms, or MSQ formats with multiple properties evaluated.