Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Arithmetic Sequences (Linear Growth): An arithmetic sequence is a pattern where the difference between consecutive terms is constant, known as the common difference . Visually, if you plot the term number on the x-axis and the term value on the y-axis, the points will form a discrete straight line. The gradient of this line corresponds to , and the sequence is increasing if and decreasing if .
Geometric Sequences (Exponential Change): In a geometric sequence, each term is found by multiplying the previous term by a constant called the common ratio . This results in exponential growth if or exponential decay if . Visually, these sequences form a curve that either accelerates away from the x-axis or flattens out towards it. If is negative, the terms will alternate between positive and negative values, creating a zig-zag visual pattern above and below the horizontal axis.
Sigma Notation (Summation): The symbol is used to represent the sum of a sequence of numbers. The expression indicates that you should substitute integers from the lower limit to the upper limit into the general term and add the results together. Visually, this can be represented as the total area of a series of rectangles where the width is 1 and the height is the value of each term.
Convergence of Geometric Series: A geometric series is said to converge if the sum of its terms approaches a finite limit as the number of terms goes to infinity. This only occurs when the absolute value of the common ratio is less than one (). On a graph of the partial sums vs , a convergent series will appear to level off toward a horizontal asymptote, which represents the sum to infinity .
Arithmetic Series and Partial Sums: An arithmetic series is the sum of the terms in an arithmetic sequence. The formula for the sum can be visualized as finding the area of a trapezoid, where is the height and the two parallel sides are the first and last terms. As increases, the sum of an arithmetic sequence grows quadratically.
Applications to Finance: Many financial models are based on sequences. Simple interest and linear depreciation follow arithmetic patterns (linear growth/decay). In contrast, compound interest and reducing balance depreciation follow geometric patterns (exponential growth/decay), where the value changes by a fixed percentage each period. This can be visualized by comparing a straight line (simple interest) to a curve that grows steeper over time (compound interest).
📐Formulae
💡Examples
Problem 1:
An arithmetic sequence has a first term and a common difference . Find the value of the 20th term and the sum of the first 20 terms.
Solution:
-
To find the 20th term (), use the formula : .
-
To find the sum of the first 20 terms (), use the formula : .
Explanation:
This problem demonstrates the basic application of arithmetic formulas. First, we identify the specific term using the general term formula, then we use that result to calculate the sum of the series efficiently.
Problem 2:
In a geometric sequence, the second term is 12 and the fifth term is 324. Calculate the common ratio , the first term , and determine the sum of the first 5 terms.
Solution:
-
Set up equations using :
-
Divide the second equation by the first to eliminate : .
-
Substitute back to find : .
-
Calculate the sum using : .
Explanation:
For geometric sequences where the first term is not given, we solve a system of equations by dividing the terms to isolate the common ratio . Once the parameters are known, the sum formula is applied.