askvity

How do you find the common difference with a sum?

Published in Arithmetic Sequences 2 mins read

To find the common difference (d) of an arithmetic sequence when you know the sum (Sn) of the first n terms, you need additional information, typically the first term (a1) and the number of terms (n). You can then rearrange the formula for the sum of an arithmetic series to solve for d.

Understanding the Formula

The sum of the first n terms of an arithmetic sequence is given by:

Sn = n/2 [2a1 + (n-1)d]

Where:

  • Sn is the sum of the first n terms
  • n is the number of terms
  • a1 is the first term
  • d is the common difference

Steps to Find the Common Difference

Here's how to find d if you know Sn, n, and a1:

  1. Start with the formula: Sn = n/2 [2a1 + (n-1)d]
  2. Multiply both sides by 2/n: (2Sn)/n = 2a1 + (n-1)d
  3. Subtract 2a1 from both sides: (2Sn)/n - 2a1 = (n-1)d
  4. Divide both sides by (n-1): d = [(2Sn)/n - 2a1] / (n-1)
  5. Simplify (optional): d = (2Sn - 2na1) / [n(n-1)]

Example

Let's say you have an arithmetic series where:

  • Sn = 40 (The sum of the first n terms is 40)
  • n = 5 (There are 5 terms)
  • a1 = 2 (The first term is 2)

Now, let's find d:

d = [(2 40) / 5 - 2 2] / (5 - 1)
d = [80 / 5 - 4] / 4
d = [16 - 4] / 4
d = 12 / 4
d = 3

Therefore, the common difference is 3.

Alternative Forms & When to Use Them

If, instead of a1, you know the last term (an), you can use the formula:

Sn = n/2(a1 + an)

However, you would still need either a1 or an, n, and Sn, along with the formula an = a1 + (n-1)d to derive the common difference. This approach would involve solving a system of equations. The initial method is generally more direct if a1 is already known.

Related Articles