Patterns, Sequences, and Series Study Guide

Fundamental Concepts of Patterns and Sequences

  • Pattern Definition: A regular and repeatedly occurring arrangement of numbers, shapes, colors, or objects. Patterns operate based on specific rules that enable the prediction of subsequent elements.
  • Visual Pattern: A series comprised of shapes, images, or objects organized in a predictable and repeated manner. These are frequently observed in the natural world and various forms of art.
  • Number Sequence: An ordered list of numbers governed by a specific rule.
    • Term: The designation for each individual number within a sequence.
  • Fibonacci Sequence: A distinct sequence where each term results from the sum of the two immediately preceding terms. It typically commences with 00 and 11 (or 11 and 11 in certain variations).
  • Pattern Rule: The specific method or mathematical operation applied to progress from one term to the next. This rule can be articulated through words, mathematical formulas, or equations.

Classifications of Patterns

  • Repeating Pattern: A pattern wherein the exact same sequence of elements repeats indefinitely.
    • Example: A sequence of colors such as red-blue, red-blue, red-blue.
  • Growing Pattern: A pattern that undergoes an increase or change according to a defined rule.
    • Example: The numerical sequence 2,4,6,8,2, 4, 6, 8, \dots
  • Symmetrical Pattern: A design where one half serves as a mirror image of the other half.
    • Examples: The wings of a butterfly or a design created by folding paper.
  • Geometrical or Visual Pattern: Specific arrangements of shapes, figures, colors, or designs organized in a structured format.
    • Example: Tiles on a floor or decorative designs in artwork.

Patterns in Nature and Arts

Nature

Nature demonstrates mathematical patterns through various structures:

  • Spiral Arrangements: These patterns curve around a central focal point. Common examples include shells, flowers, and specific plant types.
  • Branching Patterns: Structures that divide into progressively smaller parts. These are visible in tree branches, root systems, and river networks.
  • Symmetry: Two halves that mirror or closely resemble each other, found in butterflies, leaves, and flowers.
  • Growth Patterns: The systematic ways living organisms develop over time, such as leaf arrangements. Many follow structured numerical relationships like the Fibonacci pattern.
Arts

Artists utilize mathematical concepts to achieve aesthetic goals:

  • Repetition: The repeated application of elements (lines, colors, shapes) to establish rhythm and unity.
  • Tessellation: A pattern created by repeating shapes that interlock perfectly without any gaps or overlapping edges.
  • Symmetry: A balanced composition where one side of the artwork mirrors the opposite side.
  • Proportion: The relationship between the sizes of various components within a work, used to create harmony.
  • Geometric Arrangements: Organizing squares, circles, triangles, and polygons into structured visual patterns, which can often be converted into numerical relationships.

Activity: Predicting Terms and Determining Rules

  1. Sequence: 2,3,5,8,12,17,23,2, 3, 5, 8, 12, 17, 23, \dots

    • Solution:
      • 2+1=32 + 1 = 3
      • 3+2=53 + 2 = 5
      • 5+3=85 + 3 = 8
      • 8+4=128 + 4 = 12
      • 12+5=1712 + 5 = 17
      • 17+6=2317 + 6 = 23
      • 23+7=3023 + 7 = 30
    • Next Term: 3030
    • Rule: Each term is obtained by adding the next consecutive whole number (1,2,3,4,1, 2, 3, 4, \dots) to the preceding term.
  2. Sequence: 2,4,8,16,32,2, 4, 8, 16, 32, \dots

    • Solution:
      • 2×2=42 \times 2 = 4
      • 4×2=84 \times 2 = 8
      • 8×2=168 \times 2 = 16
      • 16×2=3216 \times 2 = 32
      • 32×2=6432 \times 2 = 64
    • Next Term: 6464
    • Rule: Multiply the previous term by 22 to generate the subsequent term.
  3. Sequence: 100,90,81,73,66,100, 90, 81, 73, 66, \dots

    • Solution:
      • 10010=90100 - 10 = 90
      • 909=8190 - 9 = 81
      • 818=7381 - 8 = 73
      • 737=6673 - 7 = 66
      • 666=6066 - 6 = 60
    • Next Term: 6060
    • Rule: Each term is obtained by subtracting consecutive whole numbers in decreasing order (10,9,8,7,6,10, 9, 8, 7, 6, \dots) from the previous term.
  4. Sequence: 256,128,64,32,16,256, 128, 64, 32, 16, \dots

    • Solution:
      • 256÷2=128256 \div 2 = 128
      • 128÷2=64128 \div 2 = 64
      • 64÷2=3264 \div 2 = 32
      • 32÷2=1632 \div 2 = 16
      • 16÷2=816 \div 2 = 8
    • Next Term: 88
    • Rule: Divide the previous term by 22 to get the next term.

Fibonacci Sequence in Depth

Definition and Core Rule

In a Fibonacci sequence, each term is the sum of the two preceding terms.

  • Standard Sequence: 0,1,1,2,3,5,8,13,21,34,0, 1, 1, 2, 3, 5, 8, 13, 21, 34, \dots
  • Mathematical Formula: Fn=Fn1+Fn2F_n = F_{n-1} + F_{n-2}
Illustrative Examples
  • Example 1: Rabbit Population Model: A pair of newborn rabbits (one male, one female) is placed in a field. They take one month to mature. After maturing, they mate and produce one new male-female pair every month. Assuming no rabbits die:
    • January: 1 pair (juvenile)
    • February: 1 pair (matured adult)
    • March: 2 pairs (original adult pair + 1 new juvenile pair)
    • Continuance of this logic follows the Fibonacci sequence to determine the total pairs after one year.
  • Example 2: Sunflower Spiral Growth: A sunflower develops new seed spirals weekly.
    • Week 1: 11 spiral
    • Week 2: 11 spiral
    • Subsequent weeks: The sum of spirals from the previous two weeks.
    • Calculation for 8 weeks: The sequence is 1,1,2,3,5,8,13,211, 1, 2, 3, 5, 8, 13, 21.
    • Result: After 8 weeks, the sunflower will have 2121 spirals.

Arithmetic Sequences

Definitions
  • Sequence: A function with a domain consisting of the set of positive integers; an ordered list of numbers.
  • Arithmetic Sequence: A sequence where every term after the first is determined by adding a constant value.
  • Common Difference (dd): The constant value added to terms in an arithmetic sequence. It is found using d=anan1d = a_n - a_{n-1}.
Explicit Formula

an=a1+(n1)da_n = a_1 + (n - 1)d

  • ana_n: The nthn^{th} term
  • a1a_1: The first term
  • nn: The number of terms
  • dd: The common difference
Attributes and Real-Life Interpretation
  • Constant Difference: The gap between consecutive terms remains uniform (e.g., in 5,9,13,17,215, 9, 13, 17, 21, the difference is always 44).
  • Linear Growth: Arithmetic sequences increase or decrease at a steady, constant rate. This creates a straight-line pattern when graphed.
  • Applications:
    • Annual salary increases (e.g., rising by Php2,000Php2,000 every year).
    • Consistent weekly savings (e.g., Php500Php500 per week).
    • Distance traveled when moving at a constant speed.
Arithmetic Sequence Examples
  • Alex’s Salary (Company A): Starting monthly salary of Php15,000Php15,000 with an annual increase of Php1,000Php1,000.
    • To find the salary in the 5th5^{th} year (n=5n=5):
    • a5=15000+(51)1000=15000+4000=19000a_5 = 15000 + (5-1)1000 = 15000 + 4000 = 19000
    • Result: Php19,000Php19,000
  • Davao Scholarship Program:
    • Batch 1: 1,0401,040 scholars
    • Batch 2: 1,1151,115 scholars
    • Batch 3: 1,1901,190 scholars
    • Common difference d=11151040=75d = 1115 - 1040 = 75
    • To find scholars for the 23rd23^{rd} batch (n=23n=23):
    • a23=1040+(231)75=1040+(22)75=1040+1650=2690a_{23} = 1040 + (23-1)75 = 1040 + (22)75 = 1040 + 1650 = 2690
    • Result: 2,6902,690 scholars

Geometric Sequences

Definitions
  • Geometric Sequence: A sequence where each term is calculated by multiplying the previous term by a constant multiplier.
  • Common Ratio (rr): The constant multiplier, found using r=anan1r = \frac{a_n}{a_{n-1}}.
Explicit Formula

an=a1×rn1a_n = a_1 \times r^{n-1}

  • ana_n: The nthn^{th} term
  • a1a_1: The first term
  • rr: The common ratio
  • nn: The term number
Attributes and Growth Dynamics
  • Constant Ratio: The quotient of any term divided by its predecessor is identical (e.g., in 2,6,18,542, 6, 18, 54, the ratio is 33).
  • Exponential Growth/Decay: Use of repeated multiplication causes values to change by a percentage or factor rather than a fixed amount. Powers increase with each step.
  • Real-Life Growth Examples:
    • Population expansion.
    • Compound interest in finance.
    • Viral spread of information or diseases.
    • Investment growth.
  • Real-Life Decay Examples:
    • Asset depreciation.
    • Radioactive decay.
    • Decreasing populations.
Geometric Sequence Examples
  • Alex’s Salary (Company B): Starting monthly salary of Php15,000Php15,000 with a 7%7\% annual increase.
    • r=1+0.07=1.07r = 1 + 0.07 = 1.07; n=5n = 5
    • a5=15000×(1.07)51=15000×(1.07)4a_5 = 15000 \times (1.07)^{5-1} = 15000 \times (1.07)^4
    • Result: Php19,661.94Php19,661.94
  • Cookie Production: Day 1 produces 55 boxes; each day increases by 33 times the previous day.
    • a1=5a_1 = 5; r=3r = 3; n=8n = 8
    • a8=5×(3)81=5×(3)7=5×(2187)=10935a_8 = 5\times(3)^{8-1} = 5\times(3)^7 = 5\times(2187) = 10935
    • Result: 10,93510,935 boxes produced on the 8th8^{th} day.

Sequence Practice Problems

  1. PDF Zoom Problem: A PDF magnification increases by 15%15\% per zoom level. Original length of "January" is 1.2cm1.2\,cm. Find length after 66 magnifications.

    • Type: Geometric
    • Given: a1=1.2a_1 = 1.2, r=1.15r = 1.15, n=6n = 6
    • Solution: a6=1.2(1.15)61=1.2(1.15)52.41cma_6 = 1.2(1.15)^{6-1} = 1.2(1.15)^5 \approx 2.41\,cm
    • Result: 2.41cm2.41\,cm
  2. Content Creator Followers: 2020 followers on Day 1. Each day increases by 50%50\% more than the previous.

    • Type: Geometric
    • Given: a1=20a_1 = 20, r=1.50r = 1.50, n=7n = 7
    • Solution: a7=20(1.50)71=20(1.50)6227.81a_7 = 20(1.50)^{7-1} = 20(1.50)^6 \approx 227.81
    • Result: 228228 followers on the 7th7^{th} day.
  3. Tree-Planting Activity: Month 5 planted 180180 trees; Month 12 planted 355355 trees. Increase is constant.

    • Type: Arithmetic
    • Given: a5=180a_5 = 180, a12=355a_{12} = 355
    • Solution:
      • Change in trees: 355180=175355 - 180 = 175
      • Change in months: 125=712 - 5 = 7
      • Common difference d=1757=25d = \frac{175}{7} = 25
      • Find a1a_1: 180=a1+25(51)180=a1+100180 = a_1 + 25(5-1) \rightarrow 180 = a_1 + 100
      • a1=80a_1 = 80
    • Result: 8080 trees were planted in the first month.

Arithmetic and Geometric Series

Definitions
  • Series: The total sum of the terms within a specified sequence.
Arithmetic Series Formula

There are two primary formulas based on the provided data:

  1. If the first and last terms are known: Sn=n(a1+an)2S_n = \frac{n(a_1 + a_n)}{2}
  2. If the first term, difference, and number of terms are known: Sn=n2[2a1+(n1)d]S_n = \frac{n}{2}[2a_1 + (n - 1)d]
Geometric Series Formula

Used to sum terms in a geometric sequence:

  • Sn=a1(1rn)1rS_n = \frac{a_1(1 - r^n)}{1 - r}, provided that r1r \neq 1

Series Applications and Examples

Arithmetic Series Examples
  • Alex’s Total Career Earnings (Company A): 10-year total. Salary is fixed for the year before increasing.
    • Year 1 Annual: 15000×12=180,00015000 \times 12 = 180,000
    • Year 2 Annual: 16000×12=192,00016000 \times 12 = 192,000
    • d=12,000d = 12,000; n=10n = 10; a1=180,000a_1 = 180,000
    • S10=102[2(180000)+(101)12000]=5[360000+108000]=5[468000]S_{10} = \frac{10}{2}[2(180000) + (10-1)12000] = 5[360000 + 108000] = 5[468000]
    • Result: Php2,340,000Php2,340,000
  • Sum of First 100 Odd Numbers:
    • a1=1a_1 = 1, d=2d = 2, n=100n = 100
    • S100=1002[2(1)+(1001)2]=50[2+198]=50[200]S_{100} = \frac{100}{2}[2(1) + (100-1)2] = 50[2 + 198] = 50[200]
    • Result: 10,00010,000
Geometric Series Examples
  • Alex’s Total Career Earnings (Company B): 10-year total based on 7%7\% annual increase.
    • a1=180,000a_1 = 180,000; r=1.07r = 1.07; n=10n = 10
    • S10=180000(11.0710)11.07S_{10} = \frac{180000(1 - 1.07^{10})}{1 - 1.07}
    • Result: Php2,486,960.63Php2,486,960.63
  • Vince’s Hiking Trip: 3-day trip. Each day distance is 3/43/4 (or 0.750.75) of the previous day. Total distance is 83.25km83.25\,km.
    • S3=83.25S_3 = 83.25; r=0.75r = 0.75; n=3n = 3
    • 83.25=a1(10.753)10.7583.25 = \frac{a_1(1 - 0.75^3)}{1 - 0.75}
    • After solving for a1a_1
    • Result: 36km36\,km (the distance on the first day).

Series Practice Problems

  1. Theater Seating: 3232 rows total. Row 1 has 2626 seats, Row 2 has 3030, Row 3 has 3434, etc.

    • Type: Arithmetic Series
    • Given: a1=26a_1 = 26, d=4d = 4, n=32n = 32
    • Solution: S32=322[2(26)+(321)4]=16[52+124]=16[176]=2816S_{32} = \frac{32}{2}[2(26) + (32-1)4] = 16[52 + 124] = 16[176] = 2816
    • Result: 2,8162,816 seats total.
  2. Jerry’s Investment: Deposit of Php20,000Php20,000 with a yearly return of Php1,750Php1,750. Total after 88 years.

    • Type: Arithmetic Series
    • Given: a1=20,000a_1 = 20,000, d=1,750d = 1,750, n=8n = 8
    • Solution: S8=82[2(20000)+(81)1750]=4[40000+12250]=4[52250]=209000S_8 = \frac{8}{2}[2(20000) + (8-1)1750] = 4[40000 + 12250] = 4[52250] = 209000
    • Result: Php209,000Php209,000
  3. Deer Population: Initial population of 2,5372,537; growth factor is 1.0251.025 per year. Find total deer counted over 1010 years.

    • Type: Geometric Series
    • Given: a1=2,537a_1 = 2,537, r=1.025r = 1.025, n=10n = 10
    • Solution: S10=2537(11.02510)11.02528423S_{10} = \frac{2537(1 - 1.025^{10})}{1 - 1.025} \approx 28423
    • Result: 28,42328,423 deer.
  4. Shopping Mall Traffic: 120120 shoppers on Day 1. Each subsequent day traffic increases by 10%10\%.

    • Type: Geometric Series
    • Given: a1=120a_1 = 120, r=1.10r = 1.10, n=7n = 7
    • Solution: S7=120(11.107)11.101138.45S_7 = \frac{120(1 - 1.10^7)}{1 - 1.10} \approx 1138.45
    • Result: 1,1391,139 shoppers (rounded to nearest integer).