Unit 2: Geometric Sequences

Geometric sequences are sequences of numbers where each term after the first is obtained by multiplying the previous term by a constant ratio. This unit will delve into the properties, formulas, and applications of geometric sequences.

Introduction

A geometric sequence is a sequence of numbers in which each term after the first is obtained by multiplying the previous term by a constant called the common ratio. Understanding geometric sequences is crucial for various fields, including finance, physics, and computer science.

Video Lessons

Definition

A geometric sequence is a sequence of numbers where each term after the first is obtained by multiplying the previous term by a constant ratio, r.

It is expressed in the general form:

a, ar, ar2, ar3, ar4, ..., arn-1

Where:

  • a is the first term.
  • r is the common ratio.
  • n is the term number.
  • Tn = arn-1 is the formula for the nth term.

Key Properties

  1. Common Ratio (r): The ratio between consecutive terms is always the same and is found by:

    r = Tn+1 / Tn

  2. Formula for the nth Term:

    Tn = arn-1

  3. Sum of the First n Terms:

    Sn = a(1 - rn) / (1 - r)

    Where r ≠ 1.

  4. Infinite Sum (for |r| < 1):

    S = a / (1 - r)

Examples

Example 1

Problem: Given the sequence 2, 6, 18, 54, ..., find the 5th term.

Solution:

  • First term, a = 2
  • Common ratio, r = 6 / 2 = 3
  • Term number, n = 5

Using the formula:

T5 = 2 × 35-1 = 2 × 34 = 2 × 81 = 162

Therefore, the 5th term is 162.

Example 2

Problem: Given T1 = 81 and r = 1/3, find the 6th term.

Solution:

Using the formula:

T6 = 81 × (1/3)6-1 = 81 × (1/3)5

Calculating:

T6 = 81 × 1/243 = 81 / 243 = 1/3

Therefore, the 6th term is 1/3.

Flashcards

What is a geometric sequence?

A sequence where each term is obtained by multiplying the previous term by a constant ratio.

How do you find the common ratio?

Divide any term by its preceding term: r = Tn+1 / Tn

What is the formula for the nth term?

Tn = arn-1

Interactive Calculator & Sequence Generator

Use this calculator to find the nth term and generate the sequence:

Sequence Analyzer

Enter a geometric sequence to analyze its properties:

Enter numbers separated by commas.

Practice Questions

  1. Find the 8th term of the geometric sequence 3, 6, 12, 24, ...
  2. If the first term is 5 and the common ratio is 2, find the 7th term.
  3. Determine if the sequence 4, 12, 36, 108, ... is geometric. If so, find the 10th term.
  4. The 3rd term is 16 and the 6th term is 128. Find the first term and the common ratio.

Quick Quiz

1. What is the common ratio in the sequence 2, 10, 50, 250, ...?

2. In the formula Tn = arn-1, what does 'r' represent?

Hint: The common ratio is the factor by which you multiply to get from one term to the next!

Summary

  • A geometric sequence has a constant ratio between consecutive terms.
  • The nth term formula is essential for finding any term in the sequence.
  • Geometric sequences have applications in various real-world scenarios, including finance and population growth.
Back to Chapter 1