Download as pdf or txt
Download as pdf or txt
You are on page 1of 17

Sequence refers to a set of objects, typically numbers, that are arranged in a

specific order. In mathematics, sequences often follow a certain pattern or rule,


and can be represented using an algebraic expression or a function.

Recursion is a way of defining a sequence in which each term is determined by


applying a certain rule to the preceding term. In other words, each term in the
sequence is defined in terms of the previous term. This allows for a compact
and elegant way of defining complex sequences.
Recursive sequences can be used to model many real-world phenomena, such
as population growth, the spread of an epidemic, or the behavior of a stock
price over time. They can also be used to solve mathematical problems, such
as finding the nth term in a sequence or calculating the sum of a series of
numbers.
Example no. 1

For example, suppose we have the following recursive sequence:

a1 = 5
an = an-1 + 3

In this sequence, the first term is 5, and each subsequent term is found by adding
3 to the previous term. Using this rule, we can generate the entire sequence as
follows:

a1 = 5
a2 = a1 + 3 = 5 + 3 = 8
a3 = a2 + 3 = 8 + 3 = 11
a4 = a3 + 3 = 11 + 3 = 14
and so on...
Example no. 2

Here is an example of a sequence defined using recursion:


a1 = 1
an = an-1 + 2 (for n > 1)

This is a recursive definition because each term in the sequence is defined in


terms of the previous term. In this case, the first term (a1) is defined as 1, and
each subsequent term (an) is defined as the previous term plus 2.
Here is how the first few terms of the sequence would be computed:
a1 = 1
a2 = a1 + 2 = 1 + 2 = 3
a3 = a2 + 2 = 3 + 2 = 5
a4 = a3 + 2 = 5 + 2 = 7

And so on. This sequence would continue indefinitely, with each term being 2
more than the previous term.
Please enter your title Please enter your title Please enter your title

Click here to add content of the text,Click Click here to add content of the text,Click Click here to add content of the text,Click
here to add content of the text,Click here to here to add content of the text,Click here to here to add content of the text,Click here to
add text content , add text content , add text content ,
Please enter your title Please enter your title

Click here to add content of the text,Click here to add Click here to add content of the text,Click here to add
content of the text,Click here to add text content , content of the text,Click here to add text content ,
Click here to add text content , Click here to add text content ,

Please enter your title Please enter your title

Click here to add content of the text,Click here to add Click here to add content of the text,Click here to add
content of the text,Click here to add text content , content of the text,Click here to add text content ,
Click here to add text content , Click here to add text content ,
02
Enter title Enter title
Click here to add content of the text, Click here to add content of the text,
Click here to add content of the text, Click here to add content of the text,
Click here to add text content , Click here to add text content ,

Enter title Enter title Enter title


Click here to add content of the text, Click here to add content of the text, Click here to add content of the text,
Click here to add content of the text, Click here to add content of the text, Click here to add content of the text,
Click here to add text content , Click here to add text content , Click here to add text content ,
Enter title Enter title

Click here to add content of the text,Click Click here to add content of the text,Click
here to add content of the text,Click here to here to add content of the text,Click here to
add text content , add text content ,

Enter title Enter title

Click here to add content of the text,Click Click here to add content of the text,Click
here to add content of the text,Click here to here to add content of the text,Click here to
add text content , add text content ,
03
Please enter your title Please enter your title
Click here to add content of the text,Click here to add text Click here to add content of the text,Click here to add text
content , content ,

Please enter your title Please enter your title


Click here to add content of the text,Click here to add text Click here to add content of the text,Click here to add text
content , content ,

Please enter your title Please enter your title


Click here to add content of the text,Click here to add text Click here to add content of the text,Click here to add text
content , content ,
Click here to add content of the text,
Click here to add content of the text,
Click here to add text content ,
Enter title Enter title Enter title

Click here to add content of the text, Click here to add content of the text, Click here to add content of the text,
Click here to add content of the text, Click here to add content of the text, Click here to add content of the text,
Click here to add text content ,Click Click here to add text content ,Click Click here to add text content ,Click
here to add content of the text,Click here to add content of the text,Click here to add content of the text,Click
here to add content of the text,Click here to add content of the text,Click here to add content of the text,Click
here to add text content ,Click here to here to add text content ,Click here to here to add text content ,Click here to
add content of the text,Click here to add content of the text,Click here to add content of the text,Click here to
add content of the text,Click here to add content of the text,Click here to add content of the text,Click here to
add text content , add text content , add text content ,
04
Enter title

Click here to add content of the text,Click


here to add content of the text,Click here
to add text content ,

Enter title Enter title

Click here to add content of the text,Click Click here to add content of the text,Click
here to add content of the text,Click here here to add content of the text,Click here
to add text content , to add text content ,

You might also like