Comprehensive Study Guide to Arithmetic Sequences

Introduction and Definition of Number Sequences

A number sequence is defined as a collection of numbers ordered as the first, second, third, and so on, according to a specific rule. This concept often arises when computing various measurements. For example, if polygons are ordered by the number of sides—starting with triangles, then quadrilaterals, pentagons, and so forth—the sequence of the sum of their inner angles results in 180180, 360360, 540540, and so on.

Various common number patterns can be classified as sequences, including:

  • Natural numbers: 1,2,3,1, 2, 3, \dots
  • Even numbers: 2,4,6,2, 4, 6, \dots
  • Odd numbers: 1,3,5,1, 3, 5, \dots
  • Halves of natural numbers: 1/2,1,112,1/2, 1, 1\frac{1}{2}, \dots
  • Squares of natural numbers: 1,4,9,1, 4, 9, \dots

The term "sequence" originates from the Latin word sequent, meaning "following." In mathematics, it denotes objects arranged in definite positions. These objects are not limited to numbers; for instance, regular polygons, polynomials such as 1+x,1+x2,1+x3,1+x, 1+x^2, 1+x^3, \dots, or even words in alphabetical order are considered sequences.

Geometric Visualizations and Computational Sequences

Geometric patterns often lead to numerical sequences. One example involves stacking dots to form triangles. By counting the number of dots in each progressive triangle, one can determine the rule required to calculate subsequent terms. Another example is the length of the hypotenuse of nested right triangles. If each new triangle is built upon the hypotenuse of the previous one with a base of 1metre1\,\text{metre}, the sequence of hypotenuse lengths, in metres, follows the square roots of natural numbers starting from 22: 2,3,2,5,\sqrt{2}, \sqrt{3}, 2, \sqrt{5}, \dots

Sequences can also be defined by algebraic properties. The sequence of natural numbers ending in 11 can be described as 1,11,21,31,1, 11, 21, 31, \dots. This same sequence can also be defined as the set of natural numbers that leave a remainder of 11 when divided by 1010.

Computational tools like GeoGebra allow for the generation of sequences. For instance, to draw a sequence of regular polygons with a specified side ABAB, one can use the command Sequence[Polygon[A, B, n], n, 3, 10], where nn represents the number of sides ranging from 33 to 1010. To generate numerical terms, such as the first ten squares, the command Sequence[n^2, n, 1, 10] is used. If an integer slider mm is used, the command Sequence[2^n, n, 1, m] will dynamically update the sequence of powers of 22 as the value of mm changes.

The Principle of "Hasty Conclusions" and Circle Division

A classic cautionary tale in mathematics involves the division of a circle by points on its circumference. If 2,3,4, and 52, 3, 4, \text{ and } 5 points are joined, the maximum number of parts created follow a doubling pattern: 2,4,8, and 162, 4, 8, \text{ and } 16. This might lead to the hasty conclusion that the next term for 66 points is 25=322^5 = 32. However, if the points are equally spaced, 66 points divide the circle into only 3030 parts; otherwise, the maximum is 3131. The actual formula for the maximum number of parts given nn points is:

124n(n1)(n2)(n3)+12n(n1)+1\frac{1}{24}n(n-1)(n-2)(n-3) + \frac{1}{2}n(n-1) + 1

While this formula and the expression 2n12^{n-1} yield the same results for n=2,3,4, and 5n = 2, 3, 4, \text{ and } 5, they differ significantly from n=6n = 6 onwards. This highlights that the rule of formulation or the context of a sequence must be explicitly stated to determine subsequent terms with certainty.

Defining Arithmetic Sequences and Common Differences

An arithmetic sequence is a sequence that starts with a specific number and proceeds by adding a constant number again and again. In other words, in an arithmetic sequence, the same number is added to go from any term to the next, and the same number is subtracted to go from any term to the previous one.

Key terms used in this context include:

  • Terms: The individual numbers that make up the sequence (e.g., first term, second term, etc.).
  • Common Difference: The fixed number that is added to each term to get to the next. It is calculated by subtracting the previous term from any term (i.e., TnTn1=dT_n - T_{n-1} = d).

Examples of arithmetic sequences include:

  1. Even numbers (2,4,6,2, 4, 6, \dots): Starts at 22, common difference is 22.
  2. Odd numbers (1,3,5,1, 3, 5, \dots): Starts at 11, common difference is 22.
  3. Halves of natural numbers (1/2,1,112,1/2, 1, 1\frac{1}{2}, \dots): Starts at 1/21/2, common difference is 1/21/2.
  4. Sum of outer angles of polygons (360,360,360,360, 360, 360, \dots): Starts at 360360, common difference is 00.
  5. Water tank drainage (95,90,85,95, 90, 85, \dots): Starts at 9595, common difference is 5-5. (Subtracting 55 is equivalent to adding 5-5).

Testing and Identifying Arithmetic Sequences

To determine if a sequence is arithmetic, one must check if the difference between consecutive terms is constant. Consider the sequence of natural numbers leaving a remainder of 11 on division by 33: 1,4,7,1, 4, 7, \dots. These can be written as: (3×0)+1,(3×1)+1,(3×2)+1,(3 \times 0) + 1, (3 \times 1) + 1, (3 \times 2) + 1, \dots Subtraction of any two consecutive terms results in (3×(n+1)+1)(3×n+1)=3(3 \times (n+1) + 1) - (3 \times n + 1) = 3. Since the difference is constant, it is an arithmetic sequence with common difference 33.

Conversely, the sequence of natural numbers that do NOT leave a remainder of 11 when divided by 33 is 2,3,5,6,2, 3, 5, 6, \dots. Checking the differences: 32=13 - 2 = 153=25 - 3 = 2 Since the differences (11 and 22) are not the same, this is not an arithmetic sequence.

Proportionality of Term and Position Changes

There is a direct relationship between the positions of terms and their values in an arithmetic sequence. In any arithmetic sequence, the change in terms is the product of the change in position and a fixed number (the common difference). This can be formally stated as: "In any arithmetic sequence, the change in terms is proportional to the change in position."

If the 3rd term of a sequence is 1212 and the 7th term is 3232:

  • Position change: 73=47 - 3 = 4
  • Term change: 3212=2032 - 12 = 20
  • Common difference (dd): 20÷4=520 \div 4 = 5

To find the 15th term from the 7th term:

  • Position change: 157=815 - 7 = 8
  • Term change: 8×5=408 \times 5 = 40
  • 15th term: 32+40=7232 + 40 = 72

This proportionality can also be used to check if a specific number is a term in a sequence. For the sequence 19,28,37,19, 28, 37, \dots (d=9d = 9), is 10001000 a term? We check the difference between 10001000 and the first term 1919: 100019=9811000 - 19 = 981 Since 981÷9=109981 \div 9 = 109 (an integer), 10001000 is indeed a term. Its position is 1+109=1101 + 109 = 110.

Term Connections and Sum Properties

Arithmetic sequences possess several geometric and algebraic symmetries regarding the sums of their terms:

  1. Consecutive Terms Symmetry: In an arithmetic sequence, the sum of terms just before and just after a specific term is twice that term (Tn1+Tn+1=2TnT_{n-1} + T_{n+1} = 2T_n). Consequently, the sum of three consecutive terms is three times the middle term.

  2. Odd Number of Consecutive Terms: The sum of an odd number of consecutive terms is the product of the middle term and the count of terms. For example, if the 10th term is 2525, the sum of the 9th, 10th, and 11th terms is 3×25=753 \times 25 = 75. The sum of five terms from 8th to 12th is 5×25=1255 \times 25 = 125.

  3. Equidistant Pairs: The sum of two terms at the same distance behind and ahead of a central term is twice that central term. In more general terms, if the sum of two positions is equal to the sum of two other positions (i+j=k+li + j = k + l), then the sum of the terms at those positions is the same (Ti+Tj=Tk+TlT_i + T_j = T_k + T_l).

For example, if the sum of the 2nd and 5th terms is 3535 (2+5=72 + 5 = 7):

  • The sum of the 3rd and 4th terms (3+4=73 + 4 = 7) must also be 3535.
  • The sum of the 1st and 6th terms (1+6=71 + 6 = 7) must also be 3535.

Practical Problems and Real-World Applications

These principles can solve complex problems regarding geometric shapes and series:

  • Pentagon Angles: The sum of inner angles of a pentagon is 540540^\circ. If the angles are in an arithmetic sequence, the middle (3rd) angle is 540÷5=108540 \div 5 = 108^\circ. If the smallest angle is 4040^\circ, one can determine the common difference and the other angles.
  • Series Sums: If the sum of the first five terms of a sequence is 250250, the 3rd (middle) term is 250÷5=50250 \div 5 = 50. If the first term is 1010, the common difference is (5010)÷2=20(50 - 10) \div 2 = 20, resulting in the sequence 10,30,50,70,9010, 30, 50, 70, 90.
  • Reverse Calculations: Knowing the sum of terms like the 11th and 21st (11+21=3211 + 21 = 32) allows one to find the 16th term, as 16+16=3216 + 16 = 32. Since the sum of positions is the same, T11+T21=T16+T16=2T16T_{11} + T_{21} = T_{16} + T_{16} = 2T_{16}. If the sum is 8080, the 16th term is 4040.