Comprehensive Study Notes on Arithmetic Progressions

Introduction to Patterns and Progressions

  • Observations of nature reveal various patterns:

    • The arrangement of petals on a sunflower.

    • The geometric holes of a honeycomb.

    • The alignment of grains on a maize cob.

    • Mathematical spirals found on a pineapple and a pine cone.

  • Patterns in daily life and quantitative sequences:

    • Salary Increments: Reena starts a job at a monthly salary of 80008000 with an annual increment of 500500. Her annual monthly salary follows the sequence: 8000,8500,9000,8000, 8500, 9000, \dots

    • Ladder Rungs: A ladder possesses rungs that decrease uniformly by 2cm2\,cm from the bottom to the top. If the bottom rung is 45cm45\,cm, the sequence of lengths is: 45,43,41,39,37,35,33,3145, 43, 41, 39, 37, 35, 33, 31.

    • Savings Schemes: An investment of 80008000 that matures to 54\frac{5}{4} of its value every 33 years results in the amounts: 10000,12500,15625,19531.2510000, 12500, 15625, 19531.25.

    • Geometric Square Units: The number of unit squares in squares with side lengths of 1,2,3,1, 2, 3, \dots units are 12,22,32,1^2, 2^2, 3^2, \dots (or 1,4,9,1, 4, 9, \dots).

    • Money Box Savings: Shakila puts 100100 into a box for her daughter's 1st birthday and increases the amount by 5050 every year: 100,150,200,250,100, 150, 200, 250, \dots.

    • Rabbit Population (Fibonacci Pattern): A pair of rabbits, starting from their second month, produce a new pair every month. The number of pairs at the start of months 11 through 66 are: 1,1,2,3,5,81, 1, 2, 3, 5, 8.

Definition and Fundamentals of Arithmetic Progressions (AP)

  • Term: Each number in a list or sequence is referred to as a term.

  • Arithmetic Progression (AP): An arithmetic progression is a list of numbers in which each term is obtained by adding a fixed number to the preceding term, except for the first term.

  • Common Difference (dd): The fixed number added to each term to get the next is called the common difference.

    • It can be positive (e.g., 1,2,31, 2, 3 \dots where d=1d = 1).

    • It can be negative (e.g., 100,70,40100, 70, 40 \dots where d=30d = -30).

    • It can be zero (e.g., 3,3,3,33, 3, 3, 3 \dots where d=0d = 0).

  • General Notation:

    • First term: a1a_1 (or simply aa).

    • Second term: a2a_2.

    • nn-th term: ana_n.

    • Successive difference: a2a1=a3a2=anan1=da_2 - a_1 = a_3 - a_2 = a_n - a_{n-1} = d.

  • General Form of an AP: The sequence can be represented as: a,a+d,a+2d,a+3d,a, a + d, a + 2d, a + 3d, \dots.

  • Types of APs:

    • Finite AP: Contains a limited number of terms and always has a last term (e.g., heights of students in a queue).

    • Infinite AP: Continues indefinitely and does not have a last term (e.g., 1,2,3,4,1, 2, 3, 4, \dots).

Finding the nn-th Term of an AP

  • Derivation via Example: Using Reena's salary example (a=8000a = 8000, d=500d = 500):

    • Year 1 (a1a_1): 80008000

    • Year 2 (a2a_2): 8000+(1×500)=8000+(21)5008000 + (1 \times 500) = 8000 + (2 - 1)500

    • Year 3 (a3a_3): 8000+(2×500)=8000+(31)5008000 + (2 \times 500) = 8000 + (3 - 1)500

    • Year nn (ana_n): 8000+(n1)5008000 + (n - 1)500

  • The General Term Formula: The nn-th term ana_n of an AP with first term aa and common difference dd is:   an=a+(n1)da_n = a + (n - 1)d

  • Last Term (ll): If there are mm terms in a finite AP, ama_m is also denoted by ll.

  • Determining nn: To check if a specific number (e.g., 301301) is a term in a sequence, substitute it for ana_n and solve for nn. If nn is not a positive integer, the number is not a term in the AP.

  • Reverse AP Calculations: To find a term from the end of a finite AP, you can reverse the sequence so that the last term becomes the first term and the sign of dd is inverted.

Sum of the First nn Terms of an AP (SnS_n)

  • Gauss's Method: To find the sum of 11 to 100100, Gauss wrote the sum forward and backward:

    • S=1+2+3++100S = 1 + 2 + 3 + \dots + 100

    • S=100+99+98++1S = 100 + 99 + 98 + \dots + 1

    • 2S=101+101++1012S = 101 + 101 + \dots + 101 (100100 times)

    • S=100×1012=5050S = \frac{100 \times 101}{2} = 5050

  • General Formula for Sum:   Sn=n2[2a+(n1)d]S_n = \frac{n}{2}[2a + (n - 1)d]

  • Alternative Sum Formulas:

    • Using the last term (ana_n): Sn=n2(a+an)S_n = \frac{n}{2}(a + a_n)

    • Using ll for last term: Sn=n2(a+l)S_n = \frac{n}{2}(a + l)

  • Relationship between ana_n and SnS_n: The nn-th term can be found if the sum formulas are known:   an=SnSn1a_n = S_n - S_{n-1}

  • Sum of First nn Positive Integers:   Sn=n(n+1)2S_n = \frac{n(n + 1)}{2}

Examples and Numerical Applications

  • Divisibility Problems: To find how many two-digit numbers are divisible by 33, identify the first term (1212), the last term (9999), and the common difference (33). Using an=a+(n1)da_n = a + (n-1)d, we find n=30n = 30.

  • Simple Interest as an AP: Interest on 10001000 at 8%8\% simple interest calculated annually results in an AP: 80,160,240,80, 160, 240, \dots.

    • For 3030 years: a30=80+(301)80=2400a_{30} = 80 + (30 - 1)80 = 2400.

  • Flower Bed Example: Rows follow an AP: 23,21,19,,523, 21, 19, \dots, 5.

    • a=23,d=2,an=5a = 23, d = -2, a_n = 5. Solving for nn gives 1010 rows.

  • Double Solutions for nn: In some cases (Example 13), two values of nn satisfy a sum. This happens when the common difference is negative, allowing subsequent terms to sum to zero and cancel each other out.

  • Arithmetic Mean: If three numbers a,b,ca, b, c are in AP, then bb is the arithmetic mean of aa and cc:   b=a+c2b = \frac{a + c}{2}

Practical Problems and Case Studies

  • Construction Delay Penalty: A project starts with a penalty of 200200 for Day 1, increasing by 5050 each day (250,300,250, 300, \dots). For a 3030-day delay, the total penalty is calculated as S30S_{30}.

  • Tree Planting: In a school with classes I to XII, each class has 33 sections. Each section plants trees equal to its class number. This forms an AP: 3(1),3(2),,3(12)3(1), 3(2), \dots, 3(12).

  • Spiral Length: A spiral made of 1313 semicircles with increasing radii (0.5,1.0,1.50.5, 1.0, 1.5 \dots). Total length is the sum of the circumferences (Semi-circumference =πr= \pi r).

  • Log Stacking: 200200 logs stacked with 2020 in the bottom row, 1919 next, etc. Solve Sn=200S_n = 200 where a=20,d=1a = 20, d = -1. If nn returns two values, check which value results in a non-negative count for the top row (an1a_n \ge 1).

  • Potato Race: Competitor runs to pick up 1010 potatoes at distances 5m,8m,11m5\,m, 8\,m, 11\,m \dots and return each to a bucket at the start. Total distance is 2×2 \times \sum distances to potatoes.