Aimathic
Login | English | Deutsch

Free math worksheets

Build your own math worksheets from 30,000+ problems for grades 3 to 12, from fractions to AP Calculus. Every problem comes with step-by-step solutions.

Geometric series

Click problems to add them to your worksheet.

55061711
Consider the finite sum \(2+6+18+54\). Is this an arithmetic series or a geometric series? State the first term, common ratio or common difference, and number of terms.

Hints

- Compare consecutive terms using both subtraction and division. - A constant multiplicative change identifies a geometric pattern. - Count the displayed terms after deciding which type of series it is.

Solution

Each term is obtained by multiplying the previous term by \(3\): \(6\div2=3\), \(18\div6=3\), and \(54\div18=3\). Therefore, the sum is a geometric series with first term \(a_1=2\), common ratio \(r=3\), and \(n=4\) terms.

Answer

Geometric series; \(a_1=2\), \(r=3\), \(n=4\).
55543211
The geometric sequence begins \(3,6,12,24,\ldots\). Find \(a_4\) and \(S_4\), where \(S_4\) is the sum of the first four terms. Explain the difference between the two quantities.

Hints

- The subscript on \(a_4\) identifies a single position in the sequence. - The symbol \(S_4\) represents an accumulated total, not another sequence term. - List exactly which terms contribute to the partial sum.

Solution

1. The fourth term is \(a_4=24\). 2. The partial sum is \(S_4=3+6+12+24=45\). 3. The symbol \(a_4\) names one term of the sequence, while \(S_4\) names the cumulative total of the first four terms.

Answer

\(a_4=24\); \(S_4=45\). The first is one sequence term, while the second is the sum of the first four terms.
55543311
An infinite geometric series has first term \(12\) and common ratio \(r=\frac{1}{4}\). Without finding the sum, decide whether the series converges. State the geometric-series convergence condition you used.

Hints

- The decision depends on the common ratio, not on the size of the first term. - Compare the absolute value of the ratio with \(1\).

Solution

1. An infinite geometric series converges when \(|r|<1\). 2. Here \(\left|\frac{1}{4}\right|<1\), so the series converges.

Answer

The series converges because \(|r|=\frac{1}{4}<1\).
55061811
Find the sum \(5+15+45+135+405+1215\).

Hints

- Identify the constant ratio between consecutive terms. - Count how many terms are included before choosing the exponent in the finite-sum formula. - Use a version of the geometric-series formula whose signs fit a ratio greater than \(1\).

Solution

This is a geometric series with \(a_1=5\), \(r=3\), and \(n=6\). Using the finite geometric-series formula, \(S_6=5\frac{3^6-1}{3-1}=1820\).

Answer

\(1820\)
55061911
Evaluate \(\sum_{k=0}^{5}96\left(\frac{1}{2}\right)^k\) using a geometric-series formula.

Hints

- The lower sigma bound tells you what exponent appears in the first term. - Determine the number of terms from the inclusive bounds before using the finite geometric-series formula. - Keep the ratio as a fraction while simplifying.

Solution

1. The series has first term \(96\), common ratio \(\frac{1}{2}\), and \(6\) terms. 2. Therefore, \(S_6=96\frac{1-(\frac{1}{2})^6}{1-\frac{1}{2}}=189\).

Answer

\(a_1=96\), \(r=\frac{1}{2}\), \(n=6\), so \(S_6=96\frac{1-(\frac{1}{2})^6}{1-\frac{1}{2}}=189\).
55062011
A ball rebounds to \(\frac{3}{4}\) of its previous rebound height. Its first rebound reaches \(12\,\text{ft}\). What is the total upward distance traveled during the first five rebounds? Round to the nearest tenth of a foot.

Hints

- List what quantity each term of the geometric series represents in this context. - Use the rebound factor as the common ratio and count only the five upward rebound heights requested. - Round only after evaluating the finite sum.

Solution

The rebound heights form a geometric series with \(a_1=12\), \(r=\frac{3}{4}\), and \(n=5\). Thus, \(S_5=12\frac{1-(\frac{3}{4})^5}{1-\frac{3}{4}}=\frac{2343}{64}\approx36.609375\). Rounded to the nearest tenth, the total upward distance is \(36.6\,\text{ft}\).

Answer

\(36.6\,\text{ft}\)
52594711
A rumor spreads through a city. At \(t=0\), one person knows the rumor. During the first hour, that person tells three people. Each person who newly hears the rumor takes exactly one hour to tell three other people who have not heard it. a) How many people hear the rumor for the first time during hour \(5\)? b) How many people have heard the rumor in all after \(8\) hours, including the first person? c) After how many full hours have more than \(250{,}000\) people heard the rumor?

Hints

- Separate the number of new people in one hour from the cumulative number who have heard the rumor. - For the cumulative total, include the initial person together with every later group. - For the threshold, compare consecutive whole-hour totals near the target.

Solution

a) The number who hear the rumor for the first time during hour \(n\) is \(3^n\). During hour \(5\), \(3^5=243\) people hear it for the first time. b) After \(n\) hours, the total is the geometric sum \(1+3+3^2+\cdots+3^n=\frac{3^{n+1}-1}{2}\). For \(n=8\), the total is \(\frac{3^9-1}{2}=9841\). c) After \(10\) hours, the total is \(\frac{3^{11}-1}{2}=88{,}573\), below \(250{,}000\). After \(11\) hours, it is \(\frac{3^{12}-1}{2}=265{,}720\), above \(250{,}000\). Therefore, the first such time is \(11\) full hours.

Answer

a) \(243\) people b) \(9841\) people c) \(11\) hours
55062111
Let \(S_n=a+ar+ar^2+\cdots+ar^{n-1}\), where \(r\ne1\). Derive the finite geometric-series formula by multiplying the equation by \(r\) and subtracting. Show the cancellation equation before isolating \(S_n\).

Hints

- Write the original sum and the multiplied sum on separate lines so equal powers line up. - Choose the subtraction order so that most middle terms cancel. - Factor the expression multiplying \(S_n\) before isolating the sum.

Solution

1. Multiply the sum by \(r\): \(rS_n=ar+ar^2+\cdots+ar^{n-1}+ar^n\). 2. Subtract the second equation from the first: \(S_n-rS_n=a-ar^n\). 3. Factor both sides: \((1-r)S_n=a(1-r^n)\). 4. Since \(r\ne1\), divide by \(1-r\): \(S_n=a\frac{1-r^n}{1-r}\).

Answer

\(S_n-rS_n=a-ar^n\), so \((1-r)S_n=a(1-r^n)\) and \(S_n=a\frac{1-r^n}{1-r}\) for \(r\ne1\).
55062211
Evaluate the finite geometric series \(64-32+16-8+4-2+1\) using the geometric-series formula.

Hints

- Include the sign when finding the common ratio; the terms alternate because the ratio is negative. - Count the number of terms carefully before choosing the exponent in the finite-sum formula. - Keep the negative ratio inside parentheses when raising it to a power.

Solution

1. The series has \(a_1=64\), common ratio \(r=-\frac{1}{2}\), and \(n=7\) terms. 2. Therefore, \(S_7=64\frac{1-(-\frac{1}{2})^7}{1-(-\frac{1}{2})}=43\).

Answer

\(a_1=64\), \(r=-\frac{1}{2}\), \(n=7\), so \(S_7=64\frac{1-(-\frac{1}{2})^7}{1-(-\frac{1}{2})}=43\).
55062311
A geometric series has first term \(3\) and common ratio \(2\). What is the smallest positive integer \(n\) for which the sum of the first \(n\) terms is greater than \(3000\)?

Hints

- Express the partial sum as a function of \(n\) before comparing it with the threshold. - After isolating the exponential expression, compare nearby powers of the common ratio. - Verify both the chosen value and the preceding integer to establish that your answer is the smallest one.

Solution

The partial sum is \(S_n=3\frac{2^n-1}{2-1}=3(2^n-1)\). We need \(3(2^n-1)>3000\), so \(2^n>1001\). Since \(2^9=512\) and \(2^{10}=1024\), the smallest possible value is \(n=10\). Indeed, \(S_9=1533\) and \(S_{10}=3069\).

Answer

\(n=10\)
55062411
Compare the two infinite geometric series: \(A=12+6+3+\frac{3}{2}+\cdots\) \(B=12-18+27-\frac{81}{2}+\cdots\) For each series, determine whether it converges. Find the sum of any series that converges.

Hints

- Find the common ratio of each series before deciding whether an infinite sum exists. - For an infinite geometric series, the size of \(|r|\) determines whether the partial sums approach a finite value. - Apply the infinite-sum formula only after confirming the convergence condition.

Solution

Series \(A\) has common ratio \(r=\frac{1}{2}\). Since \(|r|<1\), it converges, and \(A=\frac{12}{1-\frac{1}{2}}=24\). Series \(B\) has common ratio \(r=-\frac{3}{2}\). Since \(|r|>1\), its terms do not approach \(0\), so the infinite series diverges.

Answer

\(A\) converges to \(24\). \(B\) diverges.
55543411
Karim looks at the infinite series \(18-6+2-\frac{2}{3}+\cdots\) and claims, “It diverges because the signs keep alternating.” Evaluate the claim. Determine the common ratio, decide whether the series converges, and find its sum if it converges.

Hints

- Find the ratio of one term to the term immediately before it, including the sign. - For an infinite geometric series, convergence depends on the absolute value of the common ratio. - Decide whether the convergence condition is satisfied before using an infinite-sum formula.

Solution

1. The common ratio is \(r=\frac{-6}{18}=-\frac{1}{3}\). 2. Because \(|r|=\frac{1}{3}<1\), the infinite geometric series converges even though its terms alternate in sign. 3. Its sum is \(S_\infty=\frac{18}{1-(-\frac{1}{3})}=\frac{18}{\frac{4}{3}}=\frac{27}{2}\). 4. Therefore, Karim's claim is incorrect: alternating signs do not by themselves imply divergence.

Answer

The claim is incorrect. \(r=-\frac{1}{3}\), the series converges, and \(S_\infty=\frac{27}{2}\).
55543511
Panels a) and b) show the first six partial sums \(S_n\) of two infinite geometric series. Both series have first term \(4\), and their common ratios are \(1\) and \(-1\), one ratio for each panel. The panels are not identified with the ratios. a) Match each panel to its common ratio. b) For each panel, describe the pattern of \(S_n\) with a formula or odd-even rule and explain why the corresponding infinite series diverges. c) Explain how the two graphs illustrate what can happen at the boundary \(|r|=1\).
Figure for problem 555435

Hints

- Read the sequence of plotted partial sums before deciding which ratio belongs to each panel. - Consecutive differences of partial sums recover the terms of the underlying series. - Compare what the partial sums do as \(n\) increases: approach one value, grow, or oscillate. - Relate both behaviors to the strict convergence condition \(|r|<1\).

Solution

1. Panel a) has partial sums \(4,8,12,16,20,24\). Their consecutive differences are all \(4\), so every series term is \(4\) and the common ratio is \(r=1\). 2. For panel a), \(S_n=4n\), so the partial sums grow without bound and the infinite series diverges. 3. Panel b) has partial sums \(4,0,4,0,4,0\). The corresponding terms are \(4,-4,4,-4,\ldots\), so the common ratio is \(r=-1\). 4. For panel b), \(S_n=4\) for odd \(n\) and \(S_n=0\) for even \(n\). The partial sums oscillate and do not approach a single value, so the infinite series diverges. 5. Both examples have \(|r|=1\), showing two different forms of divergence at the boundary of the geometric-series convergence condition \(|r|<1\).

Answer

a) Panel a): \(r=1\); panel b): \(r=-1\). b) Panel a): \(S_n=4n\), so the partial sums grow without bound. Panel b): \(S_n=4\) for odd \(n\) and \(S_n=0\) for even \(n\), so the partial sums oscillate. Both series diverge. c) At \(|r|=1\), partial sums need not approach a finite limit: they may grow without bound or oscillate.
55062511
A four-term geometric series has first term \(4\), positive common ratio \(r\), and sum \(60\). Find \(r\).

Hints

- Express all four terms in terms of the first term and the unknown ratio. - The given total creates an equation for the ratio rather than a forward sum calculation. - After factoring the resulting polynomial, use the condition that the ratio is positive and real.

Solution

The four terms are \(4\), \(4r\), \(4r^2\), and \(4r^3\), so \(4(1+r+r^2+r^3)=60\). Dividing by \(4\) gives \(r^3+r^2+r-14=0\). Factoring, \((r-2)(r^2+3r+7)=0\). The quadratic factor has no real zeros, so the positive real ratio is \(r=2\).

Answer

\(r=2\)
55062611
Panels a) and b) show the first four partial sums \(S_n\) of two geometric series. No terms or common ratios are given. Let \(S_0=0\). a) For each panel, use differences of consecutive partial sums to recover the first three terms of the corresponding geometric series and its common ratio. b) Determine whether each corresponding infinite series converges. If it converges, find its sum. Explain how the plotted partial sums support each conclusion.
Figure for problem 550626

Hints

- A sequence term can be recovered from two consecutive partial sums by subtracting them. - Use \(S_0=0\) to recover the first term from the first plotted partial sum. - After recovering several terms, compare consecutive terms to find the common ratio. - Use both the ratio test for a geometric series and the visible partial-sum behavior when deciding convergence.

Solution

1. In panel a), the partial sums are \(8,12,14,15\). Using \(a_n=S_n-S_{n-1}\) with \(S_0=0\), the first three terms are \(8,4,2\), so \(r=\frac{1}{2}\). 2. Since \(|r|=\frac{1}{2}<1\), the series converges to \(S_\infty=\frac{8}{1-\frac{1}{2}}=16\). The plotted partial sums increase toward \(16\) by smaller amounts. 3. In panel b), the partial sums are \(1,3,7,15\). The first three terms are \(1,2,4\), so \(r=2\). 4. Since \(|r|=2>1\), the series diverges. The plotted partial sums increase by larger amounts rather than leveling off.

Answer

a) Panel a): terms \(8,4,2\), \(r=\frac{1}{2}\). Panel b): terms \(1,2,4\), \(r=2\). b) Panel a) converges to \(16\), and its partial sums level toward that value. Panel b) diverges, and its partial sums grow by increasingly large amounts.
55062711
Consider the geometric series \(500+400+320+\cdots\). a) Find the sum of the first \(10\) terms. Round to the nearest thousandth. b) Find the sum if the series continues forever. c) What percent of the infinite sum has been accumulated after \(10\) terms? Round to the nearest tenth of a percent. d) What is the smallest positive integer \(n\) for which \(S_n\) is at least \(95\%\) of the infinite sum?

Hints

- Use the same first term and ratio to connect the finite partial sum with the infinite sum. - For the percentage, compare the finite sum with the eventual total rather than with the next term. - Rewrite the target percentage as an inequality involving the remaining factor \(r^n\). - A logarithm can locate the threshold, but check neighboring integer values because \(n\) counts terms.

Solution

The series has \(a_1=500\) and \(r=0.8\). a) \(S_{10}=500\frac{1-0.8^{10}}{1-0.8}\approx2231.565\). b) Since \(|0.8|<1\), \(S_\infty=\frac{500}{1-0.8}=2500\). c) \(\frac{S_{10}}{S_\infty}=1-0.8^{10}\approx0.8926258\), so about \(89.3\%\) has been accumulated. d) We need \(1-0.8^n\ge0.95\), so \(0.8^n\le0.05\). This gives \(n\ge\frac{\ln(0.05)}{\ln(0.8)}\approx13.43\). Checking consecutive integers, \(n=13\) gives about \(94.5\%\), while \(n=14\) gives about \(95.6\%\). Thus the smallest value is \(n=14\).

Answer

a) \(S_{10}\approx2231.565\) b) \(S_\infty=2500\) c) \(89.3\%\) d) \(n=14\)

All problems may be used, copied and printed free of charge for school and tutoring, including paid tutoring. Commercial adaptations as well as publication or redistribution on the internet are not permitted.