![]() |
Recursive Formula: Recursion can be defined by two properties. A Base Case and Recursion Step. The base case is a terminating scenario that doesn’t use recursion to produce results. The recursion step consists of a set of rules that reduces the successive cases to forward the base case. A recursion or recursive formula is a formula that is used to tell us the next step in any recursion series. In a recursive series, each next term is dependent on the previous one or two terms. In this article, we will learn about, Recursive Formulas or Recursion Formulas, Examples, and others in detail. Table of Content
What is a Recursive Function?A recursive function is a function that defines each term of a sequence using the previous term i.e., The next term is dependent on one or more known previous terms. Recursive function h(x) is written as,
where,
The recursion formulas are the formulas that are used to write the recursive functions or recursive series. Recursive Function Meaning
Recursive FormulaRecursive Formula is a formula that defines each term of sequence using the previous/preceding terms. It defines the following parameters
![]() Recursive Formula There are few recursive formulas to find the nth term based on the pattern of the given data. They are,
where
Recursive Formulas For SequencesRecursive Sequences are the sequences in which the next term of the sequence is dependent on the previous term. One of the most important recursive sequence is the Fibonnaci Sequence, that is represented below as, 0, 1, 1, 2, 3, 5, 8, … The recursive formulas or the recursion formulas for different kinds of the sequences are, Recursive Formula for Arithmetic ProgressionFor Arithmetic Progression the nth term is given using the recursive formula as,
where,
Recursive Formula for Geometric ProgressionFor Geometric Progression the nth term is given using the recursive formula as,
where,
Recursive Formula for Fibonacci SeriesFor Fibonacci Sequence the nth term is given using the recursive formula as,
where,
Useful Sequence And FormulasSome of the useful sequences and there formulas for the nth term are added in the table below.
Articles Related to Recursive Formula:Examples Using Recursive FormulaExample 1: Given a series of numbers with a missing number in middle 1, 11, 21, ?, 41. Using recursive formula find the missing term. Solution:
Example 2: Given series of numbers 5, 9, 13, 17, 21,… From the given series find the recursive formula Solution:
Example 3: Given a series of numbers with a missing number in middle 1, 3, 9,…,81, 243. Using recursive formula find the missing term. Solution:
Example 4: Given series of numbers 2, 4, 8, 16, 32, … From the given series find the recursive formula. Solution:
Example 5: Find the 5th term in a Fibonacci series if the 3rd and 4th terms are 2,3 respectively. Solution:
Practice Question on Recursive FormulaQ1. Find the Recursive Formula for the sequence, 3,7, 11, 15…. Q2. Find the middle term of the sequence, 4, 9, 14, …. 39, 44 Q3. Find the Recursive Formula for the Sequence 44, 40, 36, ….. Q4. Find the middle term of the sequence 6, 9, 12, …. 33 Summary – Recursive FormulaA recursive formula in math is like a set of instructions that tells you how to find the next term in a sequence based on the previous terms. It’s like a pattern where each step depends on the one before it. For example, in the Fibonacci sequence, each term is the sum of the two previous terms. Recursive formulas are handy for figuring out sequences where each term relies on the ones that came before. FAQs on Recursive FormulaWhat is Recursive Formula in Math?
What is the Recursive Rule For the Fibonacci series?
What is Difference Between Recursive and Explicit Formulas?
What is the Recursive Formula for 9, 15, 21, 27?
What are Some Recursion Formulas?
|
Reffered: https://www.geeksforgeeks.org
Mathematics |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 16 |