<< Chapter < Page Chapter >> Page >
An updated version of the Sequences module.

A sequence is a list of numbers: like 4,9,3,2,17.

An arithmetic sequence is a list where each number is generated by adding a constant to the previous number. An example is 10,13,16,19,22,25. In this example, the first term ( t 1 ) is 10, and the “common difference” ( d )—that is, the difference between any two adjacent numbers—is 3. Another example is 25,22,19,16,13,10. In this example t 1 = 25 , and d = ( –3 ) . In both of these examples, n (the number of terms) is 6.

A geometric sequence is a list where each number is generated by multiplying a constant by the previous number. An example is 2,6,18,54,162. In this example, t 1 = 2 , and the “common ratio” ( r )—that is, the ratio between any two adjacent numbers—is 3. Another example is 162,54,18,6,2. In this example t 1 = 162 , and r = 1 3 . In both examples n = 5 .

A recursive definition of a sequence means that you define each term based on the previous. So the recursive definition of an arithmetic sequence is t n = t n - 1 + d , and the recursive definition of a geometric sequence is t n = r t n - 1 .

An explicit definition of an arithmetic sequence means you define the n t h term without making reference to the previous term. This is more useful, because it means you can find (for instance) the 20th term without finding all the other terms in between.

To find the explicit definition of an arithmetic sequence, you just start writing out the terms. The first term is always t 1 . The second term goes up by d so it is t 1 + d . The third term goes up by d again, so it is ( t 1 + d ) + d , or in other words, t 1 + 2 d . So we get a chart like this.

t 1 t 2 t 3 t 4 t 5
t 1 t 1 + d t 1 + 2 d t 1 + 3 d t 1 + 4 d

…and so on. From this you can see the generalization that t n = t 1 + ( n - 1 ) d , which is the explicit definition we were looking for.

The explicit definition of a geometric sequence is arrived at the same way. The first term is t 1 ; the second term is r times that, or t 1 r ; the third term is r times that , or t 1 r 2 ; and so on. So the general rule is t n = t 1 r n - 1 . Read this as: “ t 1 multiplied by r , ( n 1 ) times.”

Questions & Answers

how to create a software using Android phone
Wiseman Reply
how
basra
what is the difference between C and C++.
Yan Reply
what is software
Sami Reply
software is a instructions like programs
Shambhu
what is the difference between C and C++.
Yan
yes, how?
Hayder
what is software engineering
Ahmad
software engineering is a the branch of computer science deals with the design,development, testing and maintenance of software applications.
Hayder
who is best bw software engineering and cyber security
Ahmad
Both software engineering and cybersecurity offer exciting career prospects, but your choice ultimately depends on your interests and skills. If you enjoy problem-solving, programming, and designing software syste
Hayder
what's software processes
Ntege Reply
I haven't started reading yet. by device (hardware) or for improving design Lol? Here. Requirement, Design, Implementation, Verification, Maintenance.
Vernon
I can give you a more valid answer by 5:00 By the way gm.
Vernon
it is all about designing,developing, testing, implementing and maintaining of software systems.
Ehenew
hello assalamualaikum
Sami
My name M Sami I m 2nd year student
Sami
what is the specific IDE for flutter programs?
Mwami Reply
jegudgdtgd my Name my Name is M and I have been talking about iey my papa john's university of washington post I tagged I will be in
Mwaqas Reply
yes
usman
how disign photo
atul Reply
hlo
Navya
hi
Michael
yes
Subhan
Show the necessary steps with description in resource monitoring process (CPU,memory,disk and network)
samuel Reply
What is software engineering
Tafadzwa Reply
Software engineering is a branch of computer science directed to writing programs to develop Softwares that can drive or enable the functionality of some hardwares like phone , automobile and others
kelvin
if any requirement engineer is gathering requirements from client and after getting he/she Analyze them this process is called
Alqa Reply
The following text is encoded in base 64. Ik5ldmVyIHRydXN0IGEgY29tcHV0ZXIgeW91IGNhbid0IHRocm93IG91dCBhIHdpbmRvdyIgLSBTdGV2ZSBXb3puaWFr Decode it, and paste the decoded text here
Julian Reply
what to do you mean
Vincent
hello
ALI
how are you ?
ALI
What is the command to list the contents of a directory in Unix and Unix-like operating systems
George Reply
how can i make my own software free of cost
Faizan Reply
like how
usman
hi
Hayder
The name of the author of our software engineering book is Ian Sommerville.
Doha Reply
what is software
Sampson Reply
the set of intruction given to the computer to perform a task
Noor
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Advanced algebra ii: conceptual explanations. OpenStax CNX. May 04, 2010 Download for free at http://cnx.org/content/col10624/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Advanced algebra ii: conceptual explanations' conversation and receive update notifications?

Ask