How to find a geometric progression. Geometric progression

Lesson and presentation on the topic: "Number sequences. Geometric progression"

Additional materials
Dear users, do not forget to leave your comments, reviews, wishes! All materials have been checked by an anti-virus program.

Educational aids and simulators in the Integral online store for grade 9
Powers and roots Functions and graphs

Guys, today we will get acquainted with another type of progression.
The topic of today's lesson is geometric progression.

Geometric progression

Definition. A numerical sequence in which each term, starting from the second, is equal to the product of the previous one and some fixed number is called a geometric progression.
Let's define our sequence recursively: $b_(1)=b$, $b_(n)=b_(n-1)*q$,
where b and q are certain given numbers. The number q is called the denominator of the progression.

Example. 1,2,4,8,16... A geometric progression in which the first term is equal to one, and $q=2$.

Example. 8,8,8,8... A geometric progression in which the first term is equal to eight,
and $q=1$.

Example. 3,-3,3,-3,3... Geometric progression in which the first term is equal to three,
and $q=-1$.

Geometric progression has the properties of monotony.
If $b_(1)>0$, $q>1$,
then the sequence is increasing.
If $b_(1)>0$, $0 The sequence is usually denoted in the form: $b_(1), b_(2), b_(3), ..., b_(n), ...$.

Just like in an arithmetic progression, if in a geometric progression the number of elements is finite, then the progression is called a finite geometric progression.

$b_(1), b_(2), b_(3), ..., b_(n-2), b_(n-1), b_(n)$.
Note that if a sequence is a geometric progression, then the sequence of squares of terms is also a geometric progression. In the second sequence, the first term is equal to $b_(1)^2$, and the denominator is equal to $q^2$.

Formula for the nth term of a geometric progression

Geometric progression can also be specified in analytical form. Let's see how to do this:
$b_(1)=b_(1)$.
$b_(2)=b_(1)*q$.
$b_(3)=b_(2)*q=b_(1)*q*q=b_(1)*q^2$.
$b_(4)=b_(3)*q=b_(1)*q^3$.
$b_(5)=b_(4)*q=b_(1)*q^4$.
We easily notice the pattern: $b_(n)=b_(1)*q^(n-1)$.
Our formula is called the "formula of the nth term of a geometric progression."

Let's return to our examples.

Example. 1,2,4,8,16... Geometric progression in which the first term is equal to one,
and $q=2$.
$b_(n)=1*2^(n)=2^(n-1)$.

Example. 16,8,4,2,1,1/2… A geometric progression in which the first term is equal to sixteen, and $q=\frac(1)(2)$.
$b_(n)=16*(\frac(1)(2))^(n-1)$.

Example. 8,8,8,8... A geometric progression in which the first term is equal to eight, and $q=1$.
$b_(n)=8*1^(n-1)=8$.

Example. 3,-3,3,-3,3... A geometric progression in which the first term is equal to three, and $q=-1$.
$b_(n)=3*(-1)^(n-1)$.

Example. The geometric progression $b_(1), b_(2), …, b_(n), … $ is given.
a) It is known that $b_(1)=6, q=3$. Find $b_(5)$.
b) It is known that $b_(1)=6, q=2, b_(n)=768$. Find n.
c) It is known that $q=-2, b_(6)=96$. Find $b_(1)$.
d) It is known that $b_(1)=-2, b_(12)=4096$. Find q.

Solution.
a) $b_(5)=b_(1)*q^4=6*3^4=486$.
b) $b_n=b_1*q^(n-1)=6*2^(n-1)=768$.
$2^(n-1)=\frac(768)(6)=128$, since $2^7=128 => n-1=7; n=8$.
c) $b_(6)=b_(1)*q^5=b_(1)*(-2)^5=-32*b_(1)=96 => b_(1)=-3$.
d) $b_(12)=b_(1)*q^(11)=-2*q^(11)=4096 => q^(11)=-2048 => q=-2$.

Example. The difference between the seventh and fifth terms of the geometric progression is 192, the sum of the fifth and sixth terms of the progression is 192. Find the tenth term of this progression.

Solution.
We know that: $b_(7)-b_(5)=192$ and $b_(5)+b_(6)=192$.
We also know: $b_(5)=b_(1)*q^4$; $b_(6)=b_(1)*q^5$; $b_(7)=b_(1)*q^6$.
Then:
$b_(1)*q^6-b_(1)*q^4=192$.
$b_(1)*q^4+b_(1)*q^5=192$.
We received a system of equations:
$\begin(cases)b_(1)*q^4(q^2-1)=192\\b_(1)*q^4(1+q)=192\end(cases)$.
Equating our equations we get:
$b_(1)*q^4(q^2-1)=b_(1)*q^4(1+q)$.
$q^2-1=q+1$.
$q^2-q-2=0$.
We got two solutions q: $q_(1)=2, q_(2)=-1$.
Substitute sequentially into the second equation:
$b_(1)*2^4*3=192 => b_(1)=4$.
$b_(1)*(-1)^4*0=192 =>$ no solutions.
We got that: $b_(1)=4, q=2$.
Let's find the tenth term: $b_(10)=b_(1)*q^9=4*2^9=2048$.

Sum of a finite geometric progression

Let us have a finite geometric progression. Let's, just like for an arithmetic progression, calculate the sum of its terms.

Let a finite geometric progression be given: $b_(1),b_(2),…,b_(n-1),b_(n)$.
Let us introduce the designation for the sum of its terms: $S_(n)=b_(1)+b_(2)+⋯+b_(n-1)+b_(n)$.
In the case when $q=1$. All terms of the geometric progression are equal to the first term, then it is obvious that $S_(n)=n*b_(1)$.
Let us now consider the case $q≠1$.
Let's multiply the above amount by q.
$S_(n)*q=(b_(1)+b_(2)+⋯+b_(n-1)+b_(n))*q=b_(1)*q+b_(2)*q+⋯ +b_(n-1)*q+b_(n)*q=b_(2)+b_(3)+⋯+b_(n)+b_(n)*q$.
Note:
$S_(n)=b_(1)+(b_(2)+⋯+b_(n-1)+b_(n))$.
$S_(n)*q=(b_(2)+⋯+b_(n-1)+b_(n))+b_(n)*q$.

$S_(n)*q-S_(n)=(b_(2)+⋯+b_(n-1)+b_(n))+b_(n)*q-b_(1)-(b_(2 )+⋯+b_(n-1)+b_(n))=b_(n)*q-b_(1)$.

$S_(n)(q-1)=b_(n)*q-b_(1)$.

$S_(n)=\frac(b_(n)*q-b_(1))(q-1)=\frac(b_(1)*q^(n-1)*q-b_(1)) (q-1)=\frac(b_(1)(q^(n)-1))(q-1)$.

$S_(n)=\frac(b_(1)(q^(n)-1))(q-1)$.

We have obtained the formula for the sum of a finite geometric progression.


Example.
Find the sum of the first seven terms of a geometric progression whose first term is 4 and the denominator is 3.

Solution.
$S_(7)=\frac(4*(3^(7)-1))(3-1)=2*(3^(7)-1)=4372$.

Example.
Find the fifth term of the geometric progression that is known: $b_(1)=-3$; $b_(n)=-3072$; $S_(n)=-4095$.

Solution.
$b_(n)=(-3)*q^(n-1)=-3072$.
$q^(n-1)=1024$.
$q^(n)=1024q$.

$S_(n)=\frac(-3*(q^(n)-1))(q-1)=-4095$.
$-4095(q-1)=-3*(q^(n)-1)$.
$-4095(q-1)=-3*(1024q-1)$.
$1365q-1365=1024q-1$.
$341q=$1364.
$q=4$.
$b_5=b_1*q^4=-3*4^4=-3*256=-768$.

Characteristic property of geometric progression

Guys, a geometric progression is given. Let's look at its three consecutive members: $b_(n-1),b_(n),b_(n+1)$.
We know that:
$\frac(b_(n))(q)=b_(n-1)$.
$b_(n)*q=b_(n+1)$.
Then:
$\frac(b_(n))(q)*b_(n)*q=b_(n)^(2)=b_(n-1)*b_(n+1)$.
$b_(n)^(2)=b_(n-1)*b_(n+1)$.
If the progression is finite, then this equality holds for all terms except the first and last.
If it is not known in advance what form the sequence has, but it is known that: $b_(n)^(2)=b_(n-1)*b_(n+1)$.
Then we can safely say that this is a geometric progression.

A number sequence is a geometric progression only when the square of each member is equal to the product of the two adjacent members of the progression. Do not forget that for a finite progression this condition is not satisfied for the first and last terms.


Let's look at this identity: $\sqrt(b_(n)^(2))=\sqrt(b_(n-1)*b_(n+1))$.
$|b_(n)|=\sqrt(b_(n-1)*b_(n+1))$.
$\sqrt(a*b)$ is called the geometric mean of the numbers a and b.

The modulus of any term of a geometric progression is equal to the geometric mean of its two neighboring terms.


Example.
Find x such that $x+2; 2x+2; 3x+3$ were three consecutive terms of a geometric progression.

Solution.
Let's use the characteristic property:
$(2x+2)^2=(x+2)(3x+3)$.
$4x^2+8x+4=3x^2+3x+6x+6$.
$x^2-x-2=0$.
$x_(1)=2$ and $x_(2)=-1$.
Let us sequentially substitute our solutions into the original expression:
With $x=2$, we got the sequence: 4;6;9 – a geometric progression with $q=1.5$.
For $x=-1$, we get the sequence: 1;0;0.
Answer: $x=2.$

Problems to solve independently

1. Find the eighth first term of the geometric progression 16;-8;4;-2….
2. Find the tenth term of the geometric progression 11,22,44….
3. It is known that $b_(1)=5, q=3$. Find $b_(7)$.
4. It is known that $b_(1)=8, q=-2, b_(n)=512$. Find n.
5. Find the sum of the first 11 terms of the geometric progression 3;12;48….
6. Find x such that $3x+4; 2x+4; x+5$ are three consecutive terms of a geometric progression.

First level

Geometric progression. Comprehensive guide with examples (2019)

Number sequence

So, let's sit down and start writing some numbers. For example:

You can write any numbers, and there can be as many of them as you like (in our case, there are them). No matter how many numbers we write, we can always say which one is first, which one is second, and so on until the last, that is, we can number them. This is an example of a number sequence:

Number sequence is a set of numbers, each of which can be assigned a unique number.

For example, for our sequence:

The assigned number is specific to only one number in the sequence. In other words, there are no three second numbers in the sequence. The second number (like the th number) is always the same.

The number with the number is called the nth member of the sequence.

We usually call the entire sequence by some letter (for example,), and each member of this sequence is the same letter with an index equal to the number of this member: .

In our case:

The most common types of progression are arithmetic and geometric. In this topic we will talk about the second type - geometric progression.

Why is geometric progression needed and its history?

Even in ancient times, the Italian mathematician monk Leonardo of Pisa (better known as Fibonacci) dealt with the practical needs of trade. The monk was faced with the task of determining what is the smallest number of weights that can be used to weigh a product? In his works, Fibonacci proves that such a system of weights is optimal: This is one of the first situations in which people had to deal with a geometric progression, which you have probably already heard about and have at least a general understanding of. Once you fully understand the topic, think about why such a system is optimal?

Currently, in life practice, geometric progression manifests itself when investing money in a bank, when the amount of interest is accrued on the amount accumulated in the account for the previous period. In other words, if you put money on a time deposit in a savings bank, then after a year the deposit will increase by the original amount, i.e. the new amount will be equal to the contribution multiplied by. In another year, this amount will increase by, i.e. the amount obtained at that time will again be multiplied by and so on. A similar situation is described in problems of calculating the so-called compound interest- the percentage is taken each time from the amount that is in the account, taking into account previous interest. We'll talk about these tasks a little later.

There are many more simple cases where geometric progression is applied. For example, the spread of influenza: one person infected another person, they, in turn, infected another person, and thus the second wave of infection is a person, and they, in turn, infected another... and so on...

By the way, a financial pyramid, the same MMM, is a simple and dry calculation based on the properties of a geometric progression. Interesting? Let's figure it out.

Geometric progression.

Let's say we have a number sequence:

You will immediately answer that this is easy and the name of such a sequence is an arithmetic progression with the difference of its terms. How about this:

If you subtract the previous one from the next number, you will see that each time you get a new difference (and so on), but the sequence definitely exists and is easy to notice - each subsequent number is times larger than the previous one!

This type of number sequence is called geometric progression and is designated.

Geometric progression () is a numerical sequence, the first term of which is different from zero, and each term, starting from the second, is equal to the previous one, multiplied by the same number. This number is called the denominator of a geometric progression.

The restrictions that the first term ( ) is not equal and are not random. Let's assume that there are none, and the first term is still equal, and q is equal to, hmm.. let it be, then it turns out:

Agree that this is no longer a progression.

As you understand, we will get the same results if there is any number other than zero, a. In these cases, there will simply be no progression, since the entire number series will either be all zeros, or one number, and all the rest will be zeros.

Now let's talk in more detail about the denominator of the geometric progression, that is, o.

Let's repeat: - this is the number how many times does each subsequent term change? geometric progression.

What do you think it could be? That's right, positive and negative, but not zero (we talked about this a little higher).

Let's assume that ours is positive. Let in our case, a. What is the value of the second term and? You can easily answer that:

That's right. Accordingly, if, then all subsequent terms of the progression have the same sign - they are positive.

What if it's negative? For example, a. What is the value of the second term and?

This is a completely different story

Try to count the terms of this progression. How much did you get? I have. Thus, if, then the signs of the terms of the geometric progression alternate. That is, if you see a progression with alternating signs for its members, then its denominator is negative. This knowledge can help you test yourself when solving problems on this topic.

Now let's practice a little: try to determine which number sequences are a geometric progression and which are an arithmetic progression:

Got it? Let's compare our answers:

  • Geometric progression - 3, 6.
  • Arithmetic progression - 2, 4.
  • It is neither an arithmetic nor a geometric progression - 1, 5, 7.

Let's return to our last progression and try to find its member, just like in the arithmetic one. As you may have guessed, there are two ways to find it.

We successively multiply each term by.

So, the th term of the described geometric progression is equal to.

As you already guessed, now you yourself will derive a formula that will help you find any member of the geometric progression. Or have you already developed it for yourself, describing how to find the th member step by step? If so, then check the correctness of your reasoning.

Let us illustrate this with the example of finding the th term of this progression:

In other words:

Find the value of the term of the given geometric progression yourself.

Happened? Let's compare our answers:

Please note that you got exactly the same number as in the previous method, when we sequentially multiplied by each previous term of the geometric progression.
Let’s try to “depersonalize” this formula - let’s put it in general form and get:

The derived formula is true for all values ​​- both positive and negative. Check this yourself by calculating the terms of the geometric progression with the following conditions: , a.

Did you count? Let's compare the results:

Agree that it would be possible to find a term of a progression in the same way as a term, however, there is a possibility of calculating incorrectly. And if we have already found the th term of the geometric progression, then what could be simpler than using the “truncated” part of the formula.

Infinitely decreasing geometric progression.

More recently, we talked about the fact that it can be either greater or less than zero, however, there are special values ​​for which the geometric progression is called infinitely decreasing.

Why do you think this name is given?
First, let's write down some geometric progression consisting of terms.
Let's say, then:

We see that each subsequent term is less than the previous one by a factor, but will there be any number? You will immediately answer - “no”. That is why it is infinitely decreasing - it decreases and decreases, but never becomes zero.

To clearly understand how this looks visually, let's try to draw a graph of our progression. So, for our case, the formula takes the following form:

On graphs we are accustomed to plotting dependence on, therefore:

The essence of the expression has not changed: in the first entry we showed the dependence of the value of a member of a geometric progression on its ordinal number, and in the second entry we simply took the value of a member of a geometric progression as, and designated the ordinal number not as, but as. All that remains to be done is to build a graph.
Let's see what you got. Here's the graph I came up with:

Do you see? The function decreases, tends to zero, but never crosses it, so it is infinitely decreasing. Let’s mark our points on the graph, and at the same time what the coordinate and means:

Try to schematically depict a graph of a geometric progression if its first term is also equal. Analyze what is the difference with our previous graph?

Did you manage? Here's the graph I came up with:

Now that you have fully understood the basics of the topic of geometric progression: you know what it is, you know how to find its term, and you also know what an infinitely decreasing geometric progression is, let's move on to its main property.

Property of geometric progression.

Do you remember the property of the terms of an arithmetic progression? Yes, yes, how to find the value of a certain number of a progression when there are previous and subsequent values ​​of the terms of this progression. Do you remember? This:

Now we are faced with exactly the same question for the terms of a geometric progression. To derive such a formula, let's start drawing and reasoning. You'll see, it's very easy, and if you forget, you can get it out yourself.

Let's take another simple geometric progression, in which we know and. How to find? With arithmetic progression it is easy and simple, but what about here? In fact, there is nothing complicated in geometric either - you just need to write down each value given to us according to the formula.

You may ask, what should we do about it now? Yes, very simple. First, let's depict these formulas in a picture and try to do various manipulations with them in order to arrive at the value.

Let's abstract from the numbers that are given to us, let's focus only on their expression through the formula. We need to find the value highlighted in orange, knowing the terms adjacent to it. Let's try to perform various actions with them, as a result of which we can get.

Addition.
Let's try to add two expressions and we get:

From this expression, as you can see, we cannot express it in any way, therefore, we will try another option - subtraction.

Subtraction.

As you can see, we cannot express this either, therefore, let’s try to multiply these expressions by each other.

Multiplication.

Now look carefully at what we have by multiplying the terms of the geometric progression given to us in comparison with what needs to be found:

Guess what I'm talking about? Correctly, to find we need to take the square root of the geometric progression numbers adjacent to the desired one multiplied by each other:

Here you go. You yourself derived the property of geometric progression. Try to write this formula in general form. Happened?

Forgot the condition? Think about why it is important, for example, try to calculate it yourself. What will happen in this case? That's right, complete nonsense because the formula looks like this:

Accordingly, do not forget this limitation.

Now let's calculate what it equals

Correct answer - ! If you didn’t forget the second possible value during the calculation, then you’re great and can immediately move on to training, and if you forgot, read what is discussed below and pay attention to why it is necessary to write down both roots in the answer.

Let's draw both of our geometric progressions - one with a value and the other with a value and check whether both of them have the right to exist:

In order to check whether such a geometric progression exists or not, it is necessary to see whether all its given terms are the same? Calculate q for the first and second cases.

See why we have to write two answers? Because the sign of the term you are looking for depends on whether it is positive or negative! And since we don’t know what it is, we need to write both answers with a plus and a minus.

Now that you have mastered the main points and derived the formula for the property of geometric progression, find, knowing and

Compare your answers with the correct ones:

What do you think, what if we were given not the values ​​of the terms of the geometric progression adjacent to the desired number, but equidistant from it. For example, we need to find, and given and. Can we use the formula we derived in this case? Try to confirm or refute this possibility in the same way, describing what each value consists of, as you did when you originally derived the formula, at.
What did you get?

Now look carefully again.
and correspondingly:

From this we can conclude that the formula works not only with neighboring with the desired terms of the geometric progression, but also with equidistant from what the members are looking for.

Thus, our initial formula takes the form:

That is, if in the first case we said that, now we say that it can be equal to any natural number that is smaller. The main thing is that it is the same for both given numbers.

Practice with specific examples, just be extremely careful!

  1. , . Find.
  2. , . Find.
  3. , . Find.

Decided? I hope you were extremely attentive and noticed a small catch.

Let's compare the results.

In the first two cases, we calmly apply the above formula and get the following values:

In the third case, when we carefully examine the serial numbers of the numbers given to us, we understand that they are not equidistant from the number we are looking for: it is the previous number, but is removed at a position, so it is not possible to apply the formula.

How to solve it? It's actually not as difficult as it seems! Let us write down what each number given to us and the number we are looking for consists of.

So we have and. Let's see what we can do with them? I suggest dividing by. We get:

We substitute our data into the formula:

The next step we can find is - for this we need to take the cube root of the resulting number.

Now let's look again at what we have. We have it, but we need to find it, and it, in turn, is equal to:

We found all the necessary data for the calculation. Substitute into the formula:

Our answer: .

Try solving another similar problem yourself:
Given: ,
Find:

How much did you get? I have - .

As you can see, essentially you need remember just one formula- . You can withdraw all the rest yourself without any difficulty at any time. To do this, simply write the simplest geometric progression on a piece of paper and write down what each of its numbers is equal to, according to the formula described above.

The sum of the terms of a geometric progression.

Now let's look at formulas that allow us to quickly calculate the sum of terms of a geometric progression in a given interval:

To derive the formula for the sum of terms of a finite geometric progression, we multiply all parts of the above equation by. We get:

Look carefully: what do the last two formulas have in common? That's right, common members, for example, and so on, except for the first and last member. Let's try to subtract the 1st from the 2nd equation. What did you get?

Now express the term of the geometric progression through the formula and substitute the resulting expression into our last formula:

Group the expression. You should get:

All that remains to be done is to express:

Accordingly, in this case.

What if? What formula works then? Imagine a geometric progression at. What is she like? A series of identical numbers is correct, so the formula will look like this:

There are many legends about both arithmetic and geometric progression. One of them is the legend of Set, the creator of chess.

Many people know that the game of chess was invented in India. When the Hindu king met her, he was delighted with her wit and the variety of positions possible in her. Having learned that it was invented by one of his subjects, the king decided to personally reward him. He summoned the inventor to himself and ordered him to ask him for everything he wanted, promising to fulfill even the most skillful desire.

Seta asked for time to think, and when the next day Seta appeared before the king, he surprised the king with the unprecedented modesty of his request. He asked to give a grain of wheat for the first square of the chessboard, a grain of wheat for the second, a grain of wheat for the third, a fourth, etc.

The king was angry and drove Seth away, saying that the servant's request was unworthy of the king's generosity, but promised that the servant would receive his grains for all the squares of the board.

And now the question: using the formula for the sum of the terms of a geometric progression, calculate how many grains Seth should receive?

Let's start reasoning. Since, according to the condition, Seth asked for a grain of wheat for the first square of the chessboard, for the second, for the third, for the fourth, etc., then we see that the problem is about a geometric progression. What does it equal in this case?
Right.

Total squares of the chessboard. Respectively, . We have all the data, all that remains is to plug it into the formula and calculate.

To imagine at least approximately the “scale” of a given number, we transform using the properties of degree:

Of course, if you want, you can take a calculator and calculate what number you end up with, and if not, you’ll have to take my word for it: the final value of the expression will be.
That is:

quintillion quadrillion trillion billion million thousand.

Phew) If you want to imagine the enormity of this number, then estimate how large a barn would be required to accommodate the entire amount of grain.
If the barn is m high and m wide, its length would have to extend for km, i.e. twice as far as from the Earth to the Sun.

If the king were strong in mathematics, he could have invited the scientist himself to count the grains, because to count a million grains, he would need at least a day of tireless counting, and given that it is necessary to count quintillions, the grains would have to be counted throughout his life.

Now let’s solve a simple problem involving the sum of terms of a geometric progression.
A student of class 5A Vasya fell ill with the flu, but continues to go to school. Every day Vasya infects two people, who, in turn, infect two more people, and so on. There are only people in the class. In how many days will the whole class be sick with the flu?

So, the first term of the geometric progression is Vasya, that is, a person. The th term of the geometric progression is the two people he infected on the first day of his arrival. The total sum of the progression terms is equal to the number of 5A students. Accordingly, we talk about a progression in which:

Let's substitute our data into the formula for the sum of the terms of a geometric progression:

The whole class will get sick within days. Don't believe formulas and numbers? Try to portray the “infection” of students yourself. Happened? Look how it looks for me:

Calculate for yourself how many days it would take for students to get sick with the flu if each one infected a person, and there were only one person in the class.

What value did you get? It turned out that everyone started getting sick after a day.

As you can see, such a task and the drawing for it resemble a pyramid, in which each subsequent one “brings” new people. However, sooner or later a moment comes when the latter cannot attract anyone. In our case, if we imagine that the class is isolated, the person from closes the chain (). Thus, if a person were involved in a financial pyramid in which money was given if you brought two other participants, then the person (or in general) would not bring anyone, accordingly, would lose everything that they invested in this financial scam.

Everything that was said above refers to a decreasing or increasing geometric progression, but, as you remember, we have a special type - an infinitely decreasing geometric progression. How to calculate the sum of its members? And why does this type of progression have certain characteristics? Let's figure it out together.

So, first, let's look again at this drawing of an infinitely decreasing geometric progression from our example:

Now let’s look at the formula for the sum of a geometric progression, derived a little earlier:
or

What are we striving for? That's right, the graph shows that it tends to zero. That is, at, will be almost equal, respectively, when calculating the expression we will get almost. In this regard, we believe that when calculating the sum of an infinitely decreasing geometric progression, this bracket can be neglected, since it will be equal.

- formula is the sum of the terms of an infinitely decreasing geometric progression.

IMPORTANT! We use the formula for the sum of terms of an infinitely decreasing geometric progression only if the condition explicitly states that we need to find the sum infinite number of members.

If a specific number n is specified, then we use the formula for the sum of n terms, even if or.

Now let's practice.

  1. Find the sum of the first terms of the geometric progression with and.
  2. Find the sum of the terms of an infinitely decreasing geometric progression with and.

I hope you were extremely careful. Let's compare our answers:

Now you know everything about geometric progression, and it’s time to move from theory to practice. The most common geometric progression problems encountered on the exam are problems calculating compound interest. These are the ones we will talk about.

Problems on calculating compound interest.

You've probably heard of the so-called compound interest formula. Do you understand what it means? If not, let’s figure it out, because once you understand the process itself, you will immediately understand what geometric progression has to do with it.

We all go to the bank and know that there are different conditions for deposits: this includes a term, additional services, and interest with two different ways of calculating it - simple and complex.

WITH simple interest everything is more or less clear: interest is accrued once at the end of the deposit term. That is, if we say that we deposit 100 rubles for a year, then they will be credited only at the end of the year. Accordingly, by the end of the deposit we will receive rubles.

Compound interest- this is an option in which it occurs interest capitalization, i.e. their addition to the deposit amount and subsequent calculation of income not from the initial, but from the accumulated deposit amount. Capitalization does not occur constantly, but with some frequency. As a rule, such periods are equal and most often banks use a month, quarter or year.

Let’s assume that we deposit the same rubles annually, but with monthly capitalization of the deposit. What are we doing?

Do you understand everything here? If not, let's figure it out step by step.

We brought rubles to the bank. By the end of the month, we should have an amount in our account consisting of our rubles plus interest on them, that is:

Agree?

We can take it out of brackets and then we get:

Agree, this formula is already more similar to what we wrote at the beginning. All that's left is to figure out the percentages

In the problem statement we are told about annual rates. As you know, we do not multiply by - we convert percentages to decimal fractions, that is:

Right? Now you may ask, where did the number come from? Very simple!
I repeat: the problem statement says about ANNUAL interest that accrues MONTHLY. As you know, in a year of months, accordingly, the bank will charge us a portion of the annual interest per month:

Realized it? Now try to write what this part of the formula would look like if I said that interest is calculated daily.
Did you manage? Let's compare the results:

Well done! Let's return to our task: write how much will be credited to our account in the second month, taking into account that interest is accrued on the accumulated deposit amount.
Here's what I got:

Or, in other words:

I think that you have already noticed a pattern and saw a geometric progression in all this. Write what its member will be equal to, or, in other words, what amount of money we will receive at the end of the month.
Did? Let's check!

As you can see, if you put money in the bank for a year at a simple interest rate, you will receive rubles, and if at a compound interest rate, you will receive rubles. The benefit is small, but this only happens during the th year, but for a longer period capitalization is much more profitable:

Let's look at another type of problem involving compound interest. After what you have figured out, it will be elementary for you. So, the task:

The Zvezda company began investing in the industry in 2000, with capital in dollars. Every year since 2001, it has received a profit that is equal to the previous year's capital. How much profit will the Zvezda company receive at the end of 2003 if profits were not withdrawn from circulation?

Capital of the Zvezda company in 2000.
- capital of the Zvezda company in 2001.
- capital of the Zvezda company in 2002.
- capital of the Zvezda company in 2003.

Or we can write briefly:

For our case:

2000, 2001, 2002 and 2003.

Respectively:
rubles
Please note that in this problem we do not have a division either by or by, since the percentage is given ANNUALLY and it is calculated ANNUALLY. That is, when reading a problem on compound interest, pay attention to what percentage is given and in what period it is calculated, and only then proceed to calculations.
Now you know everything about geometric progression.

Training.

  1. Find the term of the geometric progression if it is known that, and
  2. Find the sum of the first terms of the geometric progression if it is known that, and
  3. The MDM Capital company began investing in the industry in 2003, with capital in dollars. Every year since 2004, it has received a profit that is equal to the previous year's capital. The MSK Cash Flows company began investing in the industry in 2005 in the amount of $10,000, starting to make a profit in 2006 in the amount of. By how many dollars is the capital of one company greater than the other at the end of 2007, if profits were not withdrawn from circulation?

Answers:

  1. Since the problem statement does not say that the progression is infinite and it is required to find the sum of a specific number of its terms, the calculation is carried out according to the formula:

  2. MDM Capital Company:

    2003, 2004, 2005, 2006, 2007.
    - increases by 100%, that is, 2 times.
    Respectively:
    rubles
    MSK Cash Flows company:

    2005, 2006, 2007.
    - increases by, that is, by times.
    Respectively:
    rubles
    rubles

Let's summarize.

1) Geometric progression ( ) is a numerical sequence, the first term of which is different from zero, and each term, starting from the second, is equal to the previous one, multiplied by the same number. This number is called the denominator of a geometric progression.

2) The equation of the terms of the geometric progression is .

3) can take any value except and.

  • if, then all subsequent terms of the progression have the same sign - they are positive;
  • if, then all subsequent terms of the progression alternate signs;
  • when - the progression is called infinitely decreasing.

4) , with - property of geometric progression (adjacent terms)

or
, at (equidistant terms)

When you find it, do not forget that there should be two answers.

For example,

5) The sum of the terms of the geometric progression is calculated by the formula:
or

If the progression is infinitely decreasing, then:
or

IMPORTANT! We use the formula for the sum of terms of an infinitely decreasing geometric progression only if the condition explicitly states that we need to find the sum of an infinite number of terms.

6) Problems on compound interest are also calculated using the formula of the th term of a geometric progression, provided that funds have not been withdrawn from circulation:

GEOMETRIC PROGRESSION. BRIEFLY ABOUT THE MAIN THINGS

Geometric progression( ) is a numerical sequence, the first term of which is different from zero, and each term, starting from the second, is equal to the previous one, multiplied by the same number. This number is called denominator of a geometric progression.

Denominator of geometric progression can take any value except and.

  • If, then all subsequent terms of the progression have the same sign - they are positive;
  • if, then all subsequent members of the progression alternate signs;
  • when - the progression is called infinitely decreasing.

Equation of terms of geometric progression - .

Sum of terms of a geometric progression calculated by the formula:
or

Instructions

10, 30, 90, 270...

You need to find the denominator of a geometric progression.
Solution:

Option 1. Let's take an arbitrary term of the progression (for example, 90) and divide it by the previous one (30): 90/30=3.

If the sum of several terms of a geometric progression or the sum of all terms of a decreasing geometric progression is known, then to find the denominator of the progression, use the appropriate formulas:
Sn = b1*(1-q^n)/(1-q), where Sn is the sum of the first n terms of the geometric progression and
S = b1/(1-q), where S is the sum of an infinitely decreasing geometric progression (the sum of all terms of the progression with a denominator less than one).
Example.

The first term of a decreasing geometric progression is equal to one, and the sum of all its terms is equal to two.

It is required to determine the denominator of this progression.
Solution:

Substitute the data from the problem into the formula. It will turn out:
2=1/(1-q), whence – q=1/2.

A progression is a sequence of numbers. In a geometric progression, each subsequent term is obtained by multiplying the previous one by a certain number q, called the denominator of the progression.

Instructions

If two adjacent geometric terms b(n+1) and b(n) are known, to obtain the denominator, you need to divide the number with the larger one by the one preceding it: q=b(n+1)/b(n). This follows from the definition of progression and its denominator. An important condition is that the first term and the denominator of the progression are not equal to zero, otherwise it is considered undefined.

Thus, the following relationships are established between the terms of the progression: b2=b1 q, b3=b2 q, ... , b(n)=b(n-1) q. Using the formula b(n)=b1 q^(n-1), any term of the geometric progression in which the denominator q and the term b1 are known can be calculated. Also, each of the progression is equal in modulus to the average of its neighboring members: |b(n)|=√, which is where the progression got its .

An analogue of a geometric progression is the simplest exponential function y=a^x, where x is an exponent, a is a certain number. In this case, the denominator of the progression coincides with the first term and is equal to the number a. The value of the function y can be understood as the nth term of the progression if the argument x is taken to be a natural number n (counter).

Exists for the sum of the first n terms of a geometric progression: S(n)=b1 (1-q^n)/(1-q). This formula is valid for q≠1. If q=1, then the sum of the first n terms is calculated by the formula S(n)=n b1. By the way, the progression will be called increasing when q is greater than one and b1 is positive. If the denominator of the progression does not exceed one in absolute value, the progression will be called decreasing.

A special case of a geometric progression is an infinitely decreasing geometric progression (infinitely decreasing geometric progression). The fact is that the terms of a decreasing geometric progression will decrease over and over again, but will never reach zero. Despite this, it is possible to find the sum of all terms of such a progression. It is determined by the formula S=b1/(1-q). The total number of terms n is infinite.

To visualize how you can add an infinite number of numbers without getting infinity, bake a cake. Cut off half of it. Then cut 1/2 off half, and so on. The pieces that you will get are nothing more than members of an infinitely decreasing geometric progression with a denominator of 1/2. If you add up all these pieces, you get the original cake.

Geometry problems are a special type of exercise that requires spatial thinking. If you can't solve a geometric task, try following the rules below.

Instructions

Read the conditions of the task very carefully; if you don’t remember or don’t understand something, re-read it again.

Try to determine what type of geometric problems it is, for example: computational ones, when you need to find out some value, problems involving , requiring a logical chain of reasoning, problems involving construction using a compass and ruler. More tasks of mixed type. Once you have figured out the type of problem, try to think logically.

Apply the necessary theorem for a given task, but if you have doubts or there are no options at all, then try to remember the theory that you studied on the relevant topic.

Also write down the solution to the problem in a draft form. Try to use known methods to check the correctness of your solution.

Fill out the solution to the problem neatly in your notebook, without erasing or crossing out, and most importantly - . It may take time and effort to solve the first geometric problems. However, as soon as you master this process, you will start clicking tasks like nuts, enjoying it!

A geometric progression is a sequence of numbers b1, b2, b3, ... , b(n-1), b(n) such that b2=b1*q, b3=b2*q, ... , b(n) =b(n-1)*q, b1≠0, q≠0. In other words, each term of the progression is obtained from the previous one by multiplying it by some non-zero denominator of the progression q.

Instructions

Progression problems are most often solved by drawing up and then following a system with respect to the first term of the progression b1 and the denominator of the progression q. To create equations, it is useful to remember some formulas.

How to express the nth term of the progression through the first term of the progression and the denominator of the progression: b(n)=b1*q^(n-1).

Let us consider separately the case |q|<1. Если знаменатель прогрессии по модулю меньше единицы, имеем бесконечно убывающую геометрическую . Сумма первых n членов бесконечно убывающей геометрической прогрессии ищется так же, как и для неубывающей геометрической прогрессии. Однако в случае бесконечно убывающей геометрической прогрессии можно найти также сумму всех членов этой прогрессии, поскольку при бесконечном n будет бесконечно уменьшаться значение b(n), и сумма всех членов будет стремиться к определенному пределу. Итак, сумма всех членов бесконечно убывающей геометрической прогрессии

Mathematics is whatpeople control nature and themselves.

Soviet mathematician, academician A.N. Kolmogorov

Geometric progression.

Along with problems on arithmetic progressions, problems related to the concept of geometric progression are also common in entrance examinations in mathematics. To successfully solve such problems, you need to know the properties of geometric progressions and have good skills in using them.

This article is devoted to the presentation of the basic properties of geometric progression. Examples of solving typical problems are also provided here., borrowed from the tasks of entrance examinations in mathematics.

Let us first note the basic properties of the geometric progression and recall the most important formulas and statements, associated with this concept.

Definition. A number sequence is called a geometric progression if each number, starting from the second, is equal to the previous one, multiplied by the same number. The number is called the denominator of a geometric progression.

For geometric progressionthe formulas are valid

, (1)

Where . Formula (1) is called the formula of the general term of a geometric progression, and formula (2) represents the main property of a geometric progression: each term of the progression coincides with the geometric mean of its neighboring terms and .

Note, that it is precisely because of this property that the progression in question is called “geometric”.

The above formulas (1) and (2) are generalized as follows:

, (3)

To calculate the amount first terms of geometric progressionformula applies

If we denote , then

Where . Since , formula (6) is a generalization of formula (5).

In the case when and geometric progressionis infinitely decreasing. To calculate the amountof all terms of an infinitely decreasing geometric progression, the formula is used

. (7)

For example , using formula (7) we can show, What

Where . These equalities are obtained from formula (7) under the condition that , (first equality) and , (second equality).

Theorem. If , then

Proof. If , then

The theorem has been proven.

Let's move on to consider examples of solving problems on the topic “Geometric progression”.

Example 1. Given: , and . Find .

Solution. If we apply formula (5), then

Answer: .

Example 2. Let it be. Find .

Solution. Since and , we use formulas (5), (6) and obtain a system of equations

If the second equation of system (9) is divided by the first, then or . It follows from this that . Let's consider two cases.

1. If, then from the first equation of system (9) we have.

2. If , then .

Example 3. Let , and . Find .

Solution. From formula (2) it follows that or . Since , then or .

By condition . However, therefore. Since and then here we have a system of equations

If the second equation of the system is divided by the first, then or .

Since, the equation has a unique suitable root. In this case, it follows from the first equation of the system.

Taking into account formula (7), we obtain.

Answer: .

Example 4. Given: and . Find .

Solution. Since, then.

Since , then or

According to formula (2) we have . In this regard, from equality (10) we obtain or .

However, by condition, therefore.

Example 5. It is known that . Find .

Solution. According to the theorem, we have two equalities

Since , then or . Because , then .

Answer: .

Example 6. Given: and . Find .

Solution. Taking into account formula (5), we obtain

Since, then. Since , and , then .

Example 7. Let it be. Find .

Solution. According to formula (1) we can write

Therefore, we have or . It is known that and , therefore and .

Answer: .

Example 8. Find the denominator of an infinite decreasing geometric progression if

And .

Solution. From formula (7) it follows And . From here and from the conditions of the problem we obtain a system of equations

If the first equation of the system is squared, and then divide the resulting equation by the second equation, then we get

Or .

Answer: .

Example 9. Find all values ​​for which the sequence , , is a geometric progression.

Solution. Let , and . According to formula (2), which defines the main property of a geometric progression, we can write or .

From here we get the quadratic equation, whose roots are And .

Let's check: if, then , and ;

if , then , and . In the first case we have

and , and in the second – and .

Answer: , .Example 10.

, (11)

Solve the equation

where and .

From formula (7) it follows, What Solution. The left side of equation (11) is the sum of an infinite decreasing geometric progression, in which and , subject to: and .. In this regard, equation (11) takes the form or . Suitable root

Answer: .

quadratic equation is Example 11. Psequence of positive numbers forms an arithmetic progression , A– geometric progression

Solution., what does it have to do with . Find . Because arithmetic sequence , That(the main property of arithmetic progression). Because the , then or . This implies ,that the geometric progression has the form. According to formula (2)

, then we write down that . Since and , then. In this case, the expression takes the form or . By condition ,so from Eq. we obtain a unique solution to the problem under consideration

Answer: .

, i.e. . Example 12.

. (12)

Solution. Calculate Sum

Multiply both sides of equality (12) by 5 and get arithmetic sequence

If we subtract (12) from the resulting expression

or .

Answer: .

To calculate, we substitute the values ​​\u200b\u200binto formula (7) and get . Since, then., The examples of problem solving given here will be useful to applicants when preparing for entrance examinations. For a deeper study of problem solving methods, related to geometric progression

You can use tutorials from the list of recommended literature.

1. Collection of problems in mathematics for applicants to colleges / Ed. M.I. Scanavi. – M.: Mir and Education, 2013. – 608 p. 2. Suprun V.P. Mathematics for high school students: additional sections of the school curriculum. – M.: Lenand / URSS

3. Medynsky M.M. A complete course of elementary mathematics in problems and exercises. Book 2: Number Sequences and Progressions. – M.: Editus, 2015. – 208 p.

Still have questions?

To get help from a tutor, register.

website, when copying material in full or in part, a link to the source is required.

Geometric progression no less important in mathematics compared to arithmetic. A geometric progression is a sequence of numbers b1, b2,..., b[n], each next term of which is obtained by multiplying the previous one by a constant number. This number, which also characterizes the rate of growth or decrease of progression, is called denominator of geometric progression and denote

To completely specify a geometric progression, in addition to the denominator, it is necessary to know or determine its first term. For a positive value of the denominator, the progression is a monotonic sequence, and if this sequence of numbers is monotonically decreasing and if it is monotonically increasing. The case when the denominator is equal to one is not considered in practice, since we have a sequence of identical numbers, and their summation is of no practical interest

General term of geometric progression calculated by the formula

Sum of the first n terms of a geometric progression determined by the formula

Let's look at solutions to classic geometric progression problems. Let's start with the simplest ones to understand.

Example 1. The first term of a geometric progression is 27, and its denominator is 1/3. Find the first six terms of the geometric progression.

Solution: Let us write the problem condition in the form

For calculations we use the formula for the nth term of a geometric progression

Based on it, we find the unknown terms of the progression

As you can see, calculating the terms of a geometric progression is not difficult. The progression itself will look like this

Example 2. The first three terms of the geometric progression are given: 6; -12; 24. Find the denominator and its seventh term.

Solution: We calculate the denominator of the geomitric progression based on its definition

We have obtained an alternating geometric progression whose denominator is equal to -2. The seventh term is calculated using the formula

This solves the problem.

Example 3. A geometric progression is given by two of its terms . Find the tenth term of the progression.

Solution:

Let's write the given values ​​using formulas

According to the rules, we would need to find the denominator and then look for the desired value, but for the tenth term we have

The same formula can be obtained based on simple manipulations with the input data. Divide the sixth term of the series by another, and as a result we get

If the resulting value is multiplied by the sixth term, we get the tenth

Thus, for such problems, using simple transformations in a quick way, you can find the correct solution.

Example 4. Geometric progression is given by recurrent formulas

Find the denominator of the geometric progression and the sum of the first six terms.

Solution:

Let's write the given data in the form of a system of equations

Express the denominator by dividing the second equation by the first

Let's find the first term of the progression from the first equation

Let's calculate the following five terms to find the sum of the geometric progression



Did you like the article? Share with your friends!