Sequences and Series

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/14

flashcard set

Earn XP

Description and Tags

Flashcards covering definitions, formulas, and solving methods for arithmetic, geometric, and quadratic sequences and series as presented in the lecture notes.

Last updated 4:14 AM on 5/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

15 Terms

1
New cards

What is a sequence, and what is its nthn^{th} term denoted as?

A sequence is a list of numbers (e.g., 1,2,3,4,51, 2, 3, 4, 5), and the nthn^{th} term is denoted as TnT_n.

2
New cards

When is a sequence defined as arithmetic?

A sequence is arithmetic (or an Arithmetic Progression - AP) if the difference between each term and the next is constant: Tn+1Tn=dT_{n+1} - T_n = d, where dd is the common difference.

3
New cards

What is the formula for the nthn^{th} term of an Arithmetic Progression (AP)?

Tn=a+(n1)dT_n = a + (n - 1)d, where aa is the first term, nn is the number of the term, and dd is the common difference.

4
New cards

What is an arithmetic series?

An arithmetic series is the sum of an Arithmetic Progression (AP).

5
New cards

What are the two formulas for the sum of an arithmetic series (SnS_n)?

Sn=n2(2a+(n1)d)S_n = \frac{n}{2}(2a + (n - 1)d) and Sn=n(a+l)2S_n = \frac{n(a+l)}{2}.

6
New cards

When is a sequence defined as geometric?

A sequence is geometric (or a Geometric Progression - GP) if the ratio of each term to the previous term is constant: Tn+1Tn=r\frac{T_{n+1}}{T_n} = r, where rr is the common ratio.

7
New cards

What is the formula for the nthn^{th} term of a geometric sequence?

Tn=arn1T_n = ar^{n-1}, where aa is the first term, rr is the common ratio, and nn is the value of the term.

8
New cards

What mathematical method is required to find nn if it is the unknown in the nthn^{th} term formula of a GP?

Exponential equations or logarithms must be used.

9
New cards

How many solutions exist for rr when solving rn=kr^n = k?

There are two solutions (one positive and one negative) when nn is even, and only one solution when nn is odd.

10
New cards

What is the formula for the sum of a geometric series (SnS_n)?

Sn=a(rn1)r1S_n = \frac{a(r^n - 1)}{r - 1}.

11
New cards

Under what condition does the sum of a geometric series reach a limit (converge)?

The series reaches a limit when 1<r<1-1 < r < 1; in this case, each subsequent term gets closer to zero.

12
New cards

What is the formula for the limiting sum (SS_{\infty}) of a geometric series?

S=a1rS_{\infty} = \frac{a}{1 - r}.

13
New cards

In the general formula for a quadratic sequence (Tn=an2+bn+cT_n = an^2 + bn + c), how is the value of aa determined?

aa is calculated as half of the second difference (e.g., if the second difference is 44, then a=42=2a = \frac{4}{2} = 2).

14
New cards

What remains of a quadratic sequence formula after subtracting an2an^2 from each term?

A linear sequence (arithmetic sequence) of the form bn+cbn + c remains.

15
New cards

What are the common differences for the arithmetic sequences 18,22,26,30,...18, 22, 26, 30, \text{...} and 15,8,1,6,...15, 8, 1, -6, \text{...}?

The common difference is +4+4 in the first sequence and 7-7 in the second.