10.4
在系统中,如果各数值在每个阶段都以固定比例递减,则由此形成的序列称为几何序列。序列中的每一项都通过将前一项乘以一个恒定的比率得到。这种规律性的比例递减模式常用于描述涉及逐步损失的过程,例如能量耗散或振幅随时间的衰减。
当分析此类过程经过无限次迭代后的总体效应时,该序列被称为无限几何级数。若公比的绝对…
假设将一个球从某一高度 dropped 到坚硬的表面上。每次弹起后,它都会反弹到前一次弹起高度的固定比例。
回弹高度遵循几何模式,每一次新的高度均为前一次高度的一个固定比例。
用于乘法的固定值称为公比。
第一项表示初始反弹高度,每一后续高度通过将前一项乘以公比来计算。
此过程模拟了指数衰减,因为球在每次弹跳时都会损失能量。
随后,通过将每次反弹高度乘以 2 来计算多次反弹后的总累计距离,以同时考虑上升和下降过程,但初始下落除外。
当序列中的每一项都加倍后,可通过部分和——即固定数量项的和——来计算小球在任意时刻所经过的总累计距离。
要求得第 n 个部分和,可先写出该和式,再将其乘以公比,使所有项向前移动一位。相减后中间项相互抵消,仅剩下首项和末项。
因式分解与除法运算得到第 n 项部分和,展示了几何数列在实际情境中的工作原理。
View the full transcript and gain access to JoVE Core videos
Q1: What is a common ratio in a geometric sequence?
The common ratio is the fixed multiplier used to calculate each term from the previous term in a geometric sequence. In the ball-bounce example, if a ball rebounds to a fixed fraction of its previous height, that fraction is the common ratio. Each new term equals the previous term multiplied by this constant value, creating the predictable geometric pattern.
Q2: How does a geometric sequence model the bouncing ball problem?
When a ball is dropped and bounces, each rebound height is a consistent fraction of the previous height, forming a geometric sequence. The first term represents the initial rebound height, and subsequent heights are calculated by multiplying by the common ratio. This process models exponential decay, as the ball loses energy with each bounce until it eventually stops.
Q3: What is an nth partial sum in a geometric sequence?
An nth partial sum is the sum of a fixed number of terms in a geometric sequence. To find it, write the sum, multiply by the common ratio, and subtract to cancel middle terms, leaving only the first and last. This technique allows calculation of the ball's total cumulative distance at any point without adding every individual term.
Q4: When does an infinite geometric series converge to a finite sum?
An infinite geometric series converges to a finite sum when the magnitude of the common ratio is less than one. Under this condition, the sequence values continue to decrease, and their accumulated total approaches a definite number rather than growing unbounded. This convergence property is essential for calculating long-term outcomes in exponential decay processes.
Q5: What is the formula for the sum of an infinite geometric series?
The sum of an infinite geometric series is calculated using the formula S = a / (1 - r), where S is the total sum, a is the initial value, and r is the common ratio. This expression enables efficient calculation of long-term outcomes in processes exhibiting exponential decrease, with applications across physics, economics, and engineering.
Q6: How does doubling rebound heights account for total distance in the bouncing ball model?
Each rebound height must be doubled to account for both the upward ascent and downward descent of the ball, except for the initial drop. Once each term is doubled, partial sums calculate the ball's total cumulative distance covered at any point. This adjustment ensures the model accurately represents the complete path traveled during the bouncing process.
Q7: How do geometric sequences differ from arithmetic sequences?
Geometric sequences use multiplication by a constant ratio to generate terms, while arithmetic sequences use addition of a constant difference. Geometric sequences model exponential processes like energy decay, whereas arithmetic sequences represent linear growth or decline. Understanding both sequence types is fundamental to analyzing different mathematical patterns and real-world phenomena.