0% found this document useful (0 votes)
151 views6 pages

AP and GP Formulas Explained

The document provides formulas and examples for Arithmetic Progression (AP) and Geometric Progression (GP). It includes calculations for the nth term, common difference, sum of terms, and arithmetic mean for AP, as well as similar calculations for GP including the nth term, common ratio, and geometric mean. Each section is illustrated with examples to clarify the application of the formulas.

Uploaded by

ritiklalprasad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
151 views6 pages

AP and GP Formulas Explained

The document provides formulas and examples for Arithmetic Progression (AP) and Geometric Progression (GP). It includes calculations for the nth term, common difference, sum of terms, and arithmetic mean for AP, as well as similar calculations for GP including the nth term, common ratio, and geometric mean. Each section is illustrated with examples to clarify the application of the formulas.

Uploaded by

ritiklalprasad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Arithmetic Progression (AP) Formulas with Examples

1. nth Term of an AP

Formula:

a = a + (n - 1)d

Where:

a = first term

d = common difference

n = term number

a = nth term

Example:

Find the 10th term of an AP where a = 3, d = 5:

a10 = 3 + (10 - 1) 5 = 3 + 45 = 48

2. Common Difference (d)

Formula:

d = (a - a) / (m - n)

Where:

a, a = m-th and n-th terms

m, n = their respective positions

Example:

Given a8 = 32, a5 = 23,

d = (32 - 23) / (8 - 5) = 9 / 3 = 3
3. Sum of First n Terms (S)

Formulas:

S = n/2 [2a + (n - 1)d] or S = n/2 (a + l)

Where:

a = first term

d = common difference

n = number of terms

l = last term

Example:

Find sum of first 20 terms where a = 4, d = 3:

S20 = 20/2 [24 + (20 - 1)3] = 10 [8 + 57] = 10 65 = 650

4. Number of Terms (n) when Last Term (l) is Known

Formula:

n = (l - a) / d + 1

Where:

a = first term

l = last term

d = common difference

Example:

If a = 7, l = 55, d = 3:

n = (55 - 7) / 3 + 1 = 48 / 3 + 1 = 16 + 1 = 17

5. Arithmetic Mean (AM)

Formula:
AM = (a + b) / 2

Where:

a, b = two numbers

Example:

AM between 12 and 20:

AM = (12 + 20) / 2 = 16

6. General Form of an AP

Form:

a, a + d, a + 2d, a + 3d,

Example:

First 5 terms of an AP where a = 2, d = 4:

2, 6, 10, 14, 18

7. Three Numbers in AP

Rule:

If a, b, c are in AP, then b = (a + c)/2

Example:

If a = 5, c = 15:

b = (5 + 15)/2 = 10

Geometric Progression (GP) Formulas with Examples


1. nth Term of a GP

Formula:

a=a r

Where:

a = first term

r = common ratio

n = term number

a = nth term

Example:

Find 5th term of GP with a = 2, r = 3:

a5 = 2 3 = 2 81 = 162

2. Common Ratio (r)

Formula:

r = a / a-1

Where:

a, a-1 = consecutive terms

Example:

If a = 16, a-1 = 8:

r = 16 / 8 = 2

3. General Form of a GP

Form:

a, ar, ar, ar,


Example:

If a = 1, r = 2, first 4 terms:

1, 2, 4, 8

4. Sum of First n Terms (S)

Formula (r 1):

S = a (r - 1) / (r - 1)

Alternate (r < 1):

S = a (1 - r) / (1 - r)

Where:

a = first term

r = common ratio

n = number of terms

Example:

Find sum of first 4 terms where a = 3, r = 2:

S4 = 3 (2 - 1)/(2 - 1) = 3 15 = 45

5. Sum to Infinity (|r| < 1)

Formula:

S = a / (1 - r)

Where:

a = first term

r = common ratio
Example:

a = 5, r = 1/2:

S = 5 / (1 - 1/2) = 10

6. Geometric Mean (GM)

If a, b, c in GP, then:

b = (ac)

Example:

If a = 4, c = 36:

b = (4 36) = 144 = 12

7. Number of Terms (n)

Formula:

n = log_r(a/a)

Where:

a = first term

a = nth term

r = common ratio

Example:

a = 2, r = 3, a = 162:

3 = 81 = 3 n - 1 = 4 n = 5

Common questions

Powered by AI

In a geometric progression, the position of terms relative to the first is critical, as each term is the product of the initial term and exponential powers of the common ratio (r). The general GP form a, ar, ar^2, ar^3, etc., reflects how positions multiply sequentially each preceding term by r. The consistency of multiplication underscores the role of both positional order and r in forming a sequence where each subsequent term exponentially derives from its predecessor, maintaining the progression's defining exponential growth .

Calculating the sum of terms in an arithmetic progression (AP) involves either S = n/2 [2a + (n - 1)d] or S = n/2 (a + l), leveraging the constant linear difference among terms to aggregate their values. In contrast, the geometric progression's (GP) sum calculation employs the formula S = a(r^n - 1) / (r - 1) for r > 1 or S = a(1 - r^n) / (1 - r) for r < 1, which accounts for exponential scaling between terms. While AP sums grow linearly with n, GP sums exponentially (or logarithmically for |r| < 1) reflect sequence nature, making the latter heavily dependent on the common ratio's magnitude .

The nth term formula for arithmetic progressions, a_n = a + (n - 1)d, captures its essence by exemplifying linearity; each term extends from the first through uniform increments dictated by a constant difference. Conversely, the geometric progression nth term formula, a_n = a * r^(n-1), embodies the sequence's exponential nature, as each term represents a geometric growth from the prior. These formulas are foundational yet drastically different due to the inherent scaling behavior—linear versus exponential—defining each progression's core identity and growth model .

The common ratio in a geometric progression (GP) is a critical factor that determines the sequence's growth pattern. If the common ratio is greater than 1, the sequence grows exponentially. If it's between 0 and 1, the sequence decreases exponentially, approaching zero. When the ratio is negative, the sequence oscillates between positive and negative values. Therefore, the common ratio not only influences the sign and magnitude of terms but also dictates whether the series converges, especially evident in finding sums to infinity (|r| < 1).

To calculate the number of terms in a geometric progression when given the first term (a), common ratio (r), and the nth term (a_n), use the formula a_n = a * r^(n-1). Rearranging gives n = log_r(a_n/a) + 1. For example, with a = 2, r = 3, and a_n = 162, solve for n: 162 = 2 * 3^(n-1), which simplifies to 3^(n-1) = 81, leading to n-1 = 4; thus n = 5. This formula efficiently resolves n by leveraging the exponential relationship inherent in GPs .

The formula for calculating the arithmetic mean (AM) between two numbers a and b is AM = (a + b) / 2. This mean is unique for numbers in an arithmetic progression because it represents the middle point which equalizes the difference between it and both numbers. Thus, when three numbers, such as a, AM, and b, are in arithmetic progression, the additivity symmetry of differences holds (AM - a = b - AM), crystallizing it as a true average .

The nth term formula of an arithmetic progression, a_n = a + (n - 1)d, is a precise predictive tool as it logically extends the first term by repeatedly applying the common difference. It allows for the exact calculation of any term within the sequence, provided all variables are accurately known. This direct linear relationship assures that as long as the first term and common difference are correctly identified, the predicted nth term is unequivocally exact, highlighting its reliability and accuracy in forecasting sequential values .

To determine the common difference (d) of an arithmetic progression (AP) given two specific terms, you can use the formula d = (a_m - a_n) / (m - n), where a_m and a_n are the terms at positions m and n, respectively. For example, if the 8th term (a_8) is 32 and the 5th term (a_5) is 23, the common difference is calculated as d = (32 - 23) / (8 - 5) = 9 / 3 = 3 .

The sum to infinity formula, S = a / (1 - r), for geometric progressions underscores their convergence properties when the common ratio's magnitude is less than one (|r| < 1). This ability to calculate a finite sum despite infinite terms emphasizes the unique property of diminishing sequences, where each term progressively shrinks, allowing the total converged sum to remain bounded. Consequently, this mathematical property signifies GPs' potential to approach yet never exceed a fixed limit, distinctly marking their divisibility from arithmetic equivalents .

The number of terms (n) in an arithmetic progression directly influences the sum of its terms, as demonstrated by the formula S = n/2 [2a + (n - 1)d]. As 'n' increases, the multiplier of the mean of the series increases linearly, thereby increasing the total sum. For instance, doubling the terms approximately doubles the sum, assuming the progression remains strict (constant common difference). This linear relationship underscores how elongated sequences naturally aggregate substantial sums versus their shorter counterparts .

You might also like