Key Concepts and Formulas
- Geometric Progression (GP): A sequence where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio (r). The n-th term is given by an=a1rn−1.
- Sum of first n terms of GP (Sn): Sn=a1+a2+…+an.
- Arithmetic Mean: The arithmetic mean of two numbers x and y is 2x+y.
Step-by-Step Solution
Step 1: Formulate the condition relating terms in the GP
The problem states that each term of the geometric progression is the arithmetic mean of the next two terms. For any term ak, this can be written as:
ak=2ak+1+ak+2
Multiplying both sides by 2, we get:
2ak=ak+1+ak+2
Step 2: Determine the common ratio (r) of the GP
We are given a1=81 and a2=a1. We can use the relationship derived in Step 1 for the first few terms of the GP. Let's consider a1,a2, and a3:
2a1=a2+a3
Now, we express a2 and a3 in terms of a1 and the common ratio r:
a2=a1r
a3=a1r2
Substitute these into the equation from Step 1:
2a1=a1r+a1r2
Since a1=81=0, we can divide the entire equation by a1:
2=r+r2
Rearranging this into a quadratic equation:
r2+r−2=0
Factoring the quadratic equation:
(r+2)(r−1)=0
This gives two possible values for the common ratio: r=1 or r=−2.
The problem states that a2=a1. If r=1, then a2=a1⋅1=a1, which contradicts the given condition. Therefore, the common ratio must be r=−2.
Step 3: Simplify the expression S20−S18
The sum of the first n terms of a sequence is denoted by Sn. We are asked to find S20−S18.
S20=a1+a2+…+a18+a19+a20
S18=a1+a2+…+a18
Subtracting S18 from S20:
S20−S18=(a1+a2+…+a18+a19+a20)−(a1+a2+…+a18)
S20−S18=a19+a20
This simplification is a key step, as it reduces the problem to finding only the 19th and 20th terms, rather than using the full sum formula.
Step 4: Calculate a19+a20
We know a1=81 and r=−2. The formula for the n-th term of a GP is an=a1rn−1.
a19=a1r19−1=a1r18
a20=a1r20−1=a1r19
Now, we sum these two terms:
a19+a20=a1r18+a1r19
We can factor out the common term a1r18:
a19+a20=a1r18(1+r)
Substitute the values a1=81 and r=−2:
a19+a20=(81)(−2)18(1+(−2))
Let's simplify the components:
- 81=2−3
- (−2)18=218 (since the exponent is even)
- 1+(−2)=−1
Substitute these back into the expression:
a19+a20=(2−3)(218)(−1)
Using the exponent rule xm⋅xn=xm+n:
a19+a20=2−3+18(−1)
a19+a20=215(−1)
a19+a20=−215
Therefore, S20−S18=−215.
Common Mistakes & Tips
- Quadratic Equation Roots: When solving for the common ratio r, ensure you consider all possible roots. The condition a2=a1 is critical for selecting the correct root.
- Exponent Rules with Negative Bases: Be careful when calculating powers of negative numbers. (−x)even exponent=xeven exponent, and (−x)odd exponent=−xodd exponent.
- Simplifying Sn−Sm: Recognize that Sn−Sm for n>m always equals the sum of terms from am+1 to an. In this case, S20−S18=a19+a20.
Summary
The problem involved a geometric progression where each term was the arithmetic mean of the next two. This condition led to a quadratic equation for the common ratio, r. After determining r=−2 by using the constraint a2=a1, we simplified the expression S20−S18 to a19+a20. Calculating these two terms using the GP formula an=a1rn−1 and substituting the values of a1 and r yielded the final answer.
The final answer is −215.