A sequence is a function from the whole numbers to the real numbers. This means that, a sequence takes a whole number (say, "n") and assigns it a real number. For example, think of a sequence of your class schedule, Monday is the first day, Tuesday the second, and so on. Each day of the week is assigned a number, Monday is 1, Tuesday is 2, and so on.
Consequently, the graph of a sequence consists of discrete points instead of a curve. This is because in a sequence, we are only dealing with whole numbers, not with a continuous range of numbers like in a function. So, instead of having a smooth curve, we have a set of distinct points on a graph.
For example, you might want to track the number of hours of sleep you get each night. You start on Monday and get 8 hours of sleep, on Tuesday you get 6 hours of sleep, on Wednesday you get 7 hours of sleep and so on. This is a sequence, where the input variable is the day of the week and the output variable is the number of hours of sleep. If we graph this, we would get a set of discrete points on a graph, one for each day of the week, instead of a smooth curve.

Again, we’re looking at discrete points—don’t connect the dots like you’d typically do to draw a curve! Note that the sequence above is just a regular ol’ sequence (not an arithmetic or geometric sequence).

➖ Arithmetic Sequences
An arithmetic sequence is a sequence of numbers in which the difference between any two consecutive terms is constant. This constant difference is called the common difference. For example, if the first term of an arithmetic sequence is a, and the common difference is d, the sequence can be represented as a, a + d, a + 2d, a + 3d, ... , where the nth term is given by .
Because the difference between any two consecutive terms is the same, the terms in an arithmetic sequence have a constant rate of change. The rate of change is the common difference, BOLD_PLACEHOLDER_6. Therefore, we can say that an arithmetic sequence is a function where the input variable is the term number, and the output variable is the value of the term, and the rate of change is constant.
For example, an arithmetic sequence with a first term of 5 and a common difference of 3 will look like this: 5, 8, 11, 14, 17, 20, ... . The rate of change between the terms is 3 and it is consistent throughout the sequence! Phew…
It's important to note that arithmetic sequences can be negative or positive, if the common difference is negative, it means the terms are decreasing and if the common difference is positive, it means the terms are increasing.

😎 Formula and Example
The nth term of an arithmetic sequence with a common difference d is denoted by , and it is given by the formula , where is the initial value of the sequence. This formula allows you to calculate the value of any term in the sequence, given the value of the first term, , and the common difference, d. The n in the formula represents the term number, so you can substitute any whole number in place of n to find the value of the corresponding term.
Another way to represent the nth term of an arithmetic sequence is , where a_k is the kth term of the sequence. This equation makes it possible to find the nth term of a sequence relative to a known term k. If you know the value of the kth term of the sequence and the common difference, you can use this formula to find the value of any other term.
For example, consider an arithmetic sequence with a first term of 5 and a common difference of 3. Using the first formula, the 5th term of the sequence can be calculated as . Using the second formula, the 5th term of the sequence can also be calculated as .
💡 It's important to note that the two formulas are equivalent and provide the same value for the nth term of an arithmetic sequence, but the second one allows you to express the nth term in terms of a known term k, instead of the first term, which can be useful in certain situations!
🔺 Geometric Sequences
A geometric sequence is a sequence of numbers in which the ratio of any two consecutive terms is constant. This constant ratio is called the common ratio. The common ratio can be represented as a fraction or decimal number. For example, if the first term of a geometric sequence is a, and the common ratio is r, the sequence can be represented as a, ar, ar^2, ar^3, ..., where the nth term is given by .
Because the ratio between any two consecutive terms is the same, the terms in a geometric sequence have a constant proportional change. The proportional change is the common ratio, r. Therefore, we can say that a geometric sequence is a function where the input variable is the term number, and the output variable is the value of the term, and the proportional change is constant.

For example, a geometric sequence with a first term of 2 and a common ratio of 3 will look like this: 2, 6, 18, 54, 162, ... . The proportional change between the terms is 3 and it is consistent throughout the sequence.
It's important to note that geometric sequences can be positive or negative, if the common ratio is between 0 and 1, it means the terms are decreasing and if the common ratio is greater than 1, it means the terms are increasing. ↕️
🤓 Formula
The nth term of a geometric sequence with a common ratio r is denoted by , and it is given by the formula , where is the initial value of the sequence. This formula allows you to calculate the value of any term in the sequence, given the value of the first term, , and the common ratio, r. The n in the formula represents the term number, so you can substitute any whole number in place of n to find the value of the corresponding term.

Another way to represent the nth term of a geometric sequence is , where is the kth term of the sequence. This equation makes it possible to find the nth term of a sequence relative to a known term k. If you know the value of the kth term of the sequence and the common ratio, you can use this formula to find the value of any other term.
It's important to note that while both formulas are equivalent and provide the same value for the nth term of a geometric sequence, the second one allows you to express the nth term in terms of a known term k, instead of the first term, which can be useful in certain situations.
🤔 Change vs. Rate of Change
When it comes to the rate of increase, arithmetic sequences have a constant increase with each step. This means that each term in the sequence increases by a fixed amount, which is the common difference. For example, an arithmetic sequence with a first term of 5 and a common difference of 3 will have terms 5, 8, 11, 14, 17, 20, ..., each term increases by 3.
On the other hand, geometric sequences have an increasing rate of increase with each step. This means that each term in the sequence increases by a larger amount than the previous term. This is because each term is multiplied by the common ratio, which is greater than 1. For example, a geometric sequence with a first term of 2 and a common ratio of 3 will have terms 2, 6, 18, 54, 162, ..., each term increases by a factor of 3.

Frequently Asked Questions
How do I find the formula for an arithmetic sequence when I only know two terms?
If you know two terms a_i and a_j (at positions i and j), first find the common difference d = (a_j − a_i) / (j − i). Then write the explicit (nth-term) formula using one of the CED forms: a_n = a_i + d(n − i) (or a_n = a_0 + d n if you know a_0). That gives the value for every whole-number n (sequence’s discrete domain). Quick example: if a_3 = 7 and a_6 = 16, then d = (16−7)/(6−3) = 9/3 = 3. So a_n = a_3 + 3(n−3) = 7 + 3(n−3) = 3n − 2. This aligns with 2.1.A.2–A.3 in the CED (common difference and a_n = a_k + d(n−k)). For more practice and AP-style problems, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and the practice bank (https://library.fiveable.me/practice/ap-pre-calculus).
What's the difference between arithmetic and geometric sequences and when do I use each one?
Arithmetic sequences change by the same amount each step (constant difference d). Use them when a quantity grows or shrinks additively—e.g., monthly savings +$50: a_n = a_0 + dn. Geometric sequences change by the same factor each step (common ratio r). Use them for multiplicative/exponential change—e.g., population or interest that multiplies by 1.05 each period: g_n = g_0·r^n. Key CED points: sequences are functions with a discrete domain (whole numbers), arithmetic has constant rate of change (2.1.A.2–3), geometric has constant proportional change (2.1.B.1–2). Increasing arithmetic adds the same amount each term; increasing geometric adds larger amounts each step because it multiplies (2.1.B.3). On the AP exam, expect discrete-term questions and to write explicit nth-term formulas (showing a0 or g0 and d or r). For a quick review, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and try practice problems (https://library.fiveable.me/practice/ap-pre-calculus).
I'm confused about the a_n = a_0 + dn formula - what does each variable mean?
Think of an arithmetic sequence as a list of numbers that changes by the same amount each step. In the formula a_n = a_0 + d n: - a_n is the nth term of the sequence (the value when you take n steps from the start). - a_0 is the initial value—the term at n = 0 (the “starting” term). AP uses whole-number domain for sequences, so n = 0, 1, 2, ... - d is the common difference: the constant amount you add each time (the sequence’s constant rate of change). - n counts how many steps you moved from the start. Each increase of 1 in n adds exactly d to the term. Example: if a_0 = 5 and d = 3, then a_1 = 5 + 3(1) = 8, a_2 = 5 + 3(2) = 11, etc. You can also use a_k + d(n − k) when your known term isn’t the a_0 term. For more practice and AP-aligned review of Topic 2.1, check the Fiveable study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and try problems from the unit page (https://library.fiveable.me/ap-pre-calculus/unit-2) or the practice set (https://library.fiveable.me/practice/ap-pre-calculus).
How do I tell if a sequence is arithmetic or geometric just by looking at the numbers?
Look at how consecutive terms change. - Arithmetic: successive differences are constant. Subtract each term from the next (a_{n+1} − a_n). If you get the same number every time (the common difference d), it’s arithmetic. Example: 5, 8, 11, 14 → differences 3, 3, 3 so a_n = a_0 + dn. - Geometric: successive ratios are constant. Divide each term by the previous one (g_{n+1} / g_n). If you get the same number every time (the common ratio r), it’s geometric. Example: 2, 6, 18 → ratios 3, 3 so g_n = g_0 r^n. Quick checks and gotchas: - If any term is zero you can still have an arithmetic sequence, but ratio tests fail when dividing by zero. - Ratios can be negative or fractional (alternating signs ok). - Arithmetic changes by equal additive amounts; geometric changes by equal multiplicative factors, so geometric growth usually accelerates. These match the CED definitions (common difference d and common ratio r). For extra practice and quick examples, see the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and the Unit 2 overview (https://library.fiveable.me/ap-pre-calculus/unit-2). For more problems, try the AP Precalculus practice bank (https://library.fiveable.me/practice/ap-pre-calculus).
What's the formula for finding the nth term of a geometric sequence?
For a geometric sequence with common ratio r and an initial term g0, the explicit (nth-term) formula is g_n = g0 * r^n (if you index starting at n = 0). If your sequence is indexed so the kth term is g_k, the formula for the nth term is g_n = g_k * r^(n−k). Key points from the CED: successive terms change by a constant factor (common ratio r), the sequence is a function on whole numbers so the graph is discrete, and this formula is the exponential (multiplicative) model you’ll see on the exam. If your first term is labeled g1 instead of g0, rewrite as g_n = g1 * r^(n−1). For more practice and examples, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and the AP Precalculus Unit 2 overview (https://library.fiveable.me/ap-pre-calculus/unit-2).
Can someone explain step by step how to find the common difference in an arithmetic sequence?
The common difference d is just the constant amount you add each step in an arithmetic sequence. Step-by-step: 1. Identify two terms and their positions: say a_k (the kth term) and a_n (the nth term). If you only have consecutive terms a_1, a_2, a_3… you can use any two terms. 2. Use the formula for arithmetic sequences: a_n = a_k + d(n − k). Solve for d: d = (a_n − a_k) / (n − k). 3. If you have consecutive terms a_k and a_{k+1}, then d = a_{k+1} − a_k (quick check). 4. Once you have d and an initial term a_0 (or a_1), write the explicit nth-term: a_n = a_0 + dn (or adjust index: a_n = a_1 + d(n−1)). Example: if a_3 = 11 and a_7 = 27, then d = (27 − 11)/(7 − 3) = 16/4 = 4, so a_n = a_3 + 4(n−3). This matches CED essential knowledge 2.1.A.2–3 (discrete domain, constant rate of change). For more examples and practice, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and try problems on Fiveable’s AP Precalculus practice page (https://library.fiveable.me/practice/ap-pre-calculus).
When do I use a_n = a_k + d(n-k) instead of a_n = a_0 + dn for arithmetic sequences?
Use a_n = a_0 + d n when you know the initial term a_0 (the term at n = 0). That formula treats the sequence as a function from whole numbers with index 0 as your starting point (CED 2.1.A.1–2.1.A.3). Use a_n = a_k + d(n − k) when the term you know is not the 0th term but some kth term a_k. This just shifts the same linear rule so the known term is the “anchor.” It’s the right choice whenever your problem gives a term like “the 5th term is 12” (so use a_n = a_5 + d(n−5)) or when the natural indexing in context starts at 1 (you might know a_1 and prefer a_n = a_1 + d(n−1)). Example: common difference d = 3 and a_4 = 10. Then a_n = 10 + 3(n−4). If you converted to a_0 first, a_0 = 10 − 3·4 = −2 and a_n = −2 + 3n (both equivalent). Remember sequences are discrete (whole-number domain). For more practice and AP-aligned examples, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and extra problems (https://library.fiveable.me/practice/ap-pre-calculus).
I don't understand why geometric sequences grow faster than arithmetic sequences - can someone explain?
Think of arithmetic vs geometric as additive vs multiplicative. An arithmetic sequence adds the same amount each step: a_n = a_0 + dn, so every term increases by d. A geometric sequence multiplies by the same factor each step: g_n = g_0 r^n, so each new term is r times the previous one. Example: start at 10. Arithmetic with d = 5: 10, 15, 20, 25, 30 (adds 5 each time). Geometric with r = 1.5: 10, 15, 22.5, 33.75, 50.625 (each step multiplies). Notice the geometric increases get bigger each step because the change itself scales by r. If r>1, the increment grows; if 0
How do I solve word problems involving arithmetic sequences like salary increases?
Think of a salary-increase problem as an arithmetic sequence: each year you add the same amount (the common difference). Follow these steps. 1. Identify the initial term a0 (salary at time 0) and the common difference d (the raise each period). Remember the domain is whole numbers (years, months). 2. Write the explicit formula: a_n = a_0 + d n (or a_n = a_k + d(n−k) if they give a later year). 3. Plug in the whole-number n for the period you want and include units in your answer. Example: start $40,000 with a $2,000 annual raise. a_n = 40000 + 2000n. Salary after 5 years (n=5) is 40000 + 2000(5) = $50,000. On the AP, show your steps (identify a0 and d, write the formula, evaluate) and treat the sequence as discrete points (CED 2.1.A keywords: arithmetic sequence, common difference, a0, explicit formula). For more examples and practice, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and hundreds of practice problems (https://library.fiveable.me/practice/ap-pre-calculus).
What's the difference between common difference and common ratio?
Common difference (arithmetic) vs common ratio (geometric): - Common difference (d): an arithmetic sequence adds the same amount each step—a constant additive rate of change. If a0 is the start, a_n = a0 + d·n (or a_n = a_k + d(n−k)). Example: 3, 7, 11, ... has d = 4. On a graph the sequence’s points move up (or down) by equal vertical amounts each term. - Common ratio (r): a geometric sequence multiplies by the same factor each step—a constant proportional (multiplicative) change. If g0 is the start, g_n = g0·r^n (or g_n = g_k·r^(n−k)). Example: 3, 9, 27, ... has r = 3. Geometric sequences grow/shrink by larger amounts each term when r ≠ 1. Why it matters for AP Precalculus: Topic 2.1 distinguishes additive (linear) vs multiplicative (exponential) change; recognize which formula to use and that sequence graphs are discrete. For more examples and practice, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and tons of practice problems (https://library.fiveable.me/practice/ap-pre-calculus).
How do I find the common ratio in a geometric sequence when the numbers are fractions?
Take any two consecutive terms and divide the later term by the earlier term—that quotient is the common ratio r. In symbols, for a geometric sequence g_n, r = g_n / g_{n-1} (or r = g_k+1 / g_k for any k). Always use consecutive terms and simplify the fraction exactly (don’t round on the AP). Example: terms 3/4, 1/2, 1/3. Compute r = (1/2) ÷ (3/4) = (1/2)·(4/3) = 2/3. Check: (1/3) ÷ (1/2) = (1/3)·2 = 2/3, so r = 2/3 for the whole sequence. If terms are negative, r can be negative (e.g., 1/2, −1/4 gives r = −1/2). If a term is 0, you can’t divide by it; that breaks a standard geometric sequence. On the AP exam give the exact fractional r when possible (it’s part of expressing geometric sequences as g_n = g_0·r^n). For more examples and practice, see the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and the AP Precalculus practice pool (https://library.fiveable.me/practice/ap-pre-calculus).
Why are sequence graphs just dots instead of connected lines like regular functions?
Good question—because sequences are functions whose inputs are whole numbers, their domain is discrete, not all real numbers. The CED says a sequence is a function from the whole numbers to the reals (2.1.A.1), so a_n (or g_n) is only defined at n = 0,1,2,... (for example a_n = a_0 + dn or g_n = g_0 r^n). That means you only get ordered pairs like (0,a_0), (1,a_1), (2,a_2), etc. There’s no value specified for x = 1.5 or x = 2.7, so you can’t legitimately draw a continuous curve between the dots—connecting them would imply the sequence gives values for non-integer inputs, which it doesn’t. (If you do want a continuous graph, you’d have to define an interpolation or an analytic function on all reals.) For more practice and the CED-aligned explanation, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and try practice problems (https://library.fiveable.me/practice/ap-pre-calculus).
I keep mixing up the formulas for arithmetic and geometric sequences - how do I remember which is which?
Short memory tricks: arithmetic = add, geometric = multiply. - Arithmetic: successive terms change by a constant difference d (constant rate of change). Explicit formula: a_n = a_0 + d n (or a_n = a_k + d(n − k)). Example: 2, 5, 8, 11 → d = 3 so a_n = 2 + 3n. - Geometric: successive terms change by a constant ratio r (constant proportional change). Explicit formula: g_n = g_0 r^n (or g_n = g_k r^(n−k)). Example: 3, 6, 12, 24 → r = 2 so g_n = 3·2^n. Quick checks on problems: subtract consecutive terms—if differences are constant, it’s arithmetic; divide consecutive terms—if ratios are constant, it’s geometric. Remember AP wording: “common difference” = arithmetic, “common ratio” or “multiplicative change” = geometric. Graphs use a discrete domain (whole numbers)—arithmetic looks linear in the points, geometric looks exponential (changes grow/shrink multiplicatively). For practice and AP alignment (Topic 2.1), see the study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and extra problems (https://library.fiveable.me/practice/ap-pre-calculus).
How do I know if a real world problem is asking for an arithmetic or geometric sequence?
Look for whether each step adds/subtracts the same amount (arithmetic) or multiplies/divides by the same factor (geometric). Quick checklist: - If the context says “adds 5 people every week,” “decreases by 2 each day,” or “gain/lose a fixed number” → arithmetic. Use a_n = a_0 + d·n (common difference d). - If it says “doubles each period,” “grows by 10% per month,” or “multiplied by 3/4 each step” → geometric. Use g_n = g_0·r^n (common ratio r). - With data, compute successive differences and successive ratios: constant differences → arithmetic; constant ratios → geometric. - Use units: arithmetic change gives a constant rate (units/day etc.), geometric change gives constant proportional change (percent per period). Remember sequences are discrete (domain = whole numbers) on the AP CED (2.1.A and 2.1.B). If you want examples and practice problems, check the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and the Unit 2 overview (https://library.fiveable.me/ap-pre-calculus/unit-2). For extra practice, see Fiveable’s AP Precalculus practice set (https://library.fiveable.me/practice/ap-pre-calculus).
What does it mean that sequences are functions from whole numbers to real numbers?
Saying “a sequence is a function from the whole numbers to the real numbers” means each term of the sequence is just the function’s output when you plug in a whole number (n = 0,1,2,3,...). So a sequence a_n is like a rule f(n) whose domain is the discrete set of whole numbers, and its outputs are real numbers. Important consequences for AP Precalculus (CED 2.1.A.1): the graph is a bunch of isolated points, not a continuous curve, and you should treat n as an integer step counter when using formulas like a_n = a_0 + d n (arithmetic) or g_n = g_0 r^n (geometric). On the exam, expect sequence questions to use discrete-domain thinking (identify common difference or ratio, write explicit nth-term). For extra practice and quick review, see the Topic 2.1 study guide (https://library.fiveable.me/ap-pre-calculus/unit-2/change-arithmetic-geometric-sequences/study-guide/TjmiwbtDpN420iuL) and more practice problems (https://library.fiveable.me/practice/ap-pre-calculus).