10.3
等差数列とは、各項が前の項に一定の値(公差)を加えることで得られる、規則的な数の並びを指します。このような一貫した構造により、数列内の任意の項を効率的に求めることができ、さらに複数の項の総和を計算することも容易になります。等差数列の第 n 項を求める公式は次の通りです。
ここで、a_n は数列の第 n…
算術数列は、各項が共通差として知られる同じ固定数だけ増減する数値のリストです。ポールの山を考えてみましょう。最初の層には 25 個の極が含まれており、極の数は連続する層ごとに 1 ずつ減少し続けます。
杭に 12 層があることを考えると、目標は極の総数を見つけることです。
この配置は、極の数がある層から次の層に一定量減少するため、算術シーケンスを形成します。
このシナリオでは、12 番目の層の極の数は、最初の項、共通差、および層の数に基づいて、算術シーケンスの n 番目の項の式を使用して計算されます。次に、これらの項の値を式に代入し、25 から 11 を引いたものに簡略化され、12 番目の層に 14 極が得られます。
次に、シーケンスの部分和として知られるパイル内の極の総数は、最初と最後の層の極数の平均を取り、それに層の総数を掛けることによって計算されます。シーケンスの最初の12項のみが加算されるため、これは部分和と呼ばれます。これにより、12の部分合計に25と14の平均を掛けて、234の極が得られます。
View the full transcript and gain access to JoVE Core videos
Q1: What is a common difference in an arithmetic sequence?
The common difference is the fixed constant value added to or subtracted from each term to get the next term in an arithmetic sequence. In the pole pile example, the common difference is -1 because the number of poles decreases by one in each successive layer. This consistent pattern allows you to predict any term in the sequence without listing all preceding terms.
Q2: How do you find the nth term of an arithmetic sequence?
Use the formula aₙ = a + (n - 1)d, where aₙ is the nth term, a is the first term, d is the common difference, and n is the term position. For the pole pile with 25 poles in layer 1 and common difference -1, the 12th layer contains 25 + (12 - 1)(-1) = 14 poles. This formula eliminates the need to calculate every preceding term.
Q3: What is the partial sum formula for an arithmetic sequence?
The partial sum Sₙ equals n times the average of the first and last terms: Sₙ = n(a + aₙ)/2. For the 12-layer pole pile, the total is 12 × (25 + 14)/2 = 234 poles. This formula efficiently computes the sum of the first n terms without adding each term individually, making it practical for large sequences.
Q4: Why is the pole pile arrangement considered an arithmetic sequence?
The pole pile forms an arithmetic sequence because each layer contains a constant decrease of one pole from the previous layer. This consistent pattern of change—the common difference—is the defining characteristic of arithmetic sequences. The structured arrangement allows systematic calculation of any layer's pole count and the total across all layers.
Q5: How does the partial sum differ from the total sum of an infinite sequence?
A partial sum calculates only the first n terms of a sequence, as shown when finding the total of 12 layers in the pole pile. The partial sum formula Sₙ = n(a + aₙ)/2 applies to a finite number of terms. This approach is practical for real-world applications where you need the cumulative total of a specific portion rather than an entire infinite sequence.
Q6: Can you use arithmetic sequences to solve real-world stacking problems?
Yes, arithmetic sequences model real-world stacking scenarios like the pole pile, where items decrease or increase by a constant amount per layer. By identifying the first term, common difference, and number of layers, you can calculate individual layer quantities using the nth term formula and total inventory using summation notation. This systematic approach simplifies inventory and structural calculations.
Q7: What is the relationship between arithmetic sequences and geometric sequences?
Arithmetic sequences use addition of a constant common difference, while geometric sequences use multiplication by a constant ratio. Both are structured numerical patterns that allow efficient term and sum calculations. Understanding arithmetic sequences provides foundational knowledge for comparing with geometric sequences and recognizing which pattern applies to different real-world or theoretical problems.