See number patterns come alive as dots on a graph
Patterns predict the future — from monthly loan payments (arithmetic sequences) to investment growth (geometric sequences) to the spiral of a seashell (Fibonacci). A sequence is a list of numbers that follow a pattern. The simplest kind is an arithmetic sequence like 1, 3, 5, 7, 9, ... where each number is 2 more than the last. Plot these as dots and they form a straight line!
A geometric sequence like 2, 4, 8, 16, 32, ... multiplies by 2 each time. Plot these and the dots curve upward exponentially.
When you ADD up the terms of a sequence, you get a series. Some series grow without bound, but others approach a limit — they converge. The classic example is 1 + 1/2 + 1/4 + 1/8 + ... = 2. In this lesson, you'll see all of this on the graph.