TutorChase logo
IB DP Maths AA SL Study Notes

1.1.1 Arithmetic Sequences Basics

Definition of Arithmetic Sequences

An arithmetic sequence, also known as an arithmetic progression, is a sequence of numbers in which the difference between any two consecutive terms is always the same. This difference, often denoted as "d", could be positive, negative, or zero, and it is referred to as the "common difference". Formally, an arithmetic sequence can be expressed as a set of numbers {a0 + kd}(k=0)(n-1), where the differences between successive terms is a constant "d". For a deeper understanding of sequences, you may also want to explore geometric sequences.

Understanding the Definition

  • Arithmetic Sequence: A sequence like 2, 4, 6, 8, 10, ... where each term after the first is obtained by adding a constant difference to the preceding term.
  • Common Difference: The constant value that is added to each term to get the next term in the sequence.

Example 1: Identifying Arithmetic Sequences

Consider the sequence: 3, 5, 7, 9, 11, ...

  • The difference between consecutive terms (5-3, 7-5, 9-7, ...) is always 2.
  • Therefore, this is an arithmetic sequence with a common difference of 2.

Example 2: Non-Example

Consider the sequence: 2, 4, 8, 16, ...

  • The ratio between consecutive terms (4/2, 8/4, 16/8, ...) is always 2.
  • However, since we are multiplying (not adding a constant), this is not an arithmetic sequence. For similar concepts, review exponential equations.

Common Differences

The common difference, denoted as "d", is the difference between two consecutive terms in an arithmetic sequence. It is found by subtracting the preceding term from the succeeding term.

d = an - a(n-1)

Example: Finding the Common Difference

Consider the sequence: 6, 11, 16, 21, ...

  • To find the common difference, subtract the first term from the second, or the second from the third, etc.
  • d = 11 - 6 = 5

Nth Term Formula

The nth term of an arithmetic sequence can be found without having to know the preceding term, using the formula:

an = a1 + (n-1)d

where:

  • an is the nth term,
  • a1 is the first term,
  • d is the common difference,
  • n is the term number.

Example: Finding the Nth Term

Consider the sequence: 4, 7, 10, 13, ...

  • Here, a1 = 4 and d = 3.
  • To find the 10th term (a10): a10 = a1 + (10-1)d a10 = 4 + 9 * 3 a_10 = 4 + 27 a10 = 31

Applications in Exam Questions

Question 1: Finding a Specific Term

Consider the arithmetic sequence: 5, 8, 11, 14, ...

Find the 15th term of the sequence.

Solution:

  • First term, a1 = 5
  • Common difference, d = 8 - 5 = 3
  • Using the nth term formula: a15 = a1 + (15-1)d a15 = 5 + 14 * 3 a15 = 5 + 42 a15 = 47

Question 2: Identifying the Common Difference

The 3rd term in an arithmetic sequence is 12, and the 8th term is 27. Find the common difference.

Solution:

  • Using the nth term formula, we have two equations: a3 = a1 + 2d = 12 a8 = a1 + 7d = 27
  • Solving these two equations simultaneously, we subtract the first from the second: 5d = 15 d = 3

Question 3: Forming an Arithmetic Sequence

Create an arithmetic sequence with the first term of 2 and a common difference of -4.

Solution:

  • Using the formula, we can find the next few terms: a2 = a1 + d = 2 - 4 = -2 a3 = a2 + d = -2 - 4 = -6 a4 = a3 + d = -6 - 4 = -10
  • Thus, the sequence is: 2, -2, -6, -10, ...

Understanding sequences can also be helpful in other areas such as direct and indirect proofs and binomial distribution, which are also relevant topics in IB Maths. For statistical context, the concept of arithmetic mean can be explored here.

FAQ

Yes, an arithmetic sequence can have a common difference, d, of zero. When the common difference is zero, every term in the sequence is the same. That is, a1 = a2 = a3 = ... = an. This type of sequence is often referred to as a constant sequence because every term is constant. For example, the sequence 6, 6, 6, 6, ... has a common difference of 0 because each subsequent term does not increase or decrease. In practical scenarios, this could represent a steady state where no change is observed over a period of time.

If the common difference, d, in an arithmetic sequence is negative, the sequence will decrease, meaning each subsequent term will be less than the preceding term. For example, in the sequence 10, 7, 4, 1, ... , the common difference is -3. This might be used to model scenarios such as depreciation of an asset, where the value decreases by a fixed amount over a certain period of time. The negative common difference indicates a consistent decrease, and using the nth term formula, we can predict the value of the asset at any given time in the future.

The formula for the sum, Sn, of the first n terms of an arithmetic sequence, Sn = n/2 * (2a1 + (n-1)d), can be derived by pairing terms equidistant from the start and end of the sequence. If you add the first and last term, a1 + an, and then add the second and second-to-last term, a2 + a(n-1), and so on, each pair will sum to the same total, a1 + an. Since there are n/2 such pairs, you multiply this sum by n/2 to get the total sum of the sequence. This method is often attributed to the mathematician Carl Friedrich Gauss.

Arithmetic sequences can be utilised to model a variety of real-world problems where a quantity increases or decreases by a fixed amount in each time period. For instance, if a company produces cars and increases its production by a consistent number of cars each year, this can be modelled using an arithmetic sequence. The first term, a1, would represent the initial production quantity, and the common difference, d, would represent the annual increase in production. By using the nth term formula, the company could predict its production quantity in any given future year, aiding in strategic and resource planning.

Practice Questions

Finding the Sum of Terms

The first three terms of an arithmetic sequence are 7, 10, and 13 respectively. Find the sum of the first 50 terms of the sequence.

The arithmetic sequence starts with 7 and has a common difference, d, of 3 (since 10 - 7 = 3). To find the sum, Sn, of the first n terms of an arithmetic sequence, we can use the formula: Sn = n/2 * (2a1 + (n-1)d), where a1 is the first term, d is the common difference, and n is the number of terms. Substituting the values we have: S50 = 50/2 * (2*7 + (50-1)3) = 25 * (14 + 147) = 25 * 161 = 4025. Thus, the sum of the first 50 terms of the sequence is 4025.

Finding the Nth Term

A sequence is defined as follows: 5, 8, 11, 14, ... . Find the 20th term of the sequence.

The given sequence is an arithmetic sequence since there is a common difference between consecutive terms. The first term, a1, is 5 and the common difference, d, can be found by subtracting the first term from the second term, which gives us d = 8 - 5 = 3. To find the 20th term, a20, we can use the nth term formula for an arithmetic sequence: an = a1 + (n-1)d. Substituting the known values, we get a20 = 5 + (20-1)3 = 5 + 57 = 62. Therefore, the 20th term of the sequence is 62.

Hire a tutor

Please fill out the form and we'll find a tutor for you.

1/2
About yourself
Alternatively contact us via
WhatsApp, Phone Call, or Email