Write variable expressions for arithmetic sequences

Arithmetic Sequence:

  • An arithmetic sequence is a sequence of numbers in which the difference between consecutive terms is constant. This difference is called the common difference (denoted as d).
  • Example: 2,5,8,11,…(common difference d=3.

General Form:

  • The n-th term of an arithmetic sequence can be expressed using the formula: an=a1+(n−1)d

Where:

  • an​ = the n-th term
  • a1 = the first term of the sequence
  • n = the term number
  • d = common difference

Example Expression:

  • For a sequence starting with 4 and having a common difference of 3:
    • a1=4
    • d=3
    • The expression for the n-th term:

an​=4+(n−1)⋅3

Simplifying gives: an=3n+1

Learn with an example

let’s practice!🖊️