10.3
סדרה חשבונית היא רצף מספרים שבו כל איבר מתקבל על־ידי הוספת ערך קבוע, הנקרא ההפרש המשותף, לאיבר שקדם לו. דפוס עקבי זה מאפשר לחשב ביעילות כל איבר בסדרה…
רצף אריתמטי הוא רשימה של מספרים שבהם כל מונח גדל או יורד באותו מספר קבוע, המכונה ההפרש המשותף. חשבו על ערימת מוטות. השכבה הראשונה מכילה 25 קטבים, ומספר הקטבים ממשיך לרדת ב-1 בכל שכבה עוקבת.
בהתחשב בכך שלערימה יש 12 שכבות, המטרה היא למצוא את המספר הכולל של העמודים.
סידור זה יוצר רצף אריתמטי, כאשר מספר הקטבים יורד בכמות קבועה משכבה אחת לאחרת.
בתרחיש זה, מספר הקטבים בשכבה ה-12 מחושב באמצעות הנוסחה עבור המונח ה-n של רצף אריתמטי, בהתבסס על המונח הראשון, ההפרש המשותף ומספר השכבות. הערכים של מונחים אלה מוחלפים לאחר מכן בנוסחה, שמתפשטת ל-25 פחות 11, ומעניקה 14 קטבים בשכבה ה-12.
המספר הכולל של הקטבים בערימה, המכונה הסכום החלקי של הרצף, מחושב לאחר מכן על ידי לקיחת הממוצע של מספר הקטבים בשכבה הראשונה והאחרונה והכפלתו במספר הכולל של השכבות. זה נקרא סכום חלקי מכיוון שרק 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.