Engineering Mathematics · Recurrence Relations
Official IIT answer key · IIT Kanpur · Audited Aug 2026
GATE CSE 2023 Q15 · MCQ · 1 mark
Key concept
No account needed
Sit 4 related Recurrence RelationsPYQs as a guest. We'll score the set and show which traps cost marks — sign in only if you want to save the run.
Topic notes
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.
Full Recurrence Relations guide →The Lucas sequence Ln is defined by the recurrence relation: Ln = Ln-1 + Ln-2, for n 3, with L1 = 1 and L2 = 3. Which one of the options given is TRUE?
Topic-wise GATE CS PYQs with verified steps
Independent practice explanation verified by the GateAI team. GATE is conducted by the IITs; question text follows the official paper.
