This post is a guide to the art of breaking a complex problem into simpler versions of the same problem namely the art of problem solving by recurrence relations.it is a part of this set
img
In many problems related to combinatorial counting there involves an integer parameter .This denotes either some set or multiset in the problem or size of combinations etc.Thus a counting problem is often not just one problem but a sequence of individual problems.There are some algebraic methods for solving counting problems involving an integer parameter which most of the time leads to an explicit formula.
For obtaining a recurrence relation,we must proceed along the following steps.
At first we must solve a simpler version of the problem at hand.We will later use this result obtained to solve the larger problem.So example in the Fibonacci sequence we have the first two terms as base cases.That is and .
Next we must break the larger problem down into smaller version of the same problem and continue this process until we arrive at a base case.Then we have to use this base case either to obtain a generic term or an explicit formula if possible.
As an example for the Fibonacci sequence we have the recursive definition .So using this definition and the base cases we can find any term of the sequence that we want.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.