Lesson: Sequences and Series

Hello, everyone! Welcome to the lesson on Sequences and Series, a key part of the "Numbers and Algebra" section in Applied Mathematics 2. This chapter is a "score-booster" if you understand the core principles and memorize the main formulas. More importantly, it's very relevant to our daily lives, such as saving money, paying off installments, or even population growth. If you're ready, let’s get started! Don't worry if your foundation isn't quite solid yet; we'll take it step by step together.


1. Getting to Know "Sequences"

A sequence is a group of numbers arranged in an orderly way or following a specific rule. We represent each term with symbols as follows:

\(a_1, a_2, a_3, ..., a_n\)

- \(a_1\) is the 1st term (the first number)
- \(a_n\) is the n-th term or the "general term" (the one we want to find)

1.1 Arithmetic Sequence

Think of walking up stairs; each step we take is at a consistent height. An arithmetic sequence is a sequence created by adding or subtracting the same constant number repeatedly. We call this constant the Common Difference, represented by the symbol \(d\).

Essential formula to remember:
\(a_n = a_1 + (n - 1)d\)

Simple example:
Sequence 2, 5, 8, 11, ...
You can see that each term increases by 3, so \(a_1 = 2\) and \(d = 3\).

Key point:
- If \(d\) is positive, the sequence increases.
- If \(d\) is negative, the sequence decreases.

Common mistake: Many people often mix up the formulas or forget the \((n-1)\) parentheses, leading to calculation errors. Always double-check which term \(n\) you are looking for.


1.2 Geometric Sequence

If an arithmetic sequence is about addition, a geometric sequence is about multiplication! The number we multiply repeatedly is called the Common Ratio, represented by the symbol \(r\).

Essential formula to remember:
\(a_n = a_1 \cdot r^{n-1}\)

Simple example:
Sequence 2, 4, 8, 16, ...
You can see that each term is multiplied by 2, so \(a_1 = 2\) and \(r = 2\).

Did you know?
Geometric sequences often increase or decrease "very rapidly" compared to arithmetic sequences, much like the spread of a virus or the growth of compound interest.

Summary of keywords:
- Arithmetic: Add/Subtract the same amount (\(d\))
- Geometric: Multiply/Divide by the same amount (\(r\))


2. Series - When We Sum Up Numbers

"Series" might sound intimidating, but it is actually just adding up the terms in a sequence. We represent the sum of the first \(n\) terms with the symbol \(S_n\).

2.1 Arithmetic Series

There are two formulas you can choose from depending on the information you have:

1. When you know the first term (\(a_1\)) and the last term (\(a_n\)):
\(S_n = \frac{n}{2}(a_1 + a_n)\)

2. When you know the first term (\(a_1\)) and the common difference (\(d\)):
\(S_n = \frac{n}{2}[2a_1 + (n-1)d]\)

Memory technique: The first formula is like "finding the average of the first and last terms, then multiplying by the number of terms." It’s that simple!

2.2 Geometric Series

For the sum of a sequence generated by multiplication:

\(S_n = \frac{a_1(1 - r^n)}{1 - r}\) (used when \(r \neq 1\))

Common mistake: Be careful with the negative signs in the formula, and don't mix up \(r^n\) (in the series formula) with \(r^{n-1}\) (in the sequence formula)!


3. Real-World Applications (Financial Math)

If it feels difficult at first, don't worry. This section is actually the heart of Applied Mathematics 2!

Compound Interest

This formula is the hero for all things related to savings:
\(A = P(1 + i)^n\)

- \(A\): Total amount (Principal + Interest)
- \(P\): The initial principal deposited
- \(i\): Interest rate per period (e.g., if the interest is 12% per year, paid monthly, \(i\) would be \(0.12/12 = 0.01\))
- \(n\): Total number of payment periods

Key point: When solving interest problems, read carefully to see if the interest is calculated "monthly" or "yearly," as this will always affect the values of \(i\) and \(n\).


Key Takeaways

1. Arithmetic Sequence: Focus on finding \(d\) (current term minus previous term).
2. Geometric Sequence: Focus on finding \(r\) (current term divided by previous term).
3. Series: This is the sum \(S_n\); choose the formula that matches the information you have.
4. Applications: Financial problems primarily use geometric sequence/series formulas.

Final Advice: This chapter relies on frequent practice so you can easily identify what the problem is asking for and which formula to apply. Try writing out the formulas on a blank sheet of paper before you start your exercises; it will help you remember them better. Good luck, everyone! I'm cheering for you!