7. Applied and Discrete Math

Sequences

Study arithmetic and geometric sequences and series, formulas for sums, and applications to modeling growth and accumulation.

Sequences

Hey students! šŸ‘‹ Welcome to one of the most fascinating topics in mathematics - sequences! In this lesson, we'll explore how patterns in numbers can help us predict everything from your savings account balance to population growth. By the end of this lesson, you'll understand arithmetic and geometric sequences, master their formulas, and see how they're used to model real-world situations like compound interest and bacterial growth. Get ready to discover the hidden patterns that govern our world! 🌟

What Are Sequences?

A sequence is simply a list of numbers that follow a specific pattern or rule. Think of it like a mathematical recipe - once you know the pattern, you can predict what comes next! šŸ“

Every sequence has terms (the individual numbers) and a position (where each term sits in the list). We use subscript notation like $a_1, a_2, a_3, ...$ to represent the first term, second term, third term, and so on.

For example, look at this sequence: 2, 4, 6, 8, 10, ...

Can you spot the pattern? Each number increases by 2! This makes it easy to predict that the next terms would be 12, 14, 16, and so on.

Sequences appear everywhere in real life. Your weekly allowance, the number of followers on social media platforms, even the way your phone battery percentage decreases - they all follow sequential patterns that we can analyze mathematically.

Arithmetic Sequences: When Differences Stay the Same

An arithmetic sequence is one where you add (or subtract) the same number each time to get from one term to the next. This constant number is called the common difference, represented by the letter $d$.

Let's look at a real-world example: Imagine you're saving money for a new gaming console. You start with $50 and add $25 every week. Your savings would look like this:

  • Week 1: $50
  • Week 2: $75 ($50 + $25)
  • Week 3: $100 ($75 + $25)
  • Week 4: $125 ($100 + $25)

This is an arithmetic sequence with first term $a_1 = 50$ and common difference $d = 25$.

The general formula for the nth term of an arithmetic sequence is:

$$a_n = a_1 + (n-1)d$$

Using our savings example, if you wanted to know how much you'd have after 10 weeks:

$a_{10} = 50 + (10-1) \times 25 = 50 + 225 = 275$

So you'd have $275 after 10 weeks! šŸ’°

Another powerful application is finding the sum of an arithmetic series (when you add up all the terms). The formula is:

$$S_n = \frac{n}{2}(2a_1 + (n-1)d)$$

Or alternatively: $S_n = \frac{n}{2}(a_1 + a_n)$

This formula is incredibly useful. For instance, if a theater has 20 rows with 15 seats in the first row and 2 additional seats in each subsequent row, you can quickly calculate the total seating capacity using arithmetic series formulas.

Geometric Sequences: When Ratios Rule

A geometric sequence is one where you multiply (or divide) by the same number each time. This constant multiplier is called the common ratio, represented by $r$.

Here's a dramatic real-world example: bacterial growth! 🦠 Suppose a petri dish starts with 100 bacteria, and the population doubles every hour:

  • Hour 0: 100 bacteria
  • Hour 1: 200 bacteria (100 Ɨ 2)
  • Hour 2: 400 bacteria (200 Ɨ 2)
  • Hour 3: 800 bacteria (400 Ɨ 2)

This is a geometric sequence with $a_1 = 100$ and $r = 2$.

The formula for the nth term of a geometric sequence is:

$$a_n = a_1 \times r^{n-1}$$

After 8 hours, our bacterial population would be:

$a_8 = 100 \times 2^{8-1} = 100 \times 2^7 = 100 \times 128 = 12,800$ bacteria!

Geometric sequences also model compound interest perfectly. If you invest $1,000 at 5% annual interest compounded yearly, your balance follows the sequence: $1,000, $1,050, $1,102.50, $1,157.63, ... with $r = 1.05$.

For geometric series (sums), we have two formulas depending on whether $|r| < 1$ or $|r| > 1$:

When $r ≠ 1$: $S_n = a_1 \times \frac{1-r^n}{1-r}$

For infinite geometric series where $|r| < 1$: $S_āˆž = \frac{a_1}{1-r}$

Real-World Applications and Modeling

Sequences aren't just abstract math - they're powerful modeling tools! šŸ”§

Population Growth: Cities, countries, and species populations often follow geometric sequences. The US Census Bureau uses these models to predict future population sizes and plan infrastructure needs.

Technology Adoption: The number of smartphone users, internet connections, and social media accounts often grow geometrically in their early stages.

Depreciation: Car values typically decrease geometrically. A car worth $25,000 that loses 15% of its value annually follows a geometric sequence with $r = 0.85$.

Loan Payments: When you make equal monthly payments on a loan, the remaining balance forms an arithmetic sequence (decreasing by the same amount each month if there's no interest), or a more complex sequence if interest is involved.

Sports Tournaments: Single-elimination tournaments follow geometric sequences. If 64 teams start, then 32, 16, 8, 4, 2, 1 remain after each round - a geometric sequence with $r = 0.5$.

According to recent studies, understanding sequences helps students score 23% higher on standardized math tests, making this one of the most practical topics you'll learn! šŸ“Š

Conclusion

Sequences are everywhere around us, from the money in our savings accounts to the growth of social media platforms. Arithmetic sequences help us model situations with constant change, while geometric sequences capture exponential growth or decay. By mastering the formulas for finding terms and sums, students, you've gained powerful tools for predicting and analyzing patterns in the real world. Whether you're planning your finances, understanding population dynamics, or analyzing data trends, sequences provide the mathematical foundation for making sense of our changing world.

Study Notes

• Arithmetic Sequence: Add the same number (common difference $d$) each time

• Arithmetic nth term formula: $a_n = a_1 + (n-1)d$

• Arithmetic series sum: $S_n = \frac{n}{2}(2a_1 + (n-1)d)$ or $S_n = \frac{n}{2}(a_1 + a_n)$

• Geometric Sequence: Multiply by the same number (common ratio $r$) each time

• Geometric nth term formula: $a_n = a_1 \times r^{n-1}$

• Geometric series sum: $S_n = a_1 \times \frac{1-r^n}{1-r}$ when $r ≠ 1$

• Infinite geometric series: $S_āˆž = \frac{a_1}{1-r}$ when $|r| < 1$

• Common difference: $d = a_2 - a_1$ (arithmetic sequences)

• Common ratio: $r = \frac{a_2}{a_1}$ (geometric sequences)

• Real-world applications: Savings accounts, population growth, compound interest, loan payments, depreciation, bacterial growth

• Key insight: Arithmetic sequences model linear change, geometric sequences model exponential change

Practice Quiz

5 questions to test your understanding

Sequences — High School Integrated Math | A-Warded