Abstraction Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
Identify what is being abstracted: 'The nn-th term of an arithmetic sequence is an=a1+(n1)da_n = a_1 + (n-1)d.'

Solution

  1. 1
    Concrete sequences like 2,5,8,11,2, 5, 8, 11, \ldots (with a1=2a_1=2, d=3d=3) all share a common structure.
  2. 2
    The formula abstracts away the specific values of a1a_1 and dd, expressing the pattern for any arithmetic sequence.

Answer

an=a1+(n1)d abstracts all arithmetic sequences into one formulaa_n = a_1 + (n-1)d \text{ abstracts all arithmetic sequences into one formula}
The formula replaces infinitely many specific sequences with one general rule. Abstraction here means identifying 'first term' and 'common difference' as the only features that matter.

About Abstraction

The cognitive and mathematical process of identifying essential features shared by many specific cases and ignoring irrelevant details.

Learn more about Abstraction →

More Abstraction Examples