Sum of a finite arithmetic progression. Arithmetic progression


I. V. Yakovlev | Mathematics materials | MathUs.ru

Arithmetic progression

An arithmetic progression is a special type of sequence. Therefore, before defining arithmetic (and then geometric) progression, we need to briefly discuss the important concept of number sequence.

Subsequence

Imagine a device on the screen of which certain numbers are displayed one after another. Let's say 2; 7; 13; 1; 6; 0; 3; : : : This set of numbers is precisely an example of a sequence.

Definition. Number sequence this is a set of numbers in which each number can be assigned a unique number (that is, associated with a single natural number)1. The number with number n is called nth term sequences.

So, in the example above, the first number is 2, this is the first member of the sequence, which can be denoted by a1; number five has the number 6 is the fifth term of the sequence, which can be denoted by a5. At all, nth term sequences are denoted by an (or bn, cn, etc.).

A very convenient situation is when the nth term of the sequence can be specified by some formula. For example, the formula an = 2n 3 specifies the sequence: 1; 1; 3; 5; 7; : : : The formula an = (1)n specifies the sequence: 1; 1; 1; 1; : : :

Not every set of numbers is a sequence. Thus, a segment is not a sequence; it contains “too many” numbers to be renumbered. The set R of all real numbers is also not a sequence. These facts are proven in the course of mathematical analysis.

Arithmetic progression: basic definitions

Now we are ready to define an arithmetic progression.

Definition. An arithmetic progression is a sequence in which each term (starting from the second) is equal to the sum of the previous term and some fixed number (called the difference of the arithmetic progression).

For example, sequence 2; 5; 8; eleven; : : : is an arithmetic progression with first term 2 and difference 3. Sequence 7; 2; 3; 8; : : : is an arithmetic progression with first term 7 and difference 5. Sequence 3; 3; 3; : : : is an arithmetic progression with a difference equal to zero.

Equivalent definition: the sequence an is called an arithmetic progression if the difference an+1 an is a constant value (independent of n).

An arithmetic progression is called increasing if its difference is positive, and decreasing if its difference is negative.

1 Here’s a more concise definition: a sequence is a function defined on a set natural numbers. For example, a sequence of real numbers is a function f: N ! R.

By default, sequences are considered infinite, that is, containing an infinite number of numbers. But no one bothers us to consider finite sequences; in fact, any finite set of numbers can be called a finite sequence. For example, the ending sequence is 1; 2; 3; 4; 5 consists of five numbers.

Formula for the nth term of an arithmetic progression

It is easy to understand that an arithmetic progression is completely determined by two numbers: the first term and the difference. Therefore, the question arises: how, knowing the first term and the difference, find an arbitrary term of an arithmetic progression?

It is not difficult to obtain the required formula for the nth term of an arithmetic progression. Let an

arithmetic progression with difference d. We have:

an+1 = an + d (n = 1; 2; : : :):

In particular, we write:

a2 = a1 + d;

a3 = a2 + d = (a1 + d) + d = a1 + 2d;

a4 = a3 + d = (a1 + 2d) + d = a1 + 3d;

and now it becomes clear that the formula for an is:

an = a1 + (n 1)d:

Problem 1. In arithmetic progression 2; 5; 8; eleven; : : : find the formula for the nth term and calculate the hundredth term.

Solution. According to formula (1) we have:

an = 2 + 3(n 1) = 3n 1:

a100 = 3 100 1 = 299:

Property and sign of arithmetic progression

Property of arithmetic progression. In arithmetic progression an for any

In other words, each member of an arithmetic progression (starting from the second) is the arithmetic mean of its neighboring members.

Proof. We have:

a n 1+ a n+1

(an d) + (an + d)

which is what was required.

More in a general way, the arithmetic progression an satisfies the equality

a n = a n k+ a n+k

for any n > 2 and any natural k< n. Попробуйте самостоятельно доказать эту формулу тем же самым приёмом, что и формулу (2 ).

It turns out that formula (2) serves not only as a necessary but also as a sufficient condition for the sequence to be an arithmetic progression.

Arithmetic progression sign. If equality (2) holds for all n > 2, then the sequence an is an arithmetic progression.

Proof. Let's rewrite formula (2) as follows:

a na n 1= a n+1a n:

From this we can see that the difference an+1 an does not depend on n, and this precisely means that the sequence an is an arithmetic progression.

The property and sign of an arithmetic progression can be formulated in the form of one statement; For convenience, we will do this for three numbers (this is the situation that often occurs in problems).

Characterization of an arithmetic progression. Three numbers a, b, c form an arithmetic progression if and only if 2b = a + c.

Problem 2. (MSU, Faculty of Economics, 2007) Three numbers 8x, 3 x2 and 4 in the indicated order form a decreasing arithmetic progression. Find x and indicate the difference of this progression.

Solution. By the property of arithmetic progression we have:

2(3 x2 ) = 8x 4 , 2x2 + 8x 10 = 0 , x2 + 4x 5 = 0 , x = 1; x = 5:

If x = 1, then we get a decreasing progression of 8, 2, 4 with a difference of 6. If x = 5, then we get an increasing progression of 40, 22, 4; this case is not suitable.

Answer: x = 1, the difference is 6.

Sum of the first n terms of an arithmetic progression

Legend has it that one day the teacher told the children to find the sum of the numbers from 1 to 100 and sat down quietly to read the newspaper. However, within a few minutes, one boy said that he had solved the problem. This was 9-year-old Carl Friedrich Gauss, later one of the greatest mathematicians in history.

Little Gauss's idea was as follows. Let

S = 1 + 2 + 3 + : : : + 98 + 99 + 100:

Let's write this amount in reverse order:

S = 100 + 99 + 98 + : : : + 3 + 2 + 1;

and add these two formulas:

2S = (1 + 100) + (2 + 99) + (3 + 98) + : : : + (98 + 3) + (99 + 2) + (100 + 1):

Each term in brackets is equal to 101, and there are 100 such terms in total. Therefore

2S = 101 100 = 10100;

We use this idea to derive the sum formula

S = a1 + a2 + : : : + an + a n n: (3)

A useful modification of formula (3) is obtained if we substitute the formula of the nth term an = a1 + (n 1)d into it:

2a1 + (n 1)d

Problem 3. Find the sum of all positive three-digit numbers divisible by 13.

Solution. Three digit numbers, multiples of 13, form an arithmetic progression with the first term 104 and the difference 13; The nth term of this progression has the form:

an = 104 + 13(n 1) = 91 + 13n:

Let's find out how many terms our progression contains. To do this, we solve the inequality:

an 6 999; 91 + 13n 6 999;

n 6 908 13 = 6911 13 ; n 6 69:

So, there are 69 members in our progression. Using formula (4) we find the required amount:

S = 2 104 + 68 13 69 = 37674: 2

Arithmetic and geometric progressions

Theoretical information

Theoretical information

Arithmetic progression

Geometric progression

Definition

Arithmetic progression a n is a sequence in which each member, starting from the second, is equal to the previous member added to the same number d (d- progression difference)

Geometric progression b n is a sequence of non-zero numbers, each term of which, starting from the second, is equal to the previous term multiplied by the same number q (q- denominator of progression)

Recurrence formula

For any natural n
a n + 1 = a n + d

For any natural n
b n + 1 = b n ∙ q, b n ≠ 0

Formula nth term

a n = a 1 + d (n – 1)

b n = b 1 ∙ q n - 1 , b n ≠ 0

Characteristic property
Sum of the first n terms

Examples of tasks with comments

Exercise 1

In arithmetic progression ( a n) a 1 = -6, a 2

According to the formula of the nth term:

a 22 = a 1+ d (22 - 1) = a 1+ 21 d

By condition:

a 1= -6, then a 22= -6 + 21 d .

It is necessary to find the difference of progressions:

d = a 2 – a 1 = -8 – (-6) = -2

a 22 = -6 + 21 ∙ (-2) = - 48.

Answer : a 22 = -48.

Task 2

Find the fifth term of the geometric progression: -3; 6;....

1st method (using the n-term formula)

According to the formula for the nth term of a geometric progression:

b 5 = b 1 ∙ q 5 - 1 = b 1 ∙ q 4.

Because b 1 = -3,

2nd method (using recurrent formula)

Since the denominator of the progression is -2 (q = -2), then:

b 3 = 6 ∙ (-2) = -12;

b 4 = -12 ∙ (-2) = 24;

b 5 = 24 ∙ (-2) = -48.

Answer : b 5 = -48.

Task 3

In arithmetic progression ( a n ) a 74 = 34; a 76= 156. Find the seventy-fifth term of this progression.

For an arithmetic progression, the characteristic property has the form .

Therefore:

.

Let's substitute the data into the formula:

Answer: 95.

Task 4

In arithmetic progression ( a n ) a n= 3n - 4. Find the sum of the first seventeen terms.

To find the sum of the first n terms of an arithmetic progression, two formulas are used:

.

Which one is in in this case more convenient to use?

By condition, the formula for the nth term of the original progression is known ( a n) a n= 3n - 4. You can find immediately and a 1, And a 16 without finding d. Therefore, we will use the first formula.

Answer: 368.

Task 5

In arithmetic progression( a n) a 1 = -6; a 2= -8. Find the twenty-second term of the progression.

According to the formula of the nth term:

a 22 = a 1 + d (22 – 1) = a 1+ 21d.

By condition, if a 1= -6, then a 22= -6 + 21d . It is necessary to find the difference of progressions:

d = a 2 – a 1 = -8 – (-6) = -2

a 22 = -6 + 21 ∙ (-2) = -48.

Answer : a 22 = -48.

Task 6

Several consecutive terms of the geometric progression are written:

Find the term of the progression labeled x.

When solving, we will use the formula for the nth term b n = b 1 ∙ q n - 1 For geometric progressions. The first term of the progression. To find the denominator of the progression q, you need to take any of the given terms of the progression and divide by the previous one. In our example, we can take and divide by. We obtain that q = 3. Instead of n, we substitute 3 in the formula, since it is necessary to find the third term of a given geometric progression.

Substituting the found values ​​into the formula, we get:

.

Answer : .

Task 7

From the arithmetic progressions given by the formula of the nth term, select the one for which the condition is satisfied a 27 > 9:

Since the given condition must be satisfied for the 27th term of the progression, we substitute 27 instead of n in each of the four progressions. In the 4th progression we get:

.

Answer: 4.

Task 8

In arithmetic progression a 1= 3, d = -1.5. Specify highest value n for which the inequality holds a n > -6.

Arithmetic progression problems already existed in ancient times. They appeared and demanded a solution because they had a practical need.

So, in one of the papyri Ancient Egypt having mathematical content, - the Rhind papyrus (19th century BC) - contains the following task: divide ten measures of bread among ten people, provided that the difference between each of them is one eighth of the measure.”

And in the mathematical works of the ancient Greeks there are elegant theorems related to arithmetic progression. Thus, Hypsicles of Alexandria (2nd century, who compiled many interesting problems and added the fourteenth book to Euclid’s Elements), formulated the idea: “In an arithmetic progression that has an even number of terms, the sum of the terms of the 2nd half is greater than the sum of the terms of the 1st on the square 1/ 2 numbers of members."

The sequence is denoted by an. The numbers of a sequence are called its members and are usually designated by letters with indices that indicate the serial number of this member (a1, a2, a3 ... read: “a 1st”, “a 2nd”, “a 3rd” and so on ).

The sequence can be infinite or finite.

What is an arithmetic progression? By it we mean the one obtained by adding the previous term (n) with the same number d, which is the difference of the progression.

If d<0, то мы имеем убывающую прогрессию. Если d>0, then this progression is considered increasing.

An arithmetic progression is called finite if only its first few terms are taken into account. At very large quantities members is already an endless progression.

Any arithmetic progression is defined by the following formula:

an =kn+b, while b and k are some numbers.

The opposite statement is absolutely true: if a sequence is given by a similar formula, then it is exactly an arithmetic progression that has the properties:

  1. Each term of the progression is the arithmetic mean of the previous term and the subsequent one.
  2. Converse: if, starting from the 2nd, each term is the arithmetic mean of the previous term and the subsequent one, i.e. if the condition is met, then this sequence is an arithmetic progression. This equality is also a sign of progression, which is why it is usually called a characteristic property of progression.
    In the same way, the theorem that reflects this property is true: a sequence is an arithmetic progression only if this equality is true for any of the terms of the sequence, starting with the 2nd.

The characteristic property for any four numbers of an arithmetic progression can be expressed by the formula an + am = ak + al, if n + m = k + l (m, n, k are progression numbers).

In an arithmetic progression, any necessary (Nth) term can be found using the following formula:

For example: the first term (a1) in an arithmetic progression is given and equal to three, and the difference (d) is equal to four. You need to find the forty-fifth term of this progression. a45 = 1+4(45-1)=177

The formula an = ak + d(n - k) allows you to determine the nth term of an arithmetic progression through any of its kth terms, provided that it is known.

The sum of the terms of an arithmetic progression (meaning the first n terms of a finite progression) is calculated as follows:

Sn = (a1+an) n/2.

If the 1st term is also known, then another formula is convenient for calculation:

Sn = ((2a1+d(n-1))/2)*n.

The sum of an arithmetic progression that contains n terms is calculated as follows:

The choice of formulas for calculations depends on the conditions of the problems and the initial data.

Natural series of any numbers, such as 1,2,3,...,n,...- simplest example arithmetic progression.

In addition to the arithmetic progression, there is also a geometric progression, which has its own properties and characteristics.


For example, the sequence \(2\); \(5\); \(8\); \(eleven\); \(14\)... is an arithmetic progression, because each subsequent element differs from the previous one by three (can be obtained from the previous one by adding three):

In this progression, the difference \(d\) is positive (equal to \(3\)), and therefore each next term is greater than the previous one. Such progressions are called increasing.

However, \(d\) can also be a negative number. For example, in arithmetic progression \(16\); \(10\); \(4\); \(-2\); \(-8\)... the progression difference \(d\) is equal to minus six.

And in this case, each next element will be smaller than the previous one. These progressions are called decreasing.

Arithmetic progression notation

Progression is indicated by a small Latin letter.

Numbers that form a progression are called members(or elements).

They are denoted by the same letter as an arithmetic progression, but with a numerical index equal to the number of the element in order.

For example, the arithmetic progression \(a_n = \left\( 2; 5; 8; 11; 14…\right\)\) consists of the elements \(a_1=2\); \(a_2=5\); \(a_3=8\) and so on.

In other words, for the progression \(a_n = \left\(2; 5; 8; 11; 14…\right\)\)

Solving arithmetic progression problems

In principle, the information presented above is already enough to solve almost any arithmetic progression problem (including those offered at the OGE).

Example (OGE). The arithmetic progression is specified by the conditions \(b_1=7; d=4\). Find \(b_5\).
Solution:

Answer: \(b_5=23\)

Example (OGE). The first three terms of an arithmetic progression are given: \(62; 49; 36…\) Find the value of the first negative term of this progression..
Solution:

We are given the first elements of the sequence and know that it is an arithmetic progression. That is, each element differs from its neighbor by the same number. Let's find out which one by subtracting the previous one from the next element: \(d=49-62=-13\).

Now we can restore our progression to the (first negative) element we need.

Ready. You can write an answer.

Answer: \(-3\)

Example (OGE). Given several consecutive elements of an arithmetic progression: \(…5; x; 10; 12.5...\) Find the value of the element designated by the letter \(x\).
Solution:


To find \(x\), we need to know how much the next element differs from the previous one, in other words, the progression difference. Let's find it from two known neighboring elements: \(d=12.5-10=2.5\).

And now we can easily find what we are looking for: \(x=5+2.5=7.5\).


Ready. You can write an answer.

Answer: \(7,5\).

Example (OGE). The arithmetic progression is defined by the following conditions: \(a_1=-11\); \(a_(n+1)=a_n+5\) Find the sum of the first six terms of this progression.
Solution:

We need to find the sum of the first six terms of the progression. But we do not know their meanings; we are given only the first element. Therefore, we first calculate the values ​​​​one by one, using what is given to us:

\(n=1\); \(a_(1+1)=a_1+5=-11+5=-6\)
\(n=2\); \(a_(2+1)=a_2+5=-6+5=-1\)
\(n=3\); \(a_(3+1)=a_3+5=-1+5=4\)
And having calculated the six elements we need, we find their sum.

\(S_6=a_1+a_2+a_3+a_4+a_5+a_6=\)
\(=(-11)+(-6)+(-1)+4+9+14=9\)

The required amount has been found.

Answer: \(S_6=9\).

Example (OGE). In arithmetic progression \(a_(12)=23\); \(a_(16)=51\). Find the difference of this progression.
Solution:

Answer: \(d=7\).

Important formulas for arithmetic progression

As you can see, many problems on arithmetic progression can be solved simply by understanding the main thing - that an arithmetic progression is a chain of numbers, and each subsequent element in this chain is obtained by adding the same number to the previous one (the difference of the progression).

However, sometimes there are situations when deciding “head-on” is very inconvenient. For example, imagine that in the very first example we need to find not the fifth element \(b_5\), but the three hundred and eighty-sixth \(b_(386)\). Should we add four \(385\) times? Or imagine that in the penultimate example you need to find the sum of the first seventy-three elements. You'll be tired of counting...

Therefore, in such cases they do not solve things “head-on”, but use special formulas derived for arithmetic progression. And the main ones are the formula for the nth term of the progression and the formula for the sum of \(n\) first terms.

Formula of the \(n\)th term: \(a_n=a_1+(n-1)d\), where \(a_1\) is the first term of the progression;
\(n\) – number of the required element;
\(a_n\) – term of the progression with number \(n\).


This formula allows us to quickly find even the three-hundredth or the millionth element, knowing only the first and the difference of the progression.

Example. The arithmetic progression is specified by the conditions: \(b_1=-159\); \(d=8.2\). Find \(b_(246)\).
Solution:

Answer: \(b_(246)=1850\).

Formula for the sum of the first n terms: \(S_n=\frac(a_1+a_n)(2) \cdot n\), where



\(a_n\) – the last summed term;


Example (OGE). The arithmetic progression is specified by the conditions \(a_n=3.4n-0.6\). Find the sum of the first \(25\) terms of this progression.
Solution:

\(S_(25)=\)\(\frac(a_1+a_(25))(2 )\) \(\cdot 25\)

To calculate the sum of the first twenty-five terms, we need to know the value of the first and twenty-fifth terms.
Our progression is given by the formula of the nth term depending on its number (for more details, see). Let's calculate the first element by substituting one for \(n\).

\(n=1;\) \(a_1=3.4·1-0.6=2.8\)

Now let's find the twenty-fifth term by substituting twenty-five instead of \(n\).

\(n=25;\) \(a_(25)=3.4·25-0.6=84.4\)

Well, now we can easily calculate the required amount.

\(S_(25)=\)\(\frac(a_1+a_(25))(2)\) \(\cdot 25=\)
\(=\) \(\frac(2.8+84.4)(2)\) \(\cdot 25 =\)\(1090\)

The answer is ready.

Answer: \(S_(25)=1090\).

For the sum \(n\) of the first terms, you can get another formula: you just need to \(S_(25)=\)\(\frac(a_1+a_(25))(2)\) \(\cdot 25\ ) instead of \(a_n\) substitute the formula for it \(a_n=a_1+(n-1)d\). We get:

Formula for the sum of the first n terms: \(S_n=\)\(\frac(2a_1+(n-1)d)(2)\) \(\cdot n\), where

\(S_n\) – the required sum of \(n\) first elements;
\(a_1\) – the first summed term;
\(d\) – progression difference;
\(n\) – number of elements in total.

Example. Find the sum of the first \(33\)-ex terms of the arithmetic progression: \(17\); \(15.5\); \(14\)…
Solution:

Answer: \(S_(33)=-231\).

More complex arithmetic progression problems

Now you have all the information you need to solve almost any arithmetic progression problem. Let’s finish the topic by considering problems in which you not only need to apply formulas, but also think a little (in mathematics this can be useful ☺)

Example (OGE). Find the sum of all negative terms of the progression: \(-19.3\); \(-19\); \(-18.7\)…
Solution:

\(S_n=\)\(\frac(2a_1+(n-1)d)(2)\) \(\cdot n\)

The task is very similar to the previous one. We begin to solve the same thing: first we find \(d\).

\(d=a_2-a_1=-19-(-19.3)=0.3\)

Now I would like to substitute \(d\) into the formula for the sum... and here a small nuance emerges - we do not know \(n\). In other words, we don’t know how many terms will need to be added. How to find out? Let's think. We will stop adding elements when we reach the first positive element. That is, you need to find out the number of this element. How? Let's write down the formula for calculating any element of an arithmetic progression: \(a_n=a_1+(n-1)d\) for our case.

\(a_n=a_1+(n-1)d\)

\(a_n=-19.3+(n-1)·0.3\)

We need \(a_n\) to become greater than zero. Let's find out at what \(n\) this will happen.

\(-19.3+(n-1)·0.3>0\)

\((n-1)·0.3>19.3\) \(|:0.3\)

We divide both sides of the inequality by \(0.3\).

\(n-1>\)\(\frac(19.3)(0.3)\)

We transfer minus one, not forgetting to change the signs

\(n>\)\(\frac(19.3)(0.3)\) \(+1\)

Let's calculate...

\(n>65,333…\)

...and it turns out that the first positive element will have the number \(66\). Accordingly, the last negative one has \(n=65\). Just in case, let's check this.

\(n=65;\) \(a_(65)=-19.3+(65-1)·0.3=-0.1\)
\(n=66;\) \(a_(66)=-19.3+(66-1)·0.3=0.2\)

So we need to add the first \(65\) elements.

\(S_(65)=\) \(\frac(2 \cdot (-19.3)+(65-1)0.3)(2)\)\(\cdot 65\)
\(S_(65)=\)\((-38.6+19.2)(2)\)\(\cdot 65=-630.5\)

The answer is ready.

Answer: \(S_(65)=-630.5\).

Example (OGE). The arithmetic progression is specified by the conditions: \(a_1=-33\); \(a_(n+1)=a_n+4\). Find the sum from the \(26\)th to the \(42\) element inclusive.
Solution:

\(a_1=-33;\) \(a_(n+1)=a_n+4\)

In this problem you also need to find the sum of elements, but starting not from the first, but from the \(26\)th. For such a case we do not have a formula. How to decide?
It’s easy - to get the sum from the \(26\)th to the \(42\)th, you must first find the sum from the \(1\)th to the \(42\)th, and then subtract from it the sum from first to \(25\)th (see picture).


For our progression \(a_1=-33\), and the difference \(d=4\) (after all, it is the four that we add to the previous element to find the next one). Knowing this, we find the sum of the first \(42\)-y elements.

\(S_(42)=\) \(\frac(2 \cdot (-33)+(42-1)4)(2)\)\(\cdot 42=\)
\(=\)\(\frac(-66+164)(2)\) \(\cdot 42=2058\)

Now the sum of the first \(25\) elements.

\(S_(25)=\) \(\frac(2 \cdot (-33)+(25-1)4)(2)\)\(\cdot 25=\)
\(=\)\(\frac(-66+96)(2)\) \(\cdot 25=375\)

And finally, we calculate the answer.

\(S=S_(42)-S_(25)=2058-375=1683\)

Answer: \(S=1683\).

For arithmetic progression, there are several more formulas that we did not consider in this article due to their low practical usefulness. However, you can easily find them.

Attention!
There are additional
materials in Special Section 555.
For those who are very "not very..."
And for those who “very much…”)

An arithmetic progression is a series of numbers in which each number is greater (or less) than the previous one by the same amount.

This topic often seems complex and incomprehensible. The indices of the letters, the nth term of the progression, the difference of the progression - all this is somehow confusing, yes... Let's figure out the meaning of the arithmetic progression and everything will get better right away.)

The concept of arithmetic progression.

Arithmetic progression is a very simple and clear concept. Do you have any doubts? In vain.) See for yourself.

I'll write an unfinished series of numbers:

1, 2, 3, 4, 5, ...

Can you extend this series? What numbers will come next, after the five? Everyone... uh..., in short, everyone will realize that the numbers 6, 7, 8, 9, etc. will come next.

Let's complicate the task. I give you an unfinished series of numbers:

2, 5, 8, 11, 14, ...

You will be able to catch the pattern, extend the series, and name seventh row number?

If you realized that this number is 20, congratulations! Not only did you feel key points arithmetic progression, but also successfully used them in business! If you haven’t figured it out, read on.

Now let’s translate the key points from sensations into mathematics.)

First key point.

Arithmetic progression deals with series of numbers. This is confusing at first. We are used to solving equations, drawing graphs and all that... But here we extend the series, find the number of the series...

It's OK. It’s just that progressions are the first acquaintance with a new branch of mathematics. The section is called "Series" and works specifically with series of numbers and expressions. Get used to it.)

Second key point.

In an arithmetic progression, any number is different from the previous one by the same amount.

In the first example, this difference is one. Whatever number you take, it is one more than the previous one. In the second - three. Any number is three more than the previous one. Actually, it is this moment that gives us the opportunity to grasp the pattern and calculate subsequent numbers.

Third key point.

This moment is not striking, yes... But it is very, very important. Here he is: Each progression number is in its place. There is the first number, there is the seventh, there is the forty-fifth, etc. If you mix them up at random, the pattern will disappear. Arithmetic progression will also disappear. What's left is just a series of numbers.

That's the whole point.

Of course, in new topic new terms and designations appear. You need to know them. Otherwise you won’t understand the task. For example, you will have to decide something like:

Write down the first six terms of the arithmetic progression (a n), if a 2 = 5, d = -2.5.

Inspiring?) Letters, some indexes... And the task, by the way, couldn’t be simpler. You just need to understand the meaning of the terms and designations. Now we will master this matter and return to the task.

Terms and designations.

Arithmetic progression is a series of numbers in which each number is different from the previous one by the same amount.

This quantity is called . Let's look at this concept in more detail.

Arithmetic progression difference.

Arithmetic progression difference is the amount by which any progression number more previous one.

One important point. Please pay attention to the word "more". Mathematically, this means that each progression number is by adding difference of arithmetic progression to the previous number.

To calculate, let's say second numbers of the series, you need to first number add this very difference of an arithmetic progression. For calculation fifth- the difference is necessary add To fourth, well, etc.

Arithmetic progression difference May be positive, then each number in the series will turn out to be real more than the previous one. This progression is called increasing. For example:

8; 13; 18; 23; 28; .....

Here each number is obtained by adding positive number, +5 to the previous one.

The difference may be negative, then each number in the series will be less than the previous one. This progression is called (you won’t believe it!) decreasing.

For example:

8; 3; -2; -7; -12; .....

Here each number is also obtained by adding to the previous one, but already negative number, -5.

By the way, when working with progression, it is very useful to immediately determine its nature - whether it is increasing or decreasing. This helps a lot to navigate the decision, spot your mistakes and correct them before it’s too late.

Arithmetic progression difference usually denoted by the letter d.

How to find d? Very simple. It is necessary to subtract from any number in the series previous number. Subtract. By the way, the result of subtraction is called "difference".)

Let us define, for example, d for increasing arithmetic progression:

2, 5, 8, 11, 14, ...

We take any number in the series that we want, for example, 11. We subtract from it previous number those. 8:

This is the correct answer. For this arithmetic progression, the difference is three.

You can take it any progression number, because for a specific progression d-always the same. At least somewhere at the beginning of the row, at least in the middle, at least anywhere. You cannot take only the very first number. Simply because the very first number no previous one.)

By the way, knowing that d=3, finding the seventh number of this progression is very simple. Let's add 3 to the fifth number - we get the sixth, it will be 17. Let's add three to the sixth number, we get the seventh number - twenty.

Let's define d for descending arithmetic progression:

8; 3; -2; -7; -12; .....

I remind you that, regardless of the signs, to determine d need from any number take away the previous one. Choose any progression number, for example -7. His previous number is -2. Then:

d = -7 - (-2) = -7 + 2 = -5

The difference of an arithmetic progression can be any number: integer, fractional, irrational, any number.

Other terms and designations.

Each number in the series is called member of an arithmetic progression.

Each member of the progression has its own number. The numbers are strictly in order, without any tricks. First, second, third, fourth, etc. For example, in the progression 2, 5, 8, 11, 14, ... two is the first term, five is the second, eleven is the fourth, well, you understand...) Please clearly understand - the numbers themselves can be absolutely anything, whole, fractional, negative, whatever, but numbering of numbers- strictly in order!

How to write a progression in general view? No problem! Each number in a series is written as a letter. To denote an arithmetic progression, the letter is usually used a. The member number is indicated by an index at the bottom right. We write terms separated by commas (or semicolons), like this:

a 1, a 2, a 3, a 4, a 5, .....

a 1- this is the first number, a 3- third, etc. Nothing fancy. This series can be written briefly like this: (a n).

Progressions happen finite and infinite.

Ultimate progression has limited quantity members. Five, thirty-eight, whatever. But it's a finite number.

Infinite progression - has an infinite number of members, as you might guess.)

You can write the final progression through a series like this, all terms and a dot at the end:

a 1, a 2, a 3, a 4, a 5.

Or like this, if there are many members:

a 1, a 2, ... a 14, a 15.

In the short entry you will have to additionally indicate the number of members. For example (for twenty members), like this:

(a n), n = 20

An infinite progression can be recognized by the ellipsis at the end of the row, as in the examples in this lesson.

Now you can solve the tasks. The tasks are simple, purely for understanding the meaning of an arithmetic progression.

Examples of tasks on arithmetic progression.

Let's look at the task given above in detail:

1. Write out the first six terms of the arithmetic progression (a n), if a 2 = 5, d = -2.5.

We transfer the task to clear language. An infinite arithmetic progression is given. The second number of this progression is known: a 2 = 5. The progression difference is known: d = -2.5. We need to find the first, third, fourth, fifth and sixth terms of this progression.

For clarity, I will write down a series according to the conditions of the problem. The first six terms, where the second term is five:

a 1, 5, a 3, a 4, a 5, a 6,....

a 3 = a 2 + d

Substitute into expression a 2 = 5 And d = -2.5. Don't forget about the minus!

a 3=5+(-2,5)=5 - 2,5 = 2,5

The third term turned out less than two. Everything is logical. If the number is greater than the previous one negative value, which means the number itself will be less than the previous one. Progression is decreasing. Okay, let's take it into account.) We count the fourth term of our series:

a 4 = a 3 + d

a 4=2,5+(-2,5)=2,5 - 2,5 = 0

a 5 = a 4 + d

a 5=0+(-2,5)= - 2,5

a 6 = a 5 + d

a 6=-2,5+(-2,5)=-2,5 - 2,5 = -5

So, terms from the third to the sixth were calculated. The result is the following series:

a 1, 5, 2.5, 0, -2.5, -5, ....

It remains to find the first term a 1 according to the well-known second. This is a step in the other direction, to the left.) So, the difference of the arithmetic progression d should not be added to a 2, A take away:

a 1 = a 2 - d

a 1=5-(-2,5)=5 + 2,5=7,5

That's it. Assignment answer:

7,5, 5, 2,5, 0, -2,5, -5, ...

In passing, I would like to note that we solved this task recurrent way. This scary word simply means searching for a member of the progression according to the previous (adjacent) number. We'll look at other ways to work with progression below.

One important conclusion can be drawn from this simple task.

Remember:

If we know at least one term and the difference of an arithmetic progression, we can find any term of this progression.

Do you remember? This simple conclusion allows you to solve most problems school course on this topic. All tasks revolve around three main parameters: member of an arithmetic progression, difference of a progression, number of a member of the progression. All.

Of course, all previous algebra is not canceled.) Inequalities, equations, and other things are attached to progression. But according to the progression itself- everything revolves around three parameters.

As an example, let's look at some popular tasks on this topic.

2. Write the finite arithmetic progression as a series if n=5, d = 0.4, and a 1 = 3.6.

Everything is simple here. Everything has already been given. You need to remember how the members of an arithmetic progression are counted, count them, and write them down. It is advisable not to miss the words in the task conditions: “final” and “ n=5". So as not to count until you are completely blue in the face.) There are only 5 (five) members in this progression:

a 2 = a 1 + d = 3.6 + 0.4 = 4

a 3 = a 2 + d = 4 + 0.4 = 4.4

a 4 = a 3 + d = 4.4 + 0.4 = 4.8

a 5 = a 4 + d = 4.8 + 0.4 = 5.2

It remains to write down the answer:

3,6; 4; 4,4; 4,8; 5,2.

Another task:

3. Determine whether the number 7 will be a member of the arithmetic progression (a n), if a 1 = 4.1; d = 1.2.

Hmm... Who knows? How to determine something?

How-how... Write down the progression in the form of a series and see whether there will be a seven there or not! We count:

a 2 = a 1 + d = 4.1 + 1.2 = 5.3

a 3 = a 2 + d = 5.3 + 1.2 = 6.5

a 4 = a 3 + d = 6.5 + 1.2 = 7.7

4,1; 5,3; 6,5; 7,7; ...

Now it is clearly visible that we are just seven slipped through between 6.5 and 7.7! Seven did not fall into our series of numbers, and, therefore, seven will not be a member of the given progression.

Answer: no.

Here's a problem based on real option GIA:

4. Several consecutive terms of the arithmetic progression are written out:

...; 15; X; 9; 6; ...

Here is a series written without end and beginning. No member numbers, no difference d. It's OK. To solve the problem, it is enough to understand the meaning of an arithmetic progression. Let's look and see what's possible to know from this series? What are the three main parameters?

Member numbers? There is not a single number here.

But there are three numbers and - attention! - word "consistent" in condition. This means that the numbers are strictly in order, without gaps. Are there two in this row? neighboring known numbers? Yes, I have! These are 9 and 6. Therefore, we can calculate the difference of the arithmetic progression! Subtract from six previous number, i.e. nine:

There are mere trifles left. What number will be the previous one for X? Fifteen. This means that X can be easily found by simple addition. Add the difference of the arithmetic progression to 15:

That's all. Answer: x=12

We solve the following problems ourselves. Note: these problems are not based on formulas. Purely to understand the meaning of an arithmetic progression.) We just write down a series of numbers and letters, look and figure it out.

5. Find the first positive term of the arithmetic progression if a 5 = -3; d = 1.1.

6. It is known that the number 5.5 is a member of the arithmetic progression (a n), where a 1 = 1.6; d = 1.3. Determine the number n of this term.

7. It is known that in arithmetic progression a 2 = 4; a 5 = 15.1. Find a 3 .

8. Several consecutive terms of the arithmetic progression are written out:

...; 15.6; X; 3.4; ...

Find the term of the progression indicated by the letter x.

9. The train began moving from the station, uniformly increasing speed by 30 meters per minute. What will be the speed of the train in five minutes? Give your answer in km/hour.

10. It is known that in arithmetic progression a 2 = 5; a 6 = -5. Find a 1.

Answers (in disarray): 7.7; 7.5; 9.5; 9; 0.3; 4.

Everything worked out? Amazing! You can master arithmetic progression for more high level, in the following lessons.

Didn't everything work out? No problem. In Special Section 555, all these problems are broken down piece by piece.) And, of course, a simple one is described practical technique, which immediately highlights the solution to such tasks clearly, clearly, at a glance!

By the way, in the train puzzle there are two problems that people often stumble over. One is purely in terms of progression, and the second is general for any problems in mathematics, and physics too. This is a translation of dimensions from one to another. It shows how these problems should be solved.

In this lesson we looked at the elementary meaning of an arithmetic progression and its main parameters. This is enough to solve almost all problems on this topic. Add d to the numbers, write a series, everything will be solved.

The finger solution works well for very short pieces of a row, as in the examples in this lesson. If the series is longer, the calculations become more complicated. For example, if in problem 9 in the question we replace "five minutes" on "thirty-five minutes" the problem will become significantly worse.)

And there are also tasks that are simple in essence, but absurd in terms of calculations, for example:

An arithmetic progression (a n) is given. Find a 121 if a 1 =3 and d=1/6.

So what, are we going to add 1/6 many, many times?! You can kill yourself!?

You can.) If you don’t know simple formula, which allows you to solve such tasks in a minute. This formula will be in the next lesson. And this problem is solved there. In a minute.)

If you like this site...

By the way, I have a couple more interesting sites for you.)

You can practice solving examples and find out your level. Testing with instant verification. Let's learn - with interest!)

You can get acquainted with functions and derivatives.

Editor's Choice
"Castle. Shah" is a book from the women's fantasy series about the fact that even when half of your life is already behind you, there is always the possibility...

Quick Reading Textbook by Tony Buzan (No ratings yet) Title: Quick Reading Textbook About the book “Quick Reading Textbook” by Tony Buzan...

The Most-Dear Da-Vid of Ga-rejii came by the direction of God Ma-te-ri to Georgia from Syria in the north 6th century together with...

In the year of celebrating the 1000th anniversary of the Baptism of Rus', a whole host of saints of God were glorified at the Local Council of the Russian Orthodox Church...
The Icon of the Mother of God of Desperate United Hope is a majestic, but at the same time touching, gentle image of the Virgin Mary with the baby Jesus...
Thrones and chapels Upper Temple 1. Central altar. The Holy See was consecrated in honor of the feast of the Renewal (Consecration) of the Church of the Resurrection...
The village of Deulino is located two kilometers north of Sergiev Posad. It was once the estate of the Trinity-Sergius Monastery. IN...
Five kilometers from the city of Istra in the village of Darna there is a beautiful Church of the Exaltation of the Holy Cross. Who has been to the Shamordino Monastery near...
All cultural and educational activities necessarily include the study of ancient architectural monuments. This is important for mastering native...